/* =Reset default browser CSS
-------------------------------------------------------------- */
body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, iframe, img, ins, kbd, samp, small, strong, sub, sup, tt, var, b, i, dl, dt, dd, object, ol, ul, li, form, label, legend, span, table, caption, tbody, tfoot, thead, tr, th, td {
    background-color: transparent;
    background-position: top left;
    background-repeat: no-repeat;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

ol, ul { list-style-type: none }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

em, address, big, strong, cite, code, tt, var { font-style: normal }
a { text-decoration: none }


/* Standard HTML Tag Definition 
-------------------------------------------------------------- */
body, form, input, select, textarea, fieldset, button {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

@font-face {
    font-family: 'Futura-Light_Oblique';
    src: url('../fonts/OFutura-Light Oblique..eot');
    src: local('?'), url('../fonts/Futura-Light Oblique..woff') format('woff'), url('../fonts/Futura-Light Oblique..ttf') format('truetype'), url('../fonts/Futura-Light Oblique..svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue Med';
    src: url('../fonts/OHelveticaNeueMed.ttf..eot');
    src: local('?'), url('../fonts/Futura-Light Oblique..woff') format('woff'),
    url('../fonts/HelveticaNeueMed.ttf') format('truetype'),
    url('../fonts/HelveticaNeueMed.ttf..svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue Light';
    src: url('../fonts/HelveticaLight.eot');
    src: local('?'), url('../fonts/HelveticaLight.woff') format('woff'),
    url('../fonts/HelveticaLight.ttf') format('truetype'),
    url('../fonts/HelveticaLight.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura-Light Oblique';
    src: url('../fonts/OpenSans-Regular.eot');
    src: local('?'), url('../fonts/OpenSans-Regular.woff') format('woff'), url('../fonts/OpenSans-Regular.ttf') format('truetype'), url('../fonts/OpenSans-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto', sans-serif;
    src: url("../fonts/OpenSans-Light.eot?") format("eot"),
    url("../fonts/OpenSans-Light.woff") format("woff"),
    url("../fonts/OpenSans-Light.ttf") format("truetype"),
    url("../fonts/OpenSans-Light.svg#OpenSans-Light") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto', sans-serif;
    src: url("../fonts/OpenSans-Regular.eot?") format("eot"),
    url("../fonts/OpenSans-Regular.woff") format("woff"),
    url("../fonts/OpenSans-Regular.ttf") format("truetype"),
    url("../fonts/OpenSans-Regular.svg#OpenSans") format("svg");
    font-weight: normal;
    font-style: normal;
}
body {
    background-image: url('../images/body-bg.jpg');
    background-repeat: repeat;
    position: relative;
}

.clear { clear: both }
.left, .alignleft { float: left; }
.right, .alignright { float: right }

.clearfix { overflow: auto }

.clearfix::after {
  content: "";
  clear: both;
  display: table;
} 

#wrapper {
    position: relative;
    width: 100%
}

div.centered {
    display: block;
    margin: 0 auto;
    width: 50%
}

div.centered div.left-box-one {
    width: 100%;
}

div.strapline {
    display: block;
    font-size: 200%;
    margin: 2% auto;
    width: 80%
}

/* =Header
-------------------------------------------------------------- */
#header {
    width: 100%;
    height: 145px;
    background: #212c3b;
    position: fixed;
    top: 0;
    z-index: 99999;
}
.sub-header {
    max-width: 1004px;
    width: 96%;
    margin: 0 auto;
    padding: 5px 0;
    position: relative;
}

.logo {
    margin: 1% 0;
    max-height: 80px
}

.sub-header h1 {
    width: 265px;
    position: absolute;
    top: 13px;
    left: 22px;
    float: left;
    margin-top: 0px;
}

.sub-header h1 a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.sub-header .left {
    float: left;
    margin-top: 5px;
}
.sub-header .right {
    float: right;
    margin: 5px 16px 0 0;
}
.sub-header ul li {
    float: left;
    font-weight: bold;
    font-size: 13px;
    line-height: 17px;
    padding: 0 12px 0 21px;
}
.sub-header ul li a {
    float: left;
    color: #fff;
    transition: all 0.3s ease-in-out;
    border-bottom: 2px solid transparent;
}

.sub-header ul li.active a, .sub-header ul li:hover a, .sub-header ul li.active a.current, .sub-header ul li a.current {
    border-bottom: 2px solid #fff;
}

.sub-header ul li.none {
    border-bottom: 0;
    margin: -30px 0 0 22px;
    padding: 0 10px;
    position: relative;
    float: left;
}

.sub-header ul li.none:hover a {
    border-bottom: 0;
}

.sub-header ul li.none a span {
    padding: 0 32px 0 0;
    cursor: pointer;
    float: left;

}

.sub-header ul li.none a {
    float: left;
}

.sub-header ul li.none a span ,
.sub-header ul li.none a:hover span {
    background-image: url('../images/active.png');
    background-position: bottom right;
}

.sub-header ul li.none a {
    background-image: url('../images/active.png');
    background-position: 0 1px;
    line-height: 32px;
    float: left;
    padding: 0 0 0px 32px;
    margin: 0;
    background-repeat: no-repeat;
    border-bottom: 0;
	    width: 145px;
}

div.message {
    display: block;
    font-size: 150%;
    font-style: italic;
    font-weight: 500;
    margin: 0 auto;
    margin-top: 2%;
    width: 90%
}

.nav li.mob {
    display: none;
}

div#banner-full {
    max-width: 950px;
    width: 100%;
}

div#banner-full img {
    max-width: 100%;
    height: auto;
}

li.offer { background: #80bf26 }

div.banner {
    display:  block;
    font-size: 17px;
    padding: 2%
}

div.banner strong {
    font-style: italic;
    font-weight: 700
}

div.banner.bn {
    background: rgb(198 55 125);
    color: #fff;
    text-align: center
}

div.banner.bn p { margin-bottom: 3% }


/* =Main
-------------------------------------------------------------- */
#main {
    width: 100%;
    margin: 126px auto 145px auto;
    /* background-image: url('../images/wrapper.png'); */
    background-repeat: repeat-y;
    background-position: top center;
    position: relative;
}
.content {
    max-width: 978px;
    width: 100%;
    margin: 10px auto;
    padding: 12px 0 0;
    position: relative;
    background: #fff;
}

#about.content { padding: 0 }

img.link-page {
    position: absolute;
    top: 0;
    left: -28px;
}

.content .top-navigation {
    width: 952px;
    margin: 0 auto;
    padding: 0 0 15px;
    background-color: #000;
}
.content .top-navigation p {
    padding: 15px 0 12px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #fff;

}
.content .top-navigation p span {
    font-size: 29.5px;
    line-height: 36px;
}

.content .top-navigation ul {
    width: 530px;
    margin: 0 auto;
}
.content .top-navigation ul li {
    float: left;
    margin: 2px 17px ;
    display: inline;
}

.content .top-navigation ul li a {
    letter-spacing: 3px;
    font-size: 14px;
    font-family: Lato;
    color: #fff;
    font-weight: bold;
}
.content .top-navigation ul li:hover a {
    border-bottom: 1px solid #fff;
}

.content img.left-img {
    margin-top: 10px;
    margin-left: 13px;
    display: inline;
}
.content .box {
    width: calc(100% - 26px);
    margin: 5px 13px;
    box-sizing: border-box;
    clear: both;
    float: left;
    border-top: 2px solid #e7e7e7;
    border-bottom: 2px solid #e7e7e7;
}
.content .box p {
    padding: 15px 0;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    color: #333;
}

.content .box p span {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #333333;
}

.content .box ul {
    float: right;
    margin: 5px 0;
}

.content .box ul li {
    float: left;
    margin: 0 0 0 10px;
    display: inline;
}

.content .left-box {
    width: 48%;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin: 50px 5% 10px 0;
    padding: 0 0 0 18px;
    box-sizing: border-box;
}

.content .left-box h3.service, .content .right-box h3.service {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
    color: #333;
  
}

.content .left-box h3 , .content .right-box h3 {
    font-size: 44px;
    line-height: 48px;
    color: #999;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    margin: 0 0 0px 18px;
}


.content .left-box h2 {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 65px;
    line-height: 66px;
    color: #cc3300;
    padding: 0px 0px 3px 18px;
    letter-spacing: -2px;
   
}

.content .left-box h4 {
    padding-left: 18px;
}

.content .left-box span {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 44px;
    line-height: 45px;
    color: #999;
    width: 345px;
    padding-left: 18px;
}

.content .left-box p {
    width: 345px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #999;
    padding: 15px 18px;
}

.content .left-box p a {
    color: #000;
}
.content .right-box {
    width: 45%;
    float: right;
    margin: 50px 0 10px;
    clear: right;
}

#banner2 {
    width: 100% !important;
}

#banner2 ul.bjqs {
    width: 100% !important;
}

