
/*-------------------------------------------------------------------
    import css files
-------------------------------------------------------------------*/

@import url("animate.css");
@import url("linea-icon.css");


/*-------------------------------------------------------------------
    tb preloader
-------------------------------------------------------------------*/
#tb-preloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    display: block;
    background: #fff;
}
.tb-preloader-wave {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
}
.tb-preloader-wave:before,
.tb-preloader-wave:after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #222;
    -webkit-animation: preloader-wave 1.6s linear infinite;
    animation: preloader-wave 1.6s linear infinite;
}
.tb-preloader-wave:after {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}
@keyframes preloader-wave {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 0.5;
        filter: alpha(opacity=50);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
        filter: alpha(opacity=0);
    }
}
@-webkit-keyframes preloader-wave {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
        filter: alpha(opacity=50);
    }
    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

/* ----------------------------------------------------------------
	typography
-----------------------------------------------------------------*/


body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    color: #323232;
    font-size: 15px;
    font-weight: 400;
    text-rendering:optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}


a:active,
a:focus { outline: none !important; }


h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 30px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

h1,
h2 {
    letter-spacing: 0px;
}

h3,
h4 {
    letter-spacing: 0px;
}

h5,
h6 {
    letter-spacing: 2px;
    font-weight: bold !important;
}

a {
    text-decoration: none !important;
}

a:hover, a:focus {
    color: #323232;
}

a:hover, .btn, .btn:hover  {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


a img,
iframe { border: none !important; }


p {
    margin: 0 0 30px;
    line-height: 30px;
    color: #000000;
}

p, li {
    font-family: 'Source Sans Pro', sans-serif;
}

hr {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #eee;
}


pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 30px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f9f9f9;
    border: 1px solid #EDEDED;
    border-radius: 0;
}


.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}

/*.row {*/
    /*margin-right: -30px;*/
    /*margin-left: -30px;*/
/*}*/


.btn-default {
    border-color: #e5e5e5;
}

.column-two {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.column-three {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.column-four {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

.column-two,
.column-three,
.column-four {

    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

/* ----------------------------------------------------------------
	header
-----------------------------------------------------------------*/


.header-full-width .container {
    width: 100%;
    padding: 0 30px;
}

.dark-header.header-bottom-border {
    border-bottom: 1px solid rgba(255,255,255,.2);
    height: 99px;
}

.light-header.header-bottom-border {
    border-bottom: 1px solid rgba(0,0,0,.15);
    height: 99px;

}

.sticky .dark-header.header-bottom-border,
.sticky .light-header.header-bottom-border {
    border: none;
    height: auto;
}

#header .container {
    position: relative;
}

header {
    width: 100%;
    height: 100px;
    z-index: 1000;
    position: relative;
}


header.transparent-header.sticky + #fullscreen-banner {
    margin-top: -100px;
}

header.transparent-header + #fullscreen-banner {
    margin-top: 0px;
}

header + #fullscreen-banner {
    margin-top: -100px;
}

.left-nav-fixed header + #fullscreen-banner {
    margin-top: 0px;
}


header.sticky .header-sticky,
header.transparent-header {
    position: fixed;
    width: 100%;
}

header.sticky .header-sticky {
    box-shadow: 0 1px 0 rgba(0,0,0,.05);
}

header.sticky{
    height: 60px;
    z-index: 1000;
    position: fixed;
    top:0px;
}


header .logo-brand img {
    height: 100px;
    float: left;
}

header.sticky .logo-brand img, header.sticky .logo-brand img.retina  {
    height: 60px !important;
}


header.nav-center-align .logo-brand img {
    height: auto;
    float: none;
    margin: 20px 0;
}


#header.transparent-header .light-header,
#header.transparent-header .dark-header,
#header.transparent-header {
    background: transparent !important;
    z-index: 1000;
}

#header.transparent-header .menuzord .logo-brand {
    z-index: 1200;
}


header .light-header,
header.sticky .light-header,
#header.transparent-header.sticky .light-header,
.light-nav{
    background: #fff !important;
}

