

.clear {
    clear: both;
    display: block;
    font-size: 0px;
    height: 0px;
    line-height: 0;
    width: 100%;
    overflow:hidden;
}

::selection {
    background: #242424;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #242424; /* Firefox */
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #242424; /* Safari */
    color: #FFF;
    text-shadow: none;
}

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


/* ----------------------------------------------------------------
    Typography
-----------------------------------------------------------------*/


body {
    line-height: 1.5;
    color: #242424;
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none !important;
    color:  #BA965B;
    transition: all 0.3s ease 0s;
}

a:hover { color: #242424;

}

a img { border: none;  }

img { max-width: 100%; transition: all 0.3s ease 0s;  }

a img:hover {opacity: 0.6; }

iframe { border: none !important; }

address{

    font-family: 'Roboto', sans-serif;
    color:#959595;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.6;
}
p {
    line-height: 1.8;
      font-family: 'Roboto', sans-serif;
      color:#545454;
      font-weight: 300;
      font-size: 16px;

  }

p span {
    line-height: 1.8;
    font-family: 'Roboto', sans-serif;
    color:#545454;
    font-weight: 400;
    font-size: 16px;

}

@media only screen and (max-width: 640px) {
    #content p {
        text-align: left;

    }
}

#content p {
    line-height: 1.8;
    font-family: 'Roboto', sans-serif;
    color:#545454;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 2px;
    text-rendering: optimizelegibility;
    text-align: justify;
}


#content p span{
    line-height: 1.8;
    font-family: 'Roboto', sans-serif;
    color:#545454;
    font-weight: 400;
    font-size: 16px;

}

#content p a {
    line-height: 1.8;
    font-family: 'Roboto', sans-serif;
    color: #BA965B;
    font-weight: 400;
    font-size: 16px;

}

#content p a:hover {
    opacity: 0.6;

}

@media only screen and (max-width: 640px) {
    #content .lead {
        text-align: left;

    }
}

#content .lead {
    line-height: 1.8;
    font-family: 'Roboto', sans-serif;
    color:#545454;
    font-weight: 300;
    font-size: 21px;
    letter-spacing: 2px;
    text-rendering: optimizelegibility;

}

#content .lead span{
    line-height: 1.8;
    font-family: 'Roboto', sans-serif;
    color:#545454;
    font-weight: 400;
    font-size: 21px;

}

#content .lead a {
    line-height: 1.8;
    font-family: 'Roboto', sans-serif;
    color: #BA965B;
    font-weight: 400;
    font-size: 21px;

}

#content .lead a:hover {
    opacity: 0.6;

}


/* ----------------------------------------------------------------
    Basic Layout Styles
-----------------------------------------------------------------*/


h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 20px 0;
}

h5,
h6 {
    line-height: 1.5;
    margin-bottom: 15px;
}

h1 { font-size: 36px; }

h2 { font-size: 30px; }

h3 {

    font-size: 26px;

 }

h4 {

    font-family: 'Lato', sans-serif;
    color:#242424;
    margin-bottom: 25px;
    letter-spacing: 2px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 21px;
    text-align: left;

}


.team-desc h4 {
    font-family: 'Lato', sans-serif;
    color:#242424;
    margin-bottom: 25px;
    letter-spacing: 2px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 21px;
    text-align: center; }

h6 { font-size: 12px; }

h4 { font-weight: 600; }

h5,
h6 { font-weight: 300;
    font-family: 'Lato', sans-serif;
    font-size: 21px;}

.dark h5,
.dark h6 { color: #767676; }

h1 > span,
h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span { color: #BA965B;
    }

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form,
ul ul,
ol ul,
ul ol,
ol ol { margin-bottom: 20px; }

.uppercase { text-transform: uppercase; }

.tright { text-align: right !important; }

.tleft { text-align: left !important; }

.fright { float: right !important; }

.fleft { float: left !important; }

.fnone { float: none !important; }

.ohidden {
    position: relative;
    overflow: hidden !important;
}

#wrapper {
    position: relative;
    float: none;
    width: 1200px;
    margin: 50px auto;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.line,
.double-line {
    clear: both;
    position: relative;
    width: 100%;
    margin: 50px 0;
    border-top: 1px solid #EEE;
}

/* ----------------------------------------------------------------
   NEW FEATURES
-----------------------------------------------------------------*/
#header {

    background-color: #FFF;
}

#header .menu-item.current a, #header .menu-item a:hover {
    background-color: transparent;
    border-bottom-color: #f9333f;
    text-shadow: 0px 0px 1px transparent;
}

/* Primary Menu
---------------------------------------------------------------------------- */
/* Primary Menu
---------------------------------------------------------------------------- */

