@font-face {
    font-family: 'Edmondsans';
    src: url('../fonts/edmondsans-bold-webfont.eot');
    src: url('../fonts/edmondsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/edmondsans-bold-webfont.woff') format('woff'),
        url('../fonts/edmondsans-bold-webfont.ttf') format('truetype'),
        url('../fonts/edmondsans-bold-webfont.svg#edmondsansbold') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Edmondsans';
    src: url('../fonts/edmondsans-medium-webfont.eot');
    src: url('../fonts/edmondsans-medium-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/edmondsans-medium-webfont.woff') format('woff'),
        url('../fonts/edmondsans-medium-webfont.ttf') format('truetype'),
        url('../fonts/edmondsans-medium-webfont.svg#edmondsansmedium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Edmondsans';
    src: url('../fonts/edmondsans-regular-webfont.eot');
    src: url('../fonts/edmondsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/edmondsans-regular-webfont.woff') format('woff'),
        url('../fonts/edmondsans-regular-webfont.ttf') format('truetype'),
        url('../fonts/edmondsans-regular-webfont.svg#edmondsansregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

html,body{
    width: 100%;
    height: 100%;
}

/* Body Reset */
body {
    color: #000;
    font: 14px 'Open Sans', Arial, sans-serif;
    background: transparent;
    margin: 0;}

body>header,
body>section,
body>footer{
    position: relative;
    z-index: 2;}
.mobile-nav {display:none;}
/* Fonts */
.edmondsans{
    font-family: 'Edmondsans', Arial, sans-serif !important;}
.sourcesans{
    font-family: 'Source Sans Pro', sans-serif !important;}

/* Links */
a {
    color: #1500cb;	
    text-decoration: underline;}
a:hover, a:active {
    color: #f00;
    text-decoration: underline;}
a.link{
    line-height: 32px;
    margin-bottom: 15px;}

/* Images */
img{
    max-width: 100%;}
img.alignleft{
    display: block;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;}
img.alignright{
    display: block;
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;}
img.aligncenter{
    display: block;
    float: none;
    margin: 0 auto;
    margin-bottom: 15px;}
.img-stroke{
    border: 3px solid #fff;}
.tour{
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
}
.tour{
   text-align: center;
}
.tour img{
   margin: auto;
}
.tour .column{
   max-width: 490px;
	margin: 0 5px;
}

/* .tour {
	position:relative;
	width:100%;
	margin-bottom:20px;
} */
.tour-sign-left {
	position:absolute;
	top:20px;
	left:40px;
}
.tour-sign-left img {
	width:140px;
	height:100%;
}

.tour-sign-right {
	position:absolute;
	top:20px;
	right:70px;
}
.tour-sign-right img {
	width:140px;
	height:100%;
}

/* Shapes */
[class*="half-circle"],
[class^="half-circle"]{
    background: #fff;
    border-color: #f00;
    border-style: solid;
    display: inline-block;
}
.half-circle{
    border-width: 3px 3px 0 3px;
    border-radius: 100% 100% 0 0;
    -moz-border-radius: 100% 100% 0 0;
    -webkit-border-radius: 100% 100% 0 0;}

.half-circle-left{
    width: 22px;
    height: 41px;
    border-width: 2px;
    border-radius: 41px 0 0 41px;
    -moz-border-radius: 41px 0 0 41px;
    -webkit-border-radius: 41px 0 0 41px;}

.half-circle-bottom{
    border-width: 0 4px 4px 4px;
    border-radius: 0 0 100% 100%;
    -moz-border-radius: 0 0 100% 100%;
    -webkit-border-radius: 0 0 100% 100%;}

/* Background Colors */
.brand-bgcolor{
    background-color: #d0f48e !important;}
.content-bgcolor{
    background-color: #ffffd7 !important;}

/********************************
** TYPOGRAPHY
*********************************/
/* Headings */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
    font-weight: 800;
    margin: 0;}
h1, h2, h3, h4, h5,.h1, .h2, .h3, .h4, .h5{
    color: #1500cb;}
h6, .h6{
    color: #464646;}
h1,.h1{
    font-size: 45px;
    line-height: 86px;
	font-family: 'Lato', sans-serif;}
h2,.h2{
    font-size: 34px;
	font-family: 'Coming Soon', cursive;
    line-height: 50px;}
h3,.h3{
    font-size: 28px;
	font-family: 'Coming Soon', cursive;
    line-height: 50px;}
h4,.h4{
    font-size: 24px;
	font-family: 'Coming Soon', cursive;
    line-height: 38px;}
h5,.h5{
    font-size: 23px;
    line-height: 32px;}
h6,.h6{
    font-size: 17px;
    line-height: 32px;}
.big-text{
    font-size: 90px;
	font-family: 'Lato', sans-serif;
    font-weight: 900;
    line-height: 80px;
    color:#fff;}

/* Body Text */
p{
    margin: 0 0 20px;
}
b,strong{
    font-weight: 800;}

/* Blockquotes */
blockquote{
    color: #f00;
    font-size: 28px;
    line-height: 36px;
    border-left: none;
    padding: 0;
    position: relative;}
blockquote p{
    font-weight: 800 !important;
    margin: 0;}
blockquote p>span{
    display: inline;
    position: relative;
    z-index: 1;}
blockquote .quotation-before,
blockquote .quotation-after{
    color: #1500cb;
    font-size: 90px;
	font-family: 'Coming Soon', cursive;
    line-height: 0px;
    position: relative;
    z-index: 0;}
blockquote .quotation-before{
    float: left;
    left: -16px;
    top: 35px;}
blockquote .quotation-after{
    right: 21px;
    bottom: -35px;}
	
.quote {
	font-family: 'Coming Soon', cursive;
}

/* Bootstrap Alignment
Use .text-center for text-align: center;
Use .text-left for text-align: left;
Use .text-right for text-align: right;
Use .text-justify for text-align: justify;
*/

/* Bootstrap Floats
Use .center-block for centering float
Use .pull-left for float: left;
Use .pull-right for float: right;
*/

/* Bootstrap List
Use .list-unstyled for list-style: none;
Use .list-inline for tag <li> styled in display: inline-block;
*/

/********************************
** LAYOUT
*********************************/
.d-table{
    display: table;}
.d-table-cell{
    display: table-cell;}

/********************************
** BUTTON
*********************************/
.btn{
    font-size: 12px;
	font-family: 'Lato', sans-serif;
    font-weight: 900;
    margin-bottom: 6px;
    padding: 7px 3px;
    text-decoration: none;}
.btn-primary{
    color: #fff;
    background: #1500cb;
    border-color: #1500cb;
    border-radius: 8px;}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active{
    background: #f00;
    border-color: #f00;}
.btn[class*="visible-"],
.btn[class^="visible-"]{
    display: inline-block !important;
}

/*******************************
** QUICK-LINKS
********************************/
.calendar:before, .clipboard:before, .phone:before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 8px;}
.calendar:before {
    background:url('../img/reviews-icon.png') no-repeat;}
.clipboard:before {
    background:url('../img/forms-icon.png') no-repeat 5px;}
.phone:before {
    background:url('../img/contact-icon.png') no-repeat 7px;}


/*******************************
** Background Slider
********************************/
.background-slide-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;}

/********************************
** HEADER
*********************************/
/* Social Network Links */
.social-links{
    margin-left: 0;
    margin-bottom: 0;
    padding: 12px 0 12px 25px;
    position: absolute;
    top: 50%;
    right: 50px;
    margin-top: -15px;
    
}
/* Adress */
address{
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 10px;}
address a {
	color:#fff;
}
.topbar {
    background:#1500cb;
    width:100%;
    position:relative;
}
.topbar .social-links {
    padding:0 0 0 25px;
}

.navbar-default{
    background-color: #fff;
    border-bottom: 4px solid #f00;
    border-radius: 0;}
.navbar-default>.container{
    position: relative;}

/* Logo Brand */
.logo-brand{
    color: #46827f;
    font-size: 72px;
    font-weight: 800;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    min-width: 290px;
    min-height: 145px;
    position: absolute;
    left: 15px;
    bottom: -145px; /* was bottom: -145px; */
}
.logo-brand img{
     max-width: 235px;
     display: block;
     margin: auto;
}

.logo-brand:hover{
    color: rgba(70,130,127,.8);
    text-decoration: none;}
.logo-brand.half-circle-bottom{
    border-radius: 0 0 290px 290px;
    -moz-border-radius: 0 0 290px 290px;
    -webkit-border-radius: 0 0 290px 290px;}
	
.logo-brand.half-circle-bottom img {
	margin-top:-25px;
}

/* Navigation */
.navbar-default .navbar-nav>li>a{
    color: #1500cb;
    font-size: 16px;
    font-weight: 800;
    line-height: 60px;
    padding: 0 12px;
    text-decoration: none;
    text-transform: uppercase;}
.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus{
    color: #f00;	}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus{
    color: #f00;
    background: transparent;}

/* DROP DOWNS */
.navbar-default .navbar-nav li ul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;}
.navbar-default .navbar-nav li:hover ul {
    display: block;
    margin-left: 0;
    position: absolute;
    top:50px;
    z-index: 9999;}
.navbar-default .navbar-nav li:hover li {
    float: none;
    margin: 0;
    white-space: nowrap;
    width: 100%;
    background:none;
    padding:0;}
.navbar-default .navbar-nav li:hover li a {
    background: #1500cb;
    display: block;
    font-size: 1.05em;
    height: auto;
    text-align: left;
    font-weight:bold;
    color:#fff;
    padding:7px 45px 7px 15px;
    text-decoration: none;}
.navbar-default .navbar-nav li:hover li a:hover {
    background: #516bf0;
    text-decoration:none;}
/* End Drop Downs */

/* Mobile Menu */
.mobile-nav .navbar-toggle{
    border: none;
    float: left;
    margin-left: 25px;}
.mobile-nav .navbar-toggle .icon-bar{
    background: #fff;
    border-radius: 4px;
    width: 24px;
    height: 4px;}
.mobile-nav .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background: transparent;}


/********************************
** HEADER TEXT
*********************************/
#header-text{
    margin-top: 215px;}

/********************************
** QUICK LINK
*********************************/
.quick-link-container{
    display: block;
    max-width: 610px;
    min-height: 85px;
    margin: 0 auto;
    margin-top: 5px;}
.quick-links{
    color: #1500cb;
    font-size: 18px;
    font-family: 'Coming Soon', cursive;
    line-height: 24px;
    margin: 0 15px;
    width: 170px;
    height: 85px;
    text-align: center;
    text-decoration: none;
    border-radius: 170px 170px 0 0;
    -moz-border-radius: 170px 170px 0 0;
    -webkit-border-radius: 170px 170px 0 0;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    -webkit-transform: translateY(30px);
    -moz-transform:    translateY(30px);
    -ms-transform:     translateY(30px);
    -o-transform:      translateY(30px);
    transform:         translateY(30px);
}
.quick-links:hover,
.quick-links:focus{
    text-decoration: none;

    -webkit-transform: translateY(0px);
    -moz-transform:    translateY(0px);
    -ms-transform:     translateY(0px);
    -o-transform:      translateY(0px);
    transform:         translateY(0px);}

/********************************
** MAIN
*********************************/
#main .content{
    padding: 25px 55px 10px;}
#main .content:before,
#main .content:after{
    content: "";
    clear: both;
    display: table;}
	
.ortho-topics {
	width:100%;
	margin:auto 0;
	text-align: center;
}

.ortho-topics-photo {
	text-align:center;
	display: inline-block;
	vertical-align:top;
	margin:0 8px;
	padding:0 8px;
	width:190px;
}

.ortho-topics h3 {
	font-size:24px;
	line-height:40px;
}

.ortho-topics p {
	font-family:'Open Sans', sans-serif;
	color:#000;
}

/* Content Heading */
#main .content h1{
    margin-left: -35px;}
#main .content h1 .half-circle-left{
    margin-right: 8px;}