#banner2 li.bjqs-slide {
    width: 96% !important;
}

#banner2 p {
    font-family: 'Futura-Light Oblique';
    font-weight: normal;
    font-style: italic;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    background-color: #ebebeb;
    padding: 26px 20px;
    margin-top: 10px;
}

div.general {
    display: block;
    font-size: 123%;
    margin: 0 6%;
    margin-bottom: 3%
}

div.general.quote {
    display: block;
    font-style: italic;
    font-weight: 700;
    text-align: center
}

/*--------ABOUT----------*/
.about h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
    color: #333;
    word-spacing: -4px;
    padding: 10px 0px 8px;
}

.content .list-box {
    width: 305px;
    margin: 33px 75px 65px;
    display: inline;
    float: left;
}

.content .list-box ul {
    float: left;
    background-image: url('../images/list-bg.png');
    background-position: 112px 50px;
    background-repeat: no-repeat;
}

.content .list-box ul li {
    width: 301px;
    display: block;
    float: left;
    padding: 5px 0;
    background-image: url('../images/list-item-bg.png');
    background-position: 90px -89px;
    background-repeat: no-repeat;
}

.content .list-box ul li.list-one {
    margin: 7px 0 0;
    padding: 0;
}
.content .list-box ul li.list-two {
    margin: 12px 0 0;
    padding: 0;
}
.content .list-box ul li.list-three {
    margin: 5px 0 0;
    padding: 0;
}
.content .list-box ul li.list-four {
    margin: 18px 0 20px;
    padding: 0;
}
.content .list-box ul li:hover, .content .list-box ul li.active {
    background-position: 90px 16px;
}
.content .list-box ul li div {
    width: 80px;
    padding: 29px 0;
    float: left;
}
.content .list-box ul li div span.top {
    padding: 0;
}
.content .list-box ul li div span {
    padding: 6px 0;
    text-align: right;
    font-family: 'Helvetica Neue Light';
    font-size: 15.54px;
    line-height: 18px;
    color: #666666;
    width: 100%;
    float: left;
}
.content .list-box ul li .box {
    width: 130px;
    height: 78px;
    float: right;
    padding: 0 12px 0 15px;
    background-image: url('../images/box-bg.png');
    border: 0;
}
.content .list-box ul li .box p {
    padding: 10px 0;
    text-align: left;
    font-family: 'Helvetica Neue Light';
    font-size: 13px;
    line-height: 18px;
    color: #000;
}