#primary-menu ul li a {
      height: 70px;
      line-height: 70px;
      padding: 0 22px;
      font-family: 'Roboto', sans-serif;
      font-size: 12px;
      font-weight: 300;
      letter-spacing: 3px;
    color: #242424;
  }
#primary-menu ul li a  > ul > li:hover a,
#primary-menu ul li a  > ul > li.current a {
    color: #242424;
    border-bottom: 1px solid #242424;

}


.swiper-slide {

    background: -webkit-linear-gradient(180deg, #ECE9E6 10%, #FFFFFF 90%); /* Chrome 10+, Saf5.1+ */
    background:    -moz-linear-gradient(180deg, #ECE9E6 10%, #FFFFFF 90%); /* FF3.6+ */
    background:     -ms-linear-gradient(180deg, #ECE9E6 10%, #FFFFFF 90%); /* IE10 */
    background:      -o-linear-gradient(180deg, #ECE9E6 10%, #FFFFFF 90%); /* Opera 11.10+ */
    background:         linear-gradient(180deg, #ECE9E6 10%, #FFFFFF 90%); /* W3C */

}


.slider-parallax {
    height: 300px;

}

.slider-caption-center h2 {
    color:#242424;
}

.slider-caption h1 {
    font-family: 'Lato', sans-serif;
    color:#FFF;
    font-size: 48px;
    letter-spacing: 8px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1;
    margin-top: 25px;
    margin-bottom: 30px;
    text-shadow: none;
}
.slider-caption h1 span{

    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 300;
    color:#FFF;
}
.slider-caption p {
    font-family: 'Lato', sans-serif;
    color:#FFF;
    font-size: 16px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1;
    text-shadow: none;
}

.button.square  {
    border: 1px solid  #BA965B;
    background-color:  transparent;
    color: #BA965B;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    text-shadow: none;
    padding-top: 0px;
    transition: all 0.3s ease 0s;
}

.button.square:hover {
    border: 1px solid  #BA965B;
    background-color:  #BA965B;
    color: #fff;
    text-decoration: none;
}

.dark .footer {
padding-left: 40px;
    padding-right: 40px;

}

.dark .footer-widgets-wrap a {
     color: #BA965B;
     font-family: 'Roboto', sans-serif;
     font-weight: 300;
     font-size: 16px;
 }

.dark .footer-widgets-wrap a:hover {
    color: #242424;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
}



.heading-block h2 {
    font-family: 'Lato', sans-serif;
    color:#242424;
    margin-bottom: 0;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 36px;
    text-align: left;
    line-height: 1.6;

}

.heading-block h3 {
    font-family: 'Lato', sans-serif;
    color:#242424;
    margin-bottom: 0;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 36px;
    text-align: center;

}
.heading-block h4 {
    font-family: 'Lato', sans-serif;
    color:#242424;
    margin-bottom: 0;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 36px;
    text-align: center;

}

.heading-block:after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 250px;
    border-top: 1px solid #242424;
    margin-right: auto;
    margin-left: auto;
}
.heading-block p  {
    font-family: 'Roboto', sans-serif;
    color:#545454;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;

}
.heading-block span {
    margin-left: auto;;
    margin-right: auto;
    text-align: center;

}

.heading-block a {
    color: #BA965B;
    transition: all 0.3s ease 0s;

}

.feature-box h3{
    font-family: 'Lato', sans-serif;
    color:#BA965B;
    font-weight: 300;
    font-size: 21px;
    line-height: 1.8;
    text-align: left;
}

.feature-box p{
    font-family: 'Roboto', sans-serif;
    color:#545454;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
}

.map{
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    position:absolute;
}

/* ICONS - services
----------------------------------------------------------------- */

.feature-box.fbox-border .fbox-icon {
    border: 1px solid #242424;
    border-radius: 50%;
    background-color: #242424;

}

.feature-box a {
    border: 0px solid #242424;
    border-radius: 50%;
    background-color: transparent;
}
.feature-box.fbox-border .fbox-icon i,
.feature-box.fbox-border .fbox-icon img {
    border: none;
    background-color: #242424;
    color: #fff;
}

.feature-box.fbox-border .fbox-icon { padding: 0; }

.feature-box.fbox-border .fbox-icon i { line-height: 62px !important; }

.feature-box.fbox-border.fbox-large .fbox-icon i { line-height: 94px !important; }


.img-responsive  {
    display: block;
    max-width: 80%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}

.feature-box.fbox-light .fbox-icon img {
    border: 1px solid #242424;
    background-color: transparent;
    color: #242424;
}


/* ----------------------------------------------------------------
	Forms
-----------------------------------------------------------------*/

.sm-form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 14px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 300;
    color: #242424;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #242424;
    border-radius: 0 !important;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}

.sm-form-control:focus {
    border-color: #AAA;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sm-form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.sm-form-control:-ms-input-placeholder { color: #999; }
.sm-form-control::-webkit-input-placeholder { color: #999; }

.sm-form-control[disabled],
.sm-form-control[readonly],
fieldset[disabled] .sm-form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1;
}

.sm-form-control { height: auto; }

.form-control { border-radius: 3px; }

.form-control:active,
.form-control:focus {
    border-color: #999;
    box-shadow: none;
}

label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #242424;
    margin-bottom: 10px;
    cursor: pointer;
}

label.label-muted {
    color: #999;
    font-weight: normal;
    margin-right: 5px;
}

form .col_full,
form .col_half,
form .col_one_third,
form .col_two_third,
form .col_three_fourth,
form .col_one_fourth,
form .col_one_fifth,
form .col_two_fifth,
form .col_three_fifth,
form .col_four_fifth,
form .col_one_sixth,
form .col_five_sixth { margin-bottom: 25px; }

/* ----------------------------------------------------------------
	bt subscribe
-----------------------------------------------------------------*/

.span.stretch {
    font-size: 96px;
    color:#BA965B;
    font-weight:900;
    font-family: 'Roboto', sans-serif;
    font-stretch: ultra-condensed;
    padding-bottom: 10px;
}


.divcenter h2{

    font-family: 'Lato', sans-serif;
    color:#242424;
    margin-bottom: 0;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 2px;
    font-size: 40px;
    text-align: center;
    line-height: 1.4;
}
.divcenter h3{

    font-family: 'Lato', sans-serif;
    color:#fff;
    margin-bottom: 0;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 36px;
    text-align: center;
    line-height: 1.4;
}
.t300 {
    font-weight: 400 !important;

}

.divcenter span {

    font-family: 'Lato', sans-serif;
    color:#BA965B;
    font-weight: 300;

}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.4;
    color: #959595;
    background-color: #333;
    background-image: none;
    border: 1px solid #959595;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* ----------------------------------------------------------------
	bt PORFOLIO
-----------------------------------------------------------------*/

.portfolio-overlay { background-color: rgba(255, 255,255,0.9); }

.portfolio-overlay .portfolio-desc h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 1.6;
    color: #BA965B;
}

.portfolio-overlay .portfolio-desc h3 a {
    color: #BA965B;
    text-shadow: none;
}

.portfolio-overlay .portfolio-desc span {
    font-family: 'Roboto', sans-serif;
    margin-top: 12px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 300;
}

.portfolio-overlay .portfolio-desc span a {
    color: #959595 !important;
    text-shadow: none;
}

/*

.portfolio-overlay .portfolio-desc a {

    letter-spacing: 0.1rem;
    color: #BA965B;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #BA965B;
    border-radius: 0%;
    padding: 20px;
    transition: all .3s ease;
}


*/


/* ----------------------------------------------------------------
	Text Rotater
-----------------------------------------------------------------*/

.opm-large-word {
    font-size: 100px;
    color:#fff;
}
.t700 {
    font-weight: 600 !important;
}

.emphasis-title h2 {
    font-family: 'Lato', sans-serif;
    color:#FFF;
    font-size: 21px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1;
    text-shadow: none;
}

/* ----------------------------------------------------------------
	Top Search
-----------------------------------------------------------------*/

#top-search,
#top-cart,
#side-panel-trigger {
    float: right;
    margin: 25px 0 40px 15px;
}

#top-cart { position: relative; }

#top-search a,
#top-cart a,
#side-panel-trigger a {
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #242424;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

#top-search a { z-index: 11; }

#top-search a i {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

/* @media (min-width:960px){ .top-search a i { top: -10px}} */

body.top-search-open #top-search a i.icon-search3,
#top-search a i.icon-line-cross { opacity: 0; }

body.top-search-open #top-search a i.icon-line-cross {
    opacity: 1;
    z-index: 11;
    font-size: 16px;
}


