﻿/***** Table Of Contents *****
    1.Body and Normalize Css
    2.Header and Menus
    3.Carousel
	4.Posts
	5.Social
	6.Detail Page
    7.Shortcode
	  7.1 Person
      7.2 Adverts
      7.3 VideoList
    8.Sidebars 
    9.Footer
	10.Comment and Nav 
    11.404 Page
    12.Responsive
    
*/

/*	1.Body and Normalize Css	*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

hr{
	margin:0;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
}


body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.6em;
    color: #222;
    margin: 0;
}



a{	
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	color:#009ead;
}

a:active,a:hover {
	text-decoration:none;
}

figcaption{
	z-index:3;
}

.hr1 {
    margin-top: 27px;
    margin-bottom: 27px;
    border: 0;
    border-top: 5px solid #cccccc;
}

.dashed{
	border-top: 1px dashed #eeeeee;
}

.img {
    width: 100%;
}

.title2 {
    letter-spacing: 10px;
    margin-bottom: 70px;
    margin-top: 70px;
    font-size: 28px;
    font-weight: bold;
}

.body-overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #28272e;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0;
    font-size: 0;
    opacity: 0.6;
    text-align: center;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    z-index: 13;
}

.container-fluid {
    max-width: 1840px;
}

.ts {
    margin-bottom: 20px;
}

.full-width-row {
    width: 100%;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

/*	2.Header and Menus	*/

.logo {
    width: 100%;
    margin: 0 0 0 0;
    height: 80px;
    display: table-cell;
    vertical-align: middle;
}

.mobile-search {
    display: none;
}

.header-right {
    width: 100%;
    margin: 0 0 0 0;
    margin-top: 25px;
    height: 55px;
    display: table-cell;
    float: right;
    vertical-align: middle;
}

.header {
    height: auto;
    top: 0px;
    left: 0px;
    background: #fff;
    width: 100%;
    z-index: 12;
    line-height: 40px;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.header-menu {
  font: bold 12px 'Montserrat', sans-serif;
  color: #000;
  text-transform:uppercase;
  letter-spacing:3px;
  padding:0;
  display: table;
  margin: auto;    
  text-align:center;
}
.header-menu > ul {
  list-style: none;
      vertical-align: middle;
    display: table-cell;
    height: 80px;
    margin: 0;
    padding: 0;
}
.header-menu > ul > li {
	list-style: none;
	display: inline-block;
	padding-top: 8px;
}
.header-menu li {
  position: relative;
  list-style:none;
}
.header-menu a:hover {
  color:#009ead;
}

.header-menu a {
  display: block;
  padding: 15px 20px;
  color: inherit;
  text-decoration: none;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-menu .has-subnav > a { 
  padding: 30px 30px;
  position: relative;
}
.header-menu .has-subnav > a:after {
    content: "+";
    display: block;
    font-size: 12px;
    line-height: 0;
    position: absolute;
    left: 16px;
    top: 37px;
}
.header-menu ul ul {
  width: 240px;
  position: absolute;
  left: -45px;
  top: 80px;
}
.header-menu ul ul ul {
  left: 100%;
  top: 0px;
  -moz-box-shadow: -1px 0 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -1px 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 0 4px rgba(0, 0, 0, 0.2);
  margin:0px;
  padding:0px;
}
.header-menu li > ul {
  visibility: hidden;    
  padding: 0;
  opacity: 0;
  -moz-transition: visibility 0s linear 0.1s, opacity 0.1s linear;
  -o-transition: visibility 0s linear 0.1s, opacity 0.1s linear;
  -webkit-transition: visibility 0s linear, opacity 0.1s linear;
  -webkit-transition-delay: 0.1s, 0s;
  transition: visibility 0s linear 0.1s, opacity 0.1s linear;
  background:#ffffff;
  z-index:999;
  margin-top:3px;
}
.header-menu li.active > ul {
  visibility: visible;
  opacity: 1;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.header-menu > ul > li  .children li,
.header-menu > ul > li  .sub-menu li{
	border-bottom:1px solid #DBDBDB;
	padding: 10px 0 10px 0;
}

.header-menu > ul > li  .sub-menu li:first-child {
	border-top:2px solid #DBDBDB;
}

.header-menu > ul > li  .sub-menu .has-subnav {
	padding:0px;
	margin:0px;
}

.header-menu > ul > li  .sub-menu:first-child  .has-subnav a {
	padding:20px 20px;
}



.header-menu > ul > li .sub-menu li:first-child a:before{
	content: "";
	width:20%;
	margin:0 auto;
	height:2px;
	background:#009ead;
    display: block;
    line-height: 0;
    position: absolute;
    left: 0;
	right:0;
    top: -2px;
}

#loading {
	background-color: #009ead;
	height: 5px;
	width: 0px;
	position: fixed;
	left: 0px;
}

.bar {
    background: #fff;
    width: 60px;
    padding: 0 24px;
    position: fixed;
    top: 0px;
    bottom: 0px;
    z-index: 11;
    white-space: nowrap;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #909090;
    font-weight: 400;
	margin-top:80px;
}

.bar.left{
	left:0;
}


.bar.right{
	right:0;	
    font: 900 11px 'Montserrat', sans-serif;
	color:#000;
}

.bar-social a{
	margin: 0 10px 0 10px;
    color: #000;
    letter-spacing: 3px;
}

.bar-social a:hover{
	text-decoration: none;
}

.bar-social .facebook:hover{
	color: #476cbf;
}

.bar-social .twitter:hover {
    color: #77c3e3;
}

.bar-social .instagram:hover {
    color: #4d5789;
}


.bar-bottom {
    background: #fff;
    width: 100%;
    height: 50px;
    text-align: right;
    position: fixed;
    bottom: 0;
    z-index: 5;
    white-space: nowrap;
    padding: 20px 100px 10px 10px;
    color: #909090;
    font: 200 12px 'Montserrat', sans-serif;
}

    .bar-bottom b {
        font-weight: bold;
        color: #000;
    }

.bar div {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 300px;
    height: 12px;
    margin-top: 150px;
    text-align: center;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}


#preload {
    background-color:#009ead;
    width: 100%;
    height: 100%; 
    z-index: 9999;
	position: fixed;
    text-align: center;
}

.sk-folding-cube {
	margin:auto;
  width: 40px;
  height: 40px;
  position: relative;
  top:50%;
  -webkit-transform: translateY(-50%) rotateZ(45deg); 
  transform: translateY(-50%) rotateZ(45deg); 
  
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}

.nav-toggle-container,
.mobile-menu {
    float: right;
    margin: 10px 3px 20px 10px;
    width: 20px;
}

#nav-toggle {
    float: right;
    cursor: pointer;
    padding: 0px;
    width: 20px !important;
    height: 20px;
	margin-top:-2px;
}

    #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 3px;
        width: 20px;
        background: #000000;
        position: absolute;
        display: block;
        content: '';
    }

        #nav-toggle span:before {
            top: -6px;
        }

        #nav-toggle span:after {
            bottom: -6px;
        }

        #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
            transition: all 500ms ease-in-out;
        }

#nav-toggle:active,
#nav-toggle:focus{
	box-shadow:none;
}
		
