/* ==========================================================================
   Base
   ========================================================================== */

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

* {
  -webkit-box-sizing: border-box; /* <=iOS4, <= Android  2.3 */
     -moz-box-sizing: border-box; /* Firefox 1+ */
          box-sizing: border-box; /* Chrome, IE8+, Opera, Safari 5.1*/
}

a, a:hover {
    text-decoration:none;
    font-style:italic;
}
img {
    border:none;
}

ul {
  margin: 0;
  padding: 0;
}

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

h1,h2,h3,h4,h5,h6 {
	margin-bottom:15px;
	letter-spacing: -0.06em; 
}

h1 {
  font-size:40px;
}

h2 {
  font-size:35px;
}

h3 {
  font-size:25px;
}

h4 {
  font-size:20px;
}

h5 {
  font-size:15px;
}

h6 {
  font-size:10px;
}

p {
  line-height:1.5em;
  display:inline-block;
  margin: 0px;
}

.single-post p {
    display:block;
    
}

img {
  max-width:100%;
  height:auto;
}

hr {
	border-width: 1px;
	border-style: solid;
	border-top: none;
}

#logo {
	padding-top: 3px;}

.marl20 li {
	margin-left: 20px;
}



/* =============================================================================
   Header
   ========================================================================== */

#banner {
  position: fixed;
  left: 0;
  z-index: 99999;
  width: 100%;
}

#banner a {
  font-style:normal;
}

.navbar-fixed-top .container {
  width: auto !important;
}

#cubus-nav i {
  font-size: 20px;
  margin: 0 0 0 14px;
}

.header-navbar {
  min-height: 55px;
  padding-left: 20px;
  padding-right: 30px;
}

.header-navbar i {
  cursor: pointer;
}

.header-navbar-menu {
  display: none;
  height: auto;
  text-align: center;
}

.header-navbar-category {
  display: none;
  height: auto;
  text-align: center;
}

.header-navbar-search {
  display: none;
  height: auto;
  text-align: center;
  background:#ccc;
  height: 70px;
  background: url(../img/nav_pattern.png);
}


.navi li {
  display: block;
  float: none;
}

.navi a {
  display: block;
  font-size: 13px;
  padding: 6px 10px 6px 10px;
}

#cubus-nav {
  float: right;
  margin-top: 6px;
}

#cubus-nav a {
  
}

#filters {
    margin-top: 15px;
    width:100%;
    text-align: center;
}

#filters li {
    float: none;
    display: inline;
}

#filters a {
    display: inline-block;
    padding: 10px;
    color: #333;
}

.navi li.active a {
	font-weight: bold;
}

.header-search {
    font-size: 11px;
    height: 25px;
    margin: -1px 0 0 11px;
    width: 137px;
}

.search-phone input[type="text"] {
  height: 30px;
  font-size: 15px;
  border:none;
  outline: none;
  margin-top: 19px;
}

.search-phone input[type="submit"] {
  height: 30px;
  border:none;
  outline: none;
  margin: 0 0 0 3px;
  cursor: pointer;
  font-size: 15px;
}

#flickr li {
  float: left;
  width: 62px;
  margin-right: 7px;
  margin-bottom: 3px;

}

#flickr li:nth-child(3n) {
  margin-right: 0;
}




/* ==========================================================================
   Homepage assets
   ========================================================================== */


.homepage_widget {
	display:block;}
.homepage_page_widget {
	padding: 10px 10px 0 10px;
}
.homepage_page_widget p {
	margin: 0;
}
.homepage_page_widget #main {
	margin-bottom:-6px;
}

.fwidgets {
	font-size: 11px;
	line-height: 1.5em;
}

.fwidgets h1, .fwidgets h2, .fwidgets h3, .fwidgets h4, .fwidgets h5, .fwidgets h6, .fwidgets h7 {
	font-size: 140%;
	border-bottom: 1px #999 solid;
	padding-bottom: 10px;
	margin: 25px 0 15px 0;
} 

.fwidgets .widget {
	display: block;
	height: 100%;
	margin-bottom:15px;
}
.fwidgets .widget-title {
	margin-top:15px;
}
.fwidgets .widget li {
	width: 100%;
}
.footerw #main {
	padding: 40px 0 40px 0;
}