.content .list-box ul li .box p strong {
    font-family: 'Helvetica Neue Med';
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}

.content .list-box ul li .box-one {
    width: 118px;
    height: 58px;
    margin: 21px 10px 12px 0;
    background-image: url('../images/box1-bg.png');
    display: inline;
}

.content .list-box ul li .box-two {
    width: 131px;
    height: 92px;
    background-image: url('../images/box2-bg.png');
    display: inline;
}

.content .left-box-one {
    width: 43%;
    margin: 33px 2% 0px 4%;
    display: inline;
    float: left;
}

.content .left-box-one h3 {
    font-size: 44px;
    line-height: 48px;
    color: #999;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    margin: 0 0 12px 0px;
}

.content .left-box-one h3.service {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
    color: #333;
    word-spacing: -4px;
    padding: 10px 0px 10px;
}

.content .left-box-one span {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 41.35px;
    line-height: 42px;
    color: #999;
}

.content .left-box-one p {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #999;
    padding-bottom: 15px
}

.content .left-box-one .header {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 23px;
    color: #000;
    padding: 15px 0px;
}

.content .left-box-one p a {
    color: #80bf26;
    text-decoration: none;
}

.content .left-box-one p a:hover {
    color: #80bf26;
    text-decoration: underline;
}


.content .right-box-one {
    width: 43%;
    float: left;
    margin: 33px 4% 0px 2%;
    display: inline;
}

#banner4 {
    width: 100% !important;
}

#banner4 ul.bjqs {
    width: 100% !important;
}

#banner4 li.bjqs-slide {
    width: 100% !important;
}

#banner4 img {
    width: 100%;
    height: auto;
}

.content .right-box-one h3 {
    font-size: 44px;
    line-height: 48px;
    color: #999;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    margin: 0 0 12px 0px;
}

.content .right-box-one h3.service {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
    color: #333;
    padding: 10px 0px 10px;

}


.content .right-box-one span {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 41.35px;
    line-height: 42px;
    color: #999;
}

.content .right-box-one p {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #999;
    padding-bottom: 15px
}

.content .right-box-one .header {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 23px;
    color: #000;
    padding: 15px 0px;
}

.content .right-box-one p a {
    color: #80bf26;
    text-decoration: none;
}

.content .right-box-one p a:hover {
    color: #80bf26;
    text-decoration: underline;
}
.content img.banner-img {
    margin: 60px 0 0;
}
.gallery,
.content-contact,
.services {
    max-width: 978px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background: #fff;
}

.content-contact {
    width: 100%;
    background: none;
}

/* =Slider
-------------------------------------------------------------- */
/* Basic jQuery Slider essential styles */
ul.bjqs {
    position: relative;
    overflow: hidden;
    display: none;
    /* width: 100% !important; */
}
li.bjqs-slide {
    display: none;
    position: absolute;
    /* width: 100% !important; */
}

/* demo styles */
#banner, #banner1 {
    margin: 0px auto;
    position: relative;
    float: left;
}

#banner {
    width: 100% !important;
}

#banner .bjqs-wrapper {
    width: 100% !important;
}

#banner1 {
    float: left;
    margin-right: 8px;
    width: calc(100% - 351px) !important;
    overflow: hidden;
}