header .dark-header,
header.sticky .dark-header,
#header.transparent-header.sticky .dark-header,
.dark-nav,
header.sticky .semi-transparent {
    background: rgba(10,10,10, 1) !important;
}

.semi-transparent{
    background: rgba(10,10,10, .5) !important;
}


/*----------------------------------
    nav icon
-----------------------------------*/


header li.nav-icon i {
    line-height: 100px;
    font-size: 12px;
}

header.sticky li.nav-icon i {
    line-height: 60px;
}

header li.nav-icon .indicator {
    display: none;
}

header li.nav-icon input {
    border-radius: 0;
    border: none;
    box-shadow: none;
    font-size: 11px;
}

.nav-icon.nav-divider a,
.nav-icon.nav-divider a:hover{
    cursor: default;
    color: #888 !important;
    font-weight: normal;
}


.nav-border-bottom .menuzord .menuzord-menu>li.nav-divider.active>a,
.nav-border-bottom .menuzord .menuzord-menu>li.nav-divider:hover>a,
.nav-border-box .menuzord .menuzord-menu>li.nav-divider.active>a,
.nav-border-box .menuzord .menuzord-menu>li.nav-divider:hover>a {
    border-color:transparent;
}

/*----------------------------------
    nav link boxed
-----------------------------------*/


.nav-boxed-color .menuzord-menu > li > a {
    margin: 30px 0px;
}

.nav-boxed-color .menuzord-menu>li>a,
header .nav-boxed-color li.nav-icon i{
    line-height: 40px;
}

header.sticky .nav-boxed-color li.nav-icon i {
    line-height: 60px;
}

.nav-boxed-color .menuzord-menu > li.nav-divider > a,
.nav-boxed-color .menuzord-menu > li.nav-divider:hover > a {
    background: none;
}

.nav-boxed-color .menuzord .menuzord-menu>li.active>a,
.nav-boxed-color .menuzord .menuzord-menu>li.active>a i,
.nav-boxed-color .menuzord .menuzord-menu>li:hover>a,
.nav-boxed-color .menuzord .menuzord-menu>li:hover>a>i
{
    color: #fff;

}

header.sticky .nav-boxed-color .menuzord-menu > li > a {
    margin: 0;
}



/*----------------------------------
    nav link border box
-----------------------------------*/


.nav-border-box .menuzord-menu > li > a {
    margin: 30px 0px;
}

.nav-border-box .menuzord-menu>li>a,
header .nav-border-box li.nav-icon i{
    line-height: 40px;
}

header.sticky .nav-border-box li.nav-icon i,
header.sticky .nav-border-box .menuzord-menu > li > a{
    line-height: 30px;
}

.nav-border-box .menuzord-menu > li > a {
    border:1px solid transparent;
}



header.sticky .nav-border-box .menuzord-menu > li > a {
    margin: 15px 0;
}



/* ----------------------------------------------------------------
	 nav link border bottom
-----------------------------------------------------------------*/


.nav-border-bottom .menuzord .menuzord-menu>li>a,
.nav-border-bottom .menuzord .menuzord-menu>li>a{
    border-bottom:1px solid transparent;
}




/* ----------------------------------------------------------------
	nav center align
-----------------------------------------------------------------*/

.nav-center-align {
    text-align: center;
}

.nav-center-align .logo-brand,
.nav-center-align .menuzord-menu,
.nav-center-align .menuzord-menu>li {
    float: none;
}

.nav-center-align .logo-brand {
    margin: 0;
}

.nav-center-align .menuzord-menu ul.dropdown,
.nav-center-align .menuzord-menu>li>.megamenu {
    text-align: left;
}


.nav-block-left .menuzord-menu  {
    width: 100%;
    height: 60px;
}

.nav-center-align .menuzord-menu>li>a,
header.nav-center-align li.nav-icon i{
    line-height: 60px;
}