.team-title {
    position: relative;
    padding-top: 20px;
}

.team-title h4 {
    display: block;
    margin-bottom: 0;
    font-size: 21px;
    text-transform: none;
    letter-spacing: 2px;
    font-weight: 300;
}

.team-title span {
    display: block;
    color: #BA965B;
    font-weight: 300;
    font-family: 'Roboto', serif;
    font-size: 16px;
    margin-top: 5px;
}

.button.button-border.button-light {
     border: 1px solid #BA965B;
     color: #BA965B;
     font-weight: 300;
     font-family: 'Roboto', serif;
 }

.button.button-border.button-light :hover {
    border: 1px solid #BA965B;
    background-color: #BA965B;
    color: #242424;

}

/* Portfolio Single Navigation
-----------------------------------------------------------------*/

#portfolio-navigation {
    position: absolute;
    top: 50%;
    left: auto;
    right: 10px;
    max-width: 96px;
    height: 21px;
    margin-top: -12px;
    font-weight: 300;
}

.page-title-right #portfolio-navigation {
    left: 10px;
    right: auto;
}

.page-title-center #portfolio-navigation {
    position: relative;
    top: 0;
    left: 0;
    margin: 20px auto 0;
}

#portfolio-navigation a {
    display: block;
    float: left;
    margin-left: 12px;
    width: 21px;
    height: 21px;
    text-align: center;
    color: #242424;
    font-weight: 300;
    transition: color .3s linear;
    -webkit-transition: color .3s linear;
    -o-transition: color .3s linear;
}