i.fa.fa-facebook-official {
    font-size: 29px;
    color: white;
}
/*#banner2 {
    background-image: url('../images/gray-arrow.png');
    background-position: 50px bottom;
}*/
#banner .back-top {
    position: absolute;
    bottom: 10px;
    right: 15px;
}
ul.bjqs-controls {
    z-index: 9999;
}
ul.bjqs-controls li {
    float: left;
}
ul.bjqs-controls li a {
    display: block;
    /*  padding:5px 10px; */
    position: absolute;
    top: 65px !important;
    /* background:#fff; */
    color: #fd0100;
    text-decoration: none;
    text-transform: uppercase;
    text-indent: -9999px;
}
a.bjqs-prev {
    left: 45px;
    background-image: url('../images/right-left.png');
    width: 69px;
    height: 574px;
}
a.bjqs-next {
    right: 45px;
    background-image: url('../images/right-left.png');
    background-position: top right;
    width: 69px;
    height: 574px;
}
p.bjqs-caption {
    display: block;
    width: 70%;
    margin: 0;
    padding: 2%;
    position: absolute;
    top: 315px;
    left: 130px;
    color: #fff;
    text-align: center;
    font-size: 28px;
    line-height: 36px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    text-shadow: -2px 2px 0px rgba(0,0,0,0.4);
}
ol.bjqs-markers {
    z-index: 9999;
    position: absolute;
    bottom: -30px;
    left: 0;
}
ol.bjqs-markers li {
    float: left;
    margin: 0 3px;
}
ol.bjqs-markers li a {
    display: block;
    height: 10px;
    width: 10px;
    border: 4px solid #fff;
    overflow: hidden;
    text-indent: -9999px;
    background: #000;
}
ol.bjqs-markers li.active-marker a {
    background: #fd0100;
}

#main .images-box {
    width: 100%;
    /* float: left; */
    margin-top: 3px;
    padding: 0 13px;
    box-sizing: border-box;
}
#main .images-box .map {
    float: right;
}
#content .right-box p {
    background-color: #f6f6f6;
    padding: 26px 15px;
}
#wrapper .contact-main {
    background-image: none;
    margin-top: 0;
}
#main .contact {
    max-width: 979px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background: url(../images/bg_contact.jpg) 0 0 repeat;
}
#main .contact .contact-us {
    float: left;
}

.contact.content { background: none }

.contact .box-left {
    width: 45%;
    float: left;
    
    padding: 50px 0 0 5%;
}
.contact .box-left h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
    color: #333;
    word-spacing: -4px;
}
.contact .box-left span {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 39px;
    line-height: 42px;
    color: #666666;
}
.contact .box-left span.fix {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 35px;
    line-height: 48px;
    color: #999999;
}
.contact .box-left em {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 65px;
    line-height: 68px;
    color: #cc3300;
}

.contact .box-left em a { color: #cc3300 }

.contact .box-left p {
    /* width: 430px; */
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    padding: 15px 3px;
}

.contact .box-left h4 {
    padding-left: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.contact .box-left p em {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 28px;
    color: #000000;
}
.contact .box-left p.paragraph-one {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 27px;
    color: #333333;
}
.contact .box-left p.paragraph-two {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 31px;
    color: #333333;
}

.contact .box-left .outline {
    float: left;
    width: 455px;
    background-color: #fff;
    margin-bottom: 20px;
}

.contact .box-left .travel {
    float: left;
    width: 220px;
}

.contact .box-left .travelby {
    float: left;
    width: 220px;
    margin-left: 15px;
}

.contact .box-left .travelby p {
    width: 200px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #999;
    padding: 10px 3px;
}

.contact .box-left .travelby h2 {
    
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    padding: 10px 3px;
}



.contact .box-right .outline {
    float: left;
    width: 100%;
    background-color: #fff;
    margin-bottom: 25px;
}

.contact .box-right .travel {
    float: left;
    width: calc(100% - 235px);
}

.contact .box-right .travel img {
    width: 100%;
    height: auto;
    max-width: 200px;
}

.contact .box-right .travelby {
    float: left;
    width: 220px;
    margin-left: 15px;
}

.contact .box-right .travelby p {
    /* width: 200px; */
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 22px;
    color: #999;
    padding: 10px 3px;
}

.contact .box-right .travelby h2 {
    
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    padding: 10px 3px;
}


.contact .box-right {
    width: 45%;
    float: left;
    padding: 50px 0 0 5%;
    /* background-image: url('../images/wrapper.png'); */
    background-repeat: repeat-y;
}
.contact .box-left .top-box {
    width: 100%;
    text-align: center;
    padding: 0 0 20px;
}

.contact .box-right .top-box {
    width: 459px;
    text-align: left;
    padding: 0 0 20px;
    margin-top: 20px;
}
.contact .box-right h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 27px;
    padding-top: 2px;
    color: #333333;
}
.contact .box-left address {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    text-align: left;
    padding: 30px 0 25px;
}

.contact .box-right address {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 25px;
    line-height: 35px;
    color: #333333;
    text-align: center;
    padding: 30px 0 25px;
}

.contact .box-right a.click {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 27px;
    color: #000;
    text-decoration: underline;
}
.contact .box-right .click-box {
    width: 313px;
    height: 150px;
    background-image: url('../images/tooltip-bg.jpg');
    margin: 0 0 25px 17px;
    padding: 15px 0 0 110px;
    float: left;
    display: inline;
}
.contact .box-right .click-box ul li {
    float: left;
    padding: 24px 5px;
}
.contact .box-right .click-box ul li a {
    float: left;
    height: 64px;
}


.contact .box-right .click-box ul li.park a {
    background-image: url('../images/icon_1_idle.png');
    width: 60px;
}

.contact .box-right .click-box ul li.park.current a {
    background-image: url('../images/icon_1_active.png');
}

.contact .box-right .click-box ul li.overg a {
    background-image: url('../images/icon_2_idle.png');
    background-position: center center;
    width: 60px;
}

.contact .box-right .click-box ul li.overg.current a {
    background-image: url('../images/icon_2_active.png');
    background-position: center center;
    width: 60px;
}

.contact .box-right .click-box ul li.underg a {
    background-image: url('../images/icon_3_idle.png');
    background-position: center center;
    width: 60px;
}

.contact .box-right .click-box ul li.underg.current a {
    background-image: url('../images/icon_3_active.png');
}









.contact .box-right .direction-box {
    width: 414px;
    height: 366px;
    background-image: url('../images/direction-bog.png');
    float: left;
    padding: 50px 0 0 45px;
}
.contact .box-right .direction-box h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
    color: #000;
    text-decoration: underline;
}
.contact .box-right .direction-box p {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 27px;
    color: #666666;
    padding: 10px 0 0;
}
.content .heading-about {
    padding: 0 0 12px 0px;
    width: 80%;
}
.services {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;

}

