/* --------------

Theme name: My Theme
Author: Denis Kirev
Version: 1.0
Last change: 01/06/2016

-------------- */


/* ------- STYLE CSS CONTENTS -------

	- 1) Basic styling
	- 2) Header
	- 3) Footer
	- 4) Page styling
		- 4.1) page header
		- 4.2) page content
		- 4.3) post share
		- 4.4) post navigation
		- 4.5) sidebar widgets
		- 4.6) posts widget
		- 4.7) list widget
		- 4.8) post social icons
	- 5) Home page
	- 6) About page
	- 7) Portfolio page
	- 8) Blog posts page
		- 6.1) style one & two
		- 6.2) style three
	- 9) Contact page
	- 10) Single page styling
		- 10.1) portfolio single
		- 10.2) blog single
	- 11) 404/error page

 ------------------------------------ */


/* --- 1) BASIC STYLING --- */

body{background-color:#ffffff;}
p,h1,h2,h3,h4{margin:0;padding:0;}
ul{list-style:none;margin:0;padding:0;}

.font-reg{font-family: 'Questrial', sans-serif;font-weight:400;}

.primary-button{font-family: 'Roboto Condensed', sans-serif;font-size:14px;line-height:15px;color:#ffffff;display:inline-block;border:none;padding:14px 27px 13px;background-color:#111111;letter-spacing:3px;text-transform:uppercase;text-decoration:none;cursor:pointer;}
.primary-button:hover{background-color:#c7c7c7;color:#333;}

.secondary-button{font-size:14px;line-height:15px;color:#222222;display:inline-block;padding:12px 25px 11px;border:2px solid #111111;background-color:transparent;letter-spacing:3px;text-transform:uppercase;text-decoration:none;cursor:pointer;}
.secondary-button:hover{background-color:#222222;color:#ffffff;border-color:#222222;}

.rounded-button{border-radius:30px;}


/* --- 2) HEADER --- */

.header-main{width:100%;height:70px;position:fixed;background-color:#333;z-index:1000;border-bottom:1px solid #eeeeee;-moz-transition:color, 0.5s, ease-in-out;-webkit-transition:color, 0.5s, ease-in-out;transition:color, 0.5s, ease-in-out;}
.header-main-hover{border-bottom:1px solid #eeeeee;width:100%;height:55px;position:fixed;background-color:#444;z-index:1000; font-size:0.8em;padding:0px 0px; margin:0;-moz-transition:color, 0.5s, ease-in-out;-webkit-transition:color, 0.5s, ease-in-out;transition:color, 0.5s, ease-in-out;}
.header-wide .container{width:75%;}
#site-logo{width:115px;height:18px;float:left;background-size:100%;background-repeat:no-repeat;margin-top:16px;display:block;color:#C7C7C7; text-decoration: none; font: 2em sans-serif; font-family: 'Comfortaa', cursive;}
#header-nav{float:right;}

/* -- nav main menu -- */

.menu {list-style-type:none;margin:0;clear:both;white-space:nowrap;padding-left:0px;}
.menu ul{padding:0;margin:0;list-style-type:none;}
.menu li {float:left;height:100%;position:relative;white-space:nowrap;}
.menu .menu-item > a{font-size:1.2em;;color:#C7C7C7;float:left;text-align:center;letter-spacing:2px;text-transform:uppercase;margin:0 15px;padding:25px 0;text-decoration:none;font-family: 'PT Sans Narrow', sans-serif;}
.menu li:last-child a{margin-right:0px;}
.menu > li > a:hover,.submenu-active,#header-nav .menu-item > a.active{color:#c7c7c7!important;-moz-transition:color, 0.5s, ease-in-out;-webkit-transition:color, 0.5s, ease-in-out;transition:color, 0.5s, ease-in-out;}
.menu  .sub-drop-icon{margin-left:5px;display:none}


/* -- nav drop down menus -- */

.menu .menu-item-has-children{position:relative;}
.menu .sub-menu{background-color:#333;position:absolute;z-index:1000;top:68px;left:16px;width:230px;border-top:2px solid #c7c7c7;display:none;box-shadow:0 6px 12px rgba(0,0,0,.175);}
.menu .sub-menu li{width:100% !important;height: auto;}
.menu .sub-menu li a{font-size:12px;color:#C7C7C7!important;display:block;letter-spacing:1.5px;margin:0;display:block;width:100%;text-align:left;text-decoration:none;text-transform:uppercase;position:relative;padding-top:15px;padding-bottom:15px;border-bottom:1px solid rgba(0,0,0,0.05);padding-right:0;padding-left:20px;}
.menu .sub-menu li a:hover{background-color:#444; color:#000;}
.submenu-active,.current-page-ancestor > a{background-position:left bottom!important;}

.sub-menu .sub-drop-icon{position:absolute;top:17px;right:20px;font-size:15px;}
.sub-menu .sub-second-tier{top:0;left:190px;}



/* --- 3) FOOTER --- */

.footer-main{padding:33px 0 30px;border-top: 1px solid #eeeeee;text-align:center; background-color: #333;}
.footer-main p,.footer-main a{font-size:13px;color:#C7C7C7;line-height:20px;text-decoration:none;margin-bottom:20px;letter-spacing:0.5px;}

.footer-social{display:inline-block;}
.footer-social li{margin-right:20px;float:left;}
.footer-social li:last-child{margin-right:0;}
.footer-social li a{font-size:18px;color:#afafaf;letter-spacing:0.5px;}
.footer-social li a:hover{color:#111111;}

#scroll-top{width:40px;height:40px;background-color:#C7C7C7;opacity:0.9;position:fixed;bottom:30px;right:30px;text-align:center;display:none;cursor:pointer;border-radius:1px;}
#scroll-top span{font-size:20px;color:#ffffff;line-height:10px;margin-top:14px;}



/* --- 4) PAGE STYLING --- */

#main-content{padding-top:70px;}
.page-section{padding:100px 0;}


/* -- 4.1) page header -- */

.page-header{min-height:375px;position:relative;padding:30px 0;text-align:center;color:#ffffff;background-position: center center;background-size: cover;}
.page-head-inside{color:#111111;position:absolute;top:50%;left:0;right:0;margin-left:auto;margin-right:auto;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);}
.page-head-inside h1{font-size:40px;line-height:46px;text-transform:uppercase;letter-spacing:7px;margin-bottom:15px;}
.page-head-inside p{font-size:15px;line-height:15px;letter-spacing:1.5px;}


/* -- 4.2) page content -- */

.page-content h1,.page-content h2,.page-content h3,.page-content h4,.page-content h5,.page-content h6{font-family:'Questrial', sans-serif;font-weight:400;font-size:17px;color:#666666;line-height:22px;margin-top:30px;margin-bottom:10px;font-weight:400;letter-spacing:2px;}
.page-content h3 + p{margin-top:5px;}
.page-content p{font-size:13px;color:#707070;line-height:19px;margin-bottom:20px;letter-spacing:1px;font-family:'Questrial', sans-serif;font-weight:400;}
.page-content a{color:#707070;text-decoration:underline;}
.page-content strong{font-weight:700;}
.page-content img{display:block;max-width:100%;margin-bottom:10px;}
.page-content .alignleft{float:left;margin-right:25px;}
.page-content .alignright{float:right;margin-left:25px;}
.page-content ul{margin-bottom:20px;text-align:left;list-style: none;}
.page-content li{color:#707070;font-size:13px;line-height: 19px;letter-spacing:1px;font-family:'Questrial', sans-serif;font-weight:400;}
.page-content li:before {content: "â€¢ ";color: #707070;font-size:20px;}


/* -- 4.3) post share -- */

#post-share{margin-top:30px;}
#post-share .social-item:first-child {margin-left: 0;}


/* -- 4.4) post navigation -- */

.post-navigation-inner{padding:50px 0;margin-top:60px;border-top:1px solid #eeeeee;text-align:center;}
.post-navigation-inner .fa{font-size:20px;color:#afafaf;line-height:20px;}
.post-navigation-inner .fa-th-large,.post-navigation-inner .fa-long-arrow-right{margin-left:20px;}
.post-navigation-inner .fa:hover{color:#111111;}


/* -- 4.5) sidebar widgets -- */

.left-sidebar{padding-right:40px}
.right-sidebar{padding-left:40px}

.sidebar-widget{margin-bottom:60px;}
.post-sidebar .sidebar-widget:last-child{margin-bottom:0;}
.sidebar-widget h3{font-size:18px;color:#111111;line-height:24px;text-transform:uppercase;letter-spacing:4px;margin-bottom:15px;font-weight:400;}


/* -- 4.6) posts widget  -- */

.posts-widget .col-xlarge-8{padding-left:0;}
.posts-widget li a{padding:10px 0;display:block;}
.posts-widget h4{font-size:15px;color:#111111;line-height:21px;letter-spacing:2px;text-transform:uppercase;margin-bottom:3px;font-weight: 300;}
.posts-widget p{font-size:13px;color:#525252;line-height:17px;}
.posts-widget li a:hover h4{color:#c7c7c7;}


/* -- 4.7) list widget  -- */

.list-widget li a{font-size:13px;color: #525252;line-height:20px;border-bottom: 1px solid #eeeeee;padding: 10px 0;letter-spacing:2px;text-transform:uppercase;display:block;text-decoration:none;}
.list-widget li a:hover{color:#c7c7c7;}


/* -- 4.8) post social icons -- */

.social-item{width:25px;height:25px;float:left;margin-left:15px;text-align:center;border-radius:1px;}
.social-item span{color:#afafaf;font-size:17px;}
.social-item span:hover{color:#111111;}
.social-item .fa-facebook{margin-top:7px;}
.social-item .fa-twitter{margin-top:7px;}
.social-item .fa-pinterest,.social-item .fa-instagram{margin-top:7px;}
.social-item .fa-youtube{margin-top:6px;}
.social-item .fa-google-plus{margin-top:8px;}



/* --- 5) HOME PAGE --- */


/* -- featured section -- */

.home-section{position:relative;}

.featured-left{left:0;text-align:left;}
.featured-right{right:0;text-align:right;}
.featured-center{left:0;right:0;margin-left:auto;margin-right:auto;text-align:center;}

.featured-slide .container{height:100%;position:relative;}
.featured-content{width:600px;position:absolute;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);}
.featured-content h2{font-size:40px;color:#111111;line-height:62px;letter-spacing:7px;text-transform:uppercase;margin-bottom:25px;font-weight:400;font-family: 'Roboto Condensed', sans-serif;}
.featured-content p{font-size: 1.6em;color: #000;line-height: 30px;;margin-bottom:40px;font-family: 'Open Sans Condensed', sans-serif;}


/* -- slideshow specific -- */

#home-featured-slideshow,.featured-slide{max-width:100%;background-size:cover;background-position:center;background-repeat:no-repeat;}

.slideshow-btn{font-size:25px;color:#afafaf;cursor:pointer;opacity:0;position:absolute;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);z-index:100;-moz-transition: opacity, 0.5s, ease-in-out;-webkit-transition: opacity, 0.5s, ease-in-out;transition: opacity, 0.5s, ease-in-out;}
.slideshow-btn:hover{color:#111111;}
.previous-slide-btn{left:30px;}
.next-slide-btn{right:30px;}

.home-section:hover .slideshow-btn{opacity:1;}


/* -- banner image specific -- */

#home-featured-banner{width:100%;height:600px;max-height:600px;background-size:cover;background-position:center;background-repeat:no-repeat;}
#home-featured-banner .container {height:100%;position:relative;}



/* --- 6) ABOUT PAGE --- */

.section-title h2{font-size:22px;line-height:22px;letter-spacing:4px;margin-bottom:10px;font-weight:400;text-transform:uppercase;text-align:center;}
.section-title p{font-size:13px;line-height:19px;letter-spacing:1.5px;text-align:center;}
.section-title p:after{width:40px;height:1px;display:block;background-color:#111111;content:"";margin:20px auto 30px;}


/* -- about items  -- */

.about-item{text-align:center;margin-top:40px;}
.about-items li:nth-child(-n+3) .about-item{margin-top:0;}
.about-item .fa{font-size:35px;color:#111111;margin-bottom:15px;}
.about-item h3{font-size:16px;color:#111111;line-height:22px;letter-spacing:4px;margin-bottom:10px;font-weight:400;text-transform:uppercase;}
.about-item h3:after{width:40px;height:1px;display:block;background-color:#111111;content:"";margin:10px auto 20px;}
.about-item p{font-size:13px;color:#707070;line-height:19px;letter-spacing:1px;}


/* -- team section -- */

.team-section-inner{padding:100px 0;border-top:1px solid #eeeeee;}

.team-item{position:relative;margin-top:40px;}
.team-section-inner li:nth-child(-n+3) .team-item{margin-top:0;}
.team-hover{width:100%;height:100%;background-color:rgba(17,17,17,0.8);position:absolute;top:0;left:0;opacity:0;-moz-transition:opacity, 0.5s, ease-in-out;-webkit-transition:opacity, 0.5s, ease-in-out;transition:opacity, 0.5s, ease-in-out;}
.team-hover-content{color:#ffffff;width:100%;position:absolute;top:60%;left:0;right:0;margin-left:auto;margin-right:auto;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);opacity:1;text-align:center;-moz-transition:opacity, 0.5s, ease-in-out;-webkit-transition:opacity, 0.5s, ease-in-out;transition:opacity, 0.5s, ease-in-out;}
.team-hover-content h3{font-size:22px;line-height:22px;letter-spacing:4px;margin-bottom:10px;font-weight:400;text-transform:uppercase;}
.team-hover-content p{font-size:13px;line-height:19px;letter-spacing:1.5px;}
.team-hover-content p:after {width:40px;height:1px;display:block;background-color:#ffffff;content:"";margin:20px auto 0;}

.team-social{margin-top:25px;display:inline-block;}
.team-social li{margin-right:20px;float:left;line-height:0;}
.team-social li:last-child{margin-right:0;}
.team-social li a{font-size:18px;color:#ffffff;}

.team-item:hover .team-hover{opacity:1;}
.team-item:hover .team-hover-content{top:50%;}


/* -- testimonial section  -- */

.testimonial-section-inner{padding:100px 0;border-top:1px solid #eeeeee;}

#testimonial-slideshow{position:relative;padding-bottom:40px;}
#testimonial-slideshow .owl-controls{bottom:0;}
.testimonial-slide{color:#707070;text-align:center;}
.testimonial-slide p:first-child{font-size:13px;line-height:19px;letter-spacing:1px;}
.testimonial-slide p:last-child{font-size:15px;line-height:21px;letter-spacing:1.5px;margin-top:30px;}
.testimonial-slide .company{color:#c7c7c7;}



/* --- 7) PORTFOLIO PAGE  --- */

.portfolio-section .row{margin:0;}

#portfolio-item-filter{margin-bottom:58px;text-align:center;}
#portfolio-item-filter li{margin-right:15px;display:inline-block;}
#portfolio-item-filter li a{font-size:14px;color:#7c7c7c;line-height:15px;text-decoration:none;letter-spacing:1.5px;padding:10px 15px;border:1px solid #ffffff;font-family: 'PT Sans Narrow', sans-serif;}
#portfolio-item-filter li a.active{border-color:#333;}

#portfolio-items.padding .portfolio-item{padding:15px;}
#portfolio-items.no-padding .portfolio-item{padding:0;}
#portfolio-items.full-width{width:100%;}
#portfolio-items.boxed-width{width:1140px;margin:0 auto;}

.portfolio-item{overflow: hidden;width:100%;height:100%;display:block;position:relative;margin-bottom:30px;
    cursor: pointer; /*--активный курсор при наведении--*/
    -webkit-box-shadow: 3px 5px 5px #333; /*--тени блока для браузеров--*/
    -moz-box-shadow: 3px 5px 5px #333;
    box-shadow: 5px 5px 5px #333;}
.portfolio-hover img{max-width: 100%;
    height: 100%;
    -webkit-transition-duration: 0.6s; /*Webkit: продолжительность анимации*/
    -moz-transition-duration: 0.6s; /*Mozilla: продолжительность анимации*/
    -o-transition-duration: 0.6s; /*Opera: продолжительность анимации*/
    opacity: 0.6; /*исходная непрозрачность изображения*/
    z-index: 1; /*размещает неактивные изображения под активными*/
    margin: 0; /*удаляет отступы изображений*/
    position: relative; /*решает проблему z-index в Хроме*/
    -webkit-transform: scale( 1.5 ); /*Webkit: увеличивает размер на 1.5х*/
    -moz-transform: scale( 1.5 ); /*Mozilla: увеличивает размер на 1.5х*/
    -o-transform: scale( 1.5 ); }
.portfolio-hover img:hover{/*Opera: увеличивает размер на 1.5х*/
    box-shadow: 0px 0px 25px gray; /*CSS3 тень: размытая тень в 25px по всему изображению*/
    -webkit-box-shadow: 0px 0px 25px gray; /*Webkit: тени*/
    -moz-box-shadow: 0px 0px 25px gray; /*Mozilla: тени*/
    opacity: 1; /*непрозрачность по умолчанию*/
    z-index: 10; /*размещает активную картинку над неактивной*/
    -webkit-transform: scale( 1.5 ); /*Webkit: увеличивает размер на 1.5х*/
    -moz-transform: scale( 1.5 ); /*Mozilla: увеличивает размер на 1.5х*/
    -o-transform: scale( 1.5 ); }


.view-first img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.view-first .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: rgba(219,127,8, 0.7);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.view-first:hover img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}


.portfolio-hover{width:100%;height:100%;background-color:rgba(17,17,17,0.8);position:absolute;top:0;left:0;opacity:0;-moz-transition:opacity, 0.5s, ease-in-out;-webkit-transition:opacity, 0.5s, ease-in-out;transition:opacity, 0.5s, ease-in-out;}
.portfolio-hover-content{color:#ffffff;width:100%;position:absolute;top:60%;left:0;right:0;margin-left:auto;margin-right:auto;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);opacity:1;text-align:center;-moz-transition:opacity, 0.5s, ease-in-out;-webkit-transition:opacity, 0.5s, ease-in-out;transition:opacity, 0.5s, ease-in-out;}
.portfolio-hover-content h3{font-size:22px;line-height:22px;letter-spacing:4px;margin-bottom:10px;font-weight:400;text-transform:uppercase;}
.portfolio-hover-content p{font-size:13px;line-height:19px;letter-spacing:1.5px;}

.portfolio-item:hover .portfolio-hover{opacity: 1; }
.portfolio-item:hover .portfolio-hover-content{top:50%;}

/* --- 8) BLOG POSTS PAGE --- */

.blog-item{text-decoration:none;color:#525252;display:block;border-top:1px solid #eeeeee;padding-top:50px;}
.blog-item h3{font-size:22px;line-height:22px;letter-spacing:4px;margin-bottom:10px;font-weight:400;text-transform:uppercase;text-align:center;}
.blog-item > p{font-size:13px;line-height:19px;letter-spacing:1.5px;text-align:center;}
.blog-item > p:after{width:40px;height:1px;display:block;background-color:#111111;content:"";margin:20px auto 20px;}
.blog-item img{margin-bottom:20px;}


/* -- 8.1) style one & two -- */

.blog-list-1 .blog-item,.blog-list-2 .blog-item{margin-bottom:50px}
.blog-list-1 li:first-child .blog-item,.blog-list-2 li:first-child .blog-item{padding-top:0;border:0;}
.blog-list-1 li:last-child .blog-item,.blog-list-2 li:last-child .blog-item{margin-bottom:0}


/* -- 8.2) style three -- */

.blog-list-3 {padding-bottom:50px;}
.blog-list-3 .blog-item{margin-bottom:50px;}
.blog-list-3 li:nth-child(-n+2) .blog-item{padding-top:0;border:0;}



/* --- 9) CONTACT PAGE --- */

#contact-map-container,#contact-map{width:100%;height:450px;}

.contact-page h1{font-size:28px;color:#111111;line-height:34px;text-transform:uppercase;letter-spacing:5px;margin-bottom:25px;}

#contact-details{width:100%;}
#contact-details tr{padding:15px 0;border-bottom:1px solid #eeeeee;display:block;}
#contact-details tr:first-child{padding-top:0;}
#contact-details tr td:first-child{width:53px;text-align:center;vertical-align:top;}
#contact-details span,#contact-details a{font-size:15px;line-height:18px;color:#111111;text-decoration:none;letter-spacing:1px;}
#contact-details .fa{font-size:20px;color:#111111;margin-right:30px;}

.contact-input{width:100%;height:50px;padding-left:15px;margin-bottom:20px;border:1px solid #eeeeee;}
.contact-text{width:100%;max-width:100%;min-height:200px;padding:15px;vertical-align:top;margin-bottom:20px;border:1px solid #eeeeee;}

.contact-input,.contact-text{font-size:15px;line-height:20px;-webkit-transition: border-color ease-in-out 0.25s;transition: border-color ease-in-out 0.25s;}
.contact-input:focus,.contact-text:focus{border-color:#c7c7c7;}



/* --- 10) SINGLE PAGE STYLING --- */

/* -- 10.1) portfolio single -- */

.single-portfolio{padding-bottom:0;}

#portfolio-slideshow-outer{position:relative;margin-bottom:40px;}
#portfolio-slideshow-outer:hover .slideshow-btn{opacity:1;}

.single-detail-item{margin-top:20px;}
.single-detail-item h3{font-size:16px;color:#111111;line-height:22px;letter-spacing:4px;margin-bottom:10px;font-weight:400;text-transform:uppercase;}
.single-detail-item h3:after{width:40px;height:1px;display:block;background-color:#111111;content:"";margin:10px 0 20px;}
.single-detail-item p,.single-detail-item a{font-size:14px;color:#707070;line-height:20px;margin-bottom:20px;letter-spacing:1px;text-decoration:none;}

.single-detail-item #post-share{margin-top:-7px;}


/* -- 10.2) blog single -- */

.single-blog{padding-bottom:0!important;}

.single-blog-title h2{font-size:22px;line-height:22px;letter-spacing:4px;margin-bottom:10px;font-weight:400;text-transform:uppercase;text-align:center;}
.single-blog-title p{font-size:13px;line-height:19px;letter-spacing:1.5px;text-align:center;}
.single-blog-title p:after{width:40px;height:1px;display:block;background-color:#111111;content:"";margin:20px auto 20px;}

.single-image{margin-bottom:40px;}



/* --- 11) 404/ERROR PAGE --- */

.not-found-page{text-align:center;}
.not-found-page h2{font-size:16px;color:#111111;line-height:22px;letter-spacing:4px;margin-bottom:10px;font-weight:400;text-transform:uppercase;}
.not-found-page h2:after{width:40px;height:1px;display:block;background-color:#111111;content:"";margin:10px auto 20px;}
.not-found-page p{font-size:13px;color:#707070;line-height:19px;letter-spacing:1px;}