/* Styled Element Container */
#main .content ul.d-table{

}

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

/* HOMEPAGE */
.home #main .content{
    padding-top: 50px;
}

.home #main h1 {
    font-size: 120px;
	font-family: 'Lato', sans-serif;
	font-weight:700;
    float: left;
    position: relative;
    top: 70px;
    margin-bottom: -60px;
}

.home #main .content h1 .half-circle-left{
    width: 42px;
    height: 84px;
    border-width: 2px;
    border-radius: 84px 0 0 84px;
    -moz-border-radius: 84px 0 0 84px;
    -webkit-border-radius: 84px 0 0 84px;
}

#desktop-video {
	display:none;
}

.photo-home {
    margin-right: 30px;
    margin-top: -29px;
}

.home #main h5 {
    margin-bottom: 20px;
	font-family: 'Coming Soon', cursive;
}

.home #main .content p{
    font-size: 17px;
    line-height: 24px;
    font-weight: bold;
}

.clear{
    clear: both;
}	

@media (max-width: 1100px) {
    .flash {
        display:none;
    }
}
@media (min-width: 1100px) {
    .noflash {
        display:none;
    }
    .flash {
        width:550px;margin:0 auto;
    }
}

#form .clear {clear:both;}
#form .center {text-align:center;}
#form h3 {margin:0 1%;}
#form small {font-style:italic;}
#form hr {width:98%;margin:10px 1% 15px 1%;}