.page-title-dark #portfolio-navigation a { color: #EEE; }

.page-title-parallax #portfolio-navigation a { color: #FFF; }

#portfolio-navigation a i {
    position: relative;
    top: -1px;
    font-size: 24px;
    line-height: 1;
}

#portfolio-navigation a i.icon-angle-left,
#portfolio-navigation a i.icon-angle-right {
    font-size: 32px;
    top: -6px;
}

#portfolio-navigation a i.icon-angle-right { left: -1px; }

#portfolio-navigation a:first-child { margin-left: 0; }

#portfolio-navigation a:hover { color: #BA965B; }

#portfolio-ajax-show #portfolio-navigation {
    top: 0;
    margin-top: 0;
}


/* Social Icons - Small
-----------------------------------------------------------------*/

.social-icon.si-small {
    width: 25px;
    height: 25px;
    font-size: 11px;
    line-height: 30px !important;
}

.social-icon i {
    display: block;
    position: relative;
    color: #BA965B;
}

body:not(.device-touch) .social-icon i {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: none;
}

.social-icon i:last-child { color: #BA965B !important; }

.social-icon:hover i:first-child { margin-top: -38px; }

.social-icon.si-large:hover i:first-child { margin-top: -54px; }

.social-icon.si-small:hover i:first-child { margin-top: -30px; }

.social-icon:hover {
    color: #BA965B;
    border-color: transparent;
    opacity: 0.6;
}

.si-colored.social-icon { border-color: transparent; }

.si-facebook:hover,
.si-colored.si-facebook { background-color: transparent !important; }

.si-twitter:hover,
.si-colored.si-twitter { background-color: transparent !important; }

.si-vimeo:hover,
.si-colored.si-vimeo { background-color: transparent !important; }

.si-instagram:hover,
.si-colored.si-instagram { background-color: transparent !important; }

.mouse {
    display: block;
    width: 26px;
    height: 46px;
    border-radius: 13px;
    border: 1px solid #BA965B;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -13px;
    z-index: 99999;
}


.button.button-border.button-light:hover {
    background-color: #BA965B;
    color: #242424;
    text-shadow: none;
}

/* Portfolio - Filter
-----------------------------------------------------------------*/


#page-menu {
position: absolute;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}

#page-menu-wrap {
    position: relative;
    display: inline-block;
    margin: 0 0;
}

#page-menu-wrap {
    background-color: #fff;

}

#page-menu nav {
    position: relative;

}

#page-menu nav ul {
    margin-bottom: 0;

}

#page-menu nav li {
    position: relative;
    list-style: none;


}

#page-menu nav li a {
    display: block;
    padding: 0 15px;
    margin: 25px 20px;
    color: #242424;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s ease 0s;

}

#page-menu nav li.current a {
    color: #BA965B;
    font-weight: 300;
    background-color: #fff;
    border: 1px solid  #BA965B;


}

#page-menu nav li a:hover {
    color: #BA965B;
    background-color: transparent;

}

/* Logos Carrusel 75%
-----------------------------------------------------------------*/


.owl-carousel .owl-item img {
    display:block;
    width:70%;
    -webkit-transform-style:preserve-3d;
}

/* BT WORKS TEASERS
-----------------------------------------------------------------*/

.align {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.ghost {
    font-family: 'Lato', sans-serif;
    font-size: 26px;
    letter-spacing: 2px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border: 3px solid #FFF;
    padding: 15px;
    transition: all .3s ease;
}

.ghost:hover, .ghost:active, .ghost:focus {
    /* background: rgba(0, 0, 0, 0.4); */
    border-color:#FFF;
    color: #FFF;
}

/* CUSTOM VIDEO HERO
-----------------------------------------------------------------*/

#video-bg {
    position: fixed;
    right: 0;
    bottom: 0;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    z-index: -100;
   background: transparent url(../images/videos/NY.jpg) no-repeat;
    background-size: cover;
}

.video {display: block;}