.button-nav-toggle {
    font-size: 1.3em;
    float: left;
    border: 0;
    background: 0 0;
    color: #000;
    outline: 0;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.nav-main {
    transition: left .25s ease-in-out;
    background: #ffffff;
    position: fixed;
    overflow-x: hidden;
    width: 100%;
    width: 340px;
    left: -340px;
    top: 0px;
    bottom: 0px;
    z-index: 13;
}

    .nav-main .nav-container {
        transition: right .25s ease-in-out;
        position: relative;
        right: 0;
        margin-top: 30px;
        margin-left: 60px;
        padding-bottom: 50px;
    }

        .nav-main .nav-container.show-sub {
            right: -340px;
        }

        .nav-main .nav-container ul {
            margin: 0;
            padding: 0;
            max-width: 185px;
        }

            .nav-main .nav-container ul li {
                list-style: none;
                border-bottom: 1px solid #d5d7da;
                font: bold 12px 'Montserrat', sans-serif;
                color: #000000;
            }

                .nav-main .nav-container ul li a {
                    text-decoration: none;
                    display: block;
                    padding: 20px 0;
                    font: 900 11px 'Montserrat', sans-serif;
                    color: #000000;
                    letter-spacing: 2px;
                    text-transform: uppercase;
                }

                    .nav-main .nav-container ul li a:hover {
                        color: #009ead;
                    }

                .nav-main .nav-container ul li ul {
                    display: none;
                    width: 340px;
                }

                    .nav-main .nav-container ul li ul li {
                        border: 0;
                    }

                        .nav-main .nav-container ul li ul li.nav-label {
                            border-top: 1px solid #d5d7da;
                            padding: 25px 0 10px;
                        }

                        .nav-main .nav-container ul li ul li a {
                            padding: 7px 0 15px;
                            font-size: 14px;
                            font: bold 12px 'Montserrat', sans-serif;
                            color: #868686;
                        }

                            .nav-main .nav-container ul li ul li a.back {
                                font-size: 16px;
                                font-weight: 700;
                                text-transform: uppercase;
                                padding: 20px 25px;
                                background: url(../Images/menu-plus.png) left center no-repeat;
                            }


.close {
    margin-left: 50px;
}

    .close:before {
        content: "\f00d";
        font-family: FontAwesome;
        color: #000000;
    }


.nav-main .nav-container ul li.has-sub-nav a {
    background: url(../Images/menu-plus.png) left center no-repeat;
    padding-left: 15px;
}

.nav-main .nav-container ul li.has-sub-nav ul a {
    background: 0 0;
}

.nav-main .nav-container ul li.active ul {
    display: block;
}

.open .nav-main {
    left: 0;
}

*,
:after,
:before {
    box-sizing: border-box;
}

.page-wrapper {
    max-width: 1040px;
    margin: 0 auto;
}

.header-main {
    overflow: hidden;
    padding: 20px 0;
}

.section-stage {
    background: #202020;
    width: 100%;
    height: 500px;
}

.main {
    transition: left .25s ease-in-out;
    position: relative;
    left: 0;
    padding: 0px 60px 0 60px;
}

    .main.open {
        left: 340px;
    }


.ajax-loading:after {
  content: '';
  width: 38px;
  height: 38px;
  position: absolute;
  left: 50%;
  margin-left: -19px;
  margin-top:60px;
  padding: 3px;
  border-radius: 19px;
  background: #fff url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSczMnB4JyBoZWlnaHQ9JzMycHgnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0idWlsLXJpbmctYWx0Ij48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0ibm9uZSIgY2xhc3M9ImJrIj48L3JlY3Q+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgcj0iNDAiIHN0cm9rZT0iI2JkYmRiZCIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj48L2NpcmNsZT48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI0MCIgc3Ryb2tlPSIjMDA5ZWFkIiBmaWxsPSJub25lIiBzdHJva2Utd2lkdGg9IjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ic3Ryb2tlLWRhc2hvZmZzZXQiIGR1cj0iMnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBmcm9tPSIwIiB0bz0iNTAyIj48L2FuaW1hdGU+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ic3Ryb2tlLWRhc2hhcnJheSIgZHVyPSIycyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIHZhbHVlcz0iMTUwLjYgMTAwLjQ7MSAyNTA7MTUwLjYgMTAwLjQiPjwvYW5pbWF0ZT48L2NpcmNsZT48L3N2Zz4=") center center no-repeat;
}

article{
	opacity:0;
}

.search-box {
    float: right;    
	margin-top: 13px;
	padding: 0;
	position: relative;
}

.search-form {
    border-bottom: 1px solid #b2b2b2;
}

.search-form input[type="search"] {
    width: 360px;
    border: none;
    color: #000000;
    font-weight: 500;
    background-color: transparent;
}

.search-form input[type="submit"] {
  display: inline-block;
  float: right;
  background-image: url(../Images/search_icon2.png);
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  cursor: pointer;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity .4s ease;
      background-repeat: no-repeat;
    border-radius: 0;
    background-color: transparent;
	width:14px;
	height:14px;
}

::-webkit-input-placeholder {
    font: bold 12px 'Montserrat', sans-serif;
    color: #868686;
    letter-spacing: 5px;
}

:-moz-placeholder {
    font-size: 10px;
    color: #000;
    opacity: 1;
}

::-moz-placeholder {
    font-size: 10px;
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    font-size: 10px;
    color: #000;
}

:placeholder-shown {
    color: #000;
}

.search-form input[type="text"] {
    font-weight: 100;
    border: none;
    outline: none;
    color: #555;
    padding: 3px;
    padding-right: 29px;
    width: 0px;
    position: absolute;
    top: -5px;
    right: 0;
    background: none;
    z-index: 3;
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
    height: 30px;
}

.search-form input[type="text"]:focus:hover {
  border-bottom: 1px solid #BBB;
}

.search-form input[type="text"]:focus {
  width: 200px;
  z-index: 1;
  border-bottom: 1px solid #BBB;
  cursor: text;
}

.search-form input[type="submit"]:hover {
  opacity: 1;
  border:none;
  background-image: url(../Images/search_icon2.png);
  background-color: transparent;
  background-repeat: no-repeat;
  
}

.comment-form .submit{
	margin-left:10px;
}

.tags-links a{
	font-size:12px;
	border: 2px solid #bdbdbd;
    border-radius: 15px;
    padding: 1px 10px 1px 10px;
    margin: 2px;
	color:#bdbdbd;
  display:inline-block;
}
.tags-links a:hover{
	text-decoration: none;
	color:#ffffff;
	background-color:#009ead;
	border: 2px solid #009ead;
}

.separator {
  clear: both;
}

	
/*	3.Carousel	*/

.owl-carousel-1 .item img {
    display: block;
    width: 100%;
    height: auto;
} 
 

.owl-dot {
    background-color: transparent;
    border: none;
    display: inline-block;
    color: #000000;
    font: bold 12px 'Montserrat', sans-serif;
}

.owl-theme .owl-dots .owl-dot.active {
    color: #000000;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span{
	background:#000000;
}

.owl-carousel-2 .owl-controls {
    position: absolute;
    top: -90px;
    right: 0px;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
    background: transparent;
    color: #000;
    font-size: 22px;
}

    .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
        background: transparent;
        color: #868686;
    }


/*	4.Posts	*/

.post {
    margin-bottom: 47px;
}

    .post p {
        margin-top: 30px;
        font: 400 14px 'Montserrat', sans-serif;
        color: #292929;
    }

    .post .post-item {
        position: relative;
		background-color:#2d2828;
    }

        .post .post-item img {
            width: 100%;
            -moz-backface-visibility: hidden;
            -webkit-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            -o-backface-visibility: hidden;
            backface-visibility: hidden;
        }


        .post .post-item .overlay {
            position: absolute;
            background: #28272e;
            top: 0px;
            left: 0px;
            right: 0px;
            bottom: 0px;
            margin: 0;
            font-size: 0;
            opacity: 0;
            text-align: center;
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
            -o-transition: 0.4s;
            -ms-transition: 0.4s;
            transition: 0.4s;
            z-index: 3;
        }

        .post .post-item:hover .overlay {
            opacity: 0.6;
        }

        .post .post-item .overlay-video {
            position: absolute;
            background: transparent;
            top: 0px;
            left: 0px;
            right: 0px;
            bottom: 0px;
            margin: 0;
            font-size: 0;
            opacity: 1;
            text-align: center;
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
            -o-transition: 0.4s;
            -ms-transition: 0.4s;
            transition: 0.4s;
            z-index: 3;
        }


    .post .post-head-big {
        position: absolute;
        bottom: 0;
        margin-bottom: 90px;
        margin-left: 63px;
    }

    .post .post-head-small {
        position: absolute;
        bottom: 0;
        margin-bottom: 25px;
        margin-left: 20px;
    }

.post-head {
    text-transform: uppercase;
	z-index: 4;
}

.post .post-head .post-content {
}

    .post .post-head .post-content p {
        font: 400 14px 'Montserrat', sans-serif;
        line-height: 24px;
        color: #292929;
        margin-top: 21px;
        text-transform: none;
    }

.detail-link a {
    font: 900 10px 'Montserrat', sans-serif;
    text-decoration: none;
    position: relative;
}

.detail-link a:hover {
   color:#000000;
}

    .detail-link a:after {
        content: '';
        width: 100%;
        position: absolute;
        left: 0;
        bottom: -10px;
        border-width: 0 0 1px;
        border-style: solid;
    }

.red a {
    color: #f52e2e;
}

.yellow a {
    color: #f5a72c;
}


.post-title a {
    text-decoration: none;
    font: 700 14px 'Montserrat', sans-serif;
    letter-spacing: 3px;
    color: #000000;
	line-height:1.7;
	display:block;
}

.author-title {
    font: 400 12px 'Montserrat', sans-serif;
    color: #292929;
    margin: 0;
    text-transform: none;
}

.post-category {
    color: #ffffff;
    -ms-border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    padding: 3px 10px 2px 10px;
    font: 700 10px 'Montserrat', sans-serif;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: 2px solid transparent;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    display: inline-block;
    text-decoration: none;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 30px;
    line-height: 13px;
	text-transform:uppercase;
}

    .post-category:hover {
        color: #ffffff;
    }