.content-services {
    max-width: 978px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background: #fff;
}

.right-services {
    width: 378px;
    float: left;
    margin: 60px 0 0 0;
}

.left-services {
    width: calc(100% - 400px);
    float: left;
    padding: 0px 0 0 20px;
}

.left-services.haf {
    display: block;
    margin: 0 auto;
    padding: 0 0 20px;
    text-align: center;
    width: calc(100% - 20px)!important
}

.right-services-a {
    width: 378px;
    float: left;
    margin: 0px 0 0 0;
}

.right-services-a img {
    width: 100%;
    height: auto;
}

.left-services h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    word-spacing: 0px;
    padding: 10px 18px;
}

.left-services h3 {
    font-size: 44px;
    line-height: 48px;
    color: #999;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    margin: 0 0 12px 12px;
}

.left-services h3.service {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
    color: #333;
    word-spacing: -4px;
    padding: 10px 0px 0px;
}

.left-services p, .left-services.haf p {
    /* width: 520px; */
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #999;
    padding: 5px 18px 20px;
}

.left-services p span {
    color: #000;
}

.left-services p span.list {
    color: #000;
    font-size: 20px;
    line-height: 28px;
}

.left-services ul.left {
    float: left;
    margin: 0 0 0 18px;
    line-height: 20px;
}

.left-services li.left {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    padding: 3px 0px;
    margin: 0px 0 0 18px;
    list-style-type: disc;
}

.left-services ul.list-one li {
    margin: 36px 1% 17px 2%;
    height: 50px;
    line-height: 40px;
    padding: 0 0 0 49px;
    background-image: url('../images/service-errow.jpg');
    background-position: left center;
    background-repeat: no-repeat;
    float: left;
    display: inline;
    width: 45%;
    box-sizing: border-box;
}

.left-services ul.list-two li {
    margin: 0px 5px 0px 20px;
    height: 100px;
    line-height: 40px;
    padding: 65px 0 0 49px;
    background-image: url('../images/mandy1.jpg');
    background-position: left center;
    background-repeat: no-repeat;
    float: left;
    display: inline;
    width: 400px;
}

.left-services ul.list-three li {
    margin: 0px 5px 17px 20px;
    height: 100px;
    line-height: 40px;
    padding: 65px 0 0 49px;
    background-image: url('../images/sunita1.jpg');
    background-position: left center;
    background-repeat: no-repeat;
    float: left;
    display: inline;
    width: 400px;
}

.left-services ul.list-one li a {
    font-size: 26px;
    line-height: 28px;
    color: #80bf26;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}

.left-services ul.list-two li a, ul.list-three li a {
    font-size: 26px;
    line-height: 28px;
    color: #80bf26;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    padding-left: 80px;
}

.left-services ul.list-one li a:hover {
    color: #80bf26;
    text-decoration: underline;
}

a.button {
	background: #80bf26;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    box-sizing: border-box;
    margin-bottom: 5px;
    padding: 10px
}

a.button:hover { background: #c6377d }

div.left-services.haf table.haf {
    border: 0px;
    border-collapse:collapse;
    display: table;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    margin-left: 10px;
    width: 100%
}

div.left-services.haf table.haf tr, div.left-services.haf table.haf td {
    border:0px;
    border-collapse:collapse;
    color: #999
}

div.left-services.haf table.haf td h2 { text-align: center }

div.haf-image img {
    max-width: 410px
}


/* =Footer
-------------------------------------------------------------- */
#footer {
    width: 100%;
    background: #fff;
    margin: 0 auto;
}

#footer .sub-footer {
    max-width: 978px;
    width: 96%;
    margin: 0 auto;
    padding: 20px 0 0 0px;
}