/* ==========================================================================
   Content
   ========================================================================== */

#content { }

.hide{
  display:none;
}

.search-div {
  float:right;
  display:none;
}

label {
  display:block;
  margin:10px 0 10px 0;
}

.success_page {
  font-weight:bold;
}

#c-form, .sscf-wrapper {
  margin:40px 0 0 0;
}

#c-form input[type="text"], .sscf-wrapper input[type="text"] {
  outline:none;
  border:0;
  background:#fff;
  border: 1px solid #aaa;
  width:50%;
  height:35px;
  padding:0 0 0 10px;
}

#c-form input[type="submit"], .sscf-wrapper input[type="submit"] {
  margin:20px 0 0 auto;
  cursor:pointer;
  display:block;
}

#c-form textarea, .sscf-wrapper textarea {
  outline:none;
  border:0;
  background:#fff;
  height: 155px !important;
  width: 100% !important;
  padding:5px 0 0 10px;
  border: 1px solid #aaa;
}
.sscf-wrapper p {
	width:100%;
	margin: 0px;
}
.sscf-wrapper label {
	width:100%;
	margin: 5px 0 0 0;
}
.sscf-input-wrapper label {
width: 100% !important;}
#c-form input[type="checkbox"] {
        display:none;
    }

    #c-form input[type="checkbox"] + label span {
        display:block;
        width:21px;
        height:21px;
        background:url(../img/check.png);
        margin:0 auto;
        cursor:pointer;
    }

    #c-form input[type="checkbox"]:checked + label span {
        background:url(../img/check.png) 0px -31px;
    }


/* ==========================================================================
   Primary Content
   ========================================================================== */

.portfolio_items {
	position:relative;
	width: 100%;
}

.entry-content {
	margin-top:20px;
}

.martop {
	margin-top: 20px;
}

#main { 
	position:relative;}

#wrap {
  margin-top:55px;
  float: left;
}

/* ==========================================================================
   Sidebar
   ========================================================================== */

#sidebar {
  width: 200px;
  float: right;
  display: none;
}

#sidebar .footer-ul {
  width:100% !important;
  margin-left:0 !important;
}

#sidebar .footer-ul h6 {
  border-bottom: 1px solid #4D4D4D;
}

h6.no-border {
  border-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
}

.tweet-meta {
  font-style: italic;
  margin: 8px 0 0 0;
  display: inline-block;
  font-size: 12px;
}

#sidebar h6 {
  border-bottom: 1px solid #4D4D4D;
  font-size: 15px !important;
  padding: 0 0 10px 0;
  margin-bottom: 10px;
}

#sidebar h3 {
  border-bottom: 1px solid #4D4D4D;
  font-size: 15px !important;
  padding: 0 0 10px 0;
  margin-bottom: 10px;
  margin-top:40px;
}


#sidebar a {
  font-style:italic;
  font-size:13px;
}

.sidebarleft {
	float:left !important;
	}

/* ==========================================================================
   Posts
   ========================================================================== */



.post {
  position: relative;
  height: 200px;
  z-index: 1;
  perspective: 800px;
   -webkit-perspective: 800px;
     height:250px !important;
}

.header-navbar .container {
  padding-top: 10px;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 100%;
  margin: 0 auto;
}
.span12 {
  width: 100%;
}

.hentry header { margin-top:15px; margin-bottom:15px;}
.hentry time { }
.hentry p.byline { }
.hentry .entry-content { }
.hentry footer { }

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}


.line {
 border-top: 1px solid #FFFFFF;
    display: block;
    height: 1px;
    margin-top: 15px;

    width: 100%;}

.back {
	display: none;
}
    
/* ==========================================================================
   Pages
   ========================================================================== */
    
.page {
}

/* article page */

.single-post { /* body */
}

.page-template .single-post {
	margin-top: 20px;
}

.single-post a {

}

.single-page a {

}

.single-post .post {
  width: 100% !important;
  height: auto !important;
  float: left;
}
.single-post li {
  float: none;
}


.single-post img {
  max-width: 100%;
  height: auto;
}