.category-link-1 {
    background-color: #a15ee6;
}


.category-link-color-1 a {
    color: #a15ee6 !important;
}

.category-link-2 {
    background-color: #f52e2e;
}

.category-link-color-2 a {
    color: #a15ee6 !important;
}

.category-link-3 {
    background-color: #f5a72c;
}

.category-link-color-3 a {
    color: #f5a72c !important;
}

.category-link-4 {
    background-color: #416bff;
}

.category-link-color-4 a {
    color: #416bff !important;
}

.category-link-5 {
    background-color: #1a292e;
}

.category-link-color-5 a {
    color: #1a292e !important;
}

.category-link-6 {
    background-color: #59c768;
}

.category-link-color-6 a {
    color: #59c768 !important;
}

.category-link-7:after {
    background-color: #f52e2e !important;
}

.category-link-color-7 a {
    color: #f52e2e !important;
}



.category-link-8:after {
    background-color: #59c768 !important;
}

.category-link-9:after {
    background-color: #416bff !important;
}

.category-link-10:after {
    background-color: #f5a72c !important;
}


.category-link-11:after {
    background-color: #a15ee6 !important;
}

.post-meta {
    color: #bdbdbd;
    margin-top: 26px;
    font: bold 12px 'Montserrat', sans-serif;
}

.author-meta {
    margin-top: 14px;
    font: bold 11px 'Montserrat', sans-serif;
}

.post-meta a {
    color: #5f5e5e;
    text-decoration: none;
}

.post-meta .author {
    font-size: 10px;
}

	.post-meta .author span {
		text-transform:none;
	}

    .post-meta .author:after {
        content: '|';
        color: #bdbdbd;
        display: inline-block;
        margin: 0 10px 0 10px;
    }

.post-meta .time {
    font-size: 10px;
    color: #5f5e5e;
}

.post.style1,
.post.style3 {
}

    .post.style1 .post-item .post-head {
        bottom: 0px;
        position: absolute;
        /*margin-bottom: 100px;
        margin-left: 50px;*/
    }

    .post.style3 .post-item .post-head {
        position: absolute;
        text-align: center;
        left: 0;
        right: 0;
        margin: auto;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        padding-left: 10%;
        padding-right: 10%;
    }

        .post.style1 .post-item .post-head .post-title a,
        .post.style3 .post-item .post-head .post-title a {
            font: bold 26px 'Montserrat', sans-serif;
            color: #ffffff;
            letter-spacing: 12px;
            white-space: initial;
			line-height:1.4;
        }
	
    .post.style1 .post-meta a,
    .post.style3 .post-meta a {
        color: #ffffff;
        text-decoration: none;
    }

    .post.style1 .post-meta .time,
    .post.style3 .post-meta .time {
        color: #ffffff;
    }

    .post.style1.small,
    .post.style3.small {
        margin-bottom: 18px;
    }

	.post.style1.small .post-meta,
    .post.style3.small .post-meta {
		margin-top: 14px;
    }
		
        .post.style1.small .post-item .post-head,
        .post.style3.small .post-item .post-head {
            bottom: 0px;
            position: absolute;
            /*margin-bottom: 46px;
            margin-left: 20px;*/
        }

            .post.style1.small .post-item .post-head .post-title a,
            .post.style3.small .post-item .post-head .post-title a {
                font: bold 16px 'Montserrat', sans-serif;
                color: #ffffff;
                letter-spacing: 7px;
				line-height:1.5;
            }

    .post.style1 .post-item .post-head .post-meta .author:after,
    .post.style3 .post-item .post-head .post-meta .author:after {
        content: '|';
        color: #ffffff;
        display: inline-block;
        margin: 0 10px 0 10px;
    }


    .post.style1 .post-category,
    .post.style3 .post-category {
        margin: 0px;
        position: relative;
        margin-right: 20px;
    }

    .post.style1 .post-head h1,
    .post.style3 .post-head h1 {
        line-height: 36px;
		color:#ffffff;
    }

    .post.style1.small .post-head h1,
    .post.style3.small .post-head h1 {
        line-height: 16px;
    }

.post.head-title {
}

    .post.head-title .post-item .post-head {
        position: absolute;
        text-align: center;
        left: 0;
        right: 0;
        margin: auto;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        padding-left: 10%;
        padding-right: 10%;
    }

	.post.head-title .post-item {
		 min-height:532px;
		 background-repeat:no-repeat;
		 background-position:center center;
		 background-size:cover;
    } 
	
        .post.head-title .post-item .post-head .post-title a {
            font: bold 30px 'Montserrat', sans-serif;
            color: #ffffff;
            letter-spacing: 12px;
            white-space: initial;
			line-height:1.8;
        }

    .post.head-title .post-meta a {
        color: #ffffff;
        text-decoration: none;
    }

    .post.head-title .post-meta .time {
        color: #ffffff;
    }

    .post.head-title.small {
        margin-bottom: 18px;
    }

        .post.head-title.small .post-item .post-head {
            bottom: 0px;
            position: absolute;
            margin-bottom: 46px;
            margin-left: 20px;
        }

            .post.head-title.small .post-item .post-head .post-title a {
                font: bold 18px 'Montserrat', sans-serif;
                color: #ffffff;
                letter-spacing: 7px;
            }

    .post.head-title .post-item .post-head .post-meta .author:after {
        content: '|';
        color: #ffffff;
        display: inline-block;
        margin: 0 10px 0 10px;
    }


    .post.head-title .post-category {
        margin: 0px;
        position: relative;
        margin-right: 20px;
    }

    .post.head-title .post-head h1 {
        line-height: 36px;
		color:#ffffff;
    }

    .post.head-title.small .post-head h1 {
        line-height: 16px;
    }


.post.style2 {
    position: relative;
    float: left;
    margin-bottom: 20px;
    color: #fff;
    font-weight: bold;
    width: 100%;
}
	.post.style2 .post-item img {
		min-height:300px;
	}
	
    .post.style2 .post-item .post-head {
        position: absolute;
        text-align: center;
        left: 0;
        right: 0;
        padding: 30px;
        margin: auto;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

        .post.style2 .post-item .post-head .post-title a {
            color: #ffffff;
        }

            .post.style2 .post-item .post-head .post-title a:after {
                content: "";
                width: 39px;
                height: 5px;
                position: absolute;
                margin: 0 auto;
                margin-top: 41px;
                background-color: transparent;
                z-index: 1;
                transition: all 300ms;
                left: 22px;
                right: 22px;
                color: red;
            }


        .post.style2 .post-item .post-head .post-meta {
            margin-top: 40px;
            font: bold 12px 'Montserrat', sans-serif;
        }

            .post.style2 .post-item .post-head .post-meta a {
                color: #ffffff;
                text-decoration: none;
            }

            .post.style2 .post-item .post-head .post-meta .author {
                font-size: 10px;
            }

                .post.style2 .post-item .post-head .post-meta .author:after {
                    content: '|';
                    color: #ffffff;
                    display: inline-block;
                    margin: 0 10px 0 10px;
                }

            .post.style2 .post-item .post-head .post-meta .time {
                font-size: 10px;
                color: #ffffff;
            }

        .post.style2 .post-item .post-head .post-category {
            position: relative;
            margin: 0;
        }


.post.style4 {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px dashed #cccccc;
}

    .post.style4 .post-head .post-title {
        margin: 0;
        padding: 0;
        margin-top: -8px;
    }
	
	.post.style4 .post-head .post-title a {
		margin-top:6px;
    }

.post.style5 {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px dashed #cccccc;
}

.page-list{
	margin-top:28px;
}

.post-detail {
    color: #292929;
}

    .post-detail h3 {
        line-height: 36px;
        font-weight: bold;
    }

    .post-detail p {
        font-size: 14px;
        line-height: 26px;
    }

    .post-detail img {
        margin-bottom: 33px;
        margin-top: 22px;
    }


    .post-detail a {
        color: #009ead;
        font-weight: bold;
    }

.post-detail-content iframe {
		border:none;
    }

.post-detail .post-meta {
    margin-top: 26px;
    font: bold 12px 'Montserrat', sans-serif;
}

    .post-detail .post-meta .view {
        float: left;
        color: #bdbdbd;
    }

        .post-detail .post-meta .view:after {
            content: '|';
            color: #bdbdbd;
            display: inline-block;
            margin: 0 8px 0 8px;
        }

    .post-detail .post-meta .comment {
        float: left;
        color: #bdbdbd;
    }

/*	5.Social	*/
	
.social {
}


    .social ul {
        padding: 10px 12px 0 0;
    }

        .social ul li {
            list-style: none;
            padding-bottom: 12px;
            font: bold 18px 'Montserrat', sans-serif;
        }

    .social .title {
        color: #bdbdbd;
        margin-right: 20px;
        margin-left: 20px;
        float: left;
    }

    .social a {
        margin-right: 7px;
    }
	
	.social a:hover {
		text-decoration:none;
		color:#000000;
    }

    .social .facebook {
        color: #476cbf;
    }

    .social .twitter {
        color: #77c3e3;
    }

    .social .googleplus {
        color: #ff4848;
    }

    .social .piterest {
        color: #f82a2a;
    }


/*	6.Detail Page	*/

.latest-title {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
}

    .latest-title:after {
        flex-grow: 1;
        height: 1px;
        content: '\a0';
        background-color: #ddd;
        position: relative;
        top: 1em;
        margin-left: 10px;
    }

    .latest-title:before {
        width: 6px;
        height: 16px;
        content: '\a0';
        background-color: #000;
        margin-right: 20px;
        position: relative;
        top: 0.3em;
    }

.nav-tabs,
.filters {
    position: relative;
}

.filters {
    list-style: none outside none;
    margin-bottom: 47px;
    margin-top: 42px;
    text-align: center;
    padding: 0;
    line-height: 0;
}

    .filters li {
        position: relative;
        display: inline;
        font: bold 14px 'Montserrat', sans-serif;
        margin-left: 40px;
        margin-right: 40px;
    }

    .filters a {
        color: #868686;
        letter-spacing: 6px;
        text-transform: uppercase;
    }

    .filters .active a {
        color: #000000;
        text-decoration: none;
    }

    .filters a:hover {
        text-decoration: none;
		color:#009ead;
    }

 
.dropdown-menu .children,
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0px;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .children ,
.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .children:before,
.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .children:after,
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}
	