/*GRID */
#form .column {
    float:left;
    margin:0 1%;
}

#form .full {width:98%;margin:0 1%;}
#form .half {width:48%;}
#form .twothird {width:65%;}
#form .onethird {width:31%;}

/*FORM STYLES*/

#form input:not([type=submit]):not([type=checkbox]) {
    width:96%;
    padding:10px 2%;
}

#form textarea {
    width:100%;
    resize:none;
}

#form select {
    width:101%;
    padding:10px 2%;
}

/*MEDIA QUERIES */

@media (max-width:767px) {
    #form .column {
        float:none;
        margin:0;
    }
    #form .full, #form .half, #form .twothird, #form .onethird {
        width:100%;margin:0;
    }
.logo-brand{
    bottom: -152px; /* was bottom: -145px; */
}
.logo-brand img{
     max-width: 225px;
	 padding-top:10px;
}
.social-links{
    	margin-left: 0;
    	margin-bottom: 0;
    	padding: 12px 0 12px 25px;
    	position: absolute;
		top:0px;
    	right: 20px;
    	margin-top: 0px;
	}

}

/********************************
** SIDEBAR
*********************************/
.box {
    border: 3px solid #f00;
    padding: 15px 10px;
	text-align:center;
}

.box img {
	margin:3px 10px;
}

