/*
 *  mx_joomla168 -Responsive Personal Portfolio Template Stylesheet
 *  By mixwebtemplates
 */

/* General styles
**************************************************/
body {
    font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Verdana, Tahoma, sans-serif;
    font-size: 16px;
    color: #fff;
    background-color: #4a504f;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Verdana, Tahoma, sans-serif;
}

p{
    color:#fff;
    line-height: 1.5em;
    margin: 0 0 20px;
}

a:hover,a:active,a:focus,a:visited {
    text-decoration: none;
}
*:focus,*:active,*:visited{
    outline:none !important ;
}

.btn{
    margin-top: 1em;
}  
.btn-outline {
    color: #fff;
    width: 100%;

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.btn-outline:hover {
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-outline.btn-reverse {
    background-color: rgba(0,0,0,0.3);

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.btn-outline.btn-reverse:hover {
    background-color: transparent;
}

/* Articles */
.items-leading > div {
	clear: both!important;
}

article time + header {
	float: left;
	padding-left: 104px;
}
article header {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 32px;
	width: 100%;
}
article header + * {
	clear: both;
}
article header h1 {
	clear: both;
}


article header ul {
	overflow: hidden;
	position: relative;
	margin: 6px 0;
}
article header li {
	float: left;
	padding: 6px;
	font-size: 12px;
	line-height: 1;
}
article header ul + ul li {
	height: 28px;
}
article header > ul > li:after {
	content: '|  ';
	white-space: pre;
	color: #b6b6b6;
	position: relative;
	left: 8px;
}
article header li:last-child:after {
	content: '';
}
li.print-icon,
li.email-icon {
	padding: 0 6px 10px 6px;
	line-height:2;
} 
li.print-icon a,
li.email-icon a {
	position: relative;
	top: -2px;
}
li.print-icon a {
	height:16px;
	float:left;
	margin:3px 3px 0 0;
}
li.email-icon a {
	height:16px;
	float:left;
	margin:3px 3px 0 0;
}

article header li a:hover {
	color: #222;
}
article header + div,
article header + p {
	clear: both;
}

.item-page ul {
	list-style-type: none;
}
.content-links {
	margin-bottom: 20px;
}
.filter-search .filter-search-lbl {
	margin-top: 5px;
}
/* Weblinks */
.edit fieldset > div {
	clear: both;
	padding: 5px 0;
}
.edit fieldset > div label {
	display: block;
	min-width: 120px;
	float: left;
}

/* Sections and pages
**************************************************/
#body-wrapper section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    display: none;
    z-index: 3;
}
.section{
    padding:80px 0;
    position: relative;
}
.section>.contents,
.inner-wrapper .contents{
    position: relative;
    z-index: 3;
}
.section>.overlay,
section>.overlay{
    width: 100%;
    height: 100%;
    background:url(../images/patterns/overlay-pattern.png) repeat;
    opacity: 0.7;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
}
.dark-bg{
    color:#fff;
    background:#4a504f;
}
.light-bg{
    background-color: #eee;
    color:#000;
}
.dark-bg a:hover{
    color:#fff;
}
.light-bg a:hover{
    color:#000;
}
.section.darker{
    background:rgba(0,0,0,0.4);
}

.section.lighter{
    background: rgba(255,255,255,0.6);
}

.inner-wrapper {
    overflow:hidden;
}

.inner-wrapper>.container{
    margin-bottom: 30px;
    padding-right:30px;
    padding-left: 30px;
}

#body-wrapper section.bg-right{
    background-position: 0% 0%,right top;
}


.light-bg .section{
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgb(204, 204, 204);
}
.light-bg .section:first-child{
    box-shadow: none;
    border: none;
}
.light-bg{
    color:#000;
}
.light-bg p{
    color: rgb(50, 50, 50);
}

.light-bg .center-heading h2,.light-bg .left-heading h2,.light-bg .right-heading h2{
    border-color: #bebebe;
}
.light-bg .center-heading h2:after,.light-bg .left-heading h2:after, .light-bg .right-heading h2:after{
     background: #bebebe;
}
.section .dark-bg .center-heading h2,.section .dark-bg .left-heading h2,.section .dark-bg .right-heading h2{
    border-color: #fff;
}
.dark-bg .center-heading h2:after,.dark-bg .left-heading h2:after, .dark-bg .right-heading h2:after{
     background: #fff;
}

.dark-bg .section{
    border-top:1px solid #727272;
}
.dark-bg .section:first-child{
    border-top: none;
}
.dark-bg p{
    color: #fff;
}
.dark-bg .bg-icon {
    color: #777 !important;;
  }

/* section headlines
 **************************************************/
.center-heading{
    margin-bottom: 60px;
}

.center-heading h2{
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    max-width: 400px;
    margin: 0 auto 30px auto;
    font-size: 40px;
}
.center-heading h2:after{
    content: '';
    width: 10px;
    height: 10px;
    background:#fff;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -3px;
    border-top: none;
    border-left: none;
}

.center-heading .sub-heading{
    max-width: 50%;
    margin: 0 auto;
    text-align: center;
}

.left-heading h2,
.right-heading h2{
    position: relative;
    padding: 20px 0 30px 0;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 40px;
}
.left-heading h2:after,
.right-heading h2:after{
    content: '';
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    display: block;
    position: absolute;
    bottom: -6px;
    border-top: none;
    border-left: none;
}

.right-heading h2{
    text-align: right;
}
.left-heading h2:after{
    left: 5px;
    margin-left: -5px;
}
.right-heading h2:after{
    right: 5px;
    margin-right: -5px;
}
.right-content{
    text-align: right;
}

/* Navigation
 **************************************************/

#nav-container{
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    height: 90px;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
            box-shadow:0px 0px 4px rgba(0, 0, 0, 0.5);
    z-index: 200;

}
#nav-container ul{
    list-style-type: none;
    text-align: center;
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 30px;
    padding-left: 0;
    -moz-transition: margin 0.6s ease-out 0s;
    -o-transition: margin 0.6s ease-out 0s;
    -webkit-transition: margin 0.6s ease-out 0s;
    -ms-transition: margin 0.6s ease-out 0s;
    transition: margin 0.6s ease-out 0s;
}
#nav-container  li{
    margin: 0;
    display: inline;
    margin: 0 20px;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
    padding:40px 0;
}

