/*
  Theme Name: Marci
  Description: This is the sample theme created for the Getbootstrap.
  Author: Covet Agency
  Author URI: https://covetagency.com/
  Version: 1.0
  Template Version: 1.0
  Text Domain: gilt
*/

@font-face { 
  font-family: 'Averta-Regular'; 
  src: url('fonts/web-font/averta-regular/AvertaDemoPECuttedDemo-Regular.eot?#iefix') format('embedded-opentype'), 
       url('fonts/web-font/averta-regular/AvertaDemoPECuttedDemo-Regular.otf') format('opentype'), 
       url('fonts/web-font/averta-regular/AvertaDemoPECuttedDemo-Regular.woff') format('woff'), 
       url('fonts/web-font/averta-regular/AvertaDemoPECuttedDemo-Regular.ttf') format('truetype'), 
       url('fonts/web-font/averta-regular/AvertaDemoPECuttedDemo-Regular.svg#AvertaDemoPECuttedDemo-Regular') format('svg'); 
  font-weight: normal; 
  font-style: normal; 
}

@font-face { 
  font-family: 'Averta-ExtraBold'; 
  src: url('fonts/web-font/averta-extrabold/AvertaDemoPE-ExtraBold.eot?#iefix') format('embedded-opentype'), 
       url('fonts/web-font/averta-extrabold/AvertaDemoPE-ExtraBold.otf') format('opentype'), 
       url('fonts/web-font/averta-extrabold/AvertaDemoPE-ExtraBold.woff') format('woff'), 
       url('fonts/web-font/averta-extrabold/AvertaDemoPE-ExtraBold.ttf') format('truetype'), 
       url('fonts/web-font/averta-extrabold/AvertaDemoPE-ExtraBold.svg#AvertaDemoPE-ExtraBold') format('svg'); 
  font-weight: normal; 
  font-style: normal; 
}

@font-face { 
  font-family: 'Nether'; 
  src: url('fonts/web-font/nether/nether.eot?#iefix') format('embedded-opentype'), 
       url('fonts/web-font/nether/nether.otf') format('opentype'), 
       url('fonts/web-font/nether/nether.woff') format('woff'), 
       url('fonts/web-font/nether/nether.ttf') format('truetype'), 
       url('fonts/web-font/nether/nether.svg#nether') format('svg'); 
  font-weight: normal; 
  font-style: normal; 
}

@font-face { 
  font-family: 'Amorino'; 
  src: url('fonts/web-font/amorino/Amorino_Beta.ttf') format('truetype');
  font-weight: normal; 
  font-style: normal; 
}



/* Navigation */
body{
  font-family: 'Averta-Regular';
  color: #444;
  font-size: 18px;
}
/* Navigation */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
}
.alignleft {
  float: left;
  margin: 0px 15px 15px 0;
}
.alignright {
  float: right;
  margin: 0px 0 15px 15px;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 22px;
}
p {
  margin: 0 0 25px;
  line-height: 1.35;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'Averta-Regular';
  color:#000;
  margin-top: 0px;
}
.h1, h1 {
}
.h2, h2 {
}
.h3, h3 {
}
.h4, h4 {
}
.h5, h5 {
}
.h6, h6 {
}
a{
  text-decoration: underline;
  color: #0066b3;
}
a:hover,
a:focus{
  text-decoration: none;
}

.clear {
  clear: both;
}
.btn {
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0px;
  -webkit-transition: background-color .5s, color .5s;
  transition: background-color .5s, color .5s;
}
#loadmore {
  cursor: pointer;
  text-align: center;
  background-color: #e6f4f2;
  max-width: 180px;
  margin: 0 auto;
  padding: 12px 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}
#mediamore {
  cursor: pointer;
  color: #333643;
  font-size: 15px;
  padding: 16px 8px;
  width: 240px;
  margin: 0 auto;
  background-color: #e0d1e3;
  letter-spacing: 2px;
  font-weight: bold;
  display: block;
  font-family: 'Averta-Regular';
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
}