.street-info {
    font-size: 18px;
    font-weight: bold;
}

.street-info {
    margin-bottom: 20px;
    text-align:center;
}

.box hr {
    height: 3px;
    width: 80%;
    background: #f00;
    border: none;
}

.box .title {
    font-size: 24px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 20px;
}

.box a {
    font-size: 15px;
    display: block;
}

.box a:hover {
    text-decoration: none;
}

/********************************
** FOOTER
*********************************/
#footer{

    padding-top: 20px;
    padding-bottom: 25px;
    background: #1500cb;
    position:relative;
}

#footer ul {
    text-align:center;
}

#footer a:hover {
    text-decoration: underline;
}

/* Footer Text */

#footer p,
#footer p a{
    font-family: 'Source Sans Pro', sans-serif;
    color: #37b5b1;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 0;
    text-decoration: none;}

/* Footer Credits */

body.home #footer-credits {display:inline;margin-top:20px;}

#footer-credits img{

    margin: 0;

    margin-top: -2px;}


nav.sidr {
    background-color:#1500cb;
}

nav.sidr ul {
    list-style-type:none;
    padding-bottom:0;
    padding-left:0;

}

nav.sidr li {
    margin:0;
    position:relative;
}

nav.sidr li a {
    display:block;
    font-size:1.2em;
    text-decoration:none;
    color:#fff;
    padding:3px 20px 3px 20px;
    font-weight:600;
}

nav.sidr li:hover a {
    background:#516bf0;
}

/*DROPDOWNS */

nav.sidr li ul {
    display: none;
}
nav.sidr li:hover ul {
    display: block;
    position: absolute;
    top: 50px;
    z-index: 9999;
}
nav.sidr li:hover li {
    float: none;
    white-space: nowrap;
    width: 100%;
}