#main {
  width: 90%;
  margin: 0 auto 0 auto;
}

.author-info {
  height: 60px;
  border-bottom: 1px solid #4D4D4D;
  margin: 30px 0 0 0;
}

.author-info img {
  float: left;
}

.author-info ul {
  margin: 0;
  float: left;
}

.author-name {
  font-size: 16px;
}

.author-time {
  display:none;
}

.entry-title { /* h1 - blog post title */
  display: inline;
  font-size: 30px;
}
.postright {
	float:right !important;}

/* ==========================================================================
   blog
   ========================================================================== */

.blog-posts {
	width: 100%;
	float: left;
}
.sidebar-blog {
	margin-top: 0px !important;
}
.blog_item {
	border-bottom: 1px #4D4D4D solid;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.blog_item img {
	height: auto;
	max-width: 100%;
}
.blog_item a h2, .entry-title {
    line-height: 32px;
	font-style: normal;
}
.blog_date {
	display: none;
	position: relative;
	width: 50px;
	height: 50px;
	left: -60px;
	margin-bottom: -50px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	text-align: center;
	font-size: 12px;
}
.blog_date .day {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: -19px;
	position: relative;
	display: block;
	padding-top: 10px;
}
/* ==========================================================================
   Footer
   ========================================================================== */

#footer { 
}

#footer a {
  font-style:normal;
}

.footerw {
	margin-top: 40px;
}

.home .footerw {
	margin-top: 0px !important;
}

.page .footerw {
	margin-top: 0px !important;
}

.footer-ul {
  padding:0 10px 0 10px;
  margin: 30px 0 0 0;
  width:100%;
  font-size: 12px;
  float:left;
}

.footer-ul ul {
  margin: 0 0 0 15px;
}

.footer-ul p {
  margin: 0;
  font-size: 12px;
}

.footer-ul li {
  list-style-type: disc;
  float: none;
  margin:0 0 3px 0;
}

.footer-ul h6 {
  font-size: 15px !important;
  padding: 0 0 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-top: 0;
}

.footer-ul h3 {
  font-size: 15px !important;
  padding: 0 0 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-top: 0;
}


.footer-logo {
  height: 140px;
  display: none;
}

.footer-ul input[type="text"] {
  border:none;
  outline: none;
  background: #ccc;
  width: 70%;
  height: 30px;
  float: left;
  padding: 0 0 0 5px;
}

.footer-ul input[type="submit"] {
  width: 25%;
  border:none;
  outline: none;
  height: 30px;
  float: left;
  margin: 0 0 0 10px;
  cursor: pointer;
}

#subscribe {
  margin: 10px 0 0 0;
}




/* ==========================================================================
   Comments
   ========================================================================== */


#comments {
  float: left;
  width: 100%;
  border-top: 1px solid #4D4D4D;
}

.comment-reply-link {
  font-style:normal;
}

#respond {
  float: left;
  width: 100%;
  margin: 70px 0 40px 0;
}


.comment {
  width: 100%;
}

.comment-author {
  float: left;
  width: 100%;
  margin: 30px 0 20px 0;
}

.author-info-img img {
      -webkit-border-radius: 40px;
       -moz-border-radius: 40px;
            border-radius: 40px;
}

.author-info-img {
        width: 40px;
      height: 40px;
      border:2px solid #fff;
            margin-right: 10px;
    -webkit-border-radius: 40px;
       -moz-border-radius: 40px;
            border-radius: 40px;
            float: left;
}

  .comment-author img.avatar {
    float: left;
    -webkit-border-radius: 60px;
       -moz-border-radius: 60px;
            border-radius: 60px;
  }

    .avatar-img {
      display: none;
      float: left;
      width: 60px;
      height: 60px;
      border:2px solid #fff;
    -webkit-border-radius: 60px;
       -moz-border-radius: 60px;
            border-radius: 60px;
  }



.fn {
  font-size: 18px;
  width:65%;
  display: block;
  border-bottom: 1px solid #4D4D4D;
}
.home .fn {
  border-bottom:none;
}

.comments-text {
  float: left;
}

.comments-moderate {
    margin-left: 80px;
}