.mini-post-container {
    margin-top: 50px;
}

.mini-post {
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

    .mini-post .post-title {
        margin-top: -11px;
        padding: 0px;
    }

        .mini-post .post-title a {
            text-decoration: none;
            font: bold 11px 'Montserrat', sans-serif;
            letter-spacing: 1px;
            color: #000000;
			line-height: 2;
			margin-top: 5px;
			display: block;
        }

    .mini-post .post-head .post-meta {
        margin-top: 17px;
        font: 100 10px 'Montserrat', sans-serif;
        color: #bdbdbd;
    }

        .mini-post .post-head .post-meta .author {
            font: 100 10px 'Montserrat', sans-serif;
            color: #bdbdbd;
        }

            .mini-post .post-head .post-meta .author:after {
                content: '|';
                color: #bdbdbd;
                display: inline-block;
                margin: 0 8px 0 8px;
            }

        .mini-post .post-head .post-meta .time {
            font: 100 10px 'Montserrat', sans-serif;
            color: #5f5e5e;
        }

    .mini-post .post-head .post-category-1 {
        font: bold 10px 'Montserrat', sans-serif;
        margin-top: 7px;
    }

        .mini-post .post-head .post-category-1 a {
            color: #000000;
        }

        .mini-post .post-head .post-category-1:before {
            content: "";
            background-color: #d1c5c5;
            height: 1px;
            width: 11px;
            display: inline-block;
            margin: 0 8px 3px 0;
        }


.latest-big-post-container {
    margin-top: 50px;
}

.category-title {
    font: bold 23px 'Montserrat', sans-serif;
    letter-spacing: 4px;
    margin-bottom: 45px;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #dddddd;
    line-height: 9px;
}


    .category-title span:before {
        content: "";
        display: inline-block;
        width: 8px;
        height: 16px;
        background-color: #f5a72c;
        margin-right: 20px;
    }

    .category-title span {
        background-color: #ffffff;
        padding-right: 10px;
        line-height: 20px;
		text-transform:uppercase;
    }
	
	
    .category-title span a{
		color:#000000 !important;
    }
	
    .category-title span a:hover{
		text-decoration:none;
    }
	
#categories {
}

    #categories .title {
        font: bold 28px 'Montserrat', sans-serif;
        color: #000000;
        letter-spacing: 12px;
        margin-top: 56px;
        margin-bottom: 45px;
    }

    #categories .post-head {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
    }

        #categories .post-head .post-title {
        }

            #categories .post-head .post-title a {
                position: absolute;
                font: bold 24px 'Montserrat', sans-serif;
                color: #ffffff;
                letter-spacing: 9px;
                -webkit-transform: rotate(-90deg);
                -moz-transform: rotate(-90deg);
                -ms-transform: rotate(-90deg);
                -o-transform: rotate(-90deg);
                filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
                margin-left: -42px;
                margin-top: 185px;
            }

        #categories .post-item .post-category {
            position: absolute;
            width: 100%;
            padding: 0px;
            margin: 0px;
            text-align: center;
            bottom: 0;
            margin-top: 105%;
        }

            #categories .post-item .post-category span {
                font: bold 18px 'Montserrat', sans-serif;
                color: #ffffff;
                text-decoration: none;
                letter-spacing: 7px;
            }

            #categories .post-item .post-category:hover {
                text-decoration: none;
            }

            #categories .post-item .post-category span:after {
                content: "";
                width: 63px;
                height: 5px;
                position: absolute;
                margin: 0 auto;
                top:35px;
                background-color: transparent;
                z-index: 1;
                transition: all 300ms;
                left: 14px;
                right: 22px;
            }

            #categories .post-item .post-category .post-count {
                font: bold 10px 'Montserrat', sans-serif;
                margin-top: 50px;
                letter-spacing: 4px;
                margin-left: -3px;
            }

    #categories .arrows {
        margin-top: 51px;
    }

        #categories .arrows .left-arrow {
            float: right;
            margin: 10px;
        }

        #categories .arrows .right-arrow {
            float: right;
            margin: 10px 0 10px 10px;
        }

/*	7.Shortcode		*/

/*	7.1 person	*/

.persons {
    margin-top: 90px;
}


/*	7.2 advert	*/

.advert-link{
	color: #ffffff;
    background-color: #009ead;
    border-radius: 20px;
    padding: 8px 15px 8px 15px;
    font: bold 14px 'Montserrat', sans-serif;
    border: 2px solid transparent;
}

.advert-link:hover{
	color: #009ead;
	background-color:#ffffff;
    border: 2px solid #009ead;
}

.advert {
    margin-top: 0px;
}

.advert2 {
    margin-bottom: 67px;
}

.advert3 {
    margin-top: 30px;
    margin-bottom: 30px;
}


.advert4 {
    text-align: center;
    margin-bottom: 90px;
    margin-top: 37px;
    max-width: 1260px;
    margin: 0 auto;
}


.advert4 h1 {
    font: bold 14px 'Montserrat', sans-serif;
    letter-spacing: 3px;
    margin-bottom: 50px;
    line-height: 24px;
    width: 100%;
}

.advert4 h1.title {
  position: relative;
  z-index: 1;
}
.advert4 h1.title:before {
  border-top: 2px solid #dfdfdf;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  z-index: -1;
}
.advert4 h1.title span {
  background: #fff;
  padding: 0 15px;
}
		
		

.advert5 {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 37px;
    border: 5px solid #e5e5e5;
    padding: 20px;
}

    .advert5 .title {
        font: bold 22px 'Montserrat', sans-serif;
        letter-spacing: 4px;
        margin-bottom: 30px;
        line-height: 24px;
        display: table;
        width: 100%;
    }


    .advert5 .email-submit {
        color: #ffffff;
        background-color: #f5a72c;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        padding: 4px 17px 3px 17px;
        font-size: 14px;
        font-weight: 600;
        box-shadow: none;
        border: 2px solid transparent;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -ms-transition: 0.4s;
        transition: 0.4s;
        display: inline-block;
        width: auto;
        height: auto;
        margin-bottom: 0px;
    }


    .advert5 input[type=submit]:hover,
    .advert5 input[type=submit]:focus,
    .advert5 input[type=submit]:active {
        color: #f5a72c;
        background: transparent;
        border: 2px solid #f5a72c;
    }


/*	7.3 VideoList	*/

#video-list {
    margin-top: 30px;
    padding-top: 67px;
    margin-bottom: 67px;
}

    #video-list .title {
        font: bold 24px 'Montserrat', sans-serif;
        letter-spacing: 5px;
        color: #000000;
        text-align: center;
        padding-bottom: 48px;
    }

        #video-list .title:before {
            content: '';
            background-color: #3b63dd;
            width: 62px;
            height: 8px;
            display: inline-block;
            margin-bottom: 4px;
            margin-right: 59px;
        }

    #video-list .big-video {
        margin-bottom: 50px;
    }
	#big_video,
    #video-list iframe {
        width: 100%;
        height: 698px;
        max-width: 1240px;
        max-height: 698px;
        margin-bottom: 44px;
		border:none;
    }