#nav-container li a{
    color: rgb(255, 255, 255);
    font-family: "PT Sans Narrow";
    font-size: 1.1em;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-smoothing: antialiased;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    margin-top: 10px;
    overflow: hidden;
    text-transform: uppercase;
}
#nav-container li a span {
    position: relative;
    display: block;
}
#nav-container  li a .top{
    top: -16px;
    color: #000;
}
#nav-container li a .bottom {
    top: -16px;
    color: #fff;
 }
#nav-container  li.active a{
    border-bottom: 1px solid #000;
}
#nav-container li.active .top,
#nav-container li.active .bottom{
    top:0 !important;
}
#nav-container.bottom li a .top,
#nav-container.bottom li a .bottom{
    top:0px;
}
#nav-container.bottom li a .top{
    color: #fff;
}
#nav-container.bottom li a .bottom{
    color:#000;
}
#nav-container.bottom  li.active .top,
#nav-container.bottom  li.active .bottom{
    top:-16px !important;
}



/* Scroll bar 
**************************************************/
.ps-scrollbar-y-rail{
    top:90px !important;
    background: rgba(255,255,255,0.6) !important;
    width: 12px !important;
    border-radius: 0 !important;
    z-index: 1000;
}
.ps-scrollbar-y-rail.stick-top{
    top:0px !important;
}
.ps-scrollbar-x-rail{
    display: none;
}

.ps-scrollbar-y{
    background: #000 !important;
    width: 12px !important;
    border-radius: 0 !important;
}

.no-scroll .ps-scrollbar-y-rail{
    display: none;
}

/*Social icons---------------*/