#footer .sub-footer ul.footer-nav {
    margin: 13px 0 0;
    padding: 0;
}

#footer .sub-footer ul.footer-nav li {
    margin: 0;
    padding: 0 9px;
    display: inline-block;
    background-image: url('../images/li-border.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    /* float: left; */
    height: 27px;
    line-height: 27px;
}

#footer .sub-footer ul.footer-nav li.img-none {
    background-image: none;
}

#footer .sub-footer ul.footer-nav li a {
    font-family: 'HelveticaNeue', Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #80bf26;
}

#footer .sub-footer ul.footer-nav li a:hover {
    color: #80bf26;
    text-decoration: underline;
}

#footer .sub-footer p {
    font-family: 'HelveticaNeue', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #959595;
    clear: left;
    margin: 15px 0 23px 0px;
    /* width: 978px; */
    /* float: left; */
}

#footer .sub-footer p span {
    text-align: right;
    float: right;
}

#footer .sub-footer a {
    color: #80bf26;
}

#footer .sub-footer a:hover {
    color: #80bf26;
    text-decoration: underline;
}


#footer .sub-footer ul.link {
    float: left;
    clear: left;
    margin: 0 0 10px;
}

#footer .sub-footer ul.link li {
    float: left;
    height: 22px;
    padding: 0 0 0 31px;
    line-height: 22px;
    margin: 0 17px 0 10px;
}

#footer .sub-footer ul.link li a {
    color: #959595;
    font-size: 11px;
    line-height: 13px;
    font-family: 'Futura', Arial, Helvetica, sans-serif;
}

#footer .sub-footer ul.link li.twitter {
    background-image: url('../images/twtter.png');
    background-position: center left;

}

#footer .sub-footer ul.link li.facebook {
    background-image: url('../images/fb.png');
    background-position: center left;
}

#footer .sub-footer a.top {
    float: right;
    margin: 0 20px 0 0;
}

#footer-holder {
    max-width: 980px;
    width: 100%;
    text-align: center;
    margin: 0 auto 20px;
}

.footer-box {
    display: inline-block;
    width: 100%;
    min-height: 305px;
    margin: 0 0.5%;
    background: rgba(255, 255, 255, 0.6);
    padding: 30px 3% 10px;
    text-align: center;
    color: #333;
    vertical-align: top;
    font-size: 15px;
    margin-bottom: 10px;
    max-width: 255px;
}

.footer-box i {
    font-size: 30px;
}

.footer-box h2 {
    font-size: 26px;
    margin-bottom: 20px;
}

.footer-box address {
    text-align: left;
}

.hours ul {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    transition: all 0.3s ease-in-out;
}

.hours ul:hover {
    background: rgba(198, 55, 125, 1);
    color: #fff;
}

.hours li {
    display: inline-block;
    width: 45%;
    text-align: left;
    padding-left: 4%;
}

.contact-form input, .contact-form textarea {
    box-sizing: border-box;      
    width: 100%;      
    padding: 10px;      
    margin-bottom: 5px;      
    border: 1px solid #bbb;      
    font-family: 'Roboto', sans-serif;
}


/* Contact Form */

#contact-form {
    margin-left: 5%;
}

#contact-form h2 {
    font-size: 24px;
    padding: 15px 3px;
}

#contact-form p {
    font-family: 'Roboto', sans-serif;      
    font-weight: normal;      
    font-size: 14px;      
    line-height: 20px;      
    color: #000;      
    padding: 15px 3px;
}

#contact-form input, #contact-form textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    margin-bottom: 5px;
    border: 1px solid #999;
    font-family: 'Roboto', sans-serif;
}

#contact-form li {
    width: 47%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
}

#contact-form textarea {
    height: 77px;
    margin-bottom: 2px;
}

#contact-form input.submit {
    width: 150px;
    background: #074B7F;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
}

#contact-form input.submit:hover {
    background: #216aa2;
    cursor: pointer
}

.fcf-form-group input.submit{
	background: #80bf26;
	color: #fff;
	font-weight: bold
}

.fcf-form-group input.submit:hover {
    background: #c6377d;
    cursor: pointer
}

element.style { opacity: 0.5 }

.back-to-top {
    background: #8aaf3d;
    border: 1px solid #8aaf3d;
    border-radius: 50%;
    bottom: 20px;
    box-shadow: inset 0 0 20px rgba(0,0,0,0.2);
    color: #fff;
    cursor: pointer;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 24px;
    font-weight: bold;
    opacity: 0;
    padding: 13px 10px 8px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
    width: 59px;
    height: 59px;
    z-index: 2000;
}

.content_full {
    font-family: 'Roboto', sans-serif;
    padding: 20px 34px;
}