.small_video h1{
    font: bold 14px 'Montserrat', sans-serif;
    letter-spacing: 3px;
    color: #000000;
	line-height:1.7;
	display:block;
}

.small_video .post{
	margin-bottom:0px;
}
	
.post .post-item .overlay-video:before {
    content: "\f04b";
    color: #555555;
    font-family: FontAwesome;
    text-indent: 2px;
    font-size: 12px;
    display: block;
    width: 58px;
    height: 58px;
    text-align: center;
    line-height: 58px;
    background: #eeecec;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    border-radius: 30px;
    z-index: 1;
}

.post .post-item .overlay-video:after {
    content: '';
    border: 18px solid #f5f5f5;
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -41px 0 0 -41px;
    border-radius: 41px;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    opacity: 0.2;
}

.post .post-item:hover .overlay-video {
    background: #28272e;
    opacity: 0.6;
}



.owl-carousel-3 .owl-controls .owl-nav .owl-prev {
    position: absolute;
    left: -50px;
    top: -90%;
}


.owl-carousel-3 .owl-controls .owl-nav .owl-next {
    position: absolute;
    right: -50px;
    top: -90%;
}


.owl-carousel-5 .owl-controls {
    position: absolute;
    top: -90px;
    right: 0;
}

#video-list2 {
    margin-top: 30px;
    padding-top: 67px;
    padding-bottom:60px;
    margin-bottom: 67px;
}

    #video-list2 .title {
        font: bold 24px 'Montserrat', sans-serif;
        letter-spacing: 5px;
        color: #000000;
        text-align: center;
        padding-bottom: 48px;
    }

        #video-list2 .title:before {
            content: '';
            background-color: #3b63dd;
            width: 62px;
            height: 8px;
            display: inline-block;
            margin-bottom: 4px;
            margin-right: 59px;
        }

    #video-list2 .big-video {
        margin-bottom: 50px;
    }

    #video-list2 iframe {
        width: 100%;
        height: 430px;
        max-width: 1240px;
        max-height: 430px;
        margin-bottom: 44px;
    }

    #video-list2 .post .post-item {
        max-height: 130px;
        margin-bottom: 20px;
    }

        #video-list2 .post .post-item img {
            max-height: 130px;
        }

    #video-list2 .video-item {
        margin-bottom: 20px;
    }

    #video-list2 .post .post-head h1 {
        margin-top: -4px;
        padding-top: 0px;
    }

.owl-carousel-4 .owl-controls .owl-nav .owl-prev {
    position: absolute;
    left: 85%;
    top: -50px;
}


.owl-carousel-4 .owl-controls .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    top: -50px;
}

#top {
    bottom: 0;
    display: none;
    height: 35px;
    position: fixed;
    right: 20px;
    text-align: center;
    color: #000;
    z-index: 12;
}

/*	8.Sidebars 	*/

.right-sidebar {
    padding-left: 30px; 
}

.left-sidebar {
    padding-right: 30px;    
}

.right-content{
	float:right;
}

.left-content{
	float:left;
}

.sidebar .widget_recent_entries,
.right-sidebar .widget_recent_entries,
.left-sidebar .widget_recent_entries,
.widget_recent_comments,
.widget_meta,
.widget_categories,
.widget_archive {
    margin-top: 22px;
}

	.sidebar .widget_recent_entries ul,
	.right-sidebar  .widget_recent_entries ul,
	.left-sidebar .widget_recent_entries ul,
	.widget_recent_comments ul ,
	.widget_meta ul,
	.widget_categories ul,
    .widget_archive ul {
        margin: 0;
        padding: 0;
        font: 800 12px 'Montserrat', sans-serif;
        color: #4f4f4f;
        letter-spacing: 2px;
    }
	
	.sidebar .widget_recent_entries h2,
	.right-sidebar .widget_recent_entries h2,
	.left-sidebar .widget_recent_entries h2,
	.widget_recent_comments h2,
	.widget_meta h2,
	.widget_categories h2,
	.widget_archive h2 {
        font: 800 14px 'Montserrat', sans-serif;
        color: #121212;
        letter-spacing: 3px;
        margin-bottom: 13px;		
		text-transform: uppercase;
    }

	.sidebar .widget_recent_entries ul li,
	.right-sidebar  .widget_recent_entries ul li,
	.left-sidebar .widget_recent_entries ul li,
	.widget_recent_comments ul li,
	.widget_meta ul li,
	.widget_categories ul li,
    .widget_archive ul li {
        list-style: none;
        border-bottom: 1px solid #e0e0e0;
        padding: 20px 0 20px 0;
		margin:0;
    }
	
	.sidebar .widget_recent_entries ul li,
	.right-sidebar .widget_recent_entries ul li,
	.left-sidebar .widget_recent_entries ul li{
		padding:0px 0 10px 0;
	}
	
	
	.sidebar .widget_recent_entries ul li:last-child,
	.right-sidebar .widget_recent_entries ul li:last-child,
	.left-sidebar .widget_recent_entries ul li:last-child,
	.widget_recent_comments ul li:last-child,
	.widget_meta ul li:last-child,
	.widget_categories ul li:last-child,
       .widget_archive ul li:last-child {
            border-bottom: none;
        }

		.sidebar .widget_recent_entries ul li a,
		.right-sidebar .widget_recent_entries ul li a,
		.left-sidebar .widget_recent_entries ul li a,
		.widget_recent_comments ul li a,
		.widget_meta ul li a,
		.widget_categories ul li a,
		.widget_archive ul li a{
			text-decoration: none;
			color: #4f4f4f;
		}
		
		.sidebar .widget_recent_entries ul li a:hover,
		.right-sidebar .widget_recent_entries ul li a:hover,
		.left-sidebar .widget_recent_entries ul li a:hover,
		.widget_recent_comments ul li a:hover,
		.widget_meta ul li a:hover,
		.widget_categories ul li a:hover,
		.widget_archive ul li a:hover{
			color: #121212;
		}
		
		.sidebar .widget_recent_entries .post-head .post-title a,
		.right-sidebar .widget_recent_entries .post-head .post-title a,
		.left-sidebar .widget_recent_entries .post-head .post-title a{
			color:#4f4f4f;
		}
		
		.sidebar .widget_recent_entries ul li:after,
		.right-sidebar .widget_recent_entries ul li:after,
		.left-sidebar .widget_recent_entries ul li:after{
			margin:0;
			padding:0;
			border:none;
		}
		
		.widget_search .search-box{
			width:100%;
			margin-bottom: 20px;
			margin-top: 0px;
		}
		
		
		
		.widget_search .search-form input[type="text"]{
			position: initial;
			width:100%;
			transition:none;
			padding:20px 0 20px 0;
		}
		
		.widget_search .search-form #search_submit{
			display:none;
		}
		
		.widget_calendar{
			margin-bottom: 50px;
			margin-top: 50px;
		}
		
.widget_mc4wp_form_widget {
    margin: 80px 0 70px 0;
}

    .widget_mc4wp_form_widget h2 {
        font: bold 14px 'Montserrat', sans-serif;
        letter-spacing: 3px;
        margin-bottom: 28px;
    }

.widget_popular_entries {
    margin-top: 50px;
}

    .widget_popular_entries h2 {
        font: bold 14px 'Montserrat', sans-serif;
        letter-spacing: 3px;
        margin-bottom: 31px;
    }


    .widget_mc4wp_form_widget  input[type="email"] {
        width: 94%;
        height: 40px;
        border: none;
        color: #000000;
        font-weight: 500;
        background-color: transparent;  
		border-bottom: 1px solid #cccccc;
		margin-bottom: 30px;
    }

        .widget_mc4wp_form_widget  input[type="email"]:focus {
            outline: 0;
        }

    .widget_mc4wp_form_widget  ::-webkit-input-placeholder {
        font: bold 14px 'Montserrat', sans-serif;
        color: #868686;
        letter-spacing: 6px;
    }

    .widget_mc4wp_form_widget  :-moz-placeholder {
        font-size: 10px;
        color: #000;
        opacity: 1;
    }

    .widget_mc4wp_form_widget  ::-moz-placeholder {
        font-size: 10px;
        color: #000;
        opacity: 1;
    }

    .widget_mc4wp_form_widget  :-ms-input-placeholder {
        font-size: 10px;
        color: #000;
    }

    .widget_mc4wp_form_widget  :placeholder-shown {
        color: #000;
    }



.widget_mc4wp_form_widget .email-submit {
    color: #ffffff;
    background-color: #ff3b3b;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 4px 17px 3px 17px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: none;
    border: 2px solid transparent;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    display: inline-block;
    width: auto;
    height: auto;
    margin-bottom: 0px;
}