.border-tb {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

header.nav-center-align {
    height: auto;
}

.header-full-width.nav-center-align .container {
    padding: 0;
}


/* ----------------------------------------------------------------
	 nav bottom position
-----------------------------------------------------------------*/

.nav-bottom {
    position: absolute;
    bottom: 0;
    box-shadow: 0 1px 0 rgba(0,0,0,.05);
}

/*header.sticky.nav-bottom {*/
    /*position: fixed;*/
    /*top: 0;*/
    /*bottom: auto;*/
/*}*/

/* ----------------------------------------------------------------
	 nav block left align
-----------------------------------------------------------------*/

.nav-block-left {
    text-align: left;

}

.nav-block-left .menuzord-menu  {
    width: 100%;
    height: 60px;
}


.nav-block-left .logo-brand,
.nav-block-left .menuzord-menu,
.nav-block-left .menuzord-menu>li {
    float: left;
}


.nav-block-left .menuzord-menu>li>a,
header.nav-block-left li.nav-icon i{
    line-height: 60px;
}

.nav-block-left .menuzord-menu ul.dropdown,
.nav-block-left .menuzord-menu>li>.megamenu {
    text-align: left;
}


header.nav-block-left {
    height:auto;
}

.header-full-width.nav-center-align .container {
    padding: 0;
}


/*top-ads*/


.top-ads {
    float: right;
    margin-top: 10px;
}

/* ----------------------------------------------------------------
	 pre-defined >  margin top | margin bottom
-----------------------------------------------------------------*/

/*margin top*/

.m-top-0{
    margin-top: 0px !important;
}
.m-top-10 {
    margin-top: 10px;
}
.m-top-15 {
    margin-top: 15px;
}
.m-top-20 {
    margin-top: 20px;
}
.m-top-25 {
    margin-top: 25px;
}
.m-top-30 {
    margin-top: 30px;
}
.m-top-35 {
    margin-top: 35px;
}
.m-top-40 {
    margin-top: 40px;
}
.m-top-50 {
    margin-top: 50px;
}
.m-top-80 {
    margin-top: 80px;
}
.m-top-100 {
    margin-top: 100px;
}

.m-top-0, .m-top-10, .m-top-15, .m-top-20, .m-top-25, .m-top-30, .m-top-35, .m-top-40, .m-top-50, .m-top-80, .m-top-100,
.m-bot-0, .m-bot-10, .m-bot-15, .m-bot-20, .m-bot-25, .m-bot-30, .m-bot-35, .m-bot-40, .m-bot-50, .m-bot-80, .m-bot-100{
    display: inline-block;
}

/*margin bottom*/

.m-bot-0 {
    margin-bottom: 0px !important;
}
.m-bot-10 {
    margin-bottom: 10px;
}

.m-bot-15 {
    margin-bottom: 15px;
}

.m-bot-20 {
    margin-bottom: 20px;
}

.m-bot-25 {
    margin-bottom: 25px;
}

.m-bot-30 {
    margin-bottom: 30px;
}

.m-bot-35 {
    margin-bottom: 35px;
}

.m-bot-40 {
    margin-bottom: 40px;
}

.m-bot-50 {
    margin-bottom: 50px;
}

.m-bot-80 {
    margin-bottom: 80px;
}

.m-bot-100 {
    margin-bottom: 100px;
}


/*padding top*/

.p-top-0{
    padding-top: 0px !important;
}
.p-top-10 {
    padding-top: 10px;
}
.p-top-15 {
    padding-top: 15px;
}
.p-top-20 {
    padding-top: 20px;
}
.p-top-25 {
    padding-top: 25px;
}
.p-top-30 {
    padding-top: 30px;
}
.p-top-35 {
    padding-top: 35px;
}
.p-top-40 {
    padding-top: 40px;
}
.p-top-50 {
    padding-top: 50px;
}
.p-top-80 {
    padding-top: 80px;
}
.p-top-100 {
    padding-top: 100px;
}

.p-tb-10 {
    padding: 10px 0;
}

.p-tb-20 {
    padding: 20px 0;
}

.p-tb-30 {
    padding: 30px 0;
}


.p-tb-50 {
    padding: 50px 0;
}


.p-tb-100 {
    padding: 100px 0;
}


.p-tb-150 {
    padding: 150px 0;
}

.p-tb-200 {
    padding: 200px 0;
}

.p-top-0 {
    padding-top: 0 !important;
}

.p-bot-0 {
    padding-bottom: 0 !important;
}

.p-bot-100 {
    padding-bottom: 100px !important;
}

.inline-block {
    display: inline-block;
    width: 100%;
}

.theme-bg-space {
    padding: 10px 20px;
}


.bg-space-lg {
    padding: 40px;
}

/* ----------------------------------------------------------------
	body content
-----------------------------------------------------------------*/

.body-content {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.parallax {
    background-image: url("../img/demo.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 100vh;
    background-position: 50% 50%;
}

.parallax-inner {
    background-image: url("../img/demo.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 150px 0;
    background-position: 50% 50%;
}

.banner-state {
    background-image: url("../img/banner/menu_banner.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 100vh;
    background-position: 50% 50%;
}


.full-banner {
    background-image: url('../img/banner/creative-banner.jpg');
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    background-position: 50% 50%;
}


.page-content {
    padding: 30px 0;
    display: inline-block;
    width: 100%;
}

.page-content-sm {
    padding: 50px 0;
    display: inline-block;
    width: 100%;
}

.full-content {
    display: inline-block;
    width: 100%;
    padding: 0px 0 !important;
}

.overlay-dark {
    background: rgba(0,0,0,.5);
    display: inherit;
}

.overlay-light {
    background: rgba(255,255,255,.5);
    display: inherit;
}

.breadcrumb li {
    text-transform: uppercase;
}

.breadcrumb li > a  {
    color: #7e7e7e;
}

.breadcrumb li > a:hover {
    color: #222;
}

.breadcrumb>.active {
    color: #222;
}

.massive-list {
    padding-left:15px;
}

.massive-list li{
    margin-bottom: 10px;
}



/* ----------------------------------------------------------------
	Isotope Filtering
-----------------------------------------------------------------*/


.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/*Isotope CSS3 transitions */

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

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

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

/*disabling Isotope CSS3 transitions */

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


/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}



/* ----------------------------------------------------------------
	masonry grid
-----------------------------------------------------------------*/

.tb-grid {
    width: 100%;
    margin: auto;
}

.tb-grid .box {
    width:33.3333%;
    padding-top: 33.3333%;
}

.tb-grid .box2 {
    padding-top: 33.3333%;
    width:66.6666%;
}

.tb-grid .box3 {
    padding-top: 66.6666%;
    width:66.6666%;
}

.tb-grid .box-nano {
    width: 50%;
    padding-top: 50%;
    float: left;
    margin: 0;
    position: relative;
}

.tb-grid .box,
.tb-grid .box2,
.tb-grid .box3 {
    display: inline-block;
}

.tb-grid .item > .item-inner,
.tb-grid .box-nano > .item-inner {
    position: absolute;
    margin: 0;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    cursor: crosshair;

}

.tb-grid .items > .item-inner {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


/* ----------------------------------------------------------------
	Flex Slider
-----------------------------------------------------------------*/

.slides {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {
    outline: none;
    border: none;
}
.flex-control-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
}

.flex-direction-nav {
    display: none;
}

.flexslider {
    position: relative;
    margin: 0;
    padding: 0;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.flex-control-nav {
    position: absolute;
    z-index: 10;
    text-align: center;
    bottom: 15px;
    right: 15px;
    margin: 0;
}

.flex-control-nav li {
    float: left;
    display: block;
    margin: 0 3px;
    width: 10px;
    height: 10px;
}

.flex-control-nav li a {
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.flex-control-nav li:hover a,
.flex-control-nav li a.flex-active {
    background-color: #fff;
}

/*---*/

.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -40px 0 0;
    position: absolute;
    top: 50%;
    z-index: 200;
    overflow: hidden;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
    color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 40px;
}

.flex-direction-nav a:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.flex-direction-nav a:before {
    font-family: "fontawesome";
    font-size: 16px;
    display: block;
    content: '\f104';
    color: #fff;
    text-align: center;
    width: 40px;
}

.flex-direction-nav a.flex-next:before {
    content: '\f105';
}

.flex-direction-nav .flex-prev {
    left: 0px;
}

.flex-direction-nav .flex-next {
    right: 0px;
    text-align: right;
}

/*----*/

.post-slider-thumb .flex-control-thumbs {
    position: relative;
    z-index: 10;
    text-align: left;
    top: 10px;
    right: auto;
    margin: 0 auto;
    left: auto;
}

.post-slider-thumb .flex-control-thumbs li {
    float: none;
    display: inline-block;
    margin: 0 3px 0 0;
    width: 80px;
    height: auto;
    cursor: pointer;
}

.post-slider  .flex-direction-nav,
.post-slider-thumb  .flex-direction-nav {
    display: block;
}

.post-slider .flex-direction-nav .flex-prev,
.post-slider .flex-direction-nav .flex-next,
.post-slider-thumb .flex-direction-nav .flex-prev,
.post-slider-thumb .flex-direction-nav .flex-next
{
    opacity: 0;
}

.post-slider:hover .flex-direction-nav .flex-prev,
.post-slider:hover .flex-direction-nav .flex-next,
.post-slider-thumb:hover .flex-direction-nav .flex-prev,
.post-slider-thumb:hover .flex-direction-nav .flex-next {
    opacity: 1;
}

.post-list-aside .post-img img  {
    border: 2px solid transparent;
}

.post-list-aside .post-img img.flex-active {
    border: 2px solid rgba(0, 0, 0, 0.8);
}

.post-slider .flex-control-thumbs{
    display: none;
}


/* ---------------
   RESPONSIVE
 * --------------*/

@media screen and (max-width: 860px) {

    .flex-direction-nav .flex-prev,
    .post-slider .flex-direction-nav .flex-prev,
    .post-slider-thumb .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 0px;
    }
    .flex-direction-nav .flex-next,
    .post-slider .flex-direction-nav .flex-next,
    .post-slider-thumb .flex-direction-nav .flex-next{
        opacity: 1;
        right: 0px;
    }
}



/* ----------------------------------------------------------------
	maintenance
-----------------------------------------------------------------*/

.maintenance-banner {
    background: #ededed;
}

.maintenance-banner p {
    font-size: 16px;
}


/* ----------------------------------------------------------------
	top bar
-----------------------------------------------------------------*/

.top-bar {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
}

.top-bar .gray-bg {
    background: #f5f5f5;
}

.top-social-link a{
    color: #aaaaaa;
    display: inline-block;
    margin-right: 10px;
}


.top-social-link a:hover,
.top-link li a:hover {
    color: #222;
}

.top-link {
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
}

.top-link li {
    display: inline-block;
    margin:0 5px;
}

.top-link li i,
.top-link li a i{
    margin-right: 10px;
}

.top-link li,
.top-link li a{
    color: #aaaaaa;
}

.top-link.text-uppercase {
    font-size: 12px;
}


.top-bar .col-lg-1,
.top-bar .col-lg-10,
.top-bar .col-lg-11,
.top-bar .col-lg-12,
.top-bar .col-lg-2,
.top-bar .col-lg-3,
.top-bar .col-lg-4,
.top-bar .col-lg-5,
.top-bar .col-lg-6,
.top-bar .col-lg-7,
.top-bar .col-lg-8,
.top-bar .col-lg-9,
.top-bar .col-md-1,
.top-bar .col-md-10,
.top-bar .col-md-11,
.top-bar .col-md-12,
.top-bar .col-md-2,
.top-bar .col-md-3,
.top-bar .col-md-4,
.top-bar .col-md-5,
.top-bar .col-md-6,
.top-bar .col-md-7,
.top-bar .col-md-8,
.top-bar .col-md-9,
.top-bar .col-sm-1,
.top-bar .col-sm-10,
.top-bar .col-sm-11,
.top-bar .col-sm-12,
.top-bar .col-sm-2,
.top-bar .col-sm-3,
.top-bar .col-sm-4,
.top-bar .col-sm-5,
.top-bar .col-sm-6,
.top-bar .col-sm-7,
.top-bar .col-sm-8,
.top-bar .col-sm-9,
.top-bar .col-xs-1,
.top-bar .col-xs-10,
.top-bar .col-xs-11,
.top-bar .col-xs-12,
.top-bar .col-xs-2,
.top-bar .col-xs-3,
.top-bar .col-xs-4,
.top-bar .col-xs-5,
.top-bar .col-xs-6,
.top-bar .col-xs-7,
.top-bar .col-xs-8,
.top-bar .col-xs-9 {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.top-link.divider li:after{
    content: '/';
    padding-left: 13px;
    display: inline-block;
}

.top-link.divider li:last-child:after {
    content: '';
    display: inline-block;
}



/* ----------------------------------------------------------------
	primary nav
-----------------------------------------------------------------*/


#primary_nav_wrap {

}

#primary_nav_wrap ul
{
    list-style:none;
    position:relative;
    float:left;
    margin:0;
    padding:0;
    z-index: 1200;

}

#primary_nav_wrap ul a
{
    display:block;
    color:#8B8B8B;
    text-decoration:none;
    font-size:12px;
    line-height:40px;
    padding:0 15px;
}

#primary_nav_wrap ul li
{
    position:relative;
    float:left;
    margin:0;
    padding:0
}

#primary_nav_wrap ul li.current-menu-item
{
    background:#ddd
}

#primary_nav_wrap ul li:hover
{
    background: rgba(255,255,255,.06);
}

#primary_nav_wrap ul ul
{
    display:none;
    position:absolute;
    top:100%;
    left:15px;
    background:#222;
    /*border: 1px solid #eee;*/
    padding:0
}

#primary_nav_wrap ul ul li
{
    float:none;
    min-width:150px
}

#primary_nav_wrap ul ul a
{
    line-height:120%;
    padding:10px 15px;
    color: #b0b0b0;
}

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

#primary_nav_wrap ul li:hover > ul
{
    display:block
}





/* ----------------------------------------------------------------
	bs slider
-----------------------------------------------------------------*/


.bs-hero.full-screen .carousel-inner .item img{
    height: 100vh;
    width: 100%;
}


.bs-hero.full-screen .carousel-inner .item .bs-info {
    position: absolute;
    top: 40%;
    left: 20%;
}

.bs-hero.full-screen .carousel-inner .item .bs-info h1 {
    text-transform: uppercase ;
}

.bs-hero.full-screen .carousel-indicators {
    z-index: 1200;
}


.bs-hero.full-screen .carousel-inner .item .bs-info h1 span {
    font-size: 18px;
}


.bs-hero.full-screen .carousel.slide .carousel-control {
    width: 30%;
    margin-top: 180px;
    margin-bottom: 120px;
}




/* ----------------------------------------------------------------
	static banner
-----------------------------------------------------------------*/

.vertical-align {
    position: relative;
}

.vertical-align .container-mid{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 200;
}

.light-box,
.dark-box {
    padding: 70px 50px;
}

.light-box {
    background: rgba(255,255,255,.5);
    outline: 5px solid rgba(255,255,255,.5);
    outline-offset: 5px;
}

.dark-box {
    background: rgba(0,0,0,.5);
    outline: 5px solid rgba(0,0,0,.5);
    outline-offset: 5px;
}

.banner-box {
    max-width: 650px;
    margin: 0 auto;
}

.banner-box h1,
.banner-box h3,
.banner-title h1,
.banner-title h3,
.banner-box h2,
.banner-box h2,
.banner-title h2,
.banner-title h2 {
    margin-bottom: 0;
}

.banner-box h1,
.banner-title h1 {
    letter-spacing: 5px;
    font-size:60px;
}

.banner-box h3,
.banner-title h3 {
    letter-spacing: 6px;
    font-size:20px;
}

.banner-title.light-txt h1,
.banner-title.light-txt h2,
.banner-title.light-txt h3
{
    color: #fff;
}

header.transparent-header + .vertical-align .banner-title,
header .semi-transparent + .vertical-align .banner-title {
    margin-top: 0;
}


header + .vertical-align .banner-title {
    margin-top: 100px;
}


/*spacing*/

.ls-20 {
    letter-spacing: 20px !important;
}

.ls-40 {
    letter-spacing: 40px !important;
}

.b-lg-txt {
    font-size: 100px !important;
}



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

.hero-text {
    position: relative;
    z-index: 6000;
}

.hero-text h1{
    margin-bottom: 10px;
}

.hero-text a {
    margin: 10px 5px;
}


.banner-scroll a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -11px;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
}

.banner-scroll a:before {
    display: block;
    content: "";
    width: 25px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 15px;
    margin-left: 5px;
    margin-bottom: 5px;
}

.banner-scroll .scroll-down {
    display: block;
    width: 2px;
    height: 8px;
    background: #fff;
    margin-left: -3px;
    position: absolute;
    left: 50%;
    top: 8px;

    -webkit-animation: 3s arrow infinite ease;
    animation: 3s arrow infinite ease;

    z-index: 2;
}


/*--------------------------------------
    contact us
--------------------------------------*/

.contact-comments .col-md-6, .contact-comments .col-md-12 {
    padding-right: 15px;
    padding-left: 15px;
}

.form-control {
    box-shadow: none;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}
.form-control:focus {
    border-color: #222;
    box-shadow: none;
}

.contact-comments .form-control {
    border-radius: 0;
    height: 40px;
}

.contact-comments .cmnt-text {
    height: 95px;
}

.contact-comments label {
    font-weight: normal;
    text-transform: uppercase;
    color: #7e7e7e;
}


address p {
    margin-bottom: 0px;
}




/*--------------------------------------
   Slider Typist
--------------------------------------*/

@keyframes blink {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blink {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

.typist-blink:after {
    content: " ";
    display: inline-block;
    height: 47px;
    position: relative;
    top: 10px;
    margin-left: 3px;
    margin-right: 7px;
    border-right: 2px solid;
    animation: blink 1s step-start 0s infinite;
    -webkit-animation: blink 1s step-start 0s infinite;
}

.typist-blink > .selectedText {
    display: none;
}

.typist-mark > .selectedText {
    color: #fff;
    background-color: #222;
    font-style: normal;
}


/*--------------------------------------
    Boxed View
--------------------------------------*/

.boxed.box-bg {
    background: #ddd;
}

.boxed .wrapper {
    width: 1170px;
    margin: 0 auto;
    background: #fff;
    position: relative;
}

.boxed header.sticky,
.boxed header.sticky .header-sticky,
.boxed header.transparent-header {
    width: 1170px;
}

.box-background-img {
    background-image: url("../img/parallax/para7.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 100vh;
    background-position: 50% 50%;
}

.box-pattern {
    background-image: url("../img/pattern-2.png");
    background-attachment: fixed;
    background-repeat: repeat;
    background-position: 50% 50%;
}


/*--------------------------------------
    scroll top
--------------------------------------*/

#tb-scroll-to-top {
    position: fixed;
    right: 20px;
    bottom: 35px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: rgba(0,0,0,.6);
    color: #fff;
    text-align: center;
    -webkit-transition: all .3s;
            transition: all .3s;
}

.tb-scroll-to-top-show {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.tb-scroll-to-top-hide {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
            transform: translateY(40px);
}




/*--------------------------------------
    banner images
--------------------------------------*/


.banner-23 {
    background-image: url("../img/header2.jpg")!important;
}