#comments .children {
  margin-top: 30px;
}


.comment-edit-link {
  float: right;
}

.text { /* style for the input fileds in the comment form */
  width: 100%;
  height: 35px;
  background:#fff;
  background: rgba(255,255,255,0.8);
  border:1px solid #ccc;
  padding: 0 0 0 10px;
  margin: 10px 10px 0 0;
  font-size: 13px;
}

.input-xlarge { /* style for the textarea in the comment form */
  width:100%;
  background:#fff;
  background: rgba(255,255,255,0.8);
  border:1px solid #ccc;
  height: 120px;
  padding: 5px 0 0 10px;
  margin: 13px 0 0 0;
  font-size: 13px;
}

.btn-primary {
  outline: none;
  border:none;
  display: block;
  margin: 0 auto;
  padding: 10px 30px;
  font-size: 13px;
  cursor: pointer;
}

.navpn {
  width:50px;
  height:80px;
  text-align:right;
  position:relative;
  top:-15px;
}

.navpn a {
  font-family: 'EntypoRegular';
  font-size:70px;
  display:block;
  position:relative;
  font-style:normal;
    -webkit-transition: all 0.3s ease-out;  /* Safari 3.2+, Chrome */
     -moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.5–12.00 */
          transition: all 0.3s ease-out;  /* Firefox 16+, Opera 12.50+ */
}

.prev {
  float:right;
}

.next {
  float:right;
}


/* ==========================================================================
   Chilli Shortcodes
   ========================================================================== */

.chilli-column-last {
  margin-right: 0 !important;
}

.half-column-post {
  width: 100%;
}

.third-column-post {
  width: 100%;
}

.fourth-column-post {
  width: 100%;
}

.fifth-column-post {
  width: 100%;
}

.sixth-column-post {
  width: 100%;
}

#tabContaier {
  margin:20px 0 40px 0;
  float:left;
}

#tabContaier ul{
  height:35px;
  display:block;
  z-index:100;
}

 #tabContaier li{
    float:left;
    list-style:none;
 }

 #tabContaier li a{
    border-right:0;
    cursor:pointer;
    display:block;
    height:35px;
    line-height:35px;
    padding:0 30px;
    text-decoration:none;
    text-transform:uppercase;
    font-style:normal;
 }

 #tabContaier li a.active{
      font-size:18px;
      font-weight:bold;
 }
 
 .tabContents{
      padding:10px;
      float:left;
      width:100%;
      font-size: 12px;
      margin-top:-1px;
      line-height: 1.5em;
 }

 .tabContents h1{
      font:normal 24px/1.1em Georgia, "Times New Roman", Times, serif;
      padding:0 0 10px;
 }

 .tabContents p{
      padding:0 0 10px;
 }

 .share {
  text-align:center;
  background:#4D4D4D;
  width:100%;
  height:35px;
  margin:12px 0 0 0;
  padding:7px 0 0 0;
}

.page-template-page-blog-php .share {
	margin-top:76px;
}

.share a {
  font-style:normal !important;
}

.share-span {
  font-size:16px;
  font-weight:bold;
  position:relative;
  top:-1px;
  margin-left:6px;
}

.addthis_button {
  display:block;
}

.icon-plus { /* for share widget*/
  font-size:19px;
  display:block;
}

.zilla-social.size-32px a {
  margin-right:6px;
}

.zilla-social.size-32px a:nth-child(5n) {
  margin-right:0;
}

#footer .zilla-social.size-32px a {
  margin-right:0px;
}

/* ==========================================================================
   Predefined styles
   ========================================================================== */


.greenl-btn {
  background:#24DB3B;
  margin:0 !important;
}

.black-btn {
  background:#4D4D4D;
}

  .black-btn:hover {
    background:#3c3c3c;
  }

.gray-btn {
  background:#808080;
}

  .gray-btn:hover {
    background:#6f6f6f;
  }

.orange-btn {
  background:#EA861E;
}

  .orange-btn:hover {
    background:#d27514;
  }

.green-btn {
  background:#80B93F;
}

  .green-btn:hover {
    background:#6ea036;
  }