input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:active {
    color: #ff3b3b;
    background: transparent;
    border: 2px solid #ff3b3b;
}


 /*   9.Footer	*/		

.footer {
    background-color: #f5f5f5;
    position: relative;
    padding: 80px;
    padding-left: 80px;
}

.footer-top-line{  
	border: 10px solid #dbdbdb;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 100px;
}

    .footer .newsletter {
        padding: 0px;
        margin: 0px;
    }


.futuremag {
    margin-bottom: 52px;
}

    .futuremag h4 {
        font: 900 18px 'Montserrat', sans-serif;
        letter-spacing: 7px;
        margin-bottom: 43px;
        line-height: 0;
    }

        .futuremag h4:after {
            content: "";
            width: 51px;
            height: 4px;
            position: absolute;
            margin: 0 auto;
            margin-top: 25px;
            z-index: 3;
            left: 10px;
            background-color: #000000;
        }

    .futuremag p {
        font: 400 14px 'Montserrat', sans-serif;
        line-height: 24px;
        max-width: 380px;
        margin-top: 34px;
        margin-bottom: 42px;
    }



.widget_recent_entries {
}

    .widget_recent_entries h2 {
        font: bold 12px 'Montserrat', sans-serif;
        color: #000000;
        letter-spacing: 1px;
        margin-bottom: 2px;
    }

    .widget_recent_entries ul {
        padding-left: 15px;
    }

        .widget_recent_entries ul li {
            margin-bottom: 51px;
        }

            .widget_recent_entries ul li:after {
                content: "";
                width: 91%;
                position: absolute;
                margin: 0 auto;
                margin-top: 27px;
                z-index: 3;
                left: 10px;
                border-bottom: 1px dashed #c4c4c4;
                margin-left: 15px;
            }

            .widget_recent_entries ul li:last-child:after {
                content: "";
                border: none;
            }

    .widget_recent_entries .post-head .post-title a {
        text-decoration: none;
        font: 900 10px 'Montserrat', sans-serif;
        color: #1f1f1f;
        letter-spacing: 1px;
    }
	
	.widget_recent_entries .post-head .post-title a:hover {
             color: #000000;
    }

    .widget_recent_entries .post-head .post-meta {
        margin-top: 0;
    }

        .widget_recent_entries .post-head .post-meta .author a {
            text-decoration: none;
            font: 100 10px 'Montserrat', sans-serif;
            color: #5f5e5e;
            letter-spacing: 0;
        }


        .widget_recent_entries .post-head .post-meta .time {
            text-decoration: none;
            font: 100 10px 'Montserrat', sans-serif;
            color: #5f5e5e;
            letter-spacing: 0;
        }



.widget_recent_videos {
}

    .widget_recent_videos h2 {
        font: bold 12px 'Montserrat', sans-serif;
        color: #000000;
        letter-spacing: 1px;
        margin-bottom: 26px;
    }

    .widget_recent_videos .small_video .post {
		margin-bottom:20px;
    }

.all-videos {
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    margin-top: -20px;
    position: absolute;
}


.right-bottom,
.right-top {
    margin-bottom: 64px;
    margin-left: 75px;
}

.right-bottom ul li,
.right-top ul li,
.left-top ul li {
	list-style:none;
}

.right-bottom ul li ul,
.right-top ul li ul,
.left-top ul li  ul{
	display:none;
}

.right-bottom,
.left-bottom {
    margin-top: 59px;
}

.left-top{
	margin-top: 18px;
}

.right-top {
	    margin-top: -11px;
}

.right-top section  div,
.left-top section  div {
    float: left;
    margin-right: -3px;
    margin-bottom: 26px;
	text-transform: uppercase;
}

.right-top section  div,
.left-top section  div{
        font: bold 12px 'Montserrat', sans-serif;
        letter-spacing: 3px;
        margin: 0;
        padding: 0;
    }

.right-top section  div  ul li,
.left-top section  div ul li {
            list-style: none;
            float: left;
            margin-left: 16px;
            margin-right: 10px;
        }

.right-top section  div ul li a,
.left-top section  div ul li a{
                text-decoration: none;
                color: #000000;
            }

.right-top section  div ul li a:hover,
.left-top section  div ul li a:hover{  
				color: #bdbdbd;
			}
			
.right-top section  div ul li:first-child,
.left-top section  div ul li:first-child{  
                margin-left: 0px;
            }
			
.right-top section  div ul li:last-child ,
.left-top section  div ul li:last-child {
                margin: 0px;
                padding: 0px;
                margin-left: 10px;
            }


			
			
			

.widget_nav_menu  div {
    float: left;
    margin-right: -3px;
    margin-bottom: 26px;
	text-transform: uppercase;
}

.widget_nav_menu  div{
        font: bold 12px 'Montserrat', sans-serif;
        letter-spacing: 3px;
        margin: 0;
        padding: 0;
    }

		   
	
	 .widget_nav_menu  div ul{
             padding-left: 0px;
        }
	
	.widget_nav_menu  div ul li > ul, li > ol{
		margin-left:5px;
		margin-bottom:10px;    
		margin-top: 10px;
	}
       .widget_nav_menu  div ul li {
            list-style: none;
            margin-left: 8px;
            margin-right: 10px;
			margin-bottom:10px;
        }

           .widget_nav_menu  div ul li a{
                text-decoration: none;
                color: #000000;
				margin-bottom:10px;
            }

			.widget_nav_menu  div ul li a:hover{  
				color: #bdbdbd;
			}
			
			.widget_nav_menu  div ul li:first-child{  
                margin-left: 0px;
				margin-bottom:10px;
            }
			
            .widget_nav_menu  div ul li:last-child {
                margin: 0px;
                padding: 0px;
				margin-bottom:10px;
            }

 

.null-instagram-feed {
    float: left;
    margin-bottom: 30px;
}

    .null-instagram-feed h2 {
        font: bold 12px 'Montserrat', sans-serif;
        letter-spacing: 1px;
        color: #000000;
    }

    .null-instagram-feed ul {
        margin: 0;
        margin-left: -45px;
        margin-top: 17px;
    }

        .null-instagram-feed ul li {
			position: relative;
            list-style: none;
            float: left;
            margin-left: 5px;
            margin-right: 5px;
        }

            .null-instagram-feed ul li a {
                text-decoration: none;
                color: #fff;
            }
			
		.null-instagram-feed  ul li .overlay {
			position: absolute;
			background: #28272e;
			top: 0px;
			left: 0px;
			right: 0px;
			bottom: 0px;
			margin: 0;
			font-size: 0;
			opacity: 0;
			text-align: center;
			-webkit-transition: 0.4s;
			-moz-transition: 0.4s;
			-o-transition: 0.4s;
			-ms-transition: 0.4s;
			transition: 0.4s;
			z-index: 3;
		}
		.null-instagram-feed img{
			width:75px;
			height:75px;
		}

    .null-instagram-feed ul li:hover .overlay {
        opacity: 0.6;
    }

			
			
			
.follow-us {
    float: left;
}

    .widget_widget_social h2 {
        font: bold 12px 'Montserrat', sans-serif;
        letter-spacing: 1px;
        margin-bottom: 17px;
        color: #000000;
    }

    .follow-us ul {
        margin: 0;
        margin-left: -45px;
    }

        .follow-us ul li {
            list-style: none;
            float: left;
            margin-left: 5px;
            margin-right: 5px;
        }

            .follow-us ul li a {
                text-decoration: none;
                color: #fff;
				
            }


            .follow-us ul li i {
                color: #fff;
                width: 30px;
                height: 30px;
                padding-top: 10px;
                text-align: center;
                font-size: 12px;
				
				-o-transition:.5s;
			-ms-transition:.5s;
			-moz-transition:.5s;
			-webkit-transition:.5s;
			transition:.5s;
            }

.fa-facebook {
    background-color: #3b65de;
}

.fa-facebook:hover{
	border:1px solid #3b65de;
	background-color: #ffffff;
	color:#3b65de;
}

.fa-twitter {
    background-color: #45b7e7;
}

.fa-twitter:hover{
	border:1px solid #45b7e7;
	background-color: #ffffff;
	color:#45b7e7;
}

.fa-instagram {
    background-color: #4d5789;
}

.fa-instagram:hover{
	border:1px solid #4d5789;
	background-color: #ffffff;
	color:#4d5789;
}

.fa-pinterest {
    background-color: #f82a2a;
}

.fa-pinterest:hover{
	border:1px solid #f82a2a;
	background-color: #ffffff;
	color:#f82a2a;
}


.fa-google-plus {
    background-color: #ff1e1e;
}