nav.sidr li:hover ul {
    display: block;
    position: relative;
    top: 0;
    z-index: 9999;
}
nav.sidr li:hover li a {
    background:#ff0;
    padding: 12px 30px 12px 20px;
    text-align: left;
    font-size:0.9em;
    color:#696969;
}
nav.sidr li:hover li a:hover {
    background:#FDE68A;
}


/* Mobile device */
@media (max-width: 1024px) {

    /* Images */

    img.alignright, img.alignleft {
        float: none !important;
        margin: 0 auto;
        margin-bottom: 20px;}
    /* Blockquotes */
    blockquote>p{
        text-align: center;}
    blockquote .quotation-before, 
    blockquote .quotation-after{
        display: none;}
    /* Adress */
    address{
        margin-top: 10px;
        margin-bottom: 10px;}
    /* Mobile Navigations */
    
    /*.navbar-default{
            margin-top: 55px;}*/
    .navbar-default .navbar-nav>li>a{
        padding: 0 12px 10px 12px;
    }
    .nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
        background: #83a224;}
    .navbar-nav .open .dropdown-menu>li>a, 
    .navbar-nav .open .dropdown-menu .dropdown-header{
        padding-top: 15px;
        padding-bottom: 15px;}
    .navbar-right {
        float:left !important;
        margin-left:30px;
    }
    /* Logo Brand */
    .logo-brand{
        left: 50%;
        margin-left: -145px;}
    /* Quick Links */
    #quick-link{
        margin-top: 50px;
    }

    .quick-links{

        -webkit-transform: translateY(0px);

        -moz-transform:    translateY(0px);

        -ms-transform:     translateY(0px);

        -o-transform:      translateY(0px);

        transform:         translateY(0px);

    }

    /* Main */
    #main .content{
        margin-left: -15px;
        margin-right: -15px;}
    /* Container Styled Element Exp. */
    #main .content ul.d-table>.d-table-cell{

        display: block;

        width: 100%;}


    /* Homepage Content */

    .home #main h1 {

        float: none;

        position: static;

        text-align: center;

        padding-bottom: 110px;

    }

    .home #main h5 {
        margin-top: 20px;
    }
}

@media (max-width: 639px){
    body {
        background:url('../img/slider/slider-1.jpg') 50% -15%;
        -webkit-background-size:auto 600px;
    }

    .background-slide-container {display:none;}

    /* Quick Links */
    .quick-link-container{
        max-width: 371px;
    }
    .quick-links{
        font-size: 12px;
        margin: 0 8px;
        width: 100px;
	}

    /* Footer Text */

    #footer{

        text-align: center;}

    #footer p,

    #footer p a{

        font: 400 14px/22px 'Source Sans Pro', sans-serif; }


    #footer-credits,

    #footer-credits img{

        float: none !important;

        display: block;

        margin: 0 auto;

        text-align: center;
    }


    .photo-home {

        margin-top: 50px !important;

    }		

    .home #main h1 {

        padding-bottom:30px;

    }	
.tour-sign-left {
	top:20px;
	left:20px;
}
.tour-sign-left img {
	width:110px;
}

.tour-sign-right {
	top:20px;
	right:30px;
}
.tour-sign-right img {
	width:110px;
}	

}



/* Smaller Mobile device */
@media (max-width: 479px) {
    /* Headings */
    h1,.h1{
        font-size:35px;
        line-height: 50px;
    }
    .half-circle-left {
        width:15px;
        height:25px;
    }
    h2,.h2{
        font-size: 30px;
        line-height: 40px;}
    h3,.h3{
        font-size: 25px;
        line-height: 35px;}
    h4,.h4{
        font-size: 20px;
        line-height: 30px;}
    h5,.h5{
        font-size: 18px;
        line-height: 25px;}
    h6,.h6{
        font-size: 16px;
        line-height: 22px;}
    /* MAIN */
    #main .content{
        padding-left: 15px;
        padding-right: 15px;}
    #main .content h1{
        display: block;
        margin: 0 auto;}
    /* Quick Links */
    .quick-link-container{
        max-width: 270px;
    }	
    .quick-links{
        font-size: 10px;
        margin: 0px;
        width: 85px;
    }
    /* Logo */
    .logo-brand{
        width: 260px;
        margin-left: -145px;
    }
    .logo-brand.half-circle-bottom{
        border-radius: 0 0 260px 260px;
        -moz-border-radius: 0 0 260px 260px;
        -webkit-border-radius: 0 0 260px 260px;
    }	

    /* Homepage Content */
    .home #main h1 {
        font-size: 60px;
        margin-top: -30px;
        margin-bottom: -20px;
        padding-bottom:30px;
    }		

    .home #main .content h1 .half-circle-left{
        width: 21px;
        height: 42px;
        border-width: 2px;
        border-radius: 42px 0 0 42px;
        -moz-border-radius: 42px 0 0 42px;
        -webkit-border-radius: 42px 0 0 42px;
    }	

    .photo-home {
        margin-top: 0 !important;
    }		
}