.content_full a {
    color: #074b7f;
}


.content_full a:hover {
    color: #333;
}

.content_full h1 {
    font-weight: bold;
    margin-bottom: 20px;
}

.content_full h2 {
    margin-bottom: 10px;
}

.content_full p {
    line-height: 1.5;
    margin-bottom: 20px;
    color: #666;
}

.content_full ul, ul.home.list-one {
    list-style-type: disc;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #666;
    margin-left: 20px;
}

.content_full ul li ul {
    list-style-type: circle;
}

/* Fees table and modal CSS */

.buttonFees {
    display: inline-block;
    background: #074B7F;
    color: #fff;
    border-radius: 4px;
    font-weight: bold;
    padding: 10px 15px;
    line-height: 1;
    margin-left: 18px;
    "
}

.modal_close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: block;
    width: 14px;
    height: 14px;
    background: url(images/modal_close.png);
    z-index: 2;
}

#test {
    width: 600px;
    padding: 30px;
    display: none;
    background: #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);
    -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}

table, th, td {
    border: 1px solid grey;
    border: 1px solid #999;
    padding: 0.5rem;
    text-align: left;
    font-weight: normal;
}
.total {
    font-weight: bold;
}

table {
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    text-align: left;
    border-collapse: collapse;
    font-family: 'Roboto', sans-serif;      font-size: 14px;
}

.indent {
    text-indent: 20px;
}


.sidenav {
    position: fixed;
    right: 10px;
    top: 25%;
    z-index: 999;
    display: none;
}

.sidenav li {
    display: block;
    text-align: right;
    background: #ddd;
    transition: all 0.3s ease-in-out;
}

.sidenav li.active {
    background: #074B7F;
}

.sidenav a {
    color: #fff;
    display: block;
    padding: 10px 15px 10px 20px;
}

.centeralign {
    text-align: center;
}

#modal {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    height: 100%;
    width: 100%;
    text-align:center;
	display:none;

}
.modalconent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 80vw;
    padding: 20px; 
  max-width: 1000px;
}
#modal img{
  max-width: 100%;
}

.practice-plans ul{
	padding-left: 30px;
	list-style: circle;
	font-size: 15px;
}

.practice-plans li{
	padding: 10px 0;
}
.full-width-practice-plans{
	clear: both;
    width: 90%;
    margin: 0 auto;
}
.full-width-practice-plans p{
	font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #999;
    padding: 15px 0px;
}
.full-width-practice-plans h3{
	font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
    color: #333;
    word-spacing: -4px;
    padding: 10px 0px 10px;
}
.image-links{
	    height: 78px;
	    max-width: 980px;
	    display: block;
	    margin: 0 auto;
	    width: 90%;
}

.links {
    float: right;
    padding: 10px 0;
   
}
.links a{
    display:block;
    width: 150px;
    text-align:center;
    padding: 5px 20px;
    background-color:red;
    color:white;
    margin-bottom: 5px;
    border-radius: 5px;
}
.left-services ul {
    padding-left: 30px;
    list-style: none;
    color: #eee;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #999;
}

/* -- TEAM -- */
img.left {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 20px
}

/* -- INVISALIGN -- */
.row-wrapper {
    font-size: 120%;
    margin-bottom: 3%
}

div.strapline ul, div.general ul { list-style-type: disc!important }
div.general ol { list-style-type: auto!important }

div.strapline ul li, div.general ul li, div.general ol li {
    margin-bottom: 1%;
    margin-left: 3%
}

.row-wrapper .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.row-wrapper .column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  justify-content: center
}

.row-wrapper .left-column, .row-wrapper .right-column {
    padding: 3%;
    text-align: center
}

.row-wrapper .left-column img { margin-right: 3% }

div.strapline.center {
    font-weight: 700;
    text-align: center
}

p.subhead {
    font-size: 126%;

}


/* -- OFFER -- */
a.button.invisalign-button { color: #fff!important }

div.invisalign-button, div.general-button {
    font-size: 126%;
    margin: 0 auto 2% auto;
    padding: 3% 0;
    text-align: center
}

div.invisalign-button a, div.general-button a {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}

div#services.services.offer { padding-top: 0 }

div#services.services.offer img {
    display: block;
    max-width: 100%;
    width: 100%
}

div#services.services.offer h1 {
    display: block;
    font-size: 300%;
    padding: 6% 0 3% 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

div.offer-block {
    display: block;
    width: 100%
}

div.offer-block div {
    display: block;
    margin: 3%;
    max-width: 43%;
    width: 43%
}

span.offer-title {
    display: block;
    font-size: 200%;
    font-weight: 700;
    margin-bottom: 6%;
    text-align: center;
    text-transform: uppercase;
}

span.offer-img {
    display: block;
    margin: 0 auto 6% auto
}

span.offer-content {
    font-size: 160%;
    font-style: italic;
    line-height: 1.6em
}

div.offer-content {
    display: block;
    font-size: 160%;
    font-weight: 700;
    line-height: 1.6em;
    margin-bottom: 3%;
    text-align: center
}

