/*
Theme Name: Mira
Theme URI: http://www.matchthemes.com/mira
Description: Mira - A Photo Stories Blog WordPress Theme
Version: 2.0.0
Author: MatchThemes
Author URI: http://www.matchthemes.com
License:
License URI:
Tags: one-column, two-columns, three-columns, blog, theme-options, featured-images, grid-layout, news
Text Domain: mira
*/

/*************************************
 
 	1. MAIN STYLE
	
	2. HEADER
	
	3. HOME

	4. SINGLE PAGE
	
	5. FOOTER
	
	6. OTHER
 
 
 ************************************/
 
 
 /*************************************

1. MAIN STYLE

 ************************************/

/* RESET STYLES */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, th, var { font-style:normal; font-weight:normal }
address{font-style:italic;}
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
q:before, q:after { content:'';}
strong,b { font-weight: bold; }
em, cite { font-style: italic; }
cite { display: block; }
strike, del {text-decoration: line-through;}
sup {font-size: 11px;position: relative;vertical-align: top;top: 5px;}
sub {	bottom: 5px;	font-size: 11px;	position: relative;	vertical-align: bottom;}
.italic { font-style: italic;}
button,input,select,textarea { font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
:focus{outline:none;}
.aligncenter { display:block; margin:0 auto; }
.alignleft { float:left; margin:24px;}
.alignright { float:right;margin:24px; }
.no-margin{margin:0px !important;}
.no-bottom{margin-bottom:0px;}
.no-padding{padding:0px;}
.column-clear{clear:both;}
div { position:relative } 

 .wp-caption {
     max-width: 100%;
 }

 .wp-caption-text {}
 .sticky {}
 .gallery-caption {}
 .bypostauthor {}
 .screen-reader-text {}

 .alignright {
     display: block;
     float: right;
     margin: 3px 0 0 10px;
 }

 .alignleft {
     display: block;
     float: left;
     margin: 3px 10px 0 0;
 }

 .aligncenter {
     display: block;
     clear: both;
     margin: 10px auto;
 }
 
 pre {
    margin-bottom: 24px;
    overflow: auto;
    padding: 10px;
    white-space: pre-wrap;
}
pre, code{
  background:#f0f0f0;
  color: #999;
  font-family: "Courier New", Courier, monospace;
   padding:10px;
}


article, aside, figure, footer, header, hgroup, nav, section {display: block;}


*{ 
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

html{-webkit-font-smoothing:antialiased;}

body{-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
-webkit-overflow-scrolling:touch;
text-rendering: optimizeLegibility;
background:#ffffff;
color:#454545;
font-size: 16px;
line-height:1.7em;
}

h1, h2, h3, h4, h5, h6 {
	color: #151515;
	letter-spacing: 1px;
}

h1{font-size:54px;
line-height:1.4em;
}
h2{font-size:42px;
line-height:1.2em;
}
h3{font-size:36px;
line-height:1.2em;
}
h4{font-size:28px;
line-height:1.2em;
}
h5{font-size:24px;
line-height:1.2em;
}
h6{font-size:16px;
line-height:1.2em;
}

a{color:#1BC4E3;}
a:hover{color:#1BC4E3; text-decoration:none;}
p a{color:#1BC4E3; border-bottom: 1px solid #1BC4E3;}
p a:hover{text-decoration:none;
border:none;}
a:active,a:focus{outline: none;
text-decoration:none;}

ul, ol {margin: 0 0 16px 24px;}	
	
.dropcap{ display: block;
    float: left;
    font-size: 42px;
    line-height: 1;
    padding: 0 10px 0 0;
    text-align: center;
 }
 
.alignc{text-align:center;}
.none{display:none;}

blockquote{font-size:2.5rem;
line-height:1.7em;
text-align: center;
font-style:italic;
font-weight:700;
color: #151515;
position:relative;
border:none;
margin:42px 0;
padding:0 28px;}

blockquote:before {
    display: block;
	font-family: "FontAwesome";
    content: "\f10d";
    line-height: 1;
    font-size: 28px;
	font-style:normal;
	font-weight:400;
    position: absolute;
    left: 0;
    top: 0px;
}

blockquote cite, .wp-caption-text {
	color: #999999;
	font-size: 12px; 
	font-style: normal; 
	font-weight:300;
	text-transform:uppercase;
}
.wp-caption-text{text-align:center;
margin-top:24px;
text-transform:none;
font-style:italic;}
.wp-caption{margin-bottom:24px;}

p,ul,ol,
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6{ margin-bottom: 24px; }

div p:last-child{margin-bottom:0;}

.padding-tb56{padding:54px 0;}
.margin-tb56{margin:54px 0;}
.margin-t56{margin-top:54px;}
.margin-b35{margin-bottom:36px;}
.margin-b56{margin-bottom:54px;}

/* definition lists */
dl dt {
  margin-bottom: 0;
}
dl dd {
  margin-left: 16px;
  margin-bottom: 24px;
}

/* tables */
table {border: 1px solid #e5e5e5;
   font-size: 14px;
width: 100%;
  text-align: center;
}
table caption { margin-bottom: 24px;
text-align:center;}
table th, table td {border-bottom: 1px solid #e5e5e5;
border-right: 1px solid #e5e5e5;
 padding: 16px 0;
text-align:center;}

.menu-nav li a, .modal-tags a, .search-list li a, .item-img:after, .post-category a, .post-title a, .page-numbers, .nav-page a, .footer-social a, .widget ul li a, .tagcloud a, .post-image-static:before, .meta-category a, .view-more a, .view-more a:after, .post-single-meta li a, .get-social li a, .author-single-page h4 a, .submit, #submit-contact, .comment-reply-link, .top-header, .scrollup i, #infinite-handle span, .page-links a{

-webkit-backface-visibility: hidden;
-webkit-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
   -moz-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
   -o-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
   -ms-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
   transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
   
}

/*************************************

2. HEADER

************************************/
#header-1, .top-header{padding:24px 0;
position:fixed;
left:0;
top:0;
width:100%;
z-index:100;
}
.nav-up { top: -200px !important;}
.nav-bkg{background-color:#1BC4E3;}
		
#header-1 .search-social, #header-1 .logo{opacity:1;}
#header-1.is-active{background:none;}
#header-1.is-active .search-social, #header-1.is-active .logo{opacity:0;}
.logo-1, .search-social, .nav-button-holder { width: 33.3333%;}
.logo-1, .search-social, .nav-button-holder { float:left;
    vertical-align: top;
	text-align:center;}
.logo-1{padding-top:6px;}	
.logo-1 img{margin:0 auto;}
.logo-txt{font-size:42px;}
.logo-txt a{color:#ffffff;}

.topHomeBkg{background:#1BC4E3;
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.topHomeHolder{width:65%;
text-align:center;
margin:0 auto;
}
.topHomeHolder h1, .topHomeHolder h3{color:#ffffff;}
.topHomeHolder h1{font-size:72px;
font-weight:900;
line-height:1;}
.topHomeHolder h3{font-size:18px;
padding-top:16px;
}

.topHomePadding{padding:108px 0 54px 0;}
.topHomeImg{height:500px;padding:60px 0 0px 0;}

.search-social{list-style:none;
margin:0;
font-size:0;
text-align:center;
}
.search-social li{display:inline-block;
font-size:16px;
margin-left:10px;
text-align:center;}
.search-social li:first-child{margin-left:0;}
.search-social a, .search-social a:hover, .search-btn{color:#ffffff;}
.search-btn{cursor:pointer;}

/* navigation var 1*/
.nav-button, .exit-modal{background:none;
border:1px solid #ffffff;
width:35px;
height:35px;
line-height:35px;
border-radius:50%;
}  
.icon-bar, .navbar-toggle .icon-bar{display: block;
    height: 2px;
    width: 15px;
	background:#ffffff;
	margin-left:auto;
	margin-right:auto;
	 -webkit-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position:relative;
	
} 
.icon-bar:before, .icon-bar:after  {
   background:#ffffff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: -5px;
	-ms-transform-origin: 100% 50% 0;
	-webkit-transform-origin: 100% 50% 0;
    transform-origin: 100% 50% 0;
	-webkit-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.icon-bar:after { bottom: -5px;
top: auto; }

.nav-button.active .icon-bar, .exit-modal .icon-bar{ background: none;}
.nav-button.active .icon-bar:before, .exit-modal .icon-bar:before {
    left: -4px;
    top: -6px;
	-ms-transform: rotateZ(-45deg);
	-webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    width: 120%;
}
.nav-button.active .icon-bar:after, .exit-modal .icon-bar:after {
    left: -4px;
	top:7px;
	-ms-transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    width: 120%;
}

body.has-active-menu { overflow: hidden; }

.mask-nav-1{ position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  overflow-y: scroll;
  width: 0;
  height: 0;
  background-color: #1BC4E3;
  opacity: 0;
  -webkit-transition:opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
-ms-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
  transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;}
.mask-nav-1.is-active{width: 100%;
  height: 100%;
  opacity: 0.95;
  -webkit-transition:opacity 0.3s;
-ms-transition:opacity 0.3s;
  transition: opacity 0.3s;}
  
.nav-holder-1 { padding-top: 120px;
    position: relative;
} 

.menu-nav-1{margin-left:0; font-size:0;
text-align:center;
width:50%;
margin:0 auto;
}

.menu-nav-1 li{font-size:54px;
font-weight:900;
text-transform:uppercase;
letter-spacing:8px;
padding-top:28px;
list-style:none;

opacity:0;
-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);

-webkit-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
   -moz-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
   -o-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
   -ms-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
   transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}


.mask-nav-1.is-active .menu-nav-1 li:nth-child(1){
opacity:1;
-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
-webkit-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.1s;
   -moz-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.1s;
   -o-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.1s;
   -ms-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.1s;
   transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.1s;
}
.mask-nav-1.is-active .menu-nav-1 li:nth-child(2){
opacity:1;
-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
-webkit-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.2s;
   -moz-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.2s;
   -o-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.2s;
   -ms-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.2s;
   transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.2s;
}

.mask-nav-1.is-active .menu-nav-1 li:nth-child(3){
opacity:1;
-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
-webkit-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.3s;
   -moz-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.3s;
   -o-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.3s;
   -ms-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.3s;
   transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.3s;
}

.mask-nav-1.is-active .menu-nav-1 li:nth-child(4){
opacity:1;
-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
-webkit-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.4s;
   -moz-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.4s;
   -o-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.4s;
   -ms-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.4s;
   transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.4s;
}

.mask-nav-1.is-active .menu-nav-1 li:nth-child(5){
opacity:1;
-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
-webkit-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.5s;
   -moz-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.5s;
   -o-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.5s;
   -ms-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.5s;
   transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.5s;
}

.mask-nav-1.is-active .menu-nav-1 li:nth-child(6){
opacity:1;
-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
-webkit-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.6s;
   -moz-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.6s;
   -o-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.6s;
   -ms-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.6s;
   transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.6s;
}

.mask-nav-1.is-active .menu-nav-1 li:nth-child(7){
opacity:1;
-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
-webkit-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.7s;
   -moz-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.7s;
   -o-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.7s;
   -ms-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.7s;
   transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.7s;
}

.mask-nav-1.is-active .menu-nav-1 li:nth-child(8){
opacity:1;
-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
-webkit-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.8s;
   -moz-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.8s;
   -o-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.8s;
   -ms-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.8s;
   transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.8s;
}

.mask-nav-1.is-active .menu-nav-1 li:nth-child(9){
opacity:1;
-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
-webkit-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.9s;
   -moz-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.9s;
   -o-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.9s;
   -ms-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.9s;
   transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.9s;
}

.mask-nav-1.is-active .menu-nav-1 li:nth-child(10){
opacity:1;
-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
-webkit-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 1s;
   -moz-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 1s;
   -o-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 1s;
   -ms-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 1s;
   transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 1s;
}

.mask-nav-1.is-active .menu-nav-1 li:nth-child(11){
opacity:1;
-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
-webkit-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 1s;
   -moz-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 1s;
   -o-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 1s;
   -ms-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 1s;
   transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 1s;
}

.menu-nav li a{color:#ffffff;
display: block;
line-height:1;}
.menu-nav li a:hover, .menu-nav li a:focus{background:none;}
.menu-nav li:hover > a, .menu-nav li.current-menu-item > a{color:#151515;}

.menu-nav > li.menu-item-has-children > a:after {
    content: "\f107";
    display: inline-block;
    font-family: "FontAwesome";
    margin-left: 7px;
    margin-right: 0;
	font-size:24px;
	vertical-align: middle;
	
	-webkit-transition:all 0.3s;
-ms-transition:all 0.3s;
  transition: all 0.3s;
}

.menu-nav > li.menu-item-has-children.menu-open > a:after{content: "\f106";}

.menu-nav-1 ul{margin-left:0px;}
.menu-nav-1 > li > ul{display:none;}  
.menu-nav-1 > li.menu-open > ul{display:block;}  
.menu-nav-1 ul li{font-size:16px;
padding-top:16px;
text-transform:none;
letter-spacing:1px;
display:inline-block;}

.social-nav-1{text-align:center;}
.social-nav-1 .search-social{float:none;
width:50%;
margin-left: auto;
margin-right: auto;
margin-top: 160px;
}

/* end navigation var 1 */

/* HEADER 2 */
#header-2{padding-bottom:12px;
padding-left:15px;
padding-right:15px;}

.logo-2{ float:left;
margin-top:6px;}

.search-social-2{float:right;
width:auto;
text-align:right;
line-height:1;
margin-top:12px;}
.nav-holder-2 { float: right;
    margin-right: 54px;
}

.menu-nav-2{margin-left:0; font-size:0;
margin-bottom:0;}
.menu-nav-2 li{display:inline-block;
position: relative;
margin-left:28px;
font-size:12px;
font-weight:900;
text-transform:uppercase;
letter-spacing:2px;
}
.menu-nav-2 li:first-child{margin-left:0px;}

.menu-nav-2 li a{color:#ffffff;
padding:12px 0 24px 0;}
.menu-nav-2 li:hover > a, .menu-nav-2 li.current-menu-item > a{color:#ffffff;}

.menu-nav-2 li:hover > a:before, .menu-nav-2 li.current-menu-item > a:before{ content: "";
    display: block;
   height:2px;
   width:100%;
   background:#ffffff;
   bottom:18px;
   position:absolute;}

.menu-nav-2 > li.menu-item-has-children > a:after { margin-left: 3px;
font-size:14px;
	vertical-align: top;}
	
.menu-nav-2 ul {display: none;
margin: 0;
padding: 0;
width: 180px;
position: absolute;
top: 48px;
left: 0;
text-align:left;
background:#ffffff;
border:1px solid #f2f2f2;
z-index:3;
}

.menu-nav-2 ul li {display:block;
background:none;
margin:0;
font-size:11px;
line-height: 1.5;
}
.menu-nav-2 ul li a{display:block;
  padding: 14px 10px;
  color:#454545;
  border-bottom:1px solid #f2f2f2 !important;
}
.menu-nav-2 ul li:last-child > a{border:none;}

.menu-nav-2 ul li a:hover, .menu-nav-2 li:hover ul li a:hover {text-decoration:none;
  color:#454545;
  background:#f9f9f9;
}

.menu-nav-2 ul li:hover > a:before, .menu-nav-2 ul li.current-menu-item > a:before{display:none;}

.menu-nav-2 li:hover > ul{ display: block;}
.menu-nav-2 li ul ul { left: 100%; top: 0px; }	

.navbar-toggle{float:none;
margin:0 auto;
background:none;
border:1px solid #ffffff;
width:35px;
height:35px;
line-height:35px;
border-radius:50%;
padding:0;
}

.navbar-collapse{box-shadow:none;}

/* END HEADER 2 */

/* HEADER 3 */

#header-3{padding-bottom:0;}
.logo-3, .nav-holder-3{text-align:center;}
.logo-3 img{margin:0 auto;}
.nav-holder-3{margin-top:12px;}


/* END HEADER 3 */

/*************************************

3. HOME

************************************/

.container-home{margin-left:0;
margin-right:0;}
.container-home .col-md-9{padding-left:0;}
.container-home aside{margin:54px 0;}

/***** BACKGROUND IMAGES COMMON LAYOUTS ******/

/***** SPACE BETWEEN ARTICLES ******/
.layout-holder{padding-right:0px;}
.item-holder, .post-wrapper{padding-top:0px;
padding-left:0px;}
.post-txt-link, .post-txt-link:hover{color:#ffffff;
display:block;
}
/***** END SPACE BETWEEN ARTICLES ******/

.item-holder{height:600px;
min-height:600px;
float:left;
display:block;
overflow:hidden;
position:relative;
width:50%;}

.item-content-bkg{width:100%;
height:100%;
overflow:hidden;}

.item-img{background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    position: relative;
	width:100%;
}

.item-content-bkg .item-img{-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
-webkit-backface-visibility: hidden;
-webkit-transition: transform 0.5s ease-in-out 0s;
   -moz-transition: transform 0.5s ease-in-out 0s;
   -o-transition: transform 0.5s ease-in-out 0s;
   -ms-transition: transform 0.5s ease-in-out 0s;
   transition: transform 0.5s ease-in-out 0s;}
   
 .item-content-bkg:hover .item-img{-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	}  

.item-img:after{content:'';
background:rgba(0,0,0,0.2);
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
}
.item-holder:hover .item-img:after{background:rgba(0,0,0,0.5);}


.item-content-bkg .top-desc{ position: absolute;
    z-index: 4;
	text-align: center;
    width: 100%;
}

.post-category {font-size:11px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:1px;
}

.post-category a{border: 1px solid #ffffff;
    border-radius: 99em;
    color: #ffffff;
    display: inline-block;
    line-height: 1.4;
    padding: 6px 12px;
	text-align:center;
}
.post-category a:hover{border: 1px solid #1BC4E3;
    color: #1BC4E3;
}

.post-meta{margin:0;}
.post-meta li{display:inline-block;
margin-left:8px;
font-size:11px;
text-transform:uppercase;
color:#ffffff;
letter-spacing:1px;}

.post-meta li:first-child{margin-left:0;}

.post-meta li i{font-size:14px;}

.item-content-bkg .post-title{	font-weight:900;
line-height:1.2;}
.item-content-bkg .post-title a{color:#ffffff;}
.item-content-bkg .post-title a:hover{color:#1BC4E3;}

.item-content-bkg .top-desc{top: 50%;
	-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
    transform:translateY(-50%);
	
	
	-webkit-transition: all 0.5s ease-in-out 0s;
   -moz-transition: all 0.5s ease-in-out 0s;
   -o-transition: all 0.5s ease-in-out 0s;
   -ms-transition: all 0.5s ease-in-out 0s;
   transition: all 0.5s ease-in-out 0s;
   
   -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

	}
.item-content-bkg:hover .top-desc{top:30%;}	

.item-content-bkg .post-content{position: absolute;
    z-index: 3;
    top: 50%;
    left:50%;
	width:80%;
	text-align:center;
	color:#ffffff;
	opacity:0;
	-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
    transform:translate(-50%,-50%);
	
	-webkit-transition: all 0.4s ease-in-out 0.1s;
   -moz-transition: all 0.4s ease-in-out 0.1s;
   -o-transition: all 0.4s ease-in-out 0.1s;
   -ms-transition: all 0.3s ease-in-out 0.1s;
   transition: all 0.4s ease-in-out 0.1s;
   
   -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

	}
.item-content-bkg:hover .post-content{opacity:0.9;}

.item-content-bkg .post-meta{width:100%;
text-align:center;
position:absolute;
bottom:36px;

}
.item-content-bkg .post-meta li{bottom:-72px;
position:relative;
-webkit-transition: all 0.5s ease-in-out 0s;
   -moz-transition: all 0.5s ease-in-out 0s;
   -o-transition: all 0.5s ease-in-out 0s;
   -ms-transition: all 0.5s ease-in-out 0s;
   transition: all 0.5s ease-in-out 0s;

}
.item-content-bkg:hover .post-meta li:nth-child(1){-webkit-transition: all 0.5s ease-in-out 0s;
   -moz-transition: all 0.5s ease-in-out 0s;
   -o-transition: all 0.5s ease-in-out 0s;
   -ms-transition: all 0.5s ease-in-out 0s;
   transition: all 0.5s ease-in-out 0s;
   bottom:0px;
 }
 .item-content-bkg:hover .post-meta li:nth-child(2){-webkit-transition: all 0.3s ease-in-out 0.2s;
   -moz-transition: all 0.3s ease-in-out 0.2s;
   -o-transition: all 0.3s ease-in-out 0.2s;
   -ms-transition: all 0.3s ease-in-out 0.2s;
   transition: all 0.3s ease-in-out 0.2s;
   bottom:0px;
 }
.item-content-bkg:hover .post-meta li:nth-child(3){-webkit-transition: all 0.2s ease-in-out 0.3s;
   -moz-transition: all 0.2s ease-in-out 0.3s;
   -o-transition: all 0.2s ease-in-out 0.3s;
   -ms-transition: all 0.2s ease-in-out 0.3s;
   transition: all 0.2s ease-in-out 0.3s;
   bottom:0px;
 } .item-content-bkg:hover .post-meta li:nth-child(4){-webkit-transition: all 0.1s ease-in-out 0.4s;
   -moz-transition: all 0.1s ease-in-out 0.4s;
   -o-transition: all 0.1s ease-in-out 0.4s;
   -ms-transition: all 0.1s ease-in-out 0.4s;
   transition: all 0.1s ease-in-out 0.4s;
   bottom:0px;
 } 
 
.no-animation .post-content{display: none;}
.no-animation:hover .top-desc{top:50%;}	 
 
/***** COMMON LAYOUTS ******/


/***** 1 COL LAYOUT******/
.layout-1 .item-holder{width:100%;}
.layout-1 .item-content-bkg .post-content{width:50%;}
/***** END 1 COL LAYOUT******/

/***** 2 COL LAYOUT******/
.layout-2 .item-holder{width:50%;}
/***** END 2 COL LAYOUT******/

/***** 1-2 COL LAYOUT******/
.layout-12 .item-holder:nth-of-type(3n+1){width:100%;}
.layout-12 .item-holder:nth-of-type(3n+1) .item-content-bkg .post-content{width:50%;}
.layout-12 .item-holder:nth-of-type(3n+2), .layout-12 .item-holder:nth-of-type(3n+3){width:50%;}
/***** END 1-2 COL LAYOUT******/

/***** 2-1 COL LAYOUT******/
.layout-21 .item-holder:nth-of-type(3n+1), .layout-21 .item-holder:nth-of-type(3n+2){width:50%;}
.layout-21 .item-holder:nth-of-type(3n+3){width:100%;}
.layout-21 .item-holder:nth-of-type(3n+3) .item-content-bkg .post-content{width:50%;}
/***** END 2-1 COL LAYOUT******/

/***** 2-3 COL LAYOUT VAR 1 ******/
.layout-23 .item-holder{width:50%;}
.layout-23 .item-holder:nth-of-type(5n+3), .layout-23 .item-holder:nth-of-type(5n+4), .layout-23 .item-holder:nth-of-type(5n+5){width:33.333%;}
/***** END 2-3 COL LAYOUT VAR 1 ******/

/***** 2-3 COL LAYOUT VAR 2 ******/
.layout-23-2 .item-holder{width:66.666%;}
.layout-23-2 .item-holder:nth-of-type(5n+2), .layout-23-2 .item-holder:nth-of-type(5n+3), .layout-23-2 .item-holder:nth-of-type(5n+4), .layout-23-2 .item-holder:nth-of-type(5n+5){width:33.333%;}
/***** END 2-3 COL LAYOUT VAR 2 ******/

/***** 2-4 COL LAYOUT VAR 1 ******/
.layout-24-1 .item-holder{width:50%;}
.layout-24-1 .item-holder:nth-of-type(6n+1), .layout-24-1 .item-holder:nth-of-type(6n+2){width:50%;}
.layout-24-1 .item-holder:nth-of-type(6n+1) .post-title, .layout-24-1 .item-holder:nth-of-type(6n+2) .post-title{font-size:42px;}
/***** END 2-4 COL LAYOUT VAR 1 ******/

/***** 2-4 COL LAYOUT VAR 2 ******/
.layout-24-2 .item-holder{width:50%;}
.layout-24-2 .item-holder:nth-of-type(6n+1), .layout-24-2 .item-holder:nth-of-type(6n+6){width:50%;}
.layout-24-2 .item-holder:nth-of-type(6n+1) .post-title, .layout-24-2 .item-holder:nth-of-type(6n+6) .post-title{font-size:42px;}
/***** END 2-4 COL LAYOUT VAR 2 ******/

/***** 3 COL LAYOUT******/
.layout-3 .item-holder{width:33.333%;}
.layout-3 .post-title{font-size:28px;}
.layout-3 .item-holder:nth-of-type(4n+4) .post-title{font-size:42px;}

/***** END 3 COL LAYOUT******/

/***** 3-1 COL LAYOUT******/
.layout-31 .item-holder{width:33.333%;}
.layout-31 .item-holder:nth-of-type(4n+4){width:100%;}
.layout-31 .item-holder:nth-of-type(4n+4) .item-content-bkg .post-content{width:50%;}
.layout-31 .post-title{font-size:28px;}
.layout-31 .item-holder:nth-of-type(4n+4) .post-title{font-size:42px;}
/***** END 3-1 COL LAYOUT******/

/***** 4 COL LAYOUT******/
.layout-4 .item-holder{width:50%;}
.layout-4 .post-title{font-size:28px;}
/***** END 4 COL LAYOUT******/

/***** 4-1 COL LAYOUT******/
.layout-41 .item-holder{width:50%;}
.layout-41 .post-title{font-size:28px;}
.layout-41 .item-holder:nth-of-type(5n+5){width:100%;}
.layout-41 .item-holder:nth-of-type(5n+5) .post-title{font-size:42px;}
.layout-41 .item-holder:nth-of-type(5n+5) .item-content-bkg .post-content{width:50%;}
/***** END 4-1 COL LAYOUT******/

/***** END BACKGROUND IMAGES COMMON LAYOUTS ******/

/***** STATIC LAYOUTS ******/

.layout-static .layout-1{padding-right:0;}

.post-wrapper-zigzag .post-image-holder{width:50%;
height: 600px;
float:left;
overflow:hidden;
}
.post-wrapper-zigzag .post-desc-static{width:50%;
float:left;
padding:72px 54px 36px;
}
.post-wrapper-zigzag-right .post-image-holder{float:right;}

.post-image-static{width:100%;
height:100%;
background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	
-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
-webkit-backface-visibility: hidden;
-webkit-transition: transform 0.5s ease-in-out 0s;
   -moz-transition: transform 0.5s ease-in-out 0s;
   -o-transition: transform 0.5s ease-in-out 0s;
   -ms-transition: transform 0.5s ease-in-out 0s;
   transition: transform 0.5s ease-in-out 0s;}
   
.post-image-static:hover{-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	}  


.post-image-static:before {
    position: absolute;
    left:0;
    top: 0;
    content: " ";
    height: 100%;
    width: 100%;
	background:rgba(0,0,0,0);
	
}
.post-image-static:hover:before { background:rgba(0,0,0,0.5); }

.post-image-holder:after {
    position: absolute;
    right: 0;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    border-right-color: #ffffff;
    border-width: 10px;
    margin-top: -10px;
}
.post-wrapper-zigzag-right .post-image-holder:after{left:0;
    border-left-color: #ffffff;
    border-right-color: transparent;}
	
.post-wrapper-zigzag-right .post-desc-static{text-align:right;}
	
.post-wrapper .post-title{font-weight:900;
margin:36px 0;}	
.post-title a{color:#151515;}	
.post-title a:hover{color:#1bc4e3;}	

.post-meta-static li{color:#b5b5b5;}

.meta-category a{border: 1px solid #1bc4e3;
    border-radius: 99em;
    color: #1bc4e3;
    padding: 0 11px;
	display:inline-block;}
.meta-category a:hover{color:#ffffff;
background:#1bc4e3;}	

.view-more{margin-top:36px;
font-size:11px;
letter-spacing:1px;
text-transform:uppercase;
display:inline-block;
overflow:hidden;}

.view-more a{ color:#454545;
border-bottom:3px solid #f0f0f0;
}

.view-more a:after{position: absolute;
    left: -70px;
    bottom: 4px;
    content: " ";
    height: 3px;
    width: 100%;
background:#1bc4e3;
opacity:0;}

.view-more:hover a:after{left: 0px;
opacity:1;}

/***** 1-2 COL STATIC LAYOUT ******/
.post-static-2col{width:50%;
float:none;
display:inline-block;
margin-right:-4px;
vertical-align:top;}
.post-static-2col .post-image-holder{height: 500px;
overflow:hidden;
}
.post-static-2col .post-desc-static{padding:36px 54px;}
.post-static-2col .post-desc-static .post-title{margin:24px 0;}

.post-static-2col .post-image-holder:after{top:auto;
bottom:0;
right:auto;
left:54px;
border-right-color: transparent;
border-bottom-color: #ffffff;}

/***** END 1-2 COL STATIC LAYOUT ******/

/***** 1-3 COL STATIC LAYOUT ******/
.post-static-3col{width:33.333%;
float:none;
display:inline-block;
margin-right:-4px;
vertical-align:top;}
.post-static-3col .post-image-holder, .post-static-4col .post-image-holder{height: 400px;
overflow:hidden;
}
.post-static-3col .post-desc-static, .post-static-4col .post-desc-static{padding:36px 36px;}
.post-static-3col .post-desc-static .post-title, .post-static-4col .post-desc-static .post-title{margin:24px 0;
font-size:28px;}

.post-static-3col .post-image-holder:after, .post-static-4col .post-image-holder:after{top:auto;
bottom:0;
right:auto;
left:36px;
border-right-color: transparent;
border-bottom-color: #ffffff;}

/***** END 1-3 COL STATIC LAYOUT ******/

/***** 1-4 COL STATIC LAYOUT ******/
.post-static-4col{width:50%;
float:none;
display:inline-block;
margin-right:-4px;
vertical-align:top;}

/***** END 1-4 COL STATIC LAYOUT ******/


/***** END STATIC LAYOUTS ******/


/*************************************

4. SINGLE PAGE

************************************/
.topSingleHolder{width:100%;
z-index:1;}
.topSingleHolder h1{margin:8px 0;}
.topSingleBkg{height:500px;}
.topSingleBkg .topHomeHolder{top:50%;
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform:translateY(-50%);
-o-transform: translateY(-50%);
    transform:translateY(-50%);}

.topSingleBkg:after{content:'';
background:rgba(0,0,0,0.3);
width:100%;
height:100%;
position:absolute;
top:0;
left:0;}
.blog-post-single{margin:54px 0;}

.posts-holder{padding-right:35px;}
.posts-holder-push-right{float:right;
padding-right:0;
padding-left:35px;}

.post-single-meta li{ opacity:0.8;}
.post-single-meta li a{color:#ffffff;}
.post-single-meta li a:hover{color:#1bc4e3;}

.big-title, .nothing-found{text-transform:uppercase;
font-weight:900;
font-size:54px;
margin-bottom:42px;}

.nothing-found{margin-top:42px;
margin-bottom:0;}

.small-link{margin-top:42px;}

/* custom page */

.page-template-holder{ margin:54px 0;}

.single-post-content img, .custom-page-template img{display: block;
    height: auto;
    max-width: 100%;}

.single-bottom{margin-top:24px; }	
.tags-single-page{float:left;}
.get-social{float:right;}
.widget-social .get-social{float:none;}

.author-single-page{margin-top:54px;
text-align:center;
padding:24px;
background:#f0f0f0;
border-radius:5px;}
.author-single-page .author-social li a{color:#454545;}
.author-single-page h4{margin:16px 0;
font-weight:700;}
.author-single-page h4 a{color:#151515;}
.author-single-page h4 a:hover{color:#1bc4e3;}

.author-avatar img, .meta-author img{border-radius:99em;}
.topAuthor .author-avatar{margin-bottom:16px;}
.author-txt{opacity:0.9;}

.topAuthor{padding:54px 0;}
.topAuthor h1{font-size:36px;
margin:8px 0;}
.topAuthor h3{font-size:16px;
margin-top:0px;
padding:0;}
.topAuthor h3 a{color:#ffffff;
opacity:0.9;}
.topAuthor .author-desc{margin-top:16px;
color:#ffffff;}

.author-social{margin:16px 0 0 0;}
.author-social li a{color:#ffffff;}

.meta-info-below{text-align:center;
margin-bottom:54px;}
.meta-info-below .post-category a{border: 1px solid #1bc4e3;
    color: #1bc4e3;}
.meta-info-below h1 { margin: 8px 0;}
.meta-info-below h1 {font-size: 54px;
    font-weight: 900;
    line-height: 1;
}	
.meta-info-below .post-meta li, .meta-info-below .post-single-meta li a { color: #999999;}
.meta-info-below .post-single-meta li a img{display:inline;}

/* prev / next posts */

.nav-box-prev, .nav-box-next{width:50%;
float:left;
height:400px;
overflow:hidden;
}
.nav-box-next{float:right;}
.prev-next-posts{margin-top:54px;}
.prev-next-sidebar .nav-box-prev, .prev-next-sidebar .nav-box-next{ height:250px;}
.prev-next-sidebar .prev-holder, .prev-next-sidebar .next-holder{ width:300px;}

.pn-bkg{width:100%;
height:100%;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;}

.nav-box-prev .pn-bkg, .nav-box-next .pn-bkg{-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
-webkit-backface-visibility: hidden;
}
   
.nav-box-prev:hover .pn-bkg, .nav-box-next:hover .pn-bkg{-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	} 

.pn-bkg:after{content:'';
background:rgba(0,0,0,0.3);
width:100%;
height:100%;
position:absolute;
top:0;
left:0;

}

.nav-box-prev:hover .pn-bkg:after, .nav-box-next:hover .pn-bkg:after{background:rgba(0,0,0,0);}

.prev-holder, .next-holder{top:50%;
left:0;
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform:translateY(-50%);
-o-transform: translateY(-50%);
transform:translateY(-50%);
color:#ffffff;
padding:36px;
position:absolute;
width:500px;
}

.next-holder{right:0;
left:auto;
text-align:right;}

.nav-box-prev:hover .prev-holder{left:-500px;}
.nav-box-next:hover .next-holder{right:-500px;}

.prev-holder span, .next-holder span{ font-style:italic;
font-size:14px;
letter-spacing:1px;
opacity:0.9;}
.prev-holder h4, .next-holder h4{color:#ffffff;
font-weight:700;
}

.nav-box-prev .pn-bkg, .nav-box-next .pn-bkg, .pn-bkg:after, .prev-holder, .next-holder{-webkit-transition: all 1.3s cubic-bezier(0.25, 1, 0.35, 1) 0s;
   -moz-transition: all 1.3s cubic-bezier(0.25, 1, 0.35, 1) 0s;
   -o-transition: all 1.3s cubic-bezier(0.25, 1, 0.35, 1) 0s;
   -ms-transition: all 1.3s cubic-bezier(0.25, 1, 0.35, 1) 0s;
   transition: all 1.3s cubic-bezier(0.25, 1, 0.35, 1) 0s;
   }
 
 /* end prev / next posts */ 
 
 /* comments + contact fields */
.comm-field, .contact-field, #msg-contact{width:100%;
padding:12px 16px;
border:2px solid #e5e5e5;
border-radius:5px;
margin-top:24px;
}
#msg-contact{padding:12px 16px;
border:2px solid #e5e5e5;
border-radius:5px;
}
.contact-btn, .form-submit{text-align:right;}
.form-submit{margin-bottom:0px;}
#submit-contact{margin-top:24px;}

.comm-title .section-title{margin-top:54px;
font-weight:700;
font-size:28px;
text-align:center;}

.output2{margin-top:24px;
border:1px solid #ff0000;
border-radius:5px;
padding:8px 16px;
color:#ff0000;}

.antispam{ display:none;}

.contact-field{margin-bottom:24px;}

.submit, #submit-contact{display:inline-block;
font-size:11px;
font-weight:700;
text-transform:uppercase;
color:#151515;
background:none;
border:2px solid #151515;
padding:8px 16px;
text-align:center;
letter-spacing:1px;
margin-top:24px;
border-radius:99em;
}
.submit:hover, #submit-contact:hover{border:2px solid #1bc4e3;
color:#ffffff;
background:#1bc4e3;
text-decoration:none;}

.comm-send{margin-top:54px;
text-align:center;}
 
 /**** COMMENTS STYLES*****/
.commentlist { margin: 0 }
.commentlist > li { list-style: none; margin: 0;
margin-top:28px;}
.commentlist > li ul.children li{ list-style: none;}
.children li.depth-2 { margin: 0 0 0px 63px }
.children li.depth-3 { margin: 0 0 0px 63px }
.children li.depth-4 { margin: 0 0 0px 63px }
.children li.depth-5 { margin: 0 0 0px 63px }
.children li.depth-6 { margin: 0 0 0px 63px }
.children li.depth-7 { margin: 0 0 0px 63px }
.children li.depth-8 { margin: 0 0 0px 63px }
.children li.depth-9 { margin: 0 0 0px 63px }
.children li.depth-10 { margin: 0 0 0px 63px }
.comment-body { margin-bottom: 28px;
padding-bottom:24px;
border-bottom:1px solid #f2f2f2;}
.comment-details{ position: relative; margin-left: 72px }
.comment-avatar{ position: absolute; left: -72px; top:0 }
.comment-avatar img{ display: block;
border-radius:50%;}
.comment-right{}

.comment-author .author a, .comment-author .author a:visited {border:none;}
.comment-author span, .comment-author .author a{color:#151515;
font-size:14px;
font-weight:700;
text-transform:uppercase;
margin-right:10px;
font-style:normal;}
.comment-author .author a:hover{color:#1bc4e3;}
.comment-content p:last-child{ margin: 0; }
.comment-date { font-size: 12px; font-weight: normal;
font-style:italic;
margin-bottom:8px;
color:#999999;}
.reply{text-align:right;
margin-top:8px;}
.comment-reply-link{ margin-top: 8px;
text-decoration:none;
font-size:11px;
font-weight:700;
letter-spacing:1px;
text-transform:uppercase;
color:#151515;
background:none;
}
.comment-reply-link:hover{color:#1bc4e3;
text-decoration:none;}
#cancel-comment-reply-link{font-size:12px;}
.commentlist .children { margin: 0 }
#comments_wrap { margin-top: 16px }
#cancel-comment-reply { float: right; margin-top: 16px; }
.comment-reply-title small{display:block;
margin-bottom:8px;}
.children #commentform textarea { width: 95.6% }

input::-ms-clear { display: none;}

@-ms-viewport{width:auto;}

/**** END COMMENTS STYLES*****/ 

/**** RELATED POSTS *****/ 

.layout-3 .related-title{ font-size:18px;
font-weight:700;
padding:0 10px;}

.item-related{height:300px;
min-height:300px;
margin-top:28px;
}
.item-related:nth-child(1), .item-related:nth-child(2){padding-right:5px;}
.item-related:nth-child(2), .item-related:nth-child(3){padding-left:5px;}

.view-more-related a:after{display:none;}
.view-more-related a{color:#ffffff;}
.item-content-bkg .view-more-related{position: absolute;
    z-index: 3;
    top: 50%;
    left:50%;
	width:80%;
	text-align:center;
	color:#ffffff;
	margin-top:0;
	opacity:0;
	-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
    transform:translate(-50%,-50%);
	
	-webkit-transition: all 0.4s ease-in-out 0.1s;
   -moz-transition: all 0.4s ease-in-out 0.1s;
   -o-transition: all 0.4s ease-in-out 0.1s;
   -ms-transition: all 0.3s ease-in-out 0.1s;
   transition: all 0.4s ease-in-out 0.1s;
	}
.item-content-bkg:hover .view-more-related{opacity:0.9;}

/**** END RELATED POSTS *****/ 

.topArchiveBkg, .topCustomPageBkg { height: 320px; }

	
/*************************************

SIDEBAR

************************************/

aside ul, footer ul{margin:0;
padding:0;
list-style:none;}

aside > ul > li{margin-top:42px;}
aside > ul > li:first-child{margin-top:0;}

.widgettitle {color:#151515;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 24px;
	padding-top:8px;
    text-transform: uppercase;
	text-align:left;
}

.widgettitle:after{display: block;
    width: 20px;
    height: 2px;
    content: "";
    margin-top: 8px;
	background:#151515;}

.rowSearch .widgettitle{text-align:center;}
.rowSearch .widgettitle:after{display:none;}

.widget ul li{margin-bottom:8px;}
.widget ul li:last-child{margin-bottom:0px;}

.widget ul li a{color:#454545;}
.widget ul li a:hover{color:#1bc4e3;}

.widget_recent_entries li, .widget_archive li, .widget_categories > ul > li{color:#454545;
padding-bottom:8px;
border-bottom:1px solid #e5e5e5;}
.widget_categories ul.children{padding-top:8px;
margin-left:24px;}
.widget_recent_entries li:last-child, .widget_archive li:last-child, .widget_categories > ul > li:last-child{border:none;}



aside .instagram-pics, footer .instagram-pics{text-align:center;}
aside .instagram-pics li, footer .instagram-pics li{display:inline-block;margin:0px 7px 7px 0px;}
aside .instagram-pics li img, footer .instagram-pics li img{width:80px;height:80px;}	

/* custom widgets */

.textwidget img{display: block;
    height: auto;
    max-width: 100%;}
.textwidget select { width: 100%; }

.flickr div{float:left;margin:0px 10px 10px 0px;}
.flickr img{width:60px;height:60px;}
.flickr div.last{margin:0px 0px 10px 0px;}
.flickr div a{display:block;width:60px;height:60px;margin:0;}

.widget-display-posts-img ul li{margin-bottom:16px;}
.widget-display-posts-img ul li:last-child{margin-bottom:0px;}

.display-post-img{display: block;
position: relative;
float:left;
width:70px;
height:70px;
overflow:hidden;
}

.display-post-img img {
    height: auto;
    left: -25px;
    position: absolute;
    width: 120px;
}

.display-post-text{margin-left:80px;}
.display-post-date{font-size:11px;
color:#999999;
text-transform:uppercase;
margin-bottom:0px;
line-height:1;
letter-spacing:1px;
}



/*************************************

5. FOOTER

************************************/

footer{background:#f2f2f2;
margin-top:0px;
padding:54px 0;}

#footer-instagram{margin-top:0px;
margin-bottom:0px;
text-align:center;}
#footer-instagram .widgettitle{text-align:center;
display:inline-block;
padding:5px 14px;
border:2px solid #151515;
	text-transform:uppercase;
font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
	line-height:1.5em;
margin-bottom:14px;}
#footer-instagram .instagram-pics{margin:0;}
#footer-instagram .instagram-pics li{display:inline-block; margin:0;
width:25%;}
#footer-instagram .instagram-pics li img{max-width: 100%;
width:auto;
height:auto;}
#footer-instagram .instagram-pics li img:hover{opacity:0.9;}

#footer-instagram .clear {
    bottom: 0;
    font-size: 12px;
    left: 0;
    letter-spacing: 2px;
    line-height: 1.1;
    position: absolute;
    right: 0;
}
#footer-instagram .clear a {
    background: rgba(0,0,0,0.5);
    border: medium none;
    color: #ffffff;
    display: inline-block;
    padding: 5px 14px;
}

.foo-block .widget{margin-bottom:36px;}

.bottom-info{margin-top:18px;}

.copyright{width:50%;
float:left;
font-size:11px;
text-transform:uppercase;}
.footer-social{width:50%;
float:right;
margin:0;
text-align:right;}
.get-social{margin:0;}
.footer-social li, .author-social li, .get-social li{display:inline-block;
list-style:none;
margin-left:10px;
font-size:16px;}
.footer-social li:first-child, .author-social li:first-child, .get-social li:first-child{margin-left:0;}

.footer-social a, .get-social li a{color:#454545;}
.footer-social a.social-twitter:hover, .get-social li a.social-twitter:hover{color:#29C5F6 !important;}
.footer-social a.social-facebook:hover, .get-social li a.social-facebook:hover{color:#6788CE !important;}
.footer-social a.social-gplus:hover, .get-social li a.social-gplus:hover{color:#E75C3C !important;}
.footer-social a.social-linkedin:hover, .get-social li a.social-linkedin:hover{color:#3A9BDC !important;}
.footer-social a.social-pinterest:hover, .get-social li a.social-pinterest:hover{color:#FE4445 !important;}
.footer-social a.social-youtube:hover, .get-social li a.social-youtube:hover{color:#E34040 !important;}
.footer-social a.social-vimeo:hover, .get-social li a.social-vimeo:hover{color:#44BBFF !important;}
.footer-social a.social-instagram:hover, .get-social li a.social-instagram:hover{color:#AA8062 !important;}
.footer-social a.social-dribbble:hover, .get-social li a.social-dribbble:hover{color:#ED4F8C !important;}
.footer-social a.social-skype:hover, .get-social li a.social-skype:hover{color:#24B4F0 !important;}

.scrollup{display:none;}
.scrollup i {
width:30px;
height:30px;
position: fixed;
background:#151515;
border-radius: 50%;
bottom: 20px;
right: 20px;
text-align: center;
padding-top:5px;
cursor: pointer;
z-index: 110;
}

/*************************************

6. OTHER

************************************/


/*** PREV-NEXT PAGE NAVIGATION ***/

.prev-next{margin:54px 0;}
.prev-next, .page-links{text-align:center;
font-size:0;}
.page-numbers, .nav-page a, .page-links a{color:#151515;
margin: 0 6px;
font-size:11px;
text-transform:uppercase;
text-decoration:none;
display:inline-block;
padding:0px 11px;
border:1px solid #e5e5e5;
border-radius:99em;
} 
.current-page, .page-numbers:hover, .nav-page a:hover, .page-links a:hover{border:1px solid #1BC4E3;
color:#151515;}

.page-links{margin-top:24px;}

/***** MODAL WINDOW ******/

.modal-dialog{width:auto;
margin:0;}
.modal.fade .modal-dialog, .modal.in .modal-dialog {transform: none;}
.modal-backdrop.in{opacity:0;}
#myModal .modal-content {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 81px 0;
	background:none;
	min-height:500px;
}
#myModal.fade.in{opacity:0.95;}

.modal{background:#1BC4E3;}

.exit-modal{margin-left:auto;
cursor:pointer;}

.exit-modal .icon-bar:before{top:9px;}
.exit-modal .icon-bar:after{top:22px;}

.modal-title{text-align:center;
margin-bottom:16px;
color:#ffffff;
font-size:54px;
font-weight:700;}

.search-bar{margin-top:36px;
text-align:center;}
.search-string, .search-bar .search-string{background:none;
border:2px solid #ffffff;
color:#ffffff;
text-align:center;
font-size:24px;
width:80%;
padding:16px;
line-height:1.5;
border-radius:99em;
}
aside .search-string{ width:100%;}

.search-string{border:1px solid #e5e5e5;
font-size:16px;
color:#454545;
}

.search-box{padding:12px 24px;
width:100%;
border:1px solid #e5e5e5;
}

.modal-tags{}

.modal-tags a, .tagcloud a{margin: 7px 7px 0 0;
padding:6px 12px;
border:1px solid #ffffff;
color:#ffffff;
text-transform:lowercase;
text-align:center;
font-size:12px;
display:inline-block;
text-decoration:none;
border-radius:99em;
line-height:1.4;}

.modal-tags a:hover{background:#ffffff;
color:#151515;}

.tagcloud a{border:1px solid #454545;
color:#454545;}
.tagcloud a:hover{border:1px solid #1bc4e3;
color:#1bc4e3;}

.table{width:auto;}

.rowSearch{width:80%;
margin-left:auto;
margin-right:auto;}
.rowSearch .col-md-4{margin-top:42px;}

.rowSearch .widgettitle{color:#ffffff;}

.search-list{margin:0;}
.search-list li{list-style:none;
margin-bottom:8px;
text-align:center;}
.search-list li a{color:#ffffff;}
.search-list li a:hover{border-bottom:1px solid #ffffff;}

/***** END MODAL WINDOW ******/

/***** I Recommend This plugin ******/
.dot-irecommendthis, .post-single-meta li a.dot-irecommendthis {
 background:none;
 padding:0 0 0 19px;
 border: 0 !important;
 margin-bottom: 0px;
 display: inline-block;
 text-decoration: none;
 position:relative;
 color:#ff6666;
}

.dot-irecommendthis:before{ display: block;
	font-family: "FontAwesome";
    content: "\f08a";
    line-height: 1;
    font-size: 14px;
	font-style:normal;
	font-weight:400;
    position: absolute;
    left: 0;
    top: 6px;
	}

.dot-irecommendthis:hover,
.dot-irecommendthis.active {
 color: #ff6666 !important;
}
.dot-irecommendthis:hover:before, .dot-irecommendthis.active:before{font-family: "FontAwesome";
    content: "\f004";}

/***** END I Recommend This plugin ******/


/***** JET PACK INFINITE SCROLL ******/

#infinite-footer{display:none;}
#infinite-handle{text-align:center;
margin:54px 0;}
#infinite-handle span {
    border: 1px solid #e5e5e5;
    border-radius: 99em;
    color: #151515;
    display: inline-block;
    font-size: 12px;
    margin: 0 6px;
    padding: 6px 20px;
    text-decoration: none;
    text-transform: uppercase;
	letter-spacing:1px;
	background:none;
}
#infinite-handle span:hover { border-color:#1bc4e3;}
.infinite-loader{margin:54px 0;
margin-left:-17px;}
#infinite-handle span button{text-transform: uppercase;}
.infinite-loader .spinner{margin:0 auto;}

/***** END JET PACK INFINITE SCROLL ******/


/* Placeholder text color */

::-webkit-input-placeholder { /* Safari, Chrome and Opera */
  color: #151515;
}

:-moz-placeholder { /* Firefox 18- */
  color: #151515;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #151515;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #151515;
}

::-ms-input-placeholder { /* Edge */
  color: #151515;
}

:placeholder-shown { /* Standard one last! */
  color: #151515;
}

/*************************************

MEDIA QUERIES

************************************/

@media (min-width: 1400px) {

.container{width:1200px;}

.topHomeHolder{width:60%;}
.topSingleHolder{width:90%;}

.post-wrapper-zigzag .post-desc-static{padding:110px 72px 36px;}

}


@media (min-width: 1200px) {

.topSingleBkg{height:500px;}
.topHomeImg .topHomeHolder, .topSingleBkg .topHomeHolder, .topArchiveBkg .topHomeHolder, .topCustomPageBkg .topHomeHolder{top:50%;
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform:translateY(-50%);
-o-transform: translateY(-50%);
    transform:translateY(-50%);}
.topArchiveBkg, .topCustomPageBkg{height:350px;}	

#footer-instagram .instagram-pics li{width:12.5%;}

.layout-3 .post-title, .layout-31 .post-title{font-size:36px;}
.layout-3 .related-title{ font-size:18px;}

.layout-4 .item-holder, .layout-41 .item-holder, .layout-24-1 .item-holder, .layout-24-2 .item-holder, .post-static-4col{width:25%;}
.layout-24-1 .post-title, .layout-24-2 .post-title{font-size:28px;}

}

@media (min-width: 980px) and (max-width: 1200px) {

.topHomeImg .topHomeHolder, .topSingleBkg .topHomeHolder, .topArchiveBkg .topHomeHolder, .topCustomPageBkg .topHomeHolder{top:50%;
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform:translateY(-50%);
-o-transform: translateY(-50%);
    transform:translateY(-50%);}
.topArchiveBkg, .topCustomPageBkg{height:320px;}
.topHomeImg{height:375px;
background-attachment: scroll;
padding-top:75px;}
.topSingleBkg{height:500px;}

.layout-4 .item-holder, .layout-41 .item-holder, .layout-24-1 .item-holder, .layout-24-2 .item-holder{width:25%;}
.layout-4 .post-title, .layout-41 .post-title, .layout-24-1 .post-title, .layout-24-2 .post-title{font-size:24px;}

.item-content-bkg:hover .post-content{top:60%;}
.layout-41 .item-holder:nth-of-type(5n+5) .item-content-bkg:hover .post-content, .layout-31 .item-holder:nth-of-type(4n+4) .item-content-bkg:hover .post-content, .layout-24-2 .item-holder:nth-of-type(6n+1) .item-content-bkg:hover .post-content, .layout-24-2 .item-holder:nth-of-type(6n+6) .item-content-bkg:hover .post-content, .layout-24-1 .item-holder:nth-of-type(6n+1) .item-content-bkg:hover .post-content, .layout-24-1 .item-holder:nth-of-type(6n+2) .item-content-bkg:hover .post-content{top:55%;}

.layout-1 .item-holder .item-content-bkg:hover .post-content, .layout-2 .item-holder .item-content-bkg:hover .post-content, .layout-21 .item-holder .item-content-bkg:hover .post-content, .layout-12 .item-holder .item-content-bkg:hover .post-content{top:50%;}

}


@media (min-width: 768px) and (max-width: 979px) {
.logo-1, .logo-2, .search-social, .nav-holder-2, .nav-button-holder{float:none;
width:100%;}
.logo-1{ margin: 16px 0;
    padding-top: 0px;
}
.search-social-2{width:auto;
text-align:center;
margin:16px 0;}
.logo-2{margin-top:0;}
.logo-2 img{margin:0 auto;}

.menu-nav-2 { text-align: center; }
.topHomeImg{height:auto;background-attachment: scroll;
padding:162px 0 54px 0;}

.topArchiveBkg, .topCustomPageBkg{height:300px;
padding-top:162px;}

.topHomeHolder{width:95%;}
.topHomeHolder h1{font-size:54px;}

.menu-nav-1{width:100%;}
.menu-nav-1 li {font-size: 28px;
    letter-spacing: 4px;
    padding-top: 28px;
}
.social-nav-1 .search-social{width:90%;}
#header-1.is-active .nav-button-holder {
    padding-right: 48px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 20%;
}
#header-1.is-active .search-social, #header-1.is-active .logo { display: none;}

#header-3{padding-bottom:12px;}

.item-holder{width:100% !important;}
.item-content-bkg .post-content{width:95% !important;}

.item-content-bkg .top-desc{-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform:translateY(-50%);
-o-transform: translateY(-50%);
    transform:translateY(-50%);
}
.item-content-bkg .top-desc, .item-content-bkg:hover .top-desc{top:50%;}	

.item-content-bkg .post-content, .view-more-related{display:none;}

.item-content-bkg .post-meta li{bottom:0px;
position:relative;
-webkit-transition: none;
   -moz-transition:none;
   -o-transition: none;
   -ms-transition: none;
   transition: none;
}
.layout-3 .post-title, .layout-31 .post-title, .layout-4 .post-title, .layout-41 .post-title, .layout-24-1 .post-title{font-size:42px;}

.post-wrapper-zigzag .post-desc-static{padding:36px;}
.post-desc-static .post-title{font-size:36px;}

.posts-holder-push-right{float:none;}
.posts-holder, .posts-holder-push-right{padding-left:15px;
padding-right:15px;}

.nav-box-prev, .nav-box-next{width:100%;
float:none;}

.item-related:nth-child(1), .item-related:nth-child(2){padding-right:0px;}
.item-related:nth-child(2), .item-related:nth-child(3){padding-left:0px;}

.container-home .col-md-9{padding-right:0;}


}

@media (max-width: 767px) {

.logo-1, .logo-2, .search-social, .nav-holder-2, .nav-button-holder{float:none;
width:100%;}
.logo-1{ margin: 16px 0;
    padding-top: 0px;
}
.search-social-2{width:auto;
text-align:center;
margin:16px 0;}
.logo-2{margin-top:0;}
.logo-2 img{margin:0 auto;}

.menu-nav-2{padding:14px 0;
margin-top:7px;
background:#1bc4e3;}
.menu-nav-2 li{display:block;
font-size:14px;
margin:0;
padding:0;
text-align:center;
}
.menu-nav-2 li a{padding:7px 0;}

.menu-nav-2 > li > a:before{display:none;}

.menu-nav-2 ul {margin:0;
padding: 0;
top:0;
left:0;
display:block;
position: relative;
background:none;
border:none !important;
width:auto;
}

.menu-nav-2 ul{text-align:center;}

.menu-nav-2 ul li a, .menu-nav-2 li:hover ul li a { border-bottom:none !important;
  padding:0;
  margin-bottom:7px;
  color:#ffffff;
}
.menu-nav-2 ul li a:hover, .menu-nav-2 li:hover ul li a:hover{color:#000000;}

.menu-nav-2 li:hover > a:before, .menu-nav-2 li.current-menu-item > a:before{background:none !important;}
.menu-nav-2 ul li a:hover, .menu-nav-2 li:hover ul li a:hover { background:none !important; }

.menu-nav-2 ul li:first-child a {padding-top:0;}
.menu-nav-2 li ul ul { left: 0; top: 0; }

.navbar-toggle{display:block;}
.navbar-collapse.in{max-height:350px;}

.topHomeImg{height:auto;background-attachment: scroll;
padding:162px 0 54px 0;}
.topHomeHolder{width:95%;}
.topHomeHolder h1, .topSingleHolder h1{font-size:42px;}
.topHomeBkg{background-attachment: scroll;}
.topSingleBkg { height: 400px;
    padding-top: 120px;
}
.topArchiveBkg, .topCustomPageBkg{height:300px;
padding-top:162px;}

.menu-nav-1{width:100%;}
.menu-nav-1 li {font-size: 28px;
    letter-spacing: 4px;
    padding-top: 28px;
}
.social-nav-1 .search-social{width:90%;}
#header-1.is-active .nav-button-holder {
    padding-right: 48px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 20%;
}
#header-1.is-active .search-social, #header-1.is-active .logo { display: none;}

#header-3{padding-bottom:12px;}

.item-holder{width:100% !important;
height: 400px;
min-height: 400px;}
.item-content-bkg .post-content{width:95% !important;}

.item-content-bkg .top-desc{-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform:translateY(-50%);
-o-transform: translateY(-50%);
    transform:translateY(-50%);
}
.item-content-bkg .top-desc, .item-content-bkg:hover .top-desc{top:50%;}	

.item-content-bkg .post-content, .view-more-related{display:none;}

.item-content-bkg .post-meta li{bottom:0px;
position:relative;
-webkit-transition: none;
   -moz-transition:none;
   -o-transition: none;
   -ms-transition: none;
   transition: none;
}
.post-title, .layout-3 .post-title, .layout-31 .post-title, .layout-4 .post-title, .layout-41 .post-title, .layout-24-1 .post-title{font-size:28px;}

.post-wrapper-zigzag .post-image-holder, .post-wrapper-zigzag .post-desc-static, .post-static-2col, .post-static-3col, .post-static-4col{width:100%;
float:none;}
.post-wrapper-zigzag-right .post-image-holder{float:none;}
.post-wrapper-zigzag .post-desc-static{padding:54px;}
.post-wrapper-zigzag-right .post-desc-static{text-align:left;}

.post-image-holder:after{top:auto;
bottom:0;
right:auto;
left:54px;
border-right-color: transparent !important;
border-bottom-color: #ffffff;}

.post-wrapper-zigzag-right .post-image-holder:after{left:54px;
    border-left-color: transparent !important;
border-bottom-color: #ffffff;}

.post-wrapper-zigzag .post-image-holder, .post-static-2col .post-image-holder{height:400px;}

.post-title{margin:24px 0;}

.post-static-3col .post-desc-static, .post-static-4col .post-desc-static{padding:36px 54px;}
.post-static-3col .post-desc-static .post-title, .post-static-4col .post-desc-static .post-title{font-size:36px;}
.post-static-3col .post-image-holder:after, .post-static-4col .post-image-holder:after{left:54px;}

.layout-static .layout-1{margin-bottom:36px;}

.posts-holder-push-right{float:none;}
.posts-holder, .posts-holder-push-right{padding-left:15px;
padding-right:15px;}

.tags-single-page, .get-social{float:none;
text-align:center;}
.get-social{margin-top:24px;}

.nav-box-prev, .nav-box-next{width:100%;
float:none;}

.prev-next-sidebar .prev-holder, .prev-next-sidebar .next-holder{width:500px;}

.item-related:nth-child(1), .item-related:nth-child(2){padding-right:0px;}
.item-related:nth-child(2), .item-related:nth-child(3){padding-left:0px;}

.container-home .col-md-9{padding-right:0;}

}

@media (max-width: 568px) {

.prev-holder, .next-holder, .prev-next-sidebar .prev-holder, .prev-next-sidebar .next-holder{ width:100%;}


}

@media (max-width: 375px) {

}