.social-icons {
    margin: 40px auto;
    padding: 0;
    text-align: center;
}
.social-icons li {
    display: inline-block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: 0 8px;
    background: #fff;
    padding-top: 10px;

    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.social-icons li a {
    display: block;
    color: rgb(53, 53, 53);
    font-size: 22px;
    overflow: hidden;
    height: 23px;  
}
.social-icons li i{
    display: block;
    position: relative;
     moz-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.social-icons li a .top{
    top:-23px;
}
.social-icons li a .bottom{
    top:-23px;
}
.social-icons li a:hover .bottom{
    top:23px;
}
.social-icons li a:hover .top{
    top:0px;
}


/* Loader 
**************************************************/
#preloader {
    position:fixed;
    width:100%;
    height:100%;
    top: 0;
    left:0;
    z-index:999; /* makes sure it stays on top */
}
#text-load{
    position: absolute;
    width: 300px;
    height: 300px;
    border:1px dashed #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -150px;
    text-align: center;
}
#text-load h2{
    line-height: 300px;
    display: inline-block;
    color: #fff;
    margin: 0;
    position: relative;
    font-size: 35px;
    letter-spacing: 3px;
}

/* Responsive Media queries 
**************************************************/
@media screen and (max-width:768px) {
    
    .container{
        padding-right: 6%;
        padding-left: 5%;
    }
    .center-heading .sub-heading{
        max-width: 80%;
    }

    .exp-list{
        text-align: center;
    }

    .right-heading, .right-heading h2, .right-content{
        text-align: left;
    }
    .vertical-bar{
    -webkit-transform: rotateZ(90deg);
       -moz-transform: rotateZ(90deg);
        -ms-transform: rotateZ(90deg);
         -o-transform: rotateZ(90deg);
            transform: rotateZ(90deg);

     height: 370px;       
    }
    .vertical-bar .levels>div{
        -webkit-transform: rotateZ(-30deg);
           -moz-transform: rotateZ(-30deg);
            -ms-transform: rotateZ(-30deg);
             -o-transform: rotateZ(-30deg);
                transform: rotateZ(-30deg);
        margin-top: 22px;
        margin-left: 7px;       
    }
    .vertical-bar li{
        width: 25px;
    }
    .vertical-bar li .bar{
        width: 60px;
        text-align: left;
    }
    .vertical-bar li .bar span{
        -webkit-transform: rotateZ(-90deg);
           -moz-transform: rotateZ(-90deg);
            -ms-transform: rotateZ(-90deg);
             -o-transform: rotateZ(-90deg);
                transform: rotateZ(-90deg);
                padding-left: 70px;
                margin-left: -50px;
                width: 150px;
                text-align: left;
    }
    #folio .item {
        width: 50% !important;
    }

    .folio-filter li i{
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin: 0 10px 0px 10px;
        font-size: 19px;
    }
    .folio-filter li a{padding: 0 3px;}

    .circle-icons{
        width: 100%;
    }

    .circle-icons li i{
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 1.4em;
    }

}

@media screen and (max-width: 600px) {
    #nav-container{
        text-align: center;
    }
    #nav-container #nav{
        display: none;
    }
    #dropdown-wrapper{
        margin-top: 25px;
        height: 40px;
        padding: 0 20px;
        position: relative;
    }
    #dropdown-nav{
        height: 40px;
        width: 100%;
        border: 0 !important;
        background:rgb(37, 37, 37);
        color: #fff;
        margin-top: 25px;
        width: 90%;
        padding-left: 10px;
    }
    #dropdown-nav option{
        border:none;
        outline: none;
        color: #fff;
    }
}
@media screen and (max-width: 400px) {

    .center-heading{
        margin-bottom: 40px;
    }
    .bio-circles ul li{
        width: 80px;
        height: 80px;
        line-height: 20px;
        margin: 0 10px;
    }
    .bio-circles ul li .second {
        font-size: 16px;
        color: rgb(255, 255, 255);
    }

    .circular-bar ul li{
        width:100%;
    }

    .list-center li{width: 100%;}
    .list-center li:nth-child(even){
        float: left;
        text-align: left;
        padding-left: 15px;
        padding-right: 0;

    }
    .list-center li:nth-child(even) i {
        float: left;
    }
    .list-center li:nth-child(even) h4 {
        padding-right: 0px;
        padding-left: 50px;
    }
    .vertical-bar{
        height: 250px;
    }

    #folio .item {
        width: 100% !important;
    }
    .folio-filter li i{
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin: 0 10px 0px 10px;
        font-size: 16px;
    }
    .folio-filter li a{padding: 0 1px;}

    .circle-icons {
        margin-bottom: 10px;
    }
    .circle-icons li{
        width: 80%;
        margin-bottom: 10px;
        float:none;
        text-align: left;
    }
    .circle-icons li i {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 0 10px 2px auto;
        font-size: 1em;
    }
    #google {
        bottom: 155px;
    }

}
/* Home Section
**************************************************/
#home{
    background: #000;
}
#home .contents{
    text-align: center;
    width: 100%;
    height: 100%;
    position: relative;
}
#caption-carousel{
    left :0 !important;
    top :0 !important;   
    overflow: hidden;
}
#caption-carousel .caption{
    text-align: center !important;
    width: 500px;
    height:300px;
    float: left;
    margin-top: 0px;

    moz-transition: all 1.5s ease-out 0s;
    -o-transition: all 1.5s ease-out 0s;
    -webkit-transition: all 1.5s ease-out 0s;
    -ms-transition: all 1.5s ease-out 0s;
    transition: all 1.5s;
}
@media screen and (max-width: 700px) {
#caption-carousel .caption, #profile{
    text-align: center !important;
    width: 300px!important;
    height:300px!important;
}
}

