@charset "utf-8";
/*----------intial declartaion of css----------*/
*{ /*appearance:none; -moz-appearance:none;-webkit-appearance:none;*/}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td ,select,input,option,textarea{margin: 0; padding: 0; border: 0;    outline: 0; font-size: 100%;/* list-style:none;*/ box-sizing:border-box;}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block;}
audio,canvas,video{display:inline-block;}
audio:not([controls]){display:none; height:0;}
pre{white-space:pre; white-space:pre-wrap; word-wrap:break-word}
q{quotes:none}
q:before,q:after{content:''; content:none}
small{font-size:80%}sub,sup{font-size:75%; line-height:0; position:relative; vertical-align:baseline}
sup{top:-0.5em;}
sub{bottom:-0.25em}
nav ul,nav ol{list-style:none; list-style-image:none;}
button,input,select,textarea{font-size:100%; margin:0; vertical-align:baseline;}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0 }
button,html input[type="button"],input[type="reset"],input[type="submit"],textarea{-webkit-appearance:none; border-radius:0}
/* remember to define focus styles! */
:focus {outline: 0;}
ol, ul {/*list-style: none;*/}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
a{text-decoration:none;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
table { border:0 none; border-collapse:collapse; border-spacing:0;}
td { vertical-align:top; }
img { border:0 none; max-width:100%; }
a   { outline:none; cursor:pointer; }
/* End hide from IE Mac */ .none { display: none; } /* End Clearfix */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display:block}
.clear{ clear:both;}  
img{ max-width:100%;}
/* For modern browsers */ 
.cf:before, .cf:after {content: "";display: table}
.cf:after {clear: both;}
/* For IE 6/7 (trigger hasLayout) */
a,button,.btn{ outline: none !important; transition:all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; text-decoration:none !important;}
body{ font-size:14px;  -webkit-font-smoothing: antialiased; font-family:Arial; -webkit-text-size-adjust:none; font-family:'Futura LT W01 Light'; color: #404141; background: #ebebeb; letter-spacing: 1; }
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/*--------sticky footer or vertical footer------------*/
/*--------sticky footer or vertical footer------------*/

/*-----------------------main styles starts here-----------------------------------------------*/
.main {max-width: 942px; margin: 0 auto}
.wrapper :-moz-placeholder { color:#fff; opacity: 1; }
.wrapper ::-webkit-input-placeholder { color:#fff; opacity: 1; }
.wrapper ::-moz-placeholder { color:#fff; opacity: 1; }
.wrapper :-ms-input-placeholder { color:#fff; opacity: 1; }

/* Font Family
==============================================*/

@import url("//hello.myfonts.net/count/309650");
  
@font-face {
    font-family: 'FFSuperGroteskWebProMedium';
    src: url('../fonts/309650_0_0.eot');
    src: url('../fonts/309650_0_0.eot?#iefix') format('embedded-opentype'),
         url('../fonts/309650_0_0.woff2') format('woff2'),
         url('../fonts/309650_0_0.woff') format('woff'),
         url('../fonts/309650_0_0.ttf') format('truetype');
} 
@font-face {
    font-family: 'FFSuperGroteskWebProRegular';
    src: url('../fonts/309650_1_0.eot');
    src: url('../fonts/309650_1_0.eot?#iefix') format('embedded-opentype'),
         url('../fonts/309650_1_0.woff2') format('woff2'),
         url('../fonts/309650_1_0.woff') format('woff'),
         url('../fonts/309650_1_0.ttf') format('truetype');
}
@font-face {
    font-family:'AvantGarde-CondDemi';
    src: url('../fonts/AvantGarde-CondDemi_gdi.eot');
    src: url('../fonts/AvantGarde-CondDemi_gdi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvantGarde-CondDemi_gdi.woff') format('woff'),
        url('../fonts/AvantGarde-CondDemi_gdi.ttf') format('truetype'),
        url('../fonts/AvantGarde-CondDemi_gdi.svg#AvantGarde-CondDemi') format('svg');
    font-weight: 600;
    font-style: normal;
    font-stretch: condensed;
    unicode-range: U+0020-00FE;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h1 {
    font-size: 39px;
    line-height: 40px;
    color: #fff;
    font-family: 'FFSuperGroteskWebProMedium';
    letter-spacing: 1px;
    margin-bottom: 22px;
}
h2 {
    font-size: 24px;
    line-height: 30px;
    color: #454443;
    font-family:'Futura LT W01 Medium';
    letter-spacing: 1px;
    margin-bottom: 13px;
}
p {
    margin-bottom: 15px;
}


/* Default Columns
==============================================*/
.container {
    max-width: 1208px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 99px;
    padding-right: 99px;
}
.row {
    margin-left: -8px;
    margin-right: -8px;
}
.container::after,
.row::after {
    content: "";
    display: table;
    clear: both;
}

.col-1,
.col-2,
.col-3,
.col-4 {
    float: left;
    padding-left: 8px;
    padding-right: 8px;
}

.col-1 {
    width: 33.333333%;
}
.col-2 {
    width: 66.666667%;
}
.col-3 {
    width: 100%;
}
.col-4 {
    width: 50%;
}

.col-right {
    float: right;
}

/* Hedaer
==============================================*/
#header-main {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}
#header-main .row {
    position: relative;
}
#header-main .container {
    padding-top: 37px;
}
.call-mail {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}
.call-mail li {
    display: inline-block;
    margin-left: 14px;
}
.call-mail li:first-child {
    margin-left: 0;
}
.call-mail li a {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
.call-mail li a:hover {
    opacity: 0.5;
}
nav {
    position: relative;    
    display: block;
    margin-bottom: 75px;
}
nav ul {
    text-align: center;
}
nav ul li {
    display: inline-block;
    margin-left: 15px;
}
nav ul li:first-child {
    margin-left: 0;
}
nav ul li a {
    font-size: 11px;
    line-height: 14px;
    color: #fff;
    font-family:'Futura LT W01 Medium';
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
nav ul li a:hover, nav ul li.active a {
    opacity: 0.5;
}
.logo {
    width: 195px;
    height: 67px;
    display: block;
    margin: 0 auto 66px;
}
.logo img {
    width: 100%;
    display: block;
}
.header-content {
    width: 372px;
    margin: 0 auto;
    text-align: center;
}
.header-content a.fa {
    color: #fff;
    font-size: 11px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
.header-content a.fa:hover {
    opacity: 0.5;
}
.header-content p {
    font-size: 11px;
    line-height: 13px;
    color: #fff;
    display: block;
    font-family:'Futura LT W01 Medium';
    letter-spacing: 2px;
    margin-bottom: 17px;
}
/*.header-graphic-img {
    position: absolute;
    bottom: -50%;
    margin: 0 auto;
    max-width: 90%;
    left: 0;
    right: 0;
}
.header-graphic-img img {
    display: block;
    width: 100%;
}*/
.header-graphic-img {
    position: absolute;
    height: 400px;
    bottom: -100px;
    left: 50%;
    right: 0;
    margin-left: -810px;
    background-size: 100%;
    display: block;
    width: 1620px;
}

.menu-icon {
    display: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -2px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 33px;
    font-size: 22px;
    padding: 0;
    z-index: 99;
    width: 50px;
    height: 38px;
}
.menu-icon .menu-box {
    width: 50px;
    height: 38px;
    margin-right: 0;
    padding: 5px 0 5px 15px;
    position: absolute;
    left: 0;
}
.menu-icon .menu-box span {
    width: 100%;
    height: 4px;
    margin-bottom: 6px;
    background: #fff;
    display: block;
    border-radius: 2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-icon.active span:nth-child(1) {
    transform: rotate(45deg) translateY(8px) translateX(6px);
    -webkit-transform: rotate(45deg) translateY(8px) translateX(6px);
}
.menu-icon.active span:nth-child(2) {
    opacity: 0;
}
.menu-icon.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-7px) translateX(6px);
    -webkit-transform: rotate(-45deg) translateY(-7px) translateX(6px);
}


/* Arc Design Studio
==============================================*/
.arc-design-studio {
    background: #ebebeb;
    padding: 68px 0 146px;
}
.arc-design-descr {
    font-size: 24px;
    line-height: 31px;
    color: #454443;
    font-family:'Futura LT W01 Medium';
    padding-right: 20%;
}
.arc-design-descr p {
    margin-bottom: 23px;
}
.arc-design-descr p br {
    display: none;
}
.arc-design-descr p a {
    color: #57688b;
    font-size: 9px;
    line-height: 11px;
    border-bottom: solid 1px #57688b;
    margin-left: 6px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    text-transform: uppercase;
    font-family:'Futura LT W01 Medium';
    letter-spacing: 1px;
}
.arc-design-descr p a:hover {
    border-bottom-color: #fff;
}
.sudio-graphic span {
    font-size: 62px;
    line-height: 64px;
    color: #454443;
    font-family: 'FFSuperGroteskWebProMedium';
    display: block;
    position: relative;
    letter-spacing: 5px;
}
.sudio-graphic span:before {
    content: "/";
    font-family: 'FFSuperGroteskWebProRegular';
    font-size: 62px;
    line-height: 64px;
    color: #454443;
    margin-right: 15px;
}

/* Button 
=================================================*/
.button {
    border: solid 1px #57688b;
    display: inline-block;
    font-size: 9px;
    line-height: 11px;
    color: #57688b;
    font-family:'Futura LT W01 Medium';
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    padding: 14px 10px 13px;
    min-width: 148px;
    text-align: center;
}
.button:hover {
    background: #57688b;
    color: #fff;
}

/* Gellary Section
================================================*/
.gellaery-sec {
    overflow: hidden;
}
.gellaery-sec .row {
    margin: 0;
}
.gellery-overlay {
    margin: 0;  
}
.gellery-overlay a {
    display: block;
    color: #fff;
    position: relative;
}
.gellery-content {
    max-width: 400px;
    float: right;
}
.gellery-overlay a:before {
    content: "";
    background: rgba(000,000,000,0.3);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
.gellery-overlay a:hover:before {
    opacity: 1;
}
.gellery-overlay img {
    width: 100%;
    display: block;
}
.gellery-overlay a > .fa {
    position: absolute;;
    right: 24px;
    top: 19px;
    font-size: 18px;
    z-index: 1000;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
.gellery-overlay a > .fa.active {
    opacity: 0;
}
.gellery-overlay .gellery-hover {
    background: rgba(87,103,139,0.92);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.gellery-overlay .gellery-hover.active {
    opacity: 1;
}
.gellery-overlay .gellery-hover {
    text-align: right;
    padding: 25px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    opacity: 0;
}
.gellery-overlay .gellery-hover p {
    margin-bottom: 16px;
}
.gellery-overlay .gellery-hover ul {
    margin-bottom: 38px;
}
.gellery-overlay .gellery-hover ul li {
    border-right: solid 1px #ebebeb;
    display: inline-block;
    color: #ebebeb;
    font-size: 9px;
    line-height: 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
    float: right;
    font-family:'Futura LT W01 Medium';
    position: relative;
    padding-right: 5px;
    margin-right: 8px;
}
.gellery-overlay .gellery-hover ul li:first-child:before {
    /*content: "\f056";*/
    content: "\f05a";
    position: absolute;
    font-family: 'FontAwesome';
    right: -2px;
    top: -2px;
    font-size: 18px;
}
.gellery-overlay .gellery-hover ul li:first-child {
    padding-right: 28px;
    border-right: 0;
    margin-right: 0;
}
.gellery-overlay .gellery-hover .button {
    border-color: #fff;
    color: #fff;
}
.gellaery-sec .container {
    padding-right: 8px;
    padding-left: 8px;
}
.gellaery-sec [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.gellaery-sec [class*="col-2"] {
    width: 64.866667%;
}
.gellaery-sec [class*="col-1"] {
    width: 35.13333%;
}
.gellery-left-align .gellery-hover {
    text-align: left;
    padding-right: 89px;
}
.gellery-left-align .gellery-hover .gellery-content {
    float: left;    
}
.gellery-left-align .gellery-hover ul li {
    float: left;
    padding-right: 0;
    margin-right: 0;
    padding-left: 7px;
    margin-left: 7px;
    border-left: solid 1px #ebebeb;
    border-right: 0;
}
.gellery-left-align a > .fa {
    left: 25px;
    right: auto;
}
.gellery-left-align .gellery-hover ul li:first-child:before {
    left: 0;
}
.gellery-left-align .gellery-hover ul li:first-child {    
    padding-right: 0;
    margin-left: 0;
    padding-left: 28px;
    border-left: none;
}
.gellary-popup-open {
    text-align: center;
    max-width: 1011px;
    margin: 0 auto;
    padding: 124px 0;
    position: relative;
}
.gellary-popup-open figure {
    margin: 0 0 31px;
    position: relative;;
}
.gellary-popup-open figure img {
    width: 100%;
    display: block;
}
.gellary-popup-open figure > span {
    color: #fff;
    position: absolute;
    top: 24px;
    right: 29px;
    z-index: 9;
}
.gellary-popup-open figure figcaption {
    background: rgba(87,103,139,0.92);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 22px 27px 25px 25px;
    text-align: right;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.gellary-popup-open figure figcaption span {
    color: #fff;
    display: inline-block;
    margin-bottom: 13px;
    position: relative;
    right: 2px;
}
.gellary-popup-open figure figcaption p {
    color: #fff;
    width: 350px;
    margin-left: auto;
    letter-spacing: 1px;
}
.gellary-popup-open figure figcaption.active {
    opacity: 1;
    z-index: 99;
}
.gellary-popup-open .logo {
    margin-bottom: 57px;
}
.popup-content {
    color: #fff;
    max-width: 512px;
    margin: 0 auto;
}
.popup-content p {
    letter-spacing: 1px;
    margin-bottom: 22px;
}
.popup-content p a {
    color: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
.popup-content p a:hover {
    opacity: 0.7;
}
.gellary-popup-open .button {
    border-color: #fff;
    color: #fff;
    margin-bottom: 18px;
}
.gellary-popup-open .button:hover {
    background: #fff;
    color: #57688b;
}
.popup-links {
    text-align: center;
    margin-bottom: 18px;
}
.popup-links li {
    display: inline-block;
    margin-left: 8px;
}
.popup-links li:first-child {
    margin-left: 0;
}
.popup-links li a {
    font-size: 9px;
    line-height: 14px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-family:'Futura LT W01 Medium';
    letter-spacing: 2px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
.popup-links li a:hover {
    opacity: 0.5;
}
.projects-link {
    font-size: 9px;
    line-height: 14px;
    color: #fff;
    text-transform: uppercase;
    font-family:'Futura LT W01 Medium';
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
.projects-link:hover {
    opacity: 0.5;
}
.top-link {
    text-align: center;
    margin-bottom: 32px;
}
.top-link li {
    display: inline-block;
    position: relative;
    padding-left: 14px;
    margin-left: 10px;
}
.top-link li:before {
    content: "";
    height: 21px;
    width: 2px;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
}
.top-link li:first-child:before {
    display: none;
}
.top-link li a {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-family:'Futura LT W01 Medium';
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
.top-link li a:hover {
	opacity: 0.5;
}
.mfp-bg {
    background: rgba(64,65,65,0.97);
    opacity: 1;
}
.gellary-popup-open .bx-wrapper .bx-pager {
    position: absolute;
    bottom: 50px;
}
.slider-arrow {
    margin-bottom: 20px;
}
.slider-arrow-custom {
    position: absolute;
    top: 45%;
    display: block;
    z-index: 9;
    left: 0;
    right: 0;
}
.slide-next, .slide-prev {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    position: absolute;
    left: 28px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
.slide-next.disable, .slide-prev.disable {
    display: none;
}
.slide-next {
    left: auto;
    right: 28px;
}
.slide-next:hover, .slide-prev:hover {
    opacity: 0.5;
}
#slider-prev, #slider-next {
    width: 10px;
    height: 10px;
    display: inline-block;
    font-size: 0;
    line-height: 10px;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    z-index: 9;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
#slider-prev a, #slider-next a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: block;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    left: 20px;
    text-indent: 0;
    font-size: 0;
    margin-top: -36px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
.bx-wrapper .bx-controls-direction a:hover {
    opacity: 0.5;
}
.bx-wrapper .bx-controls-direction a.bx-next {
    left: auto;
    right: 20px;
}
.bx-wrapper .bx-controls-direction a:before {
    content: "\f053";
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 20px;
    line-height: 32px;
    color: #ffffff;
}
.bx-wrapper .bx-controls-direction a.bx-next:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}
#slider-prev:before, #slider-next:before {
    content: "\f053";
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 10px;
    line-height: 16px;
    color: #fff;
    position: absolute;
    top: -3px;
    left: 0;
    margin-left: 0 !important;
    border: none !important;
}
#slider-next:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}
#slider-next:hover {
    opacity: 0.5;
}
button.mfp-arrow {
    display: none !important;
}
button.mfp-close {
    position: absolute;
    top: 43px;
    left: 0;
    right: 0;
    text-align: center;
    width: 48px;
    color: #fff;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 15px;
    margin: 0 auto;
    letter-spacing: 2px;
}
button.mfp-close:focus, button.mfp-close:active {
    top: 43px;
}
button.mfp-close:before {
    content: "Close";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: inline-block;
    color: #fff;
    font-size: 11px;
    line-height: 14px;
    font-family:'Futura LT W01 Medium';
    text-transform: uppercase;
}
.gellary-popup-open .back-to-home {
    color: #fff;
    font-size: 10px;
    line-height: 16px;
}
.gellary-popup-open .back-to-home:hover {
    opacity: 0.7;
}


/* design-services
===============================================*/

.design-services-sec {
    padding: 50px 0 132px;
}
.design-services-descr {
    padding-right: 21%;
}
.design-services-descr h2 {
    font-size: 24px;
    line-height: 30px;
    color: #454443;
    font-family:'Futura LT W01 Medium';
    margin-bottom: 25px;
}
.design-services-descr p {
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.accordion-title {
    display: block;
    color: #454443;
    font-family:'Futura LT W01 Medium';
    font-size: 24px;
    line-height: 30px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.accordion-title:after {
    content: "\f055";
    font-family: 'FontAwesome';
    font-size: 17px;
    line-height: 26px;
    color: #454443;
    position: absolute;
    right: -16px;
    top: 5px;
}
/*.accordion-title:hover {
    color: #e6b705;
}*/
.accordion-title.active:after {
    content: "\f056";
    color: #989797;
}
.accordion {
	padding-left: 11px;
}
.accordion > li {
    border-bottom: solid 2px #7f7f7f;
    padding: 16px 16px 22px 8px;
}
.accordion > li:last-child {
	border-bottom: none;
}
.accordion-content {
    display: none;
    color: #404141;
    padding: 25px 55px 11px 21px;
}
.accordion-content p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 11px;
    letter-spacing: 1px;
}
.accordion-content a {
	font-size: 10px;
	line-height: 12px;
	color: #57688b;
	text-transform: uppercase;
	border-bottom: solid 1px #57688b;
	font-family:'Futura LT W01 Medium';
	letter-spacing: 2px;
}
.defualt-border {
	border-top: solid 5px #454443;
	padding-top: 30px;
}

/* Principal Section
==============================================*/
.principal-sec {
	padding: 0 0 148px;
}
/*.principal-sec figure {
	margin: 0 -99px 45px;
}*/
.principal-sec figure {
    margin: 0 0 45px;
}
.principal-sec figure img {
	width: 100%;
}
.principal-content p strong {
	font-family:'Futura LT W01 Medium';
}
.principal-descr h2 {
    margin-bottom: 15px;
}
.principal-descr p {
	font-family:'Futura LT W01 Medium';
    font-size: 10px;
}
.principal-content .button {
    margin-top: 15px;
}
.more-info {
    margin-right: 7px;
}
.content-show {
    display: none;
}

/* Addtinal Services
==============================================*/
.addtinal-services {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center; 
	padding: 102px 0 131px;
}
.addtinal-descr {
	text-align: center;
}
.addtinal-descr span {
	font-size: 9px;
	line-height: 11px;
	color: #ebebeb;
	font-family:'Futura LT W01 Medium';
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 24px;
}
.addtinal-descr h2 {
	color: #fff;
	margin-bottom: 30px;
	line-height: 
}
.addtinal-descr p {
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 36px;
}
.addtinal-slider-main {
	width: 500px;
	margin: 0 auto;
}
.bx-wrapper {
	margin-bottom: 0;
}
.bx-wrapper .bx-viewport {
	background: none;
	padding: 0;
	margin: 0;
	border: none;
	box-shadow: none;
	left: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: none;
	border: solid 1px #fff;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	margin: 0 3px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
}


/* Contact Us Section
==============================================*/
.contact-us-section {
	background: #57678b;
	padding: 100px 0 116px;
}
address {
	color: #fff;
	font-style: normal;
	font-size: 24px;
	line-height: 31px;
	font-family:'Futura LT W01 Medium';
}
address p {
	color: #fff;
	margin-bottom: 7px;
}
address a {
	color: #fff;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}
address a:hover {
	opacity: 0.5;
}
address span {
	font-size: 9px;
	line-height: 16px;
	text-transform: uppercase;
	font-family:'Futura LT W01 Medium';
	letter-spacing: 1px;
	display: block;
	margin-bottom: 10px;
}
address span.abn {
	margin-top: 16px;
}

/* Fomr Section 
==============================================*/
input, fieldset, select, textarea {
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    background: none;
    appearance: none !important;
    -webkit-appearance: none !important;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="password"], input[type="search"], input[type="url"], input[type="date"], select, textarea {
    width: 100%;
    height: 26px;
    border-bottom: solid 1px #fff;
    font-size: 9px;
    color: #fff;
    font-family:'Futura LT W01 Medium';
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0 2px;
    resize: none;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="url"]:focus, input[type="date"]:focus, select:focus, textarea:focus, .sbHolder.focused {
    border-bottom-color: #8c97ae;
}
.wrapper input:focus:-moz-placeholder { color:#fff; opacity: 0; }
.wrapper input:focus::-webkit-input-placeholder { color:#fff; opacity: 0; }
.wrapper input:focus::-moz-placeholder { color:#fff; opacity: 0; }
.wrapper input:focus:-ms-input-placeholder { color:#fff; opacity: 0; }

.wrapper textarea:focus:-moz-placeholder { color:#fff; opacity: 0; }
.wrapper textarea:focus::-webkit-input-placeholder { color:#fff; opacity: 0; }
.wrapper textarea:focus::-moz-placeholder { color:#fff; opacity: 0; }
.wrapper textarea:focus:-ms-input-placeholder { color:#fff; opacity: 0; }

.contact-form p {
    color: #fff;
    font-size: 9px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family:'Futura LT W01 Medium';
    margin-bottom: 23px;
}
.contact-form ul {
    padding-bottom: 2px;
}
.contact-form ul li {
    margin-bottom: 26px;
}
.sbHolder {
    background: none;
    border: none;
    border-bottom: solid 1px #fff;
    height: auto;
    min-height: 30px;
}
.sbSelector {
    text-indent: 2px;
    width: auto;
    display: inline-block;
    font-size: 9px;
    text-transform: uppercase;
    font-family:'Futura LT W01 Medium';
    letter-spacing: 2px;    
}
.sbSelector:after {
    content: "\f078";
    font-family: 'FontAwesome';
    display: inline-block;
    padding-left: 4px;
    font-size: 10px;
}
.sbSelector.sbToggleOpen:after {
    content: "\f077";
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
    color: #fff;
}
.sbToggle {
    display: none;
}
.contact-form .sbOptions {
    padding-bottom: 0;
    border: none;
    left: 0;
    background: #fff;
    position: relative;
    margin-bottom: 15px;
}
.contact-form .sbOptions a {
    color: #57678b;
    border-bottom: solid 1px rgba(000,000,000,0.2);
}
.contact-form .sbOptions a:hover, .contact-form .sbOptions a:focus, .contact-form .sbOptions a.sbFocus {
    background: #454443;
    color: #fff;
}
.contact-form .sbOptions li {
    margin-bottom: 0;
}
select {
    background-image: url(../images/select-arrow.png);
    background-position: 98.5% center;
    background-repeat: no-repeat;
}
select option:not(:checked) {
    color: #000;    
}
select option {
    color: #fff;
}
input[type="submit"] {
    border: solid 1px #fff;
    display: inline-block;
    font-size: 9px;
    line-height: 11px;
    color: #fff;
    font-family:'Futura LT W01 Medium';
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    padding: 14px 10px 13px;
    min-width: 148px;
    text-align: center;
    cursor: pointer;
}
input[type="submit"]:hover, input[type="submit"]:focus {
    background: #fff;
    color: #57678b;
}
.error {
    font-size: 10px;
    line-height: 12px;
    color: #ff6064;
    font-family:'Futura LT W01 Medium';
    margin-top: 5px;
    letter-spacing: 2px;
}
.successmsg {
    font-size: 9px;
    line-height: 10px;
    color: #fff;
    font-family:'Futura LT W01 Light';
    margin-top: 5px;
    letter-spacing: 2px;
    margin: 10px 0;
    display: none;
    background: #00a30f;
    padding: 9px;
    text-align: center;
}


/* Footer
==============================================*/
#footer-main {
    padding: 39px 0 45px;
}
.foo-logo {
    width: 122px;
    height: 42px;
    display: block;
}
.foo-logo img {
    width: 100%;
    display: block;
}
.foo-content {
    position: relative;
    padding-right: 15px;
}
.foo-content p {
    font-size: 9px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #454443;
}
.foo-content a {
    font-size: 9px;
    line-height: 16px;
    border-bottom: solid 1px #454443;
    color: #454443;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.foo-content a:hover {
    border-bottom: transparent;
}
.foo-content .back-to-home {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    border-bottom: none;
    display: block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.foo-content .back-to-home:hover {
    color: #57678b;
}

.preloader{ display:none; }