.fa-google-plus:hover{
	border:1px solid #ff1e1e;
	background-color: #ffffff;
	color:#ff1e1e;
}

.detail-sidebar {
    margin-top: 90px;
}




/*	10.Comment and Nav 	*/	

.wpcf7-form-control, .form-control {
    height: 50px;
    border: 1px solid #d0d0d0;
    background-color: transparent;
    color: #868686;
    margin-bottom: 20px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    text-align: left;
    box-shadow: none;
    font: bold 14px 'Montserrat', sans-serif;
    display: block;
    width: 100%;
	padding:10px;
}

    .form-control::-moz-placeholder {
        color: #868686;
        font: bold 14px 'Montserrat', sans-serif;
        letter-spacing: 6px;
    }

    .form-control:-moz-placeholder {
        color: #868686;
        font: bold 14px 'Montserrat', sans-serif;
        letter-spacing: 6px;
    }

    .form-control:-ms-input-placeholder {
        color: #868686;
        font: bold 14px 'Montserrat', sans-serif;
        letter-spacing: 6px;
    }

    .form-control::-webkit-input-placeholder {
        color: #868686;
        font: bold 14px 'Montserrat', sans-serif;
        letter-spacing: 6px;
    }



    .form-control:focus,
    .form-control:hover,
    .wpcf7-form-control:focus,
    .wpcf7-form-control:hover {
        box-shadow: none;
        border: 1px solid #f1c40f;
        outline: none;
    }


textarea.wpcf7-form-control, textarea.form-control {
	padding:10px;
    margin: 20px 0 32px 0;
    height: 100px;
}

.wpcf7-form .page-title{
	margin-bottom:50px;
}

input[type=submit],
.wpcf7-submit {
    color: #ffffff;
    background-color: #009ead;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 8px 15px 8px 15px;
    font: bold 14px 'Montserrat', sans-serif;
    box-shadow: none;
    border: 2px solid transparent;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    display: inline-block;
    width: auto;
    height: auto;
    margin-bottom: 0px;
}


    input[type=submit]:hover,
    input[type=submit]:focus,
    input[type=submit]:active,
    .wpcf7-submit:hover,
    .wpcf7-submit:focus,
    .wpcf7-submit:active,
    .button:hover,
    .button:focus,
    .button:active {
        color: #009ead;
        background: transparent;
        border: 2px solid #009ead;
    }


#commentform {
    text-align: center;
}

.logged-in-as{
	padding:10px;
}

.form-control {
    padding: 0;
    border-radius: 0;
}

.comments-title {
    font: bold 14px 'Montserrat', sans-serif;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
    letter-spacing: 3px;
    float: left;
}


.commentslist-tabs {
    padding: 26px 0 30px 0;
    border-top: 1px solid #dddddd;
    height: 40px;
    margin: 60px 10px 10px 10px;
}

    .commentslist-tabs i {
        float: right;
    }

#commentslist {
    float: left;
    width: 100%;
    clear: both;
}


.comments {
    margin-top: 40px;
    margin-bottom: 50px;
}

ol.comment-list {
    list-style: none;
    margin: 0 10px 0 10px;
    padding: 0;
    text-indent: 0;
}

    ol.comment-list li {
    }

        ol.comment-list li.alt {
        }

        ol.comment-list li.bypostauthor {
        }

        ol.comment-list li.byuser {
        }

        ol.comment-list li.comment-author-admin {
        }

        ol.comment-list li.comment {
            border-bottom: 1px solid #dddddd;
            margin-bottom: 36px;
            padding-bottom: 36px;
        }

        ol.comment-list li div.comment-author {
        }

        ol.comment-list li div.vcard {
            font: 200 14px 'Montserrat', sans-serif;
        }

            ol.comment-list li div.vcard .fn {
                font-style: normal;
                float: left;
                padding-right: 20px;
            }

                ol.comment-list li div.vcard .fn a.url {
                    font: bold 14px 'Montserrat', sans-serif;
                    color: #000000;
                    text-transform: uppercase;
                    text-decoration: none;
                }

            ol.comment-list li div.vcard img.avatar {
                border: 5px solid #ccc;
                float: left;
                margin: 0 20px 1em 0;
                width: 85px;
                height: 85px;
            }

            ol.comment-list li div.vcard img.avatar-32 {
            }

            ol.comment-list li div.vcard img.photo {
            }

            ol.comment-list li div.vcard span.says {
                display: none;
            }

        ol.comment-list li div.comment-metadata {
            font: 200 14px 'Montserrat', sans-serif;
            margin-bottom: 10px;
        }

            ol.comment-list li div.comment-metadata:before {
                content: "-";
            }

            ol.comment-list li div.comment-metadata a {
                padding-top: 0px;
                text-decoration: none;
            }

                ol.comment-list li div.comment-metadata a time {
                    color: #9b9999;
                    text-transform: uppercase;
                }

        ol.comment-list li div.comment-meta {
        }

            ol.comment-list li div.comment-meta a {
            }

        ol.comment-list li p {
            color: #7b7b7b;
            font: 200 12px 'Montserrat', sans-serif;
        }

        ol.comment-list li ul {
            font-size: 11px;
            list-style: square;
            margin: 0 0 1em 2em;
        }

        ol.comment-list li div.reply {
            font: bold 12px 'Montserrat', sans-serif;
        }

            ol.comment-list li div.reply a {
                color: #009ead;
                text-transform: uppercase;
            }

                ol.comment-list li div.reply a:hover {
                    text-decoration: none;
                }

                ol.comment-list li div.reply a:before, ol.comment-list li div.reply a:before {
                    content: "\f112";
                    font-family: FontAwesome;
                    color: #009ead;
                    padding-right: 10px;
                }

        ol.comment-list li ul.children {
            list-style: none;
            margin: 1em 0 0;
            text-indent: 0;
        }

            ol.comment-list li ul.children li {
            }

                ol.comment-list li ul.children li.alt {
                }

                ol.comment-list li ul.children li.bypostauthor {
                }

                ol.comment-list li ul.children li.byuser {
                }

                ol.comment-list li ul.children li.comment {
                }

                ol.comment-list li ul.children li.comment-author-admin {
                }

                ol.comment-list li ul.children li.depth-2 {
                    border-left: 5px solid #555;
                    margin: 0 0 .25em .25em;
                }

                ol.comment-list li ul.children li.depth-3 {
                    border-left: 5px solid #999;
                    margin: 0 0 .25em .25em;
                }

                ol.comment-list li ul.children li.depth-4 {
                    border-left: 5px solid #bbb;
                    margin: 0 0 .25em .25em;
                }

                ol.comment-list li ul.children li.depth-5 {
                }

                ol.comment-list li ul.children li.odd {
					list-style: none;
                }

		ol.comment-list li.even,
        ol.comment-list li.odd {
			border-bottom:none;
			margin-top:30px;
            list-style: none;
			padding-bottom:0px;
			margin-bottom:0px;
        }

        ol.comment-list li.parent {
			
        }

        ol.comment-list li.pingback {
            border-bottom: 1px dotted #666;
            padding: 0;
        }

        ol.comment-list li.thread-alt {
        }

        ol.comment-list li.thread-even {
        }

        ol.comment-list li.thread-odd {
			
            list-style: none;
        }

.navigation.post-navigation {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    padding: 15px 0 0px 0;
    margin-top: 90px;
    margin-bottom: 50px;
	display:flex;
}
	.navigation.post-navigation .nav-links{
		width:100%;
    }
	
    .navigation.post-navigation .nav-links .nav-previous {
        float: left;
		max-width:50%;
    }
	
    .navigation.post-navigation .nav-links .nav-previous a{
		    margin-left: 20px;    
			display: block;
			margin-bottom: 12px;
    }

        .navigation.post-navigation .nav-links .nav-previous:before {
            content: "\f060";
            font-family: FontAwesome;
            color: #000000;
            padding-right: 10px;
			position:absolute;    
			margin-top: -4px;
        }


    .navigation.post-navigation .nav-links .nav-next {
        float: right;
		max-width:50%;
    }

	
    .navigation.post-navigation .nav-links .nav-next a{
		    margin-right: 20px;    
			display: block;
			margin-bottom: 12px;
    }
	
        .navigation.post-navigation .nav-links .nav-next:after {
            content: "\f061";
            font-family: FontAwesome;
            color: #000000;
            padding-left: 10px;
			position:absolute;
			margin-top: -30px;
			margin-left: -20px;
        }

        .navigation.post-navigation .nav-links .nav-previous a,
        .navigation.post-navigation .nav-links .nav-next a {
            font: 400 12px 'Montserrat', sans-serif;
            color: #000000;
        }

.posts_navigation{
	text-align:center;    
    font: bold 12px 'Montserrat', sans-serif;   
	margin-top: 30px;
}