/* Tablet device */
@media (min-width: 768px) {
    /* Container Styled Element Exp. */
    #main .content ul.d-table>.d-table-cell{
        width: 50%;
        padding-right: 12%;	}
    /* Footer Navigation */
    #footer-nav{
        margin-bottom: 15px;}
    #footer-nav>li>a{
        /*font-family: 'Source Sans Pro', sans-serif;*/
        color: #37b5b1;
        font-size: 18px !important;
        font-weight: 800;
        line-height: 21.63px;
        padding: 0 10px 0 0px;
        position: relative;
        text-decoration: none;}
    #footer-nav>li>a:after{
        content: "|";
        width: 0;
        height: 0;
        position: absolute;
        top: 3px;
        right: 0px;}
    #footer-nav>li:last-child>a:after{
        content: "";}

}



@media (min-width: 768px) and (max-width: 991px){

    /* Heading Type */

    .big-text{
        font-size: 60px;
        line-height: 60px;}

    /* Homepage Content */
    .home #main h1 {
        font-size: 115px;
    }		

    .home #main .content h1 .half-circle-left{
        width: 40px;
        height: 80px;
        border-width: 2px;
        border-radius: 80px 0 0 80px;
        -moz-border-radius: 80px 0 0 80px;
        -webkit-border-radius: 80px 0 0 80px;
    }

    .photo-home {
        margin-right: 0px;
        margin-top: -25px;
    }
    #quick-link{
        margin-top: 100px;
    }
	
.tour-sign-left {
	top:20px;
	left:20px;
}
.tour-sign-left img {
	width:110px;
}

.tour-sign-right {
	top:20px;
	right:30px;
}
.tour-sign-right img {
	width:110px;
}
}

@media (min-width:992px) and (max-width:1024px) {

    .navbar-right {
        float:left !important;
        margin-left:140px;
    }
}

@media (max-width:767px) {
    #quick-link {
        margin-top: 350px;
    }
    .topbar {display:none;}
    .mobile-nav{
        background: #1500cb;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        top: 0;
        z-index: 99999;
        display:block;
    }
	
	address {
		color:#1500cb;
	}
	
	address a {
		color:#1500cb;
	}

    #footer {
        text-align:center;
    }


}

@media (min-width:636px) and (max-width: 768px) {
    .background-slide-container{
        display: none;
    }
}

@media (max-width:768px) {
    #sb-site, .sb-site-container{
        background: transparent url("../img/slider/slider-1.jpg") repeat scroll center -190px;
}
    }
	#device-video {
		display:inline;
	}
	#desktop-video {
		display:none;
	}
}

@media (max-width: 478px) {
	#device-video {
		display:none;
	}
	#sb-site, .sb-site-container{
        background: none;
        background-size: auto;
        background-position: center top;
/*        background-attachment: fixed;*/
    }
	#quick-link {
        margin-top: 270px;
    }
.tour-sign-left {
	top:15px;
	left:15px;
}
.tour-sign-left img {
	width:90px;
}

.tour-sign-right {
	top:15px;
	right:20px;
}
.tour-sign-right img {
	width:90px;
}	
}

@media (max-width: 360px) {
.tour-sign-left {
	top:10px;
	left:10px;
}
.tour-sign-left img {
	width:80px;
}

.tour-sign-right {
	top:10px;
	right:15px;
}
.tour-sign-right img {
	width:80px;
}
}