span.offer-content strong {
	display: block;
	text-align: center;
	width: 100%
}

div.offer-button {
    display: block;
    margin: 0 auto;
    margin-bottom: 3%;
    text-transform: uppercase;
    width: 100%
}

div.offer-button a.button {
    display: block;
    font-size: 176%;
    margin: 0 auto;
    max-width: 50%;
    text-align: center;
    width: auto;
}

div.offer-button.general { margin-bottom: 3% }

/* Responsive styles */

@media only screen and (max-width: 1055px) {
    
    #main {
        padding: 0 30px;
        box-sizing: border-box;
    }

}


@media only screen and (max-width: 1010px) {
    
    .content .box ul {
        float: none;
        display: block;
        margin: 5px auto;
        text-align: center;
    }
    
    .content .box p {
        float: none;
        text-align: center;
    }
    
    .content .box ul li {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

}

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

    p.bjqs-caption {
        left: 5%;
    }

}

@media only screen and (max-width: 850px) {
    
    .left-services {
        width: auto;
        float: none;
        
        padding: 0 20px;
    }
    
    .right-services, .right-services-a {
        float: none;
        margin: 60px auto 0;
        clear: both;
        max-width: 378px;
        width: 90%;
    }
    
    .right-services img {
        width: 100%;
        height: auto;
    }

}

@media only screen and (max-width: 800px) {
    
    #main .images-box .map {
        display: none;
    }
    
    #banner1 {
        margin: 0 auto;
        float: none;
        width: 100% !important;
        max-width: 600px;
    }
    
    .content .left-box {
        width: 100%;
        margin-right: 0;
    }
    
    .content .left-box p {
        width: auto;
    }
    
    .content .right-box {
        width: 100%;
    }
    
    .content .right-box p {
        text-align: center;
    }
    
    #banner2 li.bjqs-slide {
        left: 2%;
    }

    .content .left-box-one {
        width: auto;
        float: none;
        display: block;
    }

    .content .right-box-one {
        float: none;
        display: block;
        width: auto;
    }

    .contact .box-left {
        width: 100%;
        float: none;
    
        padding-left: 0;
}

    .contact .box-right {
        width: 100%;
        float: none;
    
        padding-left: 0;
}

    .contact .box-right .travel {
        width: 200px;
    }

    .contact .box-right .travelby {
        width: calc(100% - 215px);
    }

    p.team-img {
        float: left;
        margin-right: 10px;
        text-align: center;
    }

    p.bjqs-caption {
        left: 0%;
    }

}

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

    #top {
        display: none;
    }

    #footer {
        text-align: center;
    }

}

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

    #gallery {
        display: none;
    }

    .nav li.no-mob {
        display: none;
    }

}

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

    .sub-header .right {
        display: none;
    }

    .nav li.mob {
        display: block;
    }

    .content .left-box h3, .content .right-box h3 {
        font-size: 30px;
    }

    .content .left-box h2 {
        font-size: 40px;
        padding: 5px 18px;
    
        line-height: 40px;
}

    .left-services h3 {
        font-size: 30px;
    }
    
    #contact-form li {
        width: 95%;
        margin-right: 0;
        text-align: center;
    }   
    
    #contact-form textarea {
        height: 100px;
    }

    div.offer-block div {
        float: none;
        margin-bottom: 10%;
        max-width: 93%;
        width: 93%
    }

}


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

    .logo {
        margin-top: 10%;
        width: 120px
    }
    
    .left-services ul.list-one li {
        width: 95%;
        /* max-width: 200px; */
        float: none;
        display: block;
    }
    
    .left-services h3 {
        font-size: 28px;
    
        line-height: normal;
}

    .sub-header ul li {
        padding: 0 12px;
    }
    
    .left-services ul.list-one li a {
        font-size: 20px;
    }
    
    .content .left-box-one span {
        font-size: 28px;
    }
    
    .contact .box-left span.fix {
        font-size: 28px;
    }


  

.row-wrapper .row {
    display: block;
    width: 100%;
}

div.offer-button a.button { max-width: 100% }


}

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

    #header {
        height: auto;
        padding-bottom: 10px;
    }

    .sub-header ul li {
        width: 31%;
        padding: 1%;
        text-align: center;
        display: block;
    }

    .sub-header .left {
        float: none;
    }

    .sub-header ul li a {
        float: none;
    }

    img.link-page {
        display: none;
    }

    #main {
        padding: 0 2%;
        margin-top: 210px;
    }

    #banner1 {
        height: 200px !important;
    }

    #banner1 ul.bjqs {
        width: 100% !important;
    }

    #banner1 li.bjqs-slide {
        width: 100% !important;
    }

    #banner1 img {
        width: 100%;
    }

    .contact .box-left em {
        font-size: 37px;
    }

    .contact .box-right .travel {
        width: 50%;
    }

    .contact .box-right .travelby {
        width: 48%;
        margin-left: 2%;
    }

}