.posts_navigation a{
	margin:10px;
	padding-bottom:10px;
	color: #000000;
	border-bottom:3px solid #dbdbdb;
	text-decoration: none;
}
.posts_navigation a:hover{
	color: #dbdbdb;
}
.posts_navigation .prev i{
	padding-right:20px;	
}

.posts_navigation .next i{
	padding-left:20px;
}

/*	11.404 Page		*/

.page-title {
    font: bold 28px 'Montserrat', sans-serif;
    letter-spacing: 12px;
    line-height: 36px;
    margin-bottom: 20px;
}

.sub-title {
    font: bold 16px 'Montserrat', sans-serif;
    line-height: 36px;
    margin-bottom: 0;
}

.center {
    text-align: center;
}


.error-404 {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
	background-repeat:no-repeat !important;
	background-position:center center !important;
	background-size: auto 100% !important;
    min-height:920px;
}

    .error-404 .content {
        position: absolute;
        text-align: center;
        left: 0;
        right: 0;
        margin: auto;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .error-404 h1 {
        font-weight: bold;
        font-size: 90px;
    }

    .error-404 h3 {
        font-weight: bold;
        font-size: 30px;
    }

    .error-404 .content .post-category {
        position: relative;
        margin: 0;
        line-height: 13px;
    }

    .error-404 .overlay {
        position: absolute;
        background: #28272e;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin: 0;
        font-size: 0;
        opacity: 0;
        text-align: center;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -ms-transition: 0.4s;
        transition: 0.4s;
        z-index: 3;
    }

    .error-404:hover .overlay {
        opacity: 0.6;
    }

.page-header {
    width: 100%;
    border: none;
    margin: 0;
	min-height:532px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}


    .page-header .title {
        position: absolute;
        left: 0;
        right: 0;
        top: 40%;
        transform: translateY(-40%);
        z-index: 4;
    }

    .page-header .content {
        position: relative;
    }


    .page-header .overlay {
        position: absolute;
        background: #009ead;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        font-size: 0;
        opacity: 0.8;
        text-align: center;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -ms-transition: 0.4s;
        transition: 0.4s;
        z-index: 3;
		margin:0 10px 0 10px;
    }

    .page-header h1 {
        font: bold 24px 'Montserrat', sans-serif;
        color: #ffffff;
        position: absolute;
        text-align: center;
        left: 0;
        right: 0;
        margin: auto;
        letter-spacing:4px;
        text-transform: uppercase;
    }


        .page-header h1:after {
            content: "";
            width: 36px;
            height: 4px;
            position: absolute;
            text-align: center;
            left: 0;
            right: 0;
            margin: auto;
            top: 40px;
            background-color: #ffffff;
            z-index: 1;
        }


    .page-header h2 {
        font: bold 12px 'Montserrat', sans-serif;
        color: #ffffff;
        position: absolute;
        text-align: center;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: 70px;
    }

.grid {
	position: relative;
	clear: both;
	list-style: none;
}

.grid figure {
	position: relative;
	overflow: hidden; 
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

figure.effect-apollo {
	background: #000000;
}

figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 3em;
	padding: 0 1em;
	max-width: 150px;
	border-right: 4px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-apollo h2 {
	text-align: left;
}

figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-lily img {
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

figure.effect-lily figcaption {
	text-align: left;
}

figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	height: 50%;
}

figure.effect-lily aside,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily aside {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
	opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover aside,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}


.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.mfp-bg {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0px;
  top: 0px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #CCC;
  font-size: 12px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

 
/*    12.Responsive			*/
  
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0px;
    bottom: 0px; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0px;
    right: 0px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

	@media (max-width: 1050px) {

	.header-menu{
		display:none;
	}	
	}
	
@media (max-width: 992px) {

    .mobile-search {
        display: inline;
    }

    .header-right > .search {
        display: none;
    }

    .post.style1 {
        margin-bottom: 18px;
    }

		.post.style4 .post-head .post-title {
			margin-top: 20px;
		}
	
    .right-sidebar {
        padding-left: 10px;
    }

    .left-sidebar {
        padding-left: 0px;
    }

    .widget_mc4wp_form_widget {
        margin-bottom: 50px;
    }

    .advert3 {
        margin-bottom: 50px;
    }

	.advert4 h1.title:before{
		display:none;
	}
	
    .right-bottom,
    .right-top {
        margin-left: 0px;
    }

    .left-bottom,
    .left-top {
        margin-left: 0px;
		margin-top:20px;
    }

    .left-top {
        margin-bottom: 50px;
    }

    .hr1 {
        margin-left: 0px;
    }

    #video-list2 .title {
        font: bold 14px 'Montserrat', sans-serif;
    }
}

@media (max-width: 672px) {
	.social {
		float: left;
		margin-top: 10px;
		margin-bottom: 10px;
	}
    .social .title {
        margin-left: 0px;
    }
	
	.owl-carousel-4 .owl-controls .owl-nav .owl-prev {
		left: 80%;
	}

	
}

@media (max-width: 768px) {

	h1, h2, h3, h4, h5, h6, 
	.h1, .h2, .h3, .h4, .h5, .h6 {
		line-height: 1.3;
	}

	.bar{
		display:none;
	}
	
	.main {
		padding: 0px 10px 0 10px;
	}
	
	.header{
		padding:0 8px 0 10px;
	}
	
	.header-right{
		margin-top:0;
	}
	
	.footer{
		padding:50px 10px 10px 10px;		
	}
	
    .nav-toggle-container,
    .mobile-menu {
        float: right;
        margin: 6px 3px 20px 30px;
        width: 20px;
    }
	.post.style1.small .post-item .post-head ,
    .post.style1 .post-item .post-head {
/*        margin-bottom: 20px;
        margin-left: 20px;*/
    }
	
    .post.style1 .post-head h1,
    .post.style3 .post-head h1,
    .post.style1.small .post-head h1,
    .post.style3.small .post-head h1 {
        line-height: 12px;
    }

	.post.style3 .post-item img {
		min-height:300px;
	}
	
    .post.style3 .post-item .post-head {
        text-align: center;
        left: 0;
        right: 0;
        margin: auto;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

        .post.style1 .post-item .post-head .post-title a,
        .post.style3 .post-item .post-head .post-title a,
        .post.style1.small .post-item .post-head .post-title a,
        .post.style3.small .post-item .post-head .post-title a {
            font: bold 14px 'Montserrat', sans-serif;
            letter-spacing: 4px;
			line-height: 2;
        }

		.post.style4 .post-head .post-title {
			margin-top: 20px;
		}
	
	.post.head-title .post-item .post-head .post-title a {
		line-height:1.3;
	}
	
	.advert4 h1.title:before{
		display:none;
	}
	
    #categories .title {
        font: bold 20px 'Montserrat', sans-serif;
        color: #000000;
        letter-spacing: 2px;
        margin-top: 56px;
        margin-bottom: 45px;
    }

    .header-right .search-box {
		display:none;
    }

    input[type="search"] {
        max-width: 80%;
    }

    #daily .title:after {
        width: 63%;
    }

    .filters li {
        margin-left: 0px;
    }
	
	#video-list2 .title,
	#video-list .title {
        font-size:18px;
    }
	
	#video-list2 .title:before,
	#video-list .title:before{
		margin-right: 15px;
	}
	
	.null-instagram-feed ul li{
		margin-bottom: 10px;
	}
	
	
	
	
	#commentslist ol.children {
		padding-left: 2px;
     }

	
	
	
}

@media (max-width: 1240px){
	
	.post.style1 .post-item .post-head .post-title a,
        .post.style3 .post-item .post-head .post-title a,
        .post.style1.small .post-item .post-head .post-title a,
        .post.style3.small .post-item .post-head .post-title a {
            font-size:12px;
            letter-spacing: 3px;
			line-height: 1.5;
        }
	
}



@media (max-width: 414px){
	
	.post.style1 .post-item .post-head .post-title a,
        .post.style3 .post-item .post-head .post-title a,
        .post.style1.small .post-item .post-head .post-title a,
        .post.style3.small .post-item .post-head .post-title a {
			font-size:10px;
            letter-spacing: 2px;
			line-height: 1.5;
        text-shadow: none;
        }
	
	.owl-carousel-4 .owl-controls .owl-nav .owl-prev {
		left: 70%;
	}

}

@media (min-width: 1301px) {
    .col-md-7-5 {
        width: 61.44444445%;
    }

    .col-md-4-5 {
        width: 38.4444445%;
    }
}

@media (max-width:1300px) and (min-width:993px) {
   .col-md-4-5 {
        width: 38%;
    }
	
	.col-md-7-5 {
        width: 61.44444445%;
    }
}​