.red-btn {
  background:#FF0000;
}

  .red-btn:hover {
    background:#d00;
  }

.pink-btn {
  background:#E01E79;
}

  .pink-btn:hover {
    background:#c21a69;
  }

.btn {
  display:inline-block;
  font-weight:bold;
  padding:7px 17px;
  font-size:12px;
  font-style:normal;
  cursor:pointer;
  margin:0 10px 10px 0;
}


.btn-big {
  display:inline-block;
  font-weight:bold;
  padding:8px 21px;
  font-size:21px;
  font-style:normal;
  cursor:pointer;
  margin:0 10px 10px 0;
}


.btn:hover {
    font-style:normal;
}

.btn-big:hover {
    font-style:normal;
}

.back {
  text-align:center;
}

.icon {
  font-size:2em;
}

.authorshow {
  display:block;
  margin-bottom:-12px;
}

.excerpt {
  font-size:0.8em;
}

.eye-permalink {
  font-size:7em;
  position:absolute;
  bottom:10px;
  margin-left:-20px;
  width:100%;
}
    
.front_video {
  height:250px;
}


/* ==========================================================================
   WordPress Generated Classes
   See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
   ========================================================================== */

.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; }
.alignright { float: right; }
figure.alignnone { margin-left: 0; margin-right: 0; }
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {}

.wp-caption p.wp-caption-text {}

.sticky {}

.gallery-caption {}

.bypostauthor {}

.selected {
	font-weight: bold;
}
.entry-summary .excerpt {
	margin-top:12px;
}

/* ==========================================================================
   Import Icon Font Entypo
   See: http://www.entypo.com/
   ========================================================================== */

/* Standard Entypo icons */
@font-face {
    font-family: 'EntypoRegular';
    src: url('entypo.eot');
    src: url('entypo.eot?#iefix') format('embedded-opentype'),
         url('entypo.woff') format('woff'),
         url('entypo.ttf') format('truetype'),
         url('entypo.svg#EntypoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Social Entypo icons */
@font-face {
    font-family: 'EntypoSocial';
    src: url('entypo-social.eot');
    src: url('entypo-social.eot?#iefix') format('embedded-opentype'),
         url('entypo-social.woff') format('woff'),
         url('entypo-social.ttf') format('truetype'),
         url('entypo-social.svg#EntypoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: "FontAwesome";
  src: url('fontawesome-webfont.eot');
  src: url('fontawesome-webfont.eot?#iefix') format('eot'), url('fontawesome-webfont.woff') format('woff'), url('fontawesome-webfont.ttf') format('truetype'), url('fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icon {
  font-family: 'EntypoRegular';
}

.icon-social {
  font-family: 'EntypoSocial';
}

/* ==========================================================================
   Content builder modifications + overrides
   ========================================================================== */
   
.wpb_content_element .ui-tabs .ui-tabs-nav li, .wpb_content_element .ui-accordion .ui-accordion-header, .wpb_tabs .ui-tabs .ui-tabs-panel {
background: none !important;	
}



/* ==========================================================================
   Media Queries
   ========================================================================== */
   


@media only screen and (min-width: 100px) {

  #main {
    width: 90%;
  }

  .post {
    width: 100% !important;
  }

  .post2x, .flippost2x {
    width: 100% !important;
  }

}

@media only screen and (min-width: 480px) {
  
  #tabContaier li a.active{
    height:39px;
    margin-top:-3px;
  }
    
  #tabContaier ul{
    float:left;
  }

  .author-info img {
    width: auto;
    height: auto;
  }

  .author-info ul {
    margin-top: 18px;
  }
  
  .author-info h2 {
    font-size:60px;
  }

  .author-name {
    font-size: 24px;
    margin-bottom: 4px;
  }

  .children li:first-child {
    padding: 0 0 0 20px;
  }

  .author-info-img img {
        -webkit-border-radius: 80px;
         -moz-border-radius: 80px;
              border-radius: 80px;
  }

  .author-info-img {
      width: 80px;
      height: 80px;
      border:2px solid #fff;
      margin-right: 0px;
      -webkit-border-radius: 80px;
         -moz-border-radius: 80px;
              border-radius: 80px;
      float: left;
  }

  .author-info {
    height: 100px;
  }

  .navpn {
    position:static;
    width:40px;
  }

  .post {
    width: 49.9% !important;
  }

  .post2x {
    width: 100% !important;
  }

  .posthalf {
    width: 24.9% !important;
  }

}

@media only screen and (min-width: 580px) {
  

  .avatar-img {
    display: block;
  }

  .children li:first-child {
    padding: 0 0 0 80px;
  }

  .comments-text {
    padding: 0 0 0 80px;
  }

  .comment-author-info {
    margin: 0 0 0 80px;
  }

  .comment-reply-link {
    margin: 0 0 0 80px;
  }

  .fn {
    width: 210px;
  }

  .half-column-post {
    width: 48%;
    margin-right: 4%;
    float: left;
  }

  .third-column-post {
    width: 30.66%;
    margin-right: 4%;
    float: left;
  }

  .fourth-column-post {
    width: 22%;
    margin-right: 4%;
    float: left;
  }

  .fifth-column-post {
    width: 16.8%;
    margin-right: 4%;
    float: left;
  }

  .sixth-column-post {
    width: 13.33%;
    margin-right: 4%;
    float: left;
  }

  .author-time {
    display:inline-block;
  }


}

@media only screen and (min-width: 710px) {
  

  .post {
    width: 33.31% !important;
  }
  .post2x {
    width: 66.666% !important;
  }
  .posthalf {
    width: 16.66% !important;
  }

  .text {
    width: 31.9%;
  }



  .navi {
    float:left;
  }

  .navi li {
    float: none;
    display: inline;
  }

	.navi a {
    display: inline-block;
  }



  #filters li:nth-child(even) a {
    background: none;
  }

  #filters li:nth-child(odd) a {
    background: none;
  }


  #menu-primary-navigation li:nth-child(even) a {
    background: none;
  }

  #menu-primary-navigation li:nth-child(odd) a {
    background: none;
  }

  .header-navbar-category {
    height: 70px;
    background: url(../img/nav_pattern.png);
  }

  .header-navbar-category li {
    margin-right: 10px;
  }

  .header-navbar-menu {
    height: 85px;
    background: url(../img/nav_pattern.png);
  }

  .header-navbar-menu li {
    margin-right: 10px;
  }

  .next {
      margin-right:20px;
  }

  .prev {
      margin-right:50px;
  }

  #c-form input[type="text"] {
    width:300px;
  }

  #c-form input[type="submit"] {
    float:right;
  }

  #c-form input[type="checkbox"] + label span {
          display:inline-block;
          margin:0 6px 0 0;
          float:left;
  }


  li.active ul li a:before
	{ 
	content: "" !important;
	}
  li.active a:before
	{ 
	content: "• " !important ;
	}



}

@media only screen and (min-width: 775px) {

  .footer-ul {
    width: 46%;
    float: left;
    padding: 0;
    margin-bottom: 40px;
    margin-left: 0;
  }

}

@media only screen and (min-width: 935px) {

  .footer-subscribe {
    display: block;
  }

  .footer-ul {
    width: 30%;
  }

}

@media only screen and (min-width: 992px) {

  .post {
    width: 24.97% !important;
  }

  .post2x {
    width: 49.95% !important;
  }

  .posthalf {
    width: 12.49% !important;
  }

}

@media only screen and (min-width: 1000px) {
  
  .accordion .avatar {
    float:left;
    margin:0 22px 0 12px;
    position:relative;
    top:-7px;
  }

  .accordion .avatarp {
    float:left;
    width:78%;
  }

  .blog-posts {
	width: 695px;
  }
  .blog_date {
	display: block;
   }

  #sidebar {
    display: block;
    margin-top: 60px;
	margin-bottom: 20px;
  }

  .single-post .post {
    width: 700px !important;
  }

  #comments {
    width: 700px;
  }

  #respond {
    width: 700px;
  }

  .input-xlarge {
    width: 698px;
  }

  .text {
    margin-top: 10px;
  }

}

@media only screen and (min-width: 1085px) {
  
    #footer {
    display:block;
  }


  .footer-ul {
    width:22%;
  }

  .most-read {
    display: block;
  }

  #main {
    width: 950px;
  }

}

@media only screen and (min-width: 1382px) {

  .post {
    width: 19.99% !important;
  }

  .post2x {
    width: 40% !important;
  }

  .posthalf {
    width: 9.99% !important;

  }
}

@media only screen and (min-width: 1500px) {

  .footer-ul {
    width:18%;
  }

  .footer-logo {
    display: block;
  }

}

@media only screen and (min-width: 1620px) {

  .post {
    width: 16.60% !important;
  }

  .post2x {
    width: 33.33% !important;
  }

  .posthalf {
    width: 8.33% !important;
  }
}

@media only screen and (min-width: 1810px) {

  .post {
    width: 14.25% !important;
  }

  .post2x {
    width: 28.57% !important;
  }

  .posthalf {
    width: 7.14% !important;
  }

}

/* =================== responsive menu ==================== */

#menu
{
	float:left;
	margin: 11px 0 0;
	list-style: none;  
	font-size: 13px;
}

#menu li
{
	float: left;
	padding: 0 0 2px 0;
	position: relative;
	line-height: 0;
}

#menu a 
{
	float: left;
	height: 22px;
	padding: 0 15px;
	text-decoration: none;
}

#menu li:hover > a
{}

*html #menu li a:hover /* IE6 */
{}

#menu li:hover > ul
{
	display: block;
}

/* Sub-menu */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 24px;
    left: 0;
    z-index: 99999;  
	border-bottom-width:4px;
	border-bottom-style:solid;
}

#menu ul ul
{
  top: 0;
  left: 100%;
}

#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
}

#menu ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul a
{    
    padding: 10px 15px;
	height: 10px;
	width: 100%;
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
}

*html #menu ul a /* IE6 */
{    
	height: 10px;
}

*:first-child+html #menu ul a /* IE7 */
{    
	height: 10px;
}

#menu ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
}

#menu ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
}



#menu ul ul li:first-child a:hover:after
{
    border-bottom-color: transparent; 	
}


#menu ul li:last-child > a
{
}

/* Clear floated elements */
#menu:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */

.res-menu {
 	display:none;
 }
.unres-menu {
	display: inline;
}
 .resmenu-icon {
 	display:none;
 }

@media screen and (max-width: 768px) {
 
 .unres-menu {
 	display: none;
 }
 .resmenu-icon {
 	display: inline;
 }
 .res-menu {
 	display:none;
 	top:55px;
 	position: relative;
 }
  .res-menu a {
  font-style: normal;
  }
 #menu {
 	margin:17px 0 0;
 } 
 #menu li {
 	width:100%;
	display: block;
	padding: 5px 15px;
	}
 #menu li a {
 	width:100%;

	}
 #menu ul {
 	position: relative;
 	z-index: 0;
 }
 #menu ul ul {
    position: relative;
    left: 0px;
    margin:8px 0 -8px 0;
    z-index: 0;
 }

 #menu ul li {
    float: left;
    padding-left: 20px;} 
 #menu ul ul li:first-child a:after
 {
    left: 0px;
    top: 0px;
    width: 0;
    height: 0;
 }
 #menu li:hover > ul
{
	 top: -6px;
	 
}
 #menu ul {
 	border:none !important;
 }

 }


/* visual composer modifications */

.wpb_row ul.wpb_thumbnails-fluid > [class*="vc_span"] {
	margin-left:2% !important;
	margin-bottom:2% !important;
}

.wpb_teaser_grid .categories_filter li.active a, .wpb_categories_filter li.active a {
border-bottom: none !important;
}

.wpb_teaser_grid .categories_filter li, .wpb_categories_filter li a, .wpb_teaser_grid .categories_filter li a, .wpb_categories_filter li a {
font-style: normal !important;
}

.ui-tabs-active a:before
	{ 
	content: "• " !important ;
	}

/* widgets modifications */

.rotatingtweets {
	border-width: 0px !important;
}
.fwwidget {
height: 100%;
}
.fwwidget h3 {
margin-top:40px;
}
.fwwidget li {
width: 100%;
}
.textwidget select {
	width:90%;}