/* snippets */
.button,button{
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 5px;
  background: #242424; /* Old browsers */
  background: -moz-linear-gradient(top, #242424 0%, #000000 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #242424 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #242424 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242424', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  padding: 10px 20px 14px;
  border-top: 1px solid #6f6f6f;
}
input[type=submit].button{
  border: none;
  border-top: 1px solid #6f6f6f;
}
.button:hover,button:hover{
  color:#fff;
}
.button span.wrap-text,button span.wrap-text{
  height: 25px;
  border-right: 1px solid #000;
  font-size: 16px;
  display: inline-block;
  position: relative;
  padding-right: 14px;
  margin-right: 16px;
}
.button span.wrap-text:after,button span.wrap-text:after{
  height: 25px;
  border-right: 1px solid #363636;
  content: "";
  display: inline-block;
  position: absolute;
  right: 0px;
}
/* sticky */
.site-header{
  position: static;
}
.sticky .site-header {
  position: fixed;
  top: 0px;
  z-index: 999;
  width: 100%;
}
.admin-bar.sticky .site-header {
  top: 32px;
}
.sticky .header-right {
  padding-left: 50px;
}
.sticky .header-wrapper {
  background-color: #fff;
  opacity: .8;
}
.sticky .header-inner {
  padding-bottom: 10px;
}
.sticky .social-header {
 
}
.sticky .header-wrapper .site-title {
  padding: 20px;
}
.sticky .header-wrapper .logo {
  width: 135px;
  height: 80px;
}
.sticky .header-contact-info .float{
  display: none;
}
/* reset */
blockquote{
  padding: 0px;
  margin: 0px;
  border-left: none;
}
.page-header{
  padding-bottom: 0px;
  margin: 0px;
  border-bottom: none;
}
/* --------------------------------- */
.navbar {
  border: medium none;
  border-radius: 0px;
}
.header-fullwidth{
  background-color: #444;
  border-top: 4px solid #d2854f;
  position: relative;
}
.navbar-default {
  background-color: transparent;
}
.header-menu.navbar-default {
  position: inherit;
  position: relative;
}
.navbar-default .navbar-brand {
  color: #fff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #fff;
}
.navbar-default .navbar-text {
  color: #fff;
}
.navbar-default .navbar-nav{
  float: none;
}
.navbar-default .navbar-nav > li:last-child{
}
.navbar-default .navbar-nav a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
}
.navbar-default .navbar-nav > li {
  padding:0 14px;
  margin-bottom: -1px;
}
.navbar-default .navbar-nav > li > a {
  
}
.header-menu .navbar-nav > li > a {
  font-family: 'Averta-Regular';
  color: #333643;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
  padding: 10px 2px 12px;
}
.header-menu .navbar-nav > li > a:hover {
  color: #c1a4c8;
}
.header-menu .navbar-nav > li:first-child > a {
  padding: 10px 0px 12px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .current_page_item > a,
.navbar-default .navbar-nav > .current_page_parent > a{
  
}
.header-menu .navbar-nav > li > a:hover,
.header-menu .navbar-nav > li:hover > a,
.header-menu .navbar-nav > li > a:focus,
.header-menu .navbar-nav > .current_page_item > a,
.header-menu .navbar-nav > .current_page_parent > a{
  
}
.header-menu .navbar-nav > .current_page_item.non-active > a{
  
}
.header-menu .navbar-nav > li > a.active{
  
}
.header-menu .navbar-nav > .current_page_item > a,
.header-menu .navbar-nav > .current_page_parent > a{
  
}
ul.navbar-nav > li.menu-item-has-children a{
  padding-right: 15px;
}
ul.navbar-nav > li.menu-item-has-children:after,
ul.navbar-nav > li.menu-item-has-children:hover:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid #333643;
  border-right: 3.5px solid transparent;
  border-left: 3.5px solid transparent;
  right: 4px;
  position: absolute;
  display: block;
  margin: auto;
  top: 18px;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
ul.navbar-nav > li.menu-item-has-children:hover:after {
  /*border-top: 6px solid #fff;*/
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #728823;
}
.navbar-default .navbar-toggle {
  margin-top: 8px;
  border: none;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #959595;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #959595;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #fff;
  padding-right: 0px;
  padding-left: 0px;
}
.navbar-default .navbar-link {
  color: #fff;
}
.navbar-default .navbar-link:hover {
  color: #fff;
}
/* Sub Menu */
.navbar-default .navbar-nav li:hover > .sub-menu {
  display: block;
}
.sub-menu{
  display: none;
}
.dropdown-menu {
  background-color: #333643;
  border-radius: 0px;
  box-shadow: none;
  text-transform: capitalize;
  border: none;
}
.navbar-default .navbar-nav li .sub-menu .sub-menu {
    left: 100%;
    margin-left: -1px;
    top: 0;
}
.dropdown-menu > li > a {
  color: #fff;
  font-weight: normal;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover,
.dropdown-menu > li.current_page_item > a:focus, .dropdown-menu > li.current_page_item > a {
    background-color: transparent;
    color: #fff;
}
/* Global */
.global-width{
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
}
.social ul{
  margin: 0px;
  padding: 0px;
}
.social ul li{
  list-style: none;
  float: left;
}
/* Header */
.social-header {
  float: right;
}
.social-header h3{
  float: left;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
.social-header ul{
  float: right;
  margin-right: 6px;
}
.social-header ul li{
  float: left;
  margin-left: 15px;
  line-height: 1;
}
.social-header ul li i{
  font-size: 18px;
  width: 27px;
  height: 27px;
  color: #fff;
  background-color: #6c6e77;
  padding: 4px 5px;
  border-radius: 28px;
  text-align: center;
  border: 1px solid #6c6e77;
}
.social-header ul li i:hover {
  color: #6c6e77;
  background: #fff;
}
.logo{
  width: 203px;
  height: 121px;
  display: block;
  background-image: url(img/logo.png);
  background-repeat: no-repeat;
  text-indent: -9999em;
  background-size: 100% auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-tool-bar{
  max-width: 500px;
  display: inline-block;
  position: relative;
  top: -42px;
}
.header-wrapper {
  box-shadow: 1px 2px 1px #eee;
}
.header-inner {
  padding: 3px 20px 0;
}
.header-inner *{
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-right{
  max-width: 980px;
  padding-top: 40px;
  padding-bottom: 5px;
  padding-left: 35px;
  display: inline-block;
}
.site-title {
  float: left;
  z-index: 99;
  position: relative;
  display: inline-block;
}
.amazon {
  max-width: 185px;
  width: 100%;
  float: right;
}
.amazon img.book {
  float: left;
}
.amazon img.amzlogo {
  float: none;
  margin: 0 auto 6px;
  display: block;
}
.amazon p {
  font-family: 'Averta-Regular';
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.amazon a {
  font-family: 'Averta-Regular';
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  color: #000;
  text-decoration: none;
  background-image: url(img/amazon-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 8px 20px 9px;
}

/* #entry */
.entry-content {
  font-size: 19px;
  line-height: 1.35;
  text-align-last: center;
  text-align: justify;
}
.entry-header{
  text-align: center;
}
.entry-header .entry-title{
  font-size: 52px;
  padding-bottom: 25px;
  margin-bottom: 47px;
  font-family: 'Amorino';
  letter-spacing: 6px;
  text-transform: lowercase;
  font-weight: bold;
}
.entry-header.up .sprite-heart {
  margin-bottom: 12px;
}
.entry-header.right,
.entry-header.left,
.entry-header.down{
  padding-top: 55px;
}
.entry-header.down .entry-title{
  margin-bottom: 12px;
}
.entry-header.left .entry-title{
  display: inline-block;
  margin-left: 5px;
}
.entry-header.right .entry-title{
  display: inline-block;
  margin-right: 5px;
}
/* blog */
.blog .page-header{
  text-align: center;
}
.blog .page-title{
  font-size: 43px;
  margin-bottom: 47px;
  text-align: center;
  border-bottom: 4px solid #d2854f;
  display: inline-block;
}
.widget_recent_entries .widget-title,
.widget_categories .widget-title {
  background-color: #444;
  border-top: 7px solid #d2854f;
  min-height: 50px;
  line-height: 50px;
  font-size: 29px;
  width: 100%;
  padding: 0 30px;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 0px;
}
.widget_recent_entries .recent-list,
.widget_categories .recent-categories{
  border-bottom: 1px solid #444;
  border-left: 1px solid #444;
  border-right: 1px solid #444;
  padding-top: 11px;
}
.widget_recent_entries ul ,
.widget_categories ul {
  padding: 0;
  max-width: 200px;
  margin: 0 auto 10px;
}
.widget_recent_entries ul li,
.widget_categories ul li {
  list-style: none;
  background-image: url(img/list-style.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 30px;
}
.widget_recent_entries ul li a,
.widget_categories ul li a{
  font-size: 15px;
  color:#718720;
  font-style: italic;
  line-height: 1.8;
}
.blog .blog-item,
.search .blog-item,
.archive .blog-item{
  background-color: #f2f2f2;
  margin-bottom: 25px;
  padding:23px 23px 20px 22px;
  position: relative;
}
.search .featured-image,
.archive .featured-image{
  text-align: center;
  display: block;
}
.blog-item .row{
  margin: 0 -12px;
}
.blog-item .col-md-6{
  padding: 0 12px;
}
.blog-entry .entry-header {
  text-align: left;
}
.blog-entry .entry-header .entry-title{
  margin-bottom: 0px;
  line-height: 1;
  font-size: inherit;
}
.blog-entry p {
  color: #000;
  text-align-last: left;
  font-size: 16px;
  text-align: left;
  line-height: 1.6;
}
.blog-entry .meta-details{
  color: #728823;
  text-transform: uppercase;
  line-height: 1;
  font-size: 20px;
  margin-bottom: 18px;
}
.blog-entry .entry-title a{
  font-size: 31px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: -6px;
  display: block;
  margin-bottom: 6px;
}
.blog-item .read-more{
  text-transform: lowercase;
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 8px 14px 8px 18px;
}
.blog .entry-title a:hover{
  color: #444;
}
/* Single */
.single .entry-header .meta-details {
  text-align: right;
  text-transform: uppercase;
  margin-top: 7px;
  margin-bottom: 23px;
}
.single .entry-header .entry-title {
  font-size: 38px;
  margin-bottom: 0px;
  text-align: center;
  border-bottom: 4px solid #d2854f;
  padding:0 20px;
  display: inline-block;
  margin-bottom: 90px;
}
.single .entry-content {
  background-color: #f2f2f2;
  position: relative;
  padding: 13px 35px 23px 17px;
  color: #000;
  font-size: 16px;
  text-align: left;
  text-align-last:left;
  margin-bottom: 36px;
}
.single .entry-content p{
  line-height: 2.35;
  margin-bottom: 36px;
}
.single .nc_socialPanel {
  max-width: 500px;
  margin: 0 auto;
  height: auto;
  opacity: 1;
  visibility: hidden;
}
.single .entry-content .nc_socialPanel {
  margin: 0 auto;
  position: absolute;
  top: -87px;
  left: 0;
  right: 0;
}
.single .navigation.post-navigation{
  display: none;
}
.single-tags {
  padding-left: 15px;
}
.single-tags h3{
  display: inline-block;
  color: #000;
  font-size: 17px;
  line-height: 1;
  margin-right: 10px;
  font-size: 16px;
}
.single-tags a{
  color: #718720;
  display: inline-block;
  margin-right: 6px;
  font-size: 17px;
}
.nc_socialPanel:not(.nc_socialPanelSide) .nc_tweetContainer.totes.totesalt:before {
  margin-top: 8px;
}
.single .social-share-here .nc_socialPanel {
  margin: 57px auto 59px !important;
}
.single .nc_socialPanel .iconFiller {
    width: 38px;
}
.single .nc_socialPanel .sw{
  font-size: 24px;
  height: 32px;
  line-height: 34px;
  width: auto;
}
.nc_socialPanel a .swp_count {
  line-height: 38px;
}
.single .nc_socialPanel .nc_tweetContainer a,
.single .iconFiller{
  height: 32px;
  text-align: center;
}
.single div.nc_socialPanel .nc_tweetContainer{
  border: none !important;
  border-radius: 0px;
  height: 32px;
  width: 16.66666666666667%;
  margin: 0px;
  padding: 0 8px;
  background-color: transparent !important;
}
.single div.nc_socialPanel .nc_tweetContainer a{
  background-color: #728823 !important;
}
.single .nc_socialPanel div.totes.totesalt,
.single .nc_socialPanel:hover div.totes.totesalt{
  background: #728823 !important;
  color: #fff;
  position: relative;
  display: block !important;
  text-align: center;
  padding: 0px;
  border-right: 8px solid #fff !important;
  border-left: 8px solid #fff !important;
  padding-left: 5px;
}
.single .nc_socialPanel:not(.nc_socialPanelSide) .totes.totesalt .swp_count {
  color: #fff;
  margin: 0px;
  line-height: 22px;
  height: 38px;
  text-align: center;
  position: relative;
  font-size: 14px!important;
}
.single .nc_socialPanel .totes.totesalt .swp_label {
  font-size: 18px;
  color: #fff;
  left: 0px;
  right: 0px;
}
.single span.swp_share{
  height: 32px;
  line-height: 34px;
}
/* Comments */
/* single post */
.single .comment-reply-title{
  text-align: center;
  font-size: 27px;
}
.single .comment-reply-title span{
  font-weight: bold;
}
.single .comments{
  position: relative;
}
.single .comments h2{
  border-bottom: 4px solid #bababa;
  text-transform: uppercase;
  font-size: 22px;
  padding-bottom: 12px;
  margin-bottom: 16px;
}
.single .comments ul{
  list-style: none;
  padding: 0px;
}
.single .comments .reply a {
  width: 100px;
  height: 40px;
  text-align: center;
  border: none;
  font-weight: bold;
  font-size: 18px;
  display: block;
  margin-top: 24px;
  padding-top: 5px;
  margin-bottom: 5px;
  float: right;
  margin-right: 36px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.single .comments a{
  text-decoration: none;
}
.single .comments .fn a{
  font-style: normal;
  color: #000;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
  font-size: 20px;
  margin-left: 4px;
}
.single .comment-author .url .note{
  font-size: 15px;
  margin-left: 5px;
}
.comment-author.vcard{
  float: left;
  width: 50%;
  margin-bottom: 24px;
}
.comment-meta.commentmetadata{
  float: right;
  width: 50%;
  text-align: right;
}
.single .comment-awaiting-moderation{
  display: none;
}
.single .comments .says,
.single .comments .avatar{
  display: none;
}
.single .comment-meta.commentmetadata a{
  font-size: 17px;
  font-style: italic;
  color: #343333;
  display: inline-block;
}
.single .comments li p{
  margin-left: 36px;
}
.comment-respond .form-group {
  margin-bottom: 25px;
}
.comment-respond h3 {
  text-transform: uppercase;
  display: block;
  font-size: 27px;
  line-height: 1;
}
.comment-respond .form-control{
  background-color: #f7f5f5;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 50px;
  font-size: 20px;
}
.comment-respond textarea.form-control{
  height: 200px;
}
.comment-form-wrapper{
  padding: 0 13px;
}
.row.comment-form{
  position: relative;
  border-top: 4px solid #bababa;
  padding-top: 15px;
}
.row.comment-form form{
  max-width: 695px;
  margin: 52px auto 0;
}
.row.comment-form form .row{
  padding: 0 15px;
}
.comment-respond .comment-field{
  padding-right: 9px;
  padding-left: 9px;
  position: inherit;
}
.comment-respond .aiowps-captcha,
.comment-respond .aiowps-captcha-equation{
  position: absolute;
  right: 0px;
  bottom: 80px;
}
.comment-respond .aiowps-captcha-equation{
  position: absolute;
  bottom: 55px;
}
.comment-respond .form-control::-webkit-input-placeholder { /* WebKit browsers */
  text-transform: uppercase;
  color: #7b7979;
  letter-spacing: 2px;
}
.comment-respond .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  text-transform: uppercase;
  color: #7b7979;
  letter-spacing: 2px;
}
.comment-respond .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
  text-transform: uppercase;
  color: #7b7979;
  letter-spacing: 2px;
}
.comment-respond .form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
  text-transform: uppercase;
  color: #7b7979;
  letter-spacing: 2px;
}
.comment-respond .form-submit {
  text-align: right;
  margin-top: 11px;
}
.row.comment-form form .note {
  font-size: 14px;
  margin-top: 30px;
  display: inline-block;
}
.comment-respond .form-submit input[type="submit"]{
  border: none;
  text-transform: lowercase;
  padding: 8px 30px 9px;
}
.logged-in .comment-respond .comment-field {
    width: 100%;
}
/* Fullwidth */
.fullwidth .content-area{
  padding: 50px 17px 24px;
}
/* sidebar */
.sidebar {
  float: right;
  width: 310px;
}
.sidebar-page .site-main{
  float: left;
  width: 100%;
  margin-right: -310px;
  padding-right: 375px;
  padding-left: 23px;
}
.blog-page .site-main,
.connect-page .site-main,
.cover-artists-list-page .site-main{
  padding-right: 345px;
}
.single-page .site-main{
  padding-right: 352px;
}
.sidebar-page .content-area{
  background-image: url(img/bg.jpg);
  padding: 27px 17px 24px;
}
.blog-page .content-area,
.single-page .content-area,
.sidebar-2 .content-area{
  background-image: none;
}
.sidebar h3.widget-title {
}
.sidebar .widget-wrap {
  margin-bottom: 12px;
}
.sidebar .widget-wrap a,
.sidebar .widget-wrap {
}
.sidebar-page .content-sidebar-wrap{
  padding-bottom: 27px;
}
/* Homepage */
/* home-content*/
.section1 .cycloneslider-template-standard {
  margin: 0;
  z-index: 0;
}
.section2 {
  background-color: #333643;
}
.section2 .section-wrapper {
  padding: 0 20px;
}
.section2  .section-inner {
  max-width: 1136px;
  margin: 0 auto;
  position: relative; 
}
.section2 .section-inner .content-wrapper {
  padding: 51px 0 50px;
}
.section2 .section-inner .content-wrapper h3 {
  color: #fff;
  font-family: 'Averta-Regular';
  font-size: 26px;
  padding-left: 15px;
  letter-spacing: 2px;
  margin-bottom: 19px;
}
.section2 .section-inner .content-wrapper p {
  color: #fff;
  font-family: 'Averta-Regular';
  font-size: 17px;
  letter-spacing: 2px;
  padding-left: 15px;
}
.section2 .content-wrapper form {
  margin-top: 47px;
}
.section2 .content-wrapper form label {
    display: none;
}
.section2 .content-wrapper .mc-field-group {
  width: 34%;
  margin-right: 5px;
  float: left;
}
.section2 .content-wrapper .submit {
  max-width: 200px;
  width: 100%;
  position: relative;
  top: -41px;
  right: 30px;
  float: right;
}
.section2 .content-wrapper .mc-field-group input {
  padding: 8px;
  font-size: 15px;
  font-family: 'Averta-Regular';
  letter-spacing: 2px;
  width: 100%;
}
.section2 .content-wrapper .submit input.button[type="submit"] {
  padding: 9px;
  font-size: 15px;
  font-family: 'Averta-Regular';
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  background: #e0d1e3;
  background-color: #e0d1e3;
  border: 1px solid #e0d1e3;
  width: 100%;
  border-radius: 0;
}
.section2 .section-inner .content-wrapper input.button[type="submit"]:hover {
  color: #e0d1e3;
  text-decoration: none;
  background-color: transparent;
}
.section2 .content-wrapper #mce-responses {
  color: #fff;
  position: relative;
  margin-bottom: -25px;
}
.section2 .content-img {
  display: block;
  margin: -104px auto 0;
  text-align: center;
}
.section2 .content-img img {
  background-image: url(img/book-bg.png);
  padding: 0 60px;
  background-position: 40px 203px;
  background-repeat: no-repeat;
  position: relative;
}

.section3 .section-wrapper {
  background-image: url(img/sponsor-bg.png);
  background-repeat: no-repeat;
  padding-bottom: 40px;
  background-size: cover;
}
.section3 .section-inner {
  max-width: 1400px;
  background-color: #fff;
  box-shadow: 0px 1px 1px #aaa;
}
.section3 .content-wrapper {
  max-width: 1136px;
  padding: 54px 20px 70px;
  margin: 0 auto 0;
  background-color: #fff;
}
.section3 .content-wrapper h2 {
  text-align: center;
  color: #333643;
  font-family: 'Amorino';
  font-size: 52px;
  letter-spacing: 6px;
  text-transform: lowercase;
  word-spacing: 2px;
  font-weight: bold;
  background-image: url(img/sponsor-title-bg.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 60px;
  padding-bottom: 25px;
}
.section3 .content-wrapper h2:before {
  content: url(img/title-before.png);
  float: left;
}
.section3 .content-wrapper h2:after {
  content: url(img/title-after.png);
  float: right;
}
.section3 .content-wrapper .spnsr-holder {
  margin-top: 40px;
}
.section3 .content-wrapper ul {
  list-style-type: none;
  padding: 0;
  text-align: center;
}
.section3 .content-wrapper ul li {
  display: inline-block;
  padding: 5px 24px;
}

.section4 .section-wrapper {
  background-image: url(img/video-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 20px;
}
.section4 .section-inner {
  max-width: 1136px;
  margin: 0 auto;
  padding: 70px 0;
}
.section4 .section-inner .content-wrapper h2 {
  text-align: center;
  color: #333643;
  font-family: 'Amorino';
  font-size: 52px;
  letter-spacing: 7px;
  text-transform: lowercase;
  font-weight: bold;
  background-image: url(img/video-title-bg.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 60px;
  padding-bottom: 25px;
}
.section4 .section-inner .content-wrapper .btn {
  max-width: 225px;
  padding: 8px 16px;
  display: block;
  margin: 20px auto 0;
  color: #333643;
  text-transform: uppercase;
  text-align: center;
  background-color: #d0ebe7;
  border: 1px solid #d0ebe7;
  font-size: 17px;
  letter-spacing: 2px;
}
.section4 .section-inner .content-wrapper .btn:hover {
  color: #d0ebe7;
  background-color: #333643;
}
.section4 .video-wrapper .playvideo {
  position: relative;
}
.section4 .video-wrapper .playbutton {
    background-image: url(img/playButton-hover.png);
    background-repeat: no-repeat;
    width: 70px;
    height: 50px;
    border: none;
    box-shadow: none;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    background-size: cover;
    margin-bottom: 0;
    margin-left: -35px;
}
.section4 .video-wrapper .playbutton:hover {
    background-image: url(img/playButton.png);
}

.section5 .section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px 0;
}
.section5 .section-inner .content-img {
  display: block;
  margin: 0 auto;
  background-image: url(img/about-img-bg.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom; 
}
.section5 .section-inner .content-text {
  padding:  50px 0;
}
.section5 .section-inner .content-text h2 {
  color: #333643;
  font-family: 'Amorino';
  font-size: 52px;
  font-weight: bold;
  letter-spacing: 7px;
  text-transform: lowercase;
  background-image: url(img/about-title-bg.png);
  background-repeat: no-repeat;
  background-position-y: 60px;
  padding-bottom: 25px;
}
.section5 .section-inner .content-text p {
  color: #333643;
  font-size: 14px;
  font-family: 'Averta-Regular';
  line-height: 3;
  letter-spacing: 2px;
}
.section5 .section-inner .content-text .btn {
  max-width: 225px;
  padding: 8px 16px;
  display: block;
  margin: 0 auto;
  color: #333643;
  text-transform: uppercase;
  text-align: center;
  background-color: #d0ebe7;
  border: 1px solid #d0ebe7;
  font-size: 17px;
  letter-spacing: 2px;
  float: right;
}
.section5 .section-inner .content-text .btn:hover {
  color: #d0ebe7;
  background-color: #333643;
}

.section6 {
  background-color: #f1f2f1;
}
.section6 .section-wrapper {
  box-shadow: 0px -1px 3px #aaa;
}
.section6 .section-inner {
  max-width: 1136px;
  margin: 0 auto;
  padding: 35px 20px 0;
}
.section6 .section-inner .content-wrapper h2 {
  text-align: center;
  color: #333643;
  font-family: 'Amorino';
  font-size: 52px;
  font-weight: bold;
  letter-spacing: 7px;
  text-transform: lowercase;
  background-image: url(img/brands-title-bg.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 60px;
  padding-bottom: 25px;
}
.section6 .section-inner .content-wrapper h2:before {
  content: url(img/title-before2.png);
  float: left;
}
.section6 .section-inner .content-wrapper h2:after {
  content: url(img/title-after2.png);
  float: right;
}
.section6 .section-inner .brands-holder .brand-box {
  display: inline-block;
  padding: 22px;
  width: 33%;
  margin: 0 auto;
  text-align: center;
}
.section6 .section-inner .brands-holder .brand-box:nth-child(3) img, .about-page .about8 .brand-box:nth-child(3) img {
    max-width: 100px;
}
.section6 .section-inner .brands-holder .brand-box p {
  margin: 16px 0 0;
  color: #c1a4c8;
  font-family: 'Averta-Regular';
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.section6 .section-inner .brands-holder .brand-box img {
  max-width: 250px;
}

/* About Page */
.about-page .content-area {
  padding: 50px 0 0;
  background-image: url(img/about-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
}
.about-page .section-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: block;
}
.about-page .grey-banner {
  padding: 19px 0;
  background-color: #f7f7f7;
}
.about-page .grey-banner p {
  font-family: 'Averta-Regular';
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-style: italic;
  text-align: center;
  margin: 0;
}
.about-page .entry-header .entry-title {
  background-image: url(img/sponsor-title-bg.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 60px;
  padding-bottom: 25px;
}
.about-page h2 {
  font-family: 'nether';
  font-size: 43px;
  font-weight: bold;
  margin: 0;
  color: #333643;
}
.about-page p {
  font-size: 14px;
  line-height: 2.25;
  letter-spacing: 2px;
  text-align: left;
}
.about-page .about-quote {
  max-width: 680px;
  margin: 0 auto;
  display: block;
  padding: 70px 0 80px;
  position: relative;
}
.about-page .about-quote:before {
  content: url(img/quote-open.png);
  float: left;
  position: absolute;
  padding-left: 0;
  top: 30px;
  left: -180px;
}
.about-page .about-quote:after {
  content: url(img/quote-close.png);
  float: left;
  position: absolute;
  padding-left: 0;
  bottom: 30px;
  right: -180px;
}
.about-page .about-quote p {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
}
.about-page .about1 .title {
  position: relative;
  text-align: center;
}
.about-page .about1 .title:before{
  content: "";
  border: 1px solid #b8bcbe;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.about-page .about1 h2{
  display: block;
  margin: 0 auto;
  max-width: 500px;
  background-color: #fff;
  position: relative;
  background-image: url(img/title-style-1.jpg),url(img/title-style-1.jpg);
  background-position: 2% center,98% center;
  background-repeat: no-repeat;
  font-family: 'Nether'; 
  font-size: 43px;
}
.about-page .about1 .content-img {
  display: block;
  margin: 0 auto;
  background-image: url(img/about-img-bg.png);
  background-repeat: no-repeat;
  background-position-x: 19px;
  padding: 35px 0 0;
}
.about-page .about1 .content-txt {
  padding: 90px 0 0 100px;
}

.about-page .about2 {
  background-image: url(img/about-green-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  box-shadow: 0 -2px 3px #666;
}
.about-page .about2 h2 {
  text-align: right;
}
.about-page .about2 h2:before {
  content: url(img/title-border.png);
  float: left;
}
.about-page .about2 .about-quote:before {
  content: url(img/quote-open-white.png);
  float: left;
  position: absolute;
  padding-left: 0;
  top: 30px;
  left: -180px;
}
.about-page .about2 .about-quote:after {
  content: url(img/quote-close-white.png);
  float: left;
  position: absolute;
  padding-left: 0;
  bottom: 30px;
  right: -180px;
}
.about-page .about2 .column1 {
  padding: 0 38px 0 0;
}
.about-page .about2 .column2 {
  padding: 0 0 0 38px;
}
.about-page .about3 {
  padding: 140px 0 0;
}
.about-page .about3 .title {
  position: relative;
  text-align: center;
}
.about-page .about3 .title:before {
    content: "";
    border: 1px solid #b8bcbe;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -1px;
}
.about-page .about3 h2 {
    display: block;
    margin: 0 auto;
    max-width: 500px;
    background-color: #fff;
    position: relative;
    background-image: url(img/title-style-1.jpg),url(img/title-style-1.jpg);
    background-position: 2% center,98% center;
    background-repeat: no-repeat;
    font-family: 'Nether';
    font-size: 43px;
}

.about-page .about3 .custom-section-inner {
  max-width: 1280px;
  float: right;
}
.about-page .about3 .column1 {
  padding: 150px 120px 0 0;
}
.about-page .about3 .column2 {
  padding: 0;
}
.about-page .about4 {
  padding: 125px 0 0;
}
.about-page .about4 .about-quote {
  max-width: 870px;
}
.about-page .about4 .about-quote:before {
  top: 150px;
  left: -100px;
}
.about-page .about4 .about-quote:after {
  bottom: 150px;
  right: -100px;
}
.about-page .about4 h2 {
  text-align: left;
}
.about-page .about4 h2:after {
  content: url(img/title-border.png);
  float: right;
}
.about-page .grey4 {
  background-color: #f1f2f1;
  box-shadow: 0 -2px 3px #777;
  padding-bottom: 75px;
}
.about-page .grey4 .custom-section-inner {
  max-width: 1280px;
}
.about-page .grey4 .column1 {
  padding: 0;
}
.about-page .grey4 .column2 {
  padding: 80px 0 0 60px;
}
.about-page .grey4 .content-bottom {
  padding-top: 50px;
}
.about-page .about5 {
  padding: 90px 0 50px;
}
.about-page .about5 .custom-section-inner {
  max-width: 1280px;
  float: left;
}
.about-page .about5 .title {
  position: relative;
  text-align: center;
}
.about-page .about5 .title:before {
    content: "";
    border: 1px solid #b8bcbe;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -1px;
}
.about-page .about5 h2 {
    display: block;
    margin: 0 auto;
    max-width: 400px;
    background-color: #fff;
    position: relative;
    background-image: url(img/title-style-1.jpg),url(img/title-style-1.jpg);
    background-position: 2% center,98% center;
    background-repeat: no-repeat;
    font-family: 'Nether';
    font-size: 43px;
}
.about-page .about5 .column1 {
  padding: 0;
}
.about-page .about5 .column2 {
  padding: 0 0 0 120px;
}
.about-page .about6 {
  padding: 90px 0 130px;
  background-image: url(img/about-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
}
.about-page .about6 h2 {
  text-align: right;
}
.about-page .about6 h2:before {
  content: url(img/title-border.png);
  float: left;
}
.about-page .about6 .column1 {
  padding: 0 70px 0 0;
}
.about-page .about6 .column2 {
  padding: 75px 0 0 50px;
}
.about-page .about6 .content-holder {
  position: relative;
  margin-bottom: 70px;
}
.about-page .about6 .content-holder.content3 {
  margin-bottom: 0;
}
.about-page .about6 h3 {
  font-family: 'Averta-Regular';
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-left: 70px;
}
.about-page .about6 .content1 h3:before {
  content: '01';
  font-family: 'nether';
  color: #c1a4c8;
  font-size: 63px;
  float: left;
  font-weight: normal;
  position: absolute;
  top: -25px;
  left: 5px;
}
.about-page .about6 .content2 h3:before {
  content: '02';
  font-family: 'nether';
  color: #c1a4c8;
  font-size: 63px;
  float: left;
  font-weight: normal;
  position: absolute;
  top: -25px;
  left: 5px;
}
.about-page .about6 .content3 h3:before {
  content: '03';
  font-family: 'nether';
  color: #c1a4c8;
  font-size: 63px;
  float: left;
  font-weight: normal;
  position: absolute;
  top: -25px;
  left: 5px;
}
.about-page .about7 {
  padding-bottom: 130px; 
}
.about-page .about6 .btn-holder {
  max-width: 650px;
  margin: 110px auto 0;
  display: block;
}
.about-page .about6 #btn1,
.about-page .about6 #btn2 {
  width: 49%;
  margin-right: 1%;
}
.about-page .about6 #btn3 {
  width: 99%;
}
.about-page .about6 .btn {
  background-color: #e4d8e7;
  border: 1px solid #e4d8e7;
  float: left;
  font-family: 'Averta-Regular';
  font-weight: bold;
  color: #000;
  letter-spacing: 1px;
  margin-bottom: 10px;
  padding: 12px 8px;
}
.about-page .about6 .btn:hover {
  background-color: #fff;
}
.about-page .about8 {
  background-color: #f1f2f1;
  box-shadow: 0px -1px 3px #aaa;
}
.about-page .about8 .section-inner {
  padding: 35px 20px 0;
}
.about-page .about8 .title {
  position: relative;
  text-align: center;
}
.about-page .about8 .title:before{
  content: "";
  border: 1px solid #b8bcbe;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.about-page .about8 h2{
  display: block;
  margin: 0 auto;
  max-width: 500px;
  background-color: #f1f2f1;
  position: relative;
  background-image: url(img/title-dot-grey.jpg),url(img/title-dot-grey.jpg),url(img/brands-title-bg.png);
  background-position: 2% center,98% center, center 60px;
  background-repeat: no-repeat;
  text-align: center;
  color: #333643;
  font-family: 'Amorino';
  font-size: 52px;
  font-weight: bold;
  letter-spacing: 7px;
  text-transform: lowercase;
  padding-bottom: 25px;
}
.about-page .about8 .brand-box {
  display: inline-block;
  padding: 22px;
  width: 33%;
  margin: 0 auto;
  text-align: center;
}
.about-page .about8 .brand-box img {
  max-width: 250px;
}
.about-page .about8 .brand-box p {
      margin: 16px 0 0;
    color: #c1a4c8;
    font-family: 'Averta-Regular';
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
}

/* Media Page */
.media-page .content-area {
  padding: 50px 0 0;
  position: relative;
}
.media-page .section-inner {
  max-width: 1140px;
  margin: 0 auto;
}
.media-page .bg-divide {
  background-image: url(img/sponsor-bg.png);
  height: 40px;
  background-position: 0;
}
.media-page h2 {
    font-family: 'nether';
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 15px;
    padding-left: 132px;
    margin-left: -132px;
    margin-bottom: 50px;
    border-bottom: 3px solid #ceeee8;
    max-width: 500px;
}
.media-page p {
  font-family: 'Averta-Regular';
  font-size: 14px;
  letter-spacing: 1px;
}
.media-page .btn, 
.media-page #bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 a {
  color: #333643;
  font-size: 15px;
  padding: 16px 8px;
  width: 240px;
  margin: 40px auto;
  background-color: #e0d1e3;
  letter-spacing: 2px;
  font-weight: bold;
  display: block;
  font-family: 'Averta-Regular';
  text-transform: uppercase;
  line-height: 1;
}
.spider_popup_wrap .bwg_popup_image {
  width: 20%;
}
.media-page .btn:hover, 
.media-page #bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 a:hover {
  background-color: #333643;
  color: #e0d1e3;
}
.media-page .entry-header .entry-title {
    background-image: url(img/serv-title.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 60px;
    margin-bottom: 81px;
}
.media-page .media1 {
  padding-bottom: 50px;
}
.media-page .media1 ul {
  list-style-type: none;
  padding: 0;
  text-align: center;
}
.media-page .media1 ul li {
  display: inline-block;
  padding: 5px 24px;
}
.media-page .media2  {
  padding: 80px 0;
}
.media-page .media2 .printholder {
  padding: 45px 0;
}
.media-page .media2 .printbrand {
  min-height: 58px;
}
.media-page .media2 .printbradwrapper img{
  text-align: center;
  margin: 0 auto;
  display: block;
  padding-top: 10px;
  max-height: 50px;
}
.media-page .media2 .printcontent img {
   width: 100%;
   min-height: 285px;
}

.media-page .print-wrapper {
    box-shadow: 0px 0px 3px #444;
    margin-bottom: 30px;
    display: none;
}
.media-page .media2 .printholder p {
  text-align: center;
  font-family: 'Averta-Regular';
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
  margin-bottom: 0;
}
.media-page .media2 .printholder p a {
  text-decoration: none;
  color: #444;
}
.media-page .media2 .contentholder img {
  border-bottom: 4px solid #c5e7e0;
}
.media-page .media2 .contentholder {
  display: table;
  margin: 0 auto;
  min-height: 130px;
}
.media-page .media2 .contentwrapper {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
.media-page .media3 {
  padding: 80px 0;
  background-color: #eff8f6;
}
.page-template-page-media .spider_popup_wrap {
  background-color: rgba(255, 255, 255, 0);
}
.page-template-page-media .spider_popup_wrap #spider_popup_left-ico, 
.page-template-page-media .spider_popup_wrap #spider_popup_right-ico {
  background-color: #ddd;
}
.media-page .media3 #bwg_container1_0 #bwg_container2_0 .bwg-container-0 {
  width: 100%;
  justify-content: normal;
}
.media-page .media3 .bwg-item {
  padding: 8px;
}
.media-page .media4 {
  padding: 100px 0;
}
.media-page .media4 h2 {
  max-width: 230px;
}
.media-page .video-wrapper {
    background-color: #fff;
    box-shadow: 1px 1px 6px #444;
    border-bottom: 6px solid #333643;
}
.media-page .media4 .video-title {
    display: table;
    width: 100%;
    min-height: 166px;
}
.media-page .media4 .video-title-inner {
    display: table-cell;
    vertical-align: middle;
}
.media-page .media4 .video-wrapper h3 {
    text-align: center;
    font-family: 'Averta-Regular';
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    padding: 0 20px;
    font-weight: normal;
    line-height: 1.25;
}
.media-page .video-wrapper .playvideo {
    position: relative;
}
.media-page .video-wrapper .playbutton {
    background-image: url(img/playButton-hover.png);
    background-repeat: no-repeat;
    width: 70px;
    height: 50px;
    border: none;
    box-shadow: none;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    background-size: cover;
    margin-bottom: 0;
    margin-left: -35px;
}
.media-page .video-wrapper .playbutton:hover {
    background-image: url(img/playButton.png);
}
.media-page .media5 {
  background-image: url(img/awards-bg.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
}

.media-page .media5 h2 {
  margin-top: 80px;
  max-width: 230px;
}
.media-page .media5 h3 {
  font-family: 'Averta-Regular';
  font-weight: bold;
  font-size: 24px;
  color: #c1a4c8;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}
.media-page .media5 p {
  text-align: center;
}
.media-page .media5 .column2 {
  padding: 70px 0 50px;
  background-color: #fff;
}
.media-page .media5 .fellowholder {
  max-width: 560px;
  margin: 70px auto ;
}
.media-page .media5 .fellow-wrapper {
  padding: 0 20px;
}
.media-page .media5 .fellowholder p {
  text-transform: uppercase;
  font-weight: bold;
}
.media-page .media5 .fellowholder img {
  display: block;
  margin: 35px auto;
}
.media-page .media5 .awardsholder {
  max-width: 900px;
  margin: 70px auto 0;
}
.media-page .media5 .awardsholder p {
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    padding: 0 20px;
    font-weight: normal;
    line-height: 1.25;
}
.media-page .media5 .awardsholder .animated {
    display: table;
    min-height: 220px;
    margin: 30px auto;
}
.media-page .media5 .awards-wrapper {
    background-image: url(img/awards.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0 20px 10px;
    display: table-cell;
    vertical-align: middle;
    min-height: 220px;
    background-position: center;
}


/* Media Page */
.events-page.global-width {
  max-width: 1440px;
  padding: 0 20px;
  background-image: url(img/events-page-bg.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}
.events-page p {
  font-family: 'Averta-Regular';
  font-size: 19px;
  line-height: 2.1;
  letter-spacing: 2px;
}
.events-page h2 {
  font-family: 'nether';
  font-size: 38px;
  text-align: center;
  font-weight: bold;
}
.events-page .content-area {
  padding: 50px 0 0;
  position: relative;
}
.events-page .entry-header .entry-title {
    background-image: url(img/serv-title.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 60px;
    margin-bottom: 81px;
}
.events-page .section-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: block;
}
.events-page .events1 .column1 {
  padding: 0;
}
.events-page .events1 .column2 {
  padding: 15px 0 0 60px;
}
.events-page .events1 .btn {
  color: #333643;
  font-size: 15px;
  padding: 16px 8px;
  width: 240px;
  margin: 40px 0 0;
  background-color: #e0d1e3;
  letter-spacing: 3px;
  font-weight: bold;
}
.events-page .events1 .btn:hover {
  background-color: #333643;
  color: #e0d1e3;
}
.events-page .events2 {
  padding: 110px 0 0;
}
.events-page .events2 .section-inner {
    max-width: 1270px;
    border-left: 2px solid #B8BCBE;
    border-right: 2px solid #B8BCBE;
}
.events-page .upevents {
  max-width: 1035px;
  margin: 0 auto;
  display: block;
  padding-bottom: 110px;
}
.events-page .events2 .title,
.events-page .events3 .title{
  position: relative;
  text-align: center;
}
.events-page .events2 .title:before,
.events-page .events3 .title:before{
  content: "";
  border: 1px solid #b8bcbe;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -24px;
}
.events-page .events2 h2,
.events-page .events3 h2{
  display: block;
  margin: 0 auto 80px;
  max-width: 700px;
  background-color: #fff;
  position: relative;
  background-image: url(img/title-style-1.jpg),url(img/title-style-1.jpg);
  background-position: 2% center,98% center;
  background-repeat: no-repeat;
  font-family: 'Nether'; 
  font-size: 43px;
  top: -22px;
}
.events-page .events2 ul {
  margin: 0;
  padding: 0;
}
.events-page .events2 ul li {
  list-style-type: none;
  padding: 16px 0;
  letter-spacing: 2px;
  font-size: 17px;
}
.events-page .events2 ul li:nth-child(odd) {
  background-color: #fbf9fb;
}
.events-page .events3 {
  padding: 115px 0 0;
}
.events-page .events3 .section-inner {
    max-width: 1270px;
    border-left: 2px solid #B8BCBE;
    border-right: 2px solid #B8BCBE;
    border-bottom: 2px solid #B8BCBE;
}
.events-page .pastevents {
  max-width: 1140px;
  margin: 0 auto;
  padding-bottom: 70px;
}
.events-page .pastevents .column1 {
  padding: 0 70px 0 0;
}
.events-page .pastevents .column2 {
  padding: 0 0 0 30px;
}
.events-page .pastevents ul {
  margin: 0;
  padding-left: 30px;
}
.events-page .pastevents ul li {
  letter-spacing: 1px;
  line-height: 2;
}

.events-page .events4 {
  padding: 90px 0;
}
.events-page .events4 .section-inner {
  padding: 0 50px;
}
.events-page .events4 h2 {
  margin-bottom: 80px;
}
.events-page .events-video-wrapper {
  margin-bottom: 40px;
}
.events-page .events-video-wrapper img {
  width: 100%;
}
.events-page .playbutton {
    background-image: url(img/playButton-hover.png);
    background-repeat: no-repeat;
    width: 70px;
    height: 50px;
    border: none;
    box-shadow: none;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    background-size: cover;
    margin-bottom: 0;
    margin-left: -35px;
}
.events-page .playbutton:hover {
    background-image: url(img/playButton.png);
}

/* Video Page */
.video-page {
  background-image: url(img/video-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.video-page .content-area {
    max-width: 1140px;
    margin: 0 auto;
    display: block; 
}
.query-wrapper .video-wrapper img {
  width: 100%;
  max-height: 202px;
}
.video-page .video-wrapper {
    background-color: #fff;
    box-shadow: 1px 1px 6px #444;
    border-bottom: 9px solid #c1a4c8;
    min-height: 422px;
    margin-bottom: 45px;
}
.video-page .video-wrapper img {
  position: relative;
  bottom: -9px;
  width: 100%;
  max-height: 295px;
}
.video-page .entry-header .entry-title {
  background-image: url(img/video-title-2-bg.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 60px;
}
.video-page .video-title {
    display: table;
    width: 100%;
    min-height: 110px;
}
.video-page .video-title-inner {
    display: table-cell;
    vertical-align: middle;
}
.video-page  .video-wrapper h3 {
    text-align: center;
    font-family: 'Averta-Regular';
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 21px;
    padding: 0 20px;
    font-weight: normal;
    line-height: 1.25;
}
.video-page .playvideo {
    position: relative;
    display: block;
}
.video-page .playbutton {
    background-image: url(img/playButton-hover.png);
    background-repeat: no-repeat;
    width: 70px;
    height: 50px;
    border: none;
    box-shadow: none;
    position: absolute;
    top: 54%;
    margin-top: -27px;
    left: 50%;
    background-size: cover;
    margin-bottom: 0;
    margin-left: -35px;
}
.video-page .playbutton:hover {
    background-image: url(img/playButton.png);
}

/* Creations Page */
.creations-page .content-area {
  background-image: url(img/creations-bg-1.jpg), url(img/creations-bg-2.jpg);
  background-repeat: no-repeat;
  background-position: left 400px, right bottom;
  padding: 50px 0 130px;
}
.creations-page p {
  font-family: 'Averta-Regular';
  font-size: 14px;
  line-height: 2.25;
  letter-spacing: 2px;
  text-align: left;
}
.creations-page .titlebrand {
  position: relative;
  background-image: url(img/title-dot.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.creations-page .titlebrand:after {
  content: "";
  border: 1px solid #b8bcbe;
  position: absolute;
  width: 97%;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.creations-page .titlebrand img {
  display: block;
  position: relative;
  padding-right: 100px;
  z-index: 1;
}
.creations-page .create1 .titlebrand img,
.creations-page .create3 .titlebrand img,
.creations-page .create4 .titlebrand img {
  background-color: #fff;
}
.creations-page .create2 .titlebrand img,
.creations-page .create5 .titlebrand img {
  background-color: #f1f2f1;
}
.creations-page .create1 .titlebrand img {
  max-width: 367px;
}
.creations-page .subtitle {
  color: #c1a4c8;
  font-size: 15px;
  font-family: 'Averta-Regular';
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-top: 40px;
}
.creations-page .titlebtn .btn{
  color: #333643;
  font-family: 'Averta-Regular';
  font-size: 15px;
  text-transform: uppercase;
  padding: 8px 16px;
  letter-spacing: 2px;
  background-color: #e0d1e3;
  text-align: center;
  text-decoration: none;
}
.creations-page .titlebtn .btn:hover {
  color: #e0d1e3;
  background-color: #333643;
}
.creations-page .entry-header .entry-title {
  background-image: url(img/brands-title-bg.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 60px;
  margin-bottom: 80px;
}
.creations-page .creatquote .quote-content {
  max-width: 992px;
  margin: 0 auto;
  position: relative;
}
.creations-page .creatquote .quote-content:before {
  content: url('img/quote-open-green.png');
  position: absolute;
  top: -50px;
  left: 0;
}
.creations-page .creatquote .quote-content:after{
  content: url('img/quote-close-green.png');
  position: absolute;
  bottom: 0;
  right: 0;
}
.creations-page .creatquote h2 {
  font-family: 'Nether';
  font-size: 43px;
  text-align: center;
  margin-bottom: 35px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
}
.creations-page .creatquote p {
  font-family: 'Averta-Regular';
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2.5px;
  line-height: 1;
}
.creations-page .section-header {
  max-width: 992px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.creations-page .title {
  padding: 0;
}
.creations-page .titlebtn {
  padding: 0;
  text-align: right;
}
.creations-page .create1 .btn,
.creations-page .create5 .btn {
  margin-top: 20px;
}
.creations-page .create2 .btn {
  margin-top: 75px;
}
.creations-page .create3 .btn {
  margin-top: -5px;
}
.creations-page .create4 .btn {
  margin-top: 70px;
}
.creations-page .create1 .section-inner {
  max-width: 1144px;
  margin: 0 auto;
  padding: 110px 0 0;
  background-color: #fff;
}
.creations-page .create1 .column1 {
  padding: 0 50px 0 0;
}
.creations-page .create1 .column2 {
  padding: 0 77px 0 53px;
}
.creations-page .create1 p {
  margin-bottom: 50px;
}
.creations-page .create1 .column2 img {
  margin: 0 40px 40px 0;
}
.creations-page .create2 {
  padding: 0;
}
.creations-page .create2 .section-inner {
  max-width: 1272px;
  padding: 85px 0 0 115px;
  background-color: #f1f2f1;
  box-shadow: 0px 0px 4px #444;
  margin-left: 77px;
}
.creations-page .create2 .section-header {
  margin-left: 0;
  margin-bottom: 0;
}
.creations-page .create2 .column1 {
  padding: 125px 70px 0 0;
}
.creations-page .create2 .column2 {
  padding: 0;
}
.creations-page .create2 .column2 img {
  float: right;
}
.creations-page .create3 {
  padding: 110px 0 0;
}
.creations-page .create3 .section-inner {
  max-width: 1144px;
  margin: 0 auto;
}
.creations-page .create3 .section-body {
  max-width: 992px;
  margin: 0 auto;
}
.creations-page .create4 {
  padding: 110px 0 90px;
}
.creations-page .create4 .section-inner {
  max-width: 1144px;
  margin: 0 auto;
}
.creations-page .create4 .section-body {
  max-width: 992px;
  margin: 0 auto;
}
.creations-page .create5 {
  padding: 0;
}
.creations-page .create5 .section-inner {
  max-width: 1272px;
  padding: 85px 77px 0 0;
  background-color: #f1f2f1;
  box-shadow: 0px 0px 4px #444;
}
.creations-page .create5 .section-header {
  margin-right: 0;
}
.creations-page .create5 .column1 {
  padding: 0;
}
.creations-page .create5 .column2 {
  padding: 70px 0 0 70px;
}


/* Service Page */
.service-page p {
  font-size: 14px;
  line-height: 2.25;
  letter-spacing: 1px;
  text-align: justify;
}
.service-page h2 {
  font-family: 'nether';
  font-size: 36px;
  margin-bottom: 50px;
}
.service-page .content-area {
  padding: 50px 0 0;
  position: relative;
}
.service-page .entry-header .entry-title{
  background-image: url(img/serv-title.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 60px;
}
.service-page .column1, .service-page .column2 {
  width: 50%;
  float: left;
}
.service-page .serv1 .column1 {
  padding-right: 60px;
}
.service-page .serv1 .column2 {
  padding: 145px 130px 0 60px;
}
.service-page .serv2 .column1 {
  padding: 145px 60px 0 130px;
}
.service-page .serv2 .column2 {
  padding-left: 60px;
}
.service-page .serv3 {
  background-image: url(img/director-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.service-page .serv3 h2 {
  padding-bottom: 15px;
  padding-left: 132px;
  margin-left: -132px;
  border-bottom: 3px solid #ceeee8;
  width: 260px;
}
.service-page .serv4 {
  background-color: #f9f4fb; 
  box-shadow: 0px 0px 3px #444;
}
.service-page .serv4 h2 {
  padding-bottom: 15px;
  padding-left: 132px;
  margin-left: -132px;
  border-bottom: 3px solid #fff;
  width: 250px;
}
.service-page .serv5 h2 {
  padding-bottom: 15px;
  padding-left: 132px;
  margin-left: -132px;
  border-bottom: 3px solid #ceeee8;
  width: 280px;
}
.service-page .serv3 .section-inner,
.service-page .serv4 .section-inner {
  max-width: 1135px;
  margin: 0 auto;
  padding: 95px 0;
}
.service-page .serv5 .section-inner {
  max-width: 1135px;
  margin: 0 auto;
  padding: 95px 0 20px;
}
.service-page .directorholder {
  max-width: 630px;
  margin: 0 auto;
}
.service-page .director {
  width: 33.33%;
  float: left;
  text-align: center;
}
.service-page .advisorholder {
  max-width: 630px;
  margin: 0 auto;
}
.service-page .advisor {
  width: 50%;
  float: left;
  text-align: center;
}
.service-page .marcisupport {
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.service-page .marcisupport li {
  display: inline-block;
  padding: 20px 17px;
}


/* Contact Page */
.contact-page {
  background-image: url(img/contact-bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
}
.contact-page .content-area {
  max-width: 1135px;
  margin: 0 auto;
  padding: 50px 0 0;
  position: relative;
}
.contact-page .site-main {
  max-width: 991px;
  margin: 0 auto;
}
.contact-page .entry-header .entry-title {
  background-image: url(img/contact-title-bg.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 60px;
}
.contact-page .contact-content-img img {
  position: absolute;
  left: -57px;
}
.contact-page .contact-content-form {
  padding: 0;
}
.contact-page .contact-content {
  background-color: #f1f2f1;
  box-shadow: 1px 1px 5px #444;
  padding: 77px 150px 77px 0;
}
.contact-page .contact-content input,
.contact-page .contact-content select,
.contact-page .contact-content textarea {
  width: 100%;
  margin-top: 10px;
  padding: 8px 6px;
  margin-top: 10px;
}
.contact-page .contact-content select {
  background-color: #eaf6f4;
  font-style: italic;
  font-size: 14px;
  margin-bottom: 20px;
}
.contact-page .contact-content input[type="submit"] {
  background-color: #e0d1e3;
  max-width: 180px;
  text-transform: uppercase;
  color: #000;
  padding: 12px 16px;
  margin: 40px auto 0;
  display: block;
  letter-spacing: 2px;
  font-weight: bold;
  border: 0;
}
.contact-page .contact-content input[type="submit"]:hover {
  background: #333643;
  color: #e0d1e3;
}
.contact-page span.form-header {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: initial;
}
.contact-page .contact-content-form p {
  font-size: 12px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 10px; 
}
/* About Page */
.about-page .content .title{
  position: relative;
  text-align: center;
}
.about-page .content .title:before{
  content: "";
  border: 2px solid #b8bcbe;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.about-page .content h3{
  display: block;
  margin: 0 auto;
  max-width: 500px;
  background-color: #fff;
  position: relative;
  background-image: url(img/title-style-1.jpg),url(img/title-style-1.jpg);
  background-position: 2% center,98% center;
  background-repeat: no-repeat;
  font-family: 'Nether'; 
  font-size: 43px;
}
/* footer */
.site-footer {
  background-color: #333643;
}
.footer-wrapper{
  padding: 0 20px;
}
.footer-inner{
  padding-top: 35px;
  max-width: 1136px;
  margin: 0 auto;
  position: relative;
}
.bottom-divider {
    background-image: url(img/divider.png);
    background-repeat: no-repeat;
    position: relative;
    height: 20px;
    margin-top: 35px;
    background-size: 100%;
}
.footer-inner .contact-info{
  padding-top: 10px;
}
.footer-inner .contact-info h3{
  font-family: 'Roboto-Bold';
  font-size: 30px;
  color: #333;
  margin-bottom: 21px;
}
.footer-inner .contact-info .phone{
  margin-bottom: 9px;
}
.footer-inner .contact-info .phone,
.footer-inner .contact-info .email{
  font-family: 'Roboto-Regular';
  font-size: 18px;
  color: #333;
  display: block;
}
.footer-inner .contact-info .phone a,
.footer-inner .contact-info .email a{
  font-family: 'Roboto-Bold';
  font-size: 20px;
  color: #333;
  text-decoration: none;
}
.footer-inner .contact-info .email a{
  color: #007dc6;
}
.footer-inner .newsletter h3{
  font-family: 'Roboto-Bold';
  font-size: 30px;
  color: #333;
  margin-bottom: 3px;
}
.footer-inner .newsletter h4{
  font-family: 'Roboto-Regular';
  font-size: 18px;
}
.footer-inner .newsletter h4 span{
  font-family: 'Roboto-Bold';
  font-size: 20px;
}
.footer-inner .footer-form{
}
.footer-inner .nsu-field p {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
}
.footer-inner .input-group {
  max-width: 170px;
}
.footer-inner .input-group-btn{
  vertical-align: top;
}
.footer-inner .nsu-field{
  font-size: 16px;
  height: 45px;
  border: 1px solid #ddd;
  border-right: none;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-left: 21px;
  max-width: 170px;
}
.footer-inner .nsu-submit {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  background: #242424; /* Old browsers */
  background: -moz-linear-gradient(top, #242424 0%, #000000 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #242424 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #242424 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242424', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 10px 17px 14px 16px;
  border:none;
  border-top: 1px solid #6f6f6f;
  font-size: 15px;
}
.footer-bottom{
  padding: 28px 15px;
  max-width: 1136px;
  margin: 0 auto;
  text-align: center;
}
.footer-middle {
  float: right;
  margin-top: 20px;
}
.powered-by {
  
}
.powered-by a {
  color: #fff;
  text-decoration: none;
  font-family: 'Averta-Regular';
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.powered-by a.covet-logo{
      background-image: url(img/covet-logo.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 34px;
    height: 29px;
    vertical-align: middle;
    text-indent: -99999em;
    font-size: 0;
    position: relative;
    left: 5px;
}
.powered-by a:hover {
  color: #c1a4c8;
}
.social-footer ul {
  text-align: center;
}
.social-footer ul li {
  margin: 0 7px;
  display: inline-block;
  float: none;
}
.social-footer ul li a i{
  font-size: 18px;
  width: 27px;
  height: 27px;
  color: #333643;
  background-color: #babdb9;
  padding: 4px 5px;
  border-radius: 28px;
  text-align: center;
  border: 1px solid #babdb9;
}
.social-footer ul li a:hover i {
  color: #babdb9;
  background-color: #333643;
}
.footer-logo{
  margin-bottom: 28px;
}
.footer-right{
  float: left;
  padding-top: 4px;
  margin-bottom: 13px;
}
.footer-logo a{
  height: 100px;
  width: 100px;
  background-image: url(img/footer-logo.png);
  margin: 0 auto;
  text-indent: -999999em;
  font-size: 0;
}
#navbar-footer {
  min-height: 1px;
  margin-bottom: 60px;
}
#navbar-footer .navbar-nav {
}
#navbar-footer .navbar-nav > li{
  padding: 0 16px;
  float: none;
  display: inline-block;
}
#navbar-footer .navbar-nav > li:last-child:after{
  display: none;
}
#navbar-footer .navbar-nav a {
  color: #d0ebe7;
  font-size: 14px;
  font-family: 'Averta-Regular';
  text-transform: capitalize;
  padding: 0px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#navbar-footer .navbar-nav a:hover {
  color: #c1a4c8;
}
.footer-middle p {
  text-align: right;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Averta-Regular';
  font-size: 14px;
    letter-spacing: 3px;
    margin-top: 11px;
    margin-left: 20px;
    margin-bottom: 10px;
}
.footer-middle form {
  float: right;
}
.footer-middle form .input {
  float: left;
}
.footer-middle form .submit {
  float: right;
  right: -125px;
  position: relative;
  top: -40px;
}
.footer-middle form input {
  color: #fff;
  padding: 8px;
  font-size: 15px;
  font-family: 'Averta-Regular';
  letter-spacing: 2px;
  margin-right: 5px;
  border: 1px solid #fff;
  background-color: #333643;
}
.footer-middle form input.button[type=submit] {
  padding: 9px;
  font-size: 15px;
  font-family: 'Averta-Regular';
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  background: #c1a4c8;
  background-color: #c1a4c8;
  border: 1px solid #c1a4c8;
  border-radius: 0;
  margin-left: 5px;
} 
.footer-middle form input.button[type=submit]:hover {
  color: #c1a4c8;
  background-color: transparent;
}
.footer-middle form label {
  display: none;
}
.footer-middle form .mc-field-group {
  float: left;
}
.footer-middle form #mc_embed_signup_scroll {
  padding-right: 120px;
}
.footer-middle form #mce-responses {
  color: #fff;
  position: relative;
  margin-bottom: -25px;
}
#navbar-footer .dropdown-menu {
  display: none;
}
.footer-right h3{
  color: #fff;
  font-size: 17px;
  line-height: 1;
  margin-bottom: 4px;
}
.rights {
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 0px;
  color: #fff;
  font-family: 'Averta-Regular';
  letter-spacing: 1px;
  padding-top: 5px;
}
.rights a {
  color: #fff;
  text-decoration: none;
  padding: 0 10px;
}
.rights a:hover {
  color: #c1a4c8
}

/* max-width */
@media (max-width: 1360px) {
  .header-right {
    padding-left: 25px;
  }
  .navbar-default .navbar-nav > li {
    padding: 0 12px;
  }
  .social-header ul li {
    margin-left: 8px;
  }
}
@media (max-width: 1300px) {
  .sticky .header-right {
    padding-left: 0;
  }
  .navbar-default .navbar-nav > li {
    padding: 0 8px;
  }
  .amazon {
    margin-bottom: 20px;
  }
}

@media (max-width: 1250px) {
  .logo {
    width: 160px;
  }
}

@media (max-width: 1215px) {
  .header-tool-bar {
    top: 0;
    display: block;
    float: right;
  }
  .amazon {
    margin-top: -70px;
  } 
  .header-right {
    padding-left: 75px;
  }
}
@media (max-width: 1200px) {
  .section1 .section-inner .content-wrapper {
    padding: 200px 0 150px 25px;
  }
  .service-page .serv2 .column1, .service-page .serv1 .column2 {
    padding: 40px;
  }
  .contact-page .contact-content {
    padding: 77px 50px 77px 0;
  }
  .contact-page .contact-content-img img {
    position: relative;
    left: 15px;
  }
  .service-page .serv3 h2 {
    padding-left: 0;
    margin-left: 0;
    width: 130px;
  }
  .service-page .serv4 h2 {
    padding-left: 0;
    margin-left: 0;
    width: 120px;
  }
  .service-page .serv5 h2 {
    padding-left: 0;
    margin-left: 0;
    width: 150px;
  }
  .service-page .serv3 .section-inner, 
  .service-page .serv4 .section-inner, 
  .service-page .serv5 .section-inner {
    padding: 95px 30px;
  }
  .media-page .section-inner {
    padding: 0 20px;
  }
}
/* min-width */
@media (min-width: 1150px) {
}
/* min-width and max-width */
@media (max-width: 1214px) and (min-width: 830px) {
  .navbar-nav>li {
    float: none;
    display: inline-block;
  }
  .navbar-default .navbar-nav {
    text-align: center;
  }
}
@media (max-width: 991px) and (min-width: 830px) {

}
@media (max-width: 1160px) {
  .logo {
    width: 150px;
  }
  .navbar-default .navbar-nav > li {
    padding: 0 8px;
  }
  .social-header ul li {
    margin-left: 7px;
  }
  .header-menu .navbar-nav > li > a {
    padding: 10px 0px 12px;
  }
  .sticky .header-wrapper .site-title {
    padding: 20px 0;
  }

  .section2 .content-img img {
    background: none;
  }

  .section3 .content-wrapper ul {
    padding-left: 0;
  }
  .section2 .content-wrapper .mc-field-group {
    width: 30%;
  }
  .section2 .content-wrapper .submit {
    right: 85px;
  }
  .about-page .about6 h2:before {
    display: none;
  }
  .media-page #bwg_container1_0 #bwg_container2_0 .bwg-container-0 .bwg-item {
    max-width: 33.33%;
    width: 100% !important;
  }
}
@media (max-width: 1090px) {
  .header-right {
    padding-left: 5px;
  }
  .section2 .content-img {
    margin: -50px auto 0;
  }
  .section3 .content-wrapper h2:before,
  .section3 .content-wrapper h2:after {
    display: none;
  }
  .section3 .content-wrapper ul li {
    padding: 20px 12px;
  }
  .section6 .section-inner .content-wrapper h2:before,
  .section6 .section-inner .content-wrapper h2:after {
    display: none;
  }
  .section6 .section-inner .brands-holder .brand-box {
    width: 31%;
  }
  #navbar-footer .navbar-nav > li {
    padding: 0 12px;
  }
  .about-page .section-inner {
    padding: 0 20px;
  }
  .about-page .custom-section-inner {
    padding: 0 20px;
  }
  .about-page .about2 h2:before, .about-page .about4 h2:after {
    display: none;
  }
  .about-page .about-quote:before {
    left: -120px;
  }
  .about-page .about-quote:after {
    right: -120px;
    top: 30px;
    bottom: 0;
  }
  .about-page .about2 .about-quote:after {
    right: -120px;
  }
  .about-page .about2 .about-quote:before {
    letter-spacing: -120px;
  }
  .about-page .about4 .about-quote:before {
    left: -50px;
  }
  .about-page .about4 .about-quote:after {
    right: -50px;
  }
  .about-page .about8 .brand-box {
    width: 32%;
  }
  .creations-page .content-area .section-inner {
    padding: 45px 15px;
  }
  .creations-page .create1 .column1 {
    padding: 0 15px 0 0;
  }
  .creations-page .create1 .column2 {
    padding: 0 0 0 15px;
  }
  .creations-page .create2 .section-inner {
    margin-left: 0;
  }
  .creations-page .create2 .column1 {
    padding: 50px 15px 0 0;
  }
  .creations-page .create3, .creations-page .create4 {
    padding: 0;
  }
  .creations-page .create5 .column2 {
    padding: 0 0 0 20px;
  }
  .video-page .video-wrapper h3 {
    font-size: 18px;
  }
}
@media (max-width: 1022px) {
  .navbar-default .navbar-nav > li {
    padding: 0 6px;
  }
}
@media (max-width: 991px) {
  .header-right {
    display: block;
    float: right;
    padding-top: 10px;
  }
  .navbar {
    margin-bottom: 0;
  }
  .header-tool-bar {
    margin-left: 130px;
    float: right;
  }
  .amazon {
    margin-bottom: 20px;
    margin-top: 52px;
    margin-right: -270px;
  }
  .sticky .amazon {
    display: none;
  }
  .section3 .content-wrapper ul li, .media-page .media1 ul li {
    width: 33.3333%;
    float: left;
    text-align: center;
  }
  .section3 .content-wrapper ul li:first-child {
    margin-left: 0;
  }
  .section1 .section-inner .content-wrapper {
    padding: 200px 0 0;
  }
  .section1 .section-inner .content-wrapper p {
    font-size: 18px;
  }
  .section2 .section-wrapper {
    padding: 20px;
  }
  .section2 .content-img {
    margin: 0 auto;
  }
  .section2 .content-wrapper .mc-field-group {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .section2 .content-wrapper .submit {
    max-width: 100%;
    top: 0;
    right: 0;
  }

  .about-page .about-quote:before {
    left: 0 !important;
  }
  .about-page .about-quote:after {
    right: 0 !important;
  }
  .video-page .video-wrapper h3 {
    font-size: 16px;
  }

  .service-page .serv1 .column2, 
  .service-page .serv2 .column1 {
    padding: 0 40px;
  }

  .creations-page .creatquote .quote-content:after {
    top: -50px;
  }

  .contact-page .contact-content {
    padding: 50px 20px 20px;
  }
  .contact-page .contact-content-img img {
    margin: 0 auto;
    display: block;
    left: 0;
  }
  .contact-page .contact-content-form {
    padding: 50px 0 0;
  }

  .footer-middle {
    float: none;
  }
  .footer-middle p {
    float: none;
    margin: 0 0 20px;
    text-align: center;
  }
  .footer-middle form {
    float: none;
  }
  .footer-middle form .input {
    float: none;
    margin: 10px auto;
    width: 50%;
  }
  .footer-middle form input {
    width: 100%;
    margin: 0;
  }
  .footer-middle form .submit {
    float: none;
    width: 100%;
    margin: 0 auto;
    right: 0;
    top: 25px;
  }
  .footer-middle form #mc_embed_signup_scroll {
    padding: 0;
  }
  .footer-middle form .mc-field-group {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .footer-middle form input.button[type=submit] {
    margin: 0;
  }
}
@media (max-width: 830px) {
  .header-tool-bar {
    float: right;
    top: 20px;
    margin-left: 0;
    margin-right: 60px;
  }
  .amazon {
    margin-top: 60px;
    margin-right: -155px;
  }
  .header-menu .navbar-nav li:hover > .sub-menu {
    display: none;
  }
  .navbar-default .navbar-nav li.open > .sub-menu {
    display: block;
  }
  .navbar-header {
      float: none;
  }
  .navbar-toggle {
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    padding: 6px 7px;
  }
  .navbar-default .navbar-nav li > .sub-menu{
    padding:0px;
    border-left: 6px solid #D2854F;
    margin-left: 0px;
  }
  .header-menu .dropdown-menu {
    border: medium none;
    border-radius: 0px;
    box-shadow: none;
    float: none;
    margin: 2px 0 0 15px;
    position: relative;
  }
  /* navbar-collapse */
  .navbar-collapse {
    width: 100%;
    z-index: 9;
    background: #fff;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-default .navbar-nav {
      margin: 7.5px 0px;
      text-align: left;
  }
  .header-menu .navbar-nav > li {
    float: none;
    display: block;
  }
  .header-menu .navbar-nav > li:hover,
  .header-menu .navbar-nav > .current_page_item,
  .header-menu .navbar-nav > .open{
    background-color: #fff;
  }
  .header-menu ul.navbar-nav > li.menu-item-has-children:after,
  .header-menu ul.navbar-nav > li.menu-item-has-children:hover:after {
    border-top: 3.5px solid transparent;
    border-right: 6px solid #fff;
    border-bottom: 3.5px solid transparent;
    border-left: none;
  }
  .header-menu ul.navbar-nav > li.menu-item-has-children.open:after,
  .header-menu ul.navbar-nav > li.menu-item-has-children.open:hover:after{
    border-top: 6px solid #fff;
    border-right: 3.5px solid transparent;
    border-bottom: none;
    border-left: 3.5px solid transparent;
  }
  .header-menu ul.navbar-nav > li a{
    display: block;
    border-bottom:1px solid #333643;
    text-align: right;
    margin: 0;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{
    color: #fff;
    background: #728823;
  }
  .navbar-text {
      float: none;
      margin: 15px 0;
  }
  .navbar-collapse.collapse.in { 
      display: block!important;
  }
  .collapsing {
      overflow: hidden!important;
  }
  #navbar-footer .navbar-nav{
    text-align: center;
  }
  #navbar-footer .navbar-nav > li {
    margin-right: 0;
    display: inline-block;
    padding: 0 8px;
  }
  #navbar-footer .navbar-nav a {
    font-size: 12px;
  }
  .section1 .section-inner .content-wrapper {
    padding: 50px 0 0;
  }
  .section1 .section-inner .content-wrapper:before {
    top: 10px;
  }
  .section1 .section-inner .content-wrapper p {
    font-size: 16px;
    line-height: 2;
  }
  .section2 .content-img img {
    padding-top: 30px;
  }
  .section2 .content-wrapper .mc-field-group {
    width: 30%;
  }
  .section2 .content-wrapper .submit {
    max-width: 130px;
  }

  .section5 .section-inner .content-text {
    padding: 20px 10px;
  }

  .about-page .about8 .brand-box {
    width: 48%;
  }

  .service-page .column1, .service-page .column2 {
    width: 100%;
    float: none;
  }
  .service-page .serv1 .column2,
  .service-page .serv2 .column1 {
    padding: 20px;
  }
  .service-page .serv1 .column1,
  .service-page .serv2 .column2 {
    padding: 0;
  }
  .service-page .director, .service-page .advisor {
    width: 100%;
    float: none;
    margin: 20px 0;
  }
}
@media (max-width: 782px) {
  .admin-bar.sticky .site-header {
    top: 46px;
  }
}
@media (max-width: 767px) {
  .header-menu.navbar-default {
    position: inherit;
    border-bottom: none;
  }
  .header-inner {
    position: relative;
  }
  .site-title {
    padding: 10px 0;
  }
  .logo {
    height: 100px;
  }
  .section1 .section-inner .content-wrapper p {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 2px;
  }
  .section1 .section-inner .content-wrapper p span.divauthor {
    font-size: 34px;
  }
  .section2 .section-inner .content-wrapper h3 {
    padding: 0;
    text-align: center;
  }
  .section2 .section-inner .content-wrapper p {
    text-align: center;
    padding: 0;
  }
  .section2 .content-wrapper .mc-field-group {
    width: 100%;
    margin-bottom: 10px;
  }
  .section2 .content-wrapper .submit {
    float: none;
    margin: 0 auto;
    max-width: 100%;
  }
  .section5 .section-inner .content-img img {
    display: block;
    margin: 0 auto;
  }
  .section5 .section-inner .content-text h2 {
    text-align: center;
    background-position-x: center;
  }
  .section5 .section-inner .content-text .btn {
    float: none;
  }
  .section6 .section-inner .brands-holder .brand-box {
    padding: 0 10px;
    width: 48%;
  }
  .about-page .about-quote {
    padding: 70px 0 40px;
  }
  .about-page .about1 .content-img {
    text-align: right;
    background-position-x: right; 
  }
  .about-page .about1 .content-txt {
    padding: 30px 0 0;
  }
  .about-page .about2 h2 {
    text-align: center;
  }
  .about-page .about2 {
    padding: 50px 0;
  }
  .about-page .about2 .column1, .about-page .about2 .column2 {
    padding: 0;
  }
  .about-page .about3 {
    padding: 50px 0 0;
  }
  .about-page .about3 .column1 {
    padding: 0;
  }
  .about-page .about4 {
    padding: 50px 0 0;
  }
  .about-page .about4 h2 {
    text-align: center;
  }
  .about-page .about4 .about-quote:before {
    top: 25px;
  }
  .about-page .grey4 .column2 {
    padding: 20px 0 0;
  }
  .about-page .grey4 .content-bottom {
    padding-top: 0;
  }
  .about-page .about5 {
    padding: 50px 0;
  }
  .about-page .about5 .column2 {
    padding: 20px 0 0;
  }
  .about-page .about6 {
    padding-top: 50px 0 75px;
  }
  .about-page .about6 h2 {
    text-align: center;
  }
  .about-page .about6 .column1 {
    padding: 0;
  }
  .about-page .about6 .column2 {
    padding: 0 0 50px;
  }
  .about-page .about6 .content-holder {
    margin-bottom: 0;
  }
  .about-page .about6 #btn1, .about-page .about6 #btn2, .about-page .about6 #btn3 {
    width: 100%;
    margin-right: 0;
  }

  .events-page .events1 .column1 {
    text-align: center;
  }
  .events-page .events1 .column2 {
    padding: 15px 0;
  }
  .events-page .events2 h2, 
  .events-page .events3 h2 {
    background-position: 2% 14px,98% 14px;
  }
  .events-page .events2 .section-inner, 
  .events-page .events3 .section-inner {
    padding-left: 15px;
    padding-right: 15px;
    border-top: 2px solid #B8BCBE;
  }
  .events-page .pastevents .column1,
  .events-page .pastevents .column2 {
    padding: 0;
  }
  .events-page .events4 .section-inner {
    padding: 0;
  }

  .creations-page .titlebrand {
    background: none;
  }
  .creations-page .titlebrand:after {
    display: none;
  }
  .creations-page .titlebrand img {
    display: block;
    margin: 0 auto;
    padding: 0;
  }
  .creations-page .subtitle {
    text-align: center;
    padding-top: 15px;
  }
  .creations-page .titlebtn {
    text-align: center;
  }
  .creations-page .titlebtn .btn {
    margin: 20px auto !important;
  }
  .creations-page .create1 .column1,
  .creations-page .create2 .column2,
  .creations-page .create5 .column1 {
    text-align: center;
  }
  .creations-page .create2 .column2 img {
    float: none;
  }

  .rights {
    text-align: center;
    padding: 0 0 20px;
  }
  .powered-by {
    text-align: center;
  }
}
@media (max-width: 640px) {
  #navbar-footer {
    margin-bottom: 0;
  }
  #navbar-footer .navbar-nav > li {
    display: block;
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .admin-bar.sticky .site-header {
    top: 0px;
  }
  .section1 .section-inner .content-wrapper p {
    font-size: 10px;
    padding-top: 10px;
  }
  .section1 .section-inner .content-wrapper p span.divauthor {
    font-size: 22px;
  }
  .section3 .content-wrapper h2 {
    font-size: 42px;
    background-position-y: 40px;
    padding-bottom: 15px; 
  }
  .section3 .content-wrapper ul li, .media-page .media1 ul li {
    width: 50%;
  }
  .section4 .section-inner .content-wrapper h2 {
    font-size: 42px;
    background-position-y: 40px;
    padding-bottom: 15px;
  }
  .section5 .section-inner .content-text h2 {
    font-size: 42px;
    background-position-y: 40px;
    padding-bottom: 15px;
  }
  .section6 .section-inner .content-wrapper h2 {
    font-size: 42px;
    background-position-y: 40px;
    padding-bottom: 15px;
  }
  .section6 .section-inner .brands-holder .brand-box {
    margin-bottom: 40px;
    width: 100%;
    min-height: 0 !important;
    height: 100% !important;
  }
  
  .about-page .about8 .brand-box {
    width: 100%;
  }
  .service-page .marcisupport li {
    width: 100%;
    height: 100% !important;
  }
  
  .media-page #bwg_container1_0 #bwg_container2_0 .bwg-container-0 .bwg-item {
    max-width: 50%;
  }
  .media-page .video-wrapper {
    height: 100% !important;
    margin-bottom: 20px;
  }
  
  .spider_popup_wrap .bwg_popup_image {
    width: 50%;
  }
  .about-page p {
    font-size: 14px;
    line-height: 2.25;
    letter-spacing: 1px;
    text-align: center;
  }
  .about-page .about8 .brand-box {
      margin-bottom: 40px;
      width: 100%;
      min-height: 0 !important;
      height: 100% !important;
      padding: 0;
  }

  .events-page h2 {
    font-size: 32px;
    line-height: 1.5;
  }
  .events-page p {
    font-size: 16px;
  }
  .events-page .events2 ul li,
  .events-page .pastevents ul li {
    font-size: 14px;
  }
  
  .video-page .video-wrapper {
    min-height: 0;
  }
  .video-page .video-wrapper img {
    bottom: 0;
  }
  
  .creations-page p {
    text-align: center;
  }
  
  .footer-middle form .input {
    width: 100%;
  }
  .footer-middle form .submit {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .logo {
    width: 80px;
    height: 42px;
  }
  .header-tool-bar {
    float: none;
    top: 0;
  }
  .amazon {
    margin-top: 10px;
    margin-right: 50px;
  }
  .social-header ul li {
    margin-left: 5px;
  }
  .social-header ul li i {
    font-size: 15px;
    width: 25px;
    height: 25px;
  }
  .sticky .header-tool-bar {
    display: none;
  }
  .header-right,
  .sticky .header-right{
    float: none;
    padding-left: 0px;
    margin-left: 0px;
  }
  
  .footer-bottom {
    padding: 0px;
  }
  #navbar-footer .navbar-nav > li {
    display: block;
    margin: 0 0 14px;
    padding: 0px;
  }
  #navbar-footer .navbar-nav > li:after {
    display: none;
  }
  .section1 .section-inner .content-wrapper {
    width: 100%;
    text-align: center;
  }
  .section1 .section-inner .content-img {
    width: 50%;
    text-align: center;
    float: none;
    margin: 0 auto;
  }
  .rights a {
    display: block;
    padding-bottom: 0 0 12px;
  }
}
@media (max-width: 375px) {
  .header-tool-bar {
    float: none;
    margin: 60px auto 15px;
    display: block;
    top: 0;
    text-align: center;
  }
  .social-header, .social-header ul {
    float: none;
  }
  .social-header ul li {
    margin-left: 5px;
    float: none;
    display: inline-block;
  }
  .amazon {
    margin: 0 auto 20px;
    display: block;
    float: none;
  }
  .about-page .about6 .content1 h3:before,
  .about-page .about6 .content2 h3:before,
  .about-page .about6 .content3 h3:before {
    top: 0;
    font-size: 40px;
  }
  .about-page .about6 h3 {
    padding-left: 50px;
    font-size: 20px;
  }
  .media-page h2 {
    line-height: 1.5;
  }
  .media-page #bwg_container1_0 #bwg_container2_0 .bwg-container-0 .bwg-item {
      max-width: 100%;
  }
  .media-page .media5 {
    background: none;
  }
}
