.social_links {
  float: right !important;
  margin: 4px 0; }
  .social_links li {
    margin: 0 3px;
    list-style: none;
    float: left; }
    .social_links li a {
      width: 32px;
      height: 32px;
      display: block;
      float: left;
      background-color: #4c4c4c;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 70% 70%;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease; }

a#facebook {
  background-image: url(img/white/facebook.png); }
  a#facebook:hover {
    background-color: #5d82d1; }

a#twitter {
  background-image: url(img/white/twitter.png); }
  a#twitter:hover {
    background-color: #40bff5; }

a#youtube {
  background-image: url(img/white/youtube.png); }
  a#youtube:hover {
    background-color: #ef4e41; }

a#googleplus {
  background-image: url(img/white/googleplus.png); }
  a#googleplus:hover {
    background-color: #ef4e41; }

a#instagram {
  background-image: url(img/white/instagram.png); }
  a#instagram:hover {
    background-color: #c6b29c; }

a#linkedin {
  background-image: url(img/white/linkedin.png); }
  a#linkedin:hover {
    background-color: #04608e; }

a#pinterest {
  background-image: url(img/white/pinterest.png); }
  a#pinterest:hover {
    background-color: #cb2027; }

.blog_attr {
  margin: 0px;
  padding: 0px;
  display: table; }

.blog_attr li {
  list-style-type: none;
  float: left; }

.content_attribute {
  width: 100%;
  float: left; }

.content_attribute li {
  font-size: 12px;
  margin: 0 10px;
  color: #afafaf; }

.content_attribute li span {
  margin: 0 5px; }

#main_page_settings {
  width: 51%;
  min-width: 640px;
  float: left; }
  #main_page_settings fieldset {
    width: 100%;
    float: left;
    margin: 1% 0; }
  #main_page_settings label {
    width: 40%;
    float: left;
    padding: 1% 0; }
  #main_page_settings .gs_input_class {
    width: 60%;
    float: right;
    padding: 1%;
    margin: 0; }
  #main_page_settings .gs_textarea_class {
    width: 60%;
    float: right;
    padding: 1%;
    margin: 0;
    height: 200px; }

.gc_search_form {
  width: 40%;
  float: left; }
  .gc_search_form .search-field {
    float: left;
    width: 75%;
    border: none;
    padding: 10px 5px; }
    .gc_search_form .search-field:focus {
      outline: 3px solid #000000; }
  .gc_search_form .search-submit {
    border: 0;
    padding: 10px 0;
    float: right;
    width: 20%;
    background: #000000;
    color: white; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#button_type span {
  margin: 0 20px 0 5px; }