#caption-carousel .caption:first-child,
#caption-carousel .caption.visible-caption{
    margin-top: 0;
}
#caption-carousel .caption h4,
#caption-carousel .caption h2{
    padding: 0;
    margin: 0;
    text-transform:uppercase;
}
#caption-carousel .caption h4{
    font-size: 40px;
    color: #fff;
    letter-spacing: 3px;
}
#caption-carousel .caption h2{
    margin-top: 10px;
    font-size: 40px;
}
.container{
    padding-bottom: 0 !important;
}
section#home .container{
    margin-top:0 !important;
    padding-top: 0 !important;
}
#profile{
    width: 500px;
    height: 300px;
    margin: 0 auto;
    margin-top: 0 !important;
    color: rgb(0, 0, 0);
    position: relative;
    text-align: center;
}
#profile>*{
    margin: 0;
}
#profile h1{
    margin: 20px;
}
#profile h2{
    margin-top: 10px;
}
/*Social icons---------------*/
#home-socials{
    position: relative;
}
.social-icons {
    margin: 40px auto;
    padding: 0;
    text-align: center;
}
.social-icons li {
    display: inline-block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: 0 8px;
    background: #fff;
    padding-top: 10px;

    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.social-icons li a {
    display: block;
    color: rgb(53, 53, 53);
    font-size: 22px;
    overflow: hidden;
    height: 23px;  
}
.social-icons li i{
    display: block;
    position: relative;
     moz-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.social-icons li a .top{
    top:-23px;
}
.social-icons li a .bottom{
    top:-23px;
}
.social-icons li a:hover .bottom{
    top:23px;
}
.social-icons li a:hover .top{
    top:0px;
}

.arrow-down{
    margin: 0 auto;
    width: 100px;
    height: 60px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.arrow-down:after,.arrow-down:before{
    content: '';
    position: absolute;
    bottom:25px;
    left: 0;
    width: 100px;
    height: 100px;
    -webkit-transform: rotateZ(45deg);
       -moz-transform: rotateZ(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
    border:1px solid #fff;
    z-index: 2;

     moz-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;

}
.arrow-down:before{
    bottom: 135px;
    border:none;
}
.arrow-down:hover:before{
    bottom:30px;
}
.arrow-down:hover:after{
    bottom: 20px;
}
.arrow-down span{
    position: relative;
    z-index: 3;

}
#slider-container{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#bg-slider{
    position: relative;
    width: 100%;
    height: 100%;
}
#bg-slider>div{
    background-repeat: no-repeat;
    background-size:cover !important;
    position: absolute !important;
    top:0 !important;
    left:0 !important;
    opacity: 0;

}
#bg-slider>div:first-child{
    opacity: 1;
}

#bg-slider img{
    width: 100%;
    height: 100%;
    display: none;
}

.tc_table_col[data-color="light"] .price p {
    color: #333;
}
.tc_table_col {
    margin: 5px;
}
.item-page {position: relative;}
.section-side-image, .section-side-image p, .section-side-image h3 {
	color:#222;
}