
body {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #000;
    line-height: 30px;
    text-align: center;
    /*background-color:#0033CC;*/
}

strong { font-weight: 500; }

a {
	color: #000;
    text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

a:hover, a:focus {
	color: #ff0000;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 100;
    color: #000;
    line-height: 50px;
}

h3 {
	font-size: 22px;
    font-weight: 300;
    color: #000;
    line-height: 30px;
}

img { max-width: 100%; }

::-moz-selection { background: #000; color: #fff; text-shadow: none; }
::selection { background: #000; color: #fff; text-shadow: none; }


.btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 16px 20px 0 20px;
	background: #000;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; }

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 15px 20px 0 20px;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-2:hover, .btn-link-2:focus, 
.btn-link-2:active, .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; }


/***** Top menu *****/

.navbar {
	padding-top: 10px;
	background: #333;
	background: rgba(51, 51, 51, 0.3);
	border: 0;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.navbar.navbar-no-bg { background: none; }

.navbar-inverse {background-color:#fff;}

ul.navbar-nav {
	font-size: 16px;
	color: #fff;
}

.navbar-inverse ul.navbar-nav li { padding-top: 8px; padding-bottom: 8px; }

.navbar-inverse ul.navbar-nav li .li-text { opacity: 0.8; }

.navbar-inverse ul.navbar-nav li a { display: inline; padding: 0; color: #fff; }
.navbar-inverse ul.navbar-nav li a:hover { color: #fff; opacity: 1; border-bottom: 1px dotted #fff; }
.navbar-inverse ul.navbar-nav li a:focus { color: #fff; outline: 0; opacity: 1; border-bottom: 1px dotted #fff; }

.navbar-inverse ul.navbar-nav li .li-social a {
	margin: 0 5px;
	font-size: 28px;
	vertical-align: middle;
}
.navbar-inverse ul.navbar-nav li .li-social a:hover, 
.navbar-inverse ul.navbar-nav li .li-social a:focus { border: 0; color: #000; }

.navbar-brand {
	width: 540px;
	background: url(../img/logo.png) left center no-repeat;
	text-indent: -99999px;
    height:136px;
}

.navbar-brand-under {
	width: 540px;
    height:101px;
}


/***** Top content *****/

.inner-bg {
    padding: 40px 0 10px 0;
}

.top-content .text {
	color: #000;
}

.top-content .text h1 { color: #000; }

.top-content .description {
	margin: 20px 0 10px 0;
}

.top-content .description p { opacity: 0.8; }

.top-content .description a {
	color: #000;
}
.top-content .description a:hover, 
.top-content .description a:focus { border-bottom: 1px dotted #fff; }

.top-content .top-big-link {
	margin-top: 35px;
}

.form-box {
	padding: 20px 15px;
}

.form-top {
	overflow: hidden;
	padding: 0 25px 5px 25px;
	
	text-align: left;
}

.form-top-left {
	float: left;
	width: 75%;
	padding-top: 25px;
}

.form-top-left h3 { margin-top: 0; color: #000; }
.form-top-left p { opacity: 0.8; color: #000; }

.form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 66px;
	color: #000;
	line-height: 100px;
	text-align: right;
	opacity: 0.3;
}

.form-bottom {
	padding: 25px;
	/*background: #444;
	background: rgba(0, 0, 0, 0.3);*/
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
}

.form-bottom form textarea {
	height: 100px;
}

.form-bottom form .input-error {
	border-color: #ff0000;
}

.form-bottom p { opacity: 0.8; color: #000; }


/***** Media queries *****/

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

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

@media (max-width: 767px) {
	
	.navbar { padding-top: 0; }
	.navbar.navbar-no-bg { background: #fff;}
	.navbar-brand { height: 80px; margin-left: 15px; }
	.navbar-collapse { border: 0; }
	.navbar-toggle { margin-top: 12px; }
	
	.inner-bg { padding: 10px 0 10px 0; }
	.top-content .top-big-link { margin-top: 25px; }
	.top-content .top-big-link a.btn { margin-top: 10px; }
    #lang {display:block;float:right!important;padding-top:12px!important;margin-right:12px!important;padding-bottom:0px}
    .navbar-brand {
	width: 285px;
	background: url(../img/logo@1x.png) left center no-repeat;
	text-indent: -99999px;
    }
    .bcontent {border:0px dashed #ccc!important}
    .form-bottom {padding: 10px 0px;}
    .form-top {padding: 0px;}
    .footer {font-size:12px!important;}
    .pull-right {
    float: none !important;
    }
    .pull-left {
        float: none !important;
    }
    .under {}
    .under-con {font-size:16px!important;font-family: Open Sans Condensed;}
    .form-box {padding: 0px;}
    .row {margin-right: 0px;margin-left: 0px;}
    
}

@media (max-width: 415px) {
	
	h1, h2 { font-size: 32px; }

}


/* Retina-ize images/icons */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
	/* logo */
    .navbar-brand {
        margin-top:6px;
    	background-image: url(../img/logo.png) !important; background-repeat: no-repeat !important; background-size: 285px 60px !important;
    }
	
}
#lang {display:block;float:right!important;padding-top:12px!important;margin-right:12px!important;padding-bottom:0px}
#lang img {padding:0px 2px}
.navbar-header {float:none!important;}
.human {font-weight: normal;}
#gmap_canvas img{max-width:none!important;background:none!important}

p {margin:0 0 5px!important;}
.lang-text {padding:0px 5px;border: 1px dashed #ccc;text-align: center;}
.bcontent {border:0px dashed #ccc}
.footer {padding:0px 2px 3px 2px;font-size:14px;}
.query-text {margin: 6px 2px;font-size:12px}
.query-form {padding:4px 2px;font-size:12px;border-bottom:1px solid #000}
.outer {
   display: table;
   width: 100%;
}
.inner {
   display: table-cell;
   text-align: center;
   vertical-align: middle;
}
.under-con1 {font-size:28px;font-family: Open Sans Condensed;padding: 15px 0px;color:#fff}
.under-con {font-size:28px;font-family: Open Sans Condensed;padding: 5px 0px;padding:16px 0px;color:#fff}
.titlebox {font-size:16px;font-weight: 400;letter-spacing: 1px;}
.offerbox {border-bottom:1px solid #ccc;}
.descbox {text-align: justify;}

/* Vertical Offset Bottom */
.vert-offset-top-12{
    margin-top: 12em;
}
.vert-offset-top-11{
    margin-top: 11em;
}
.vert-offset-top-10{
    margin-top: 10em;
}
.vert-offset-top-9{
    margin-top: 9em;
}
.vert-offset-top-8{
    margin-top: 8em;
}
.vert-offset-top-7 {
    margin-top: 7em;
}
.vert-offset-top-6{
    margin-top: 6em;
}
.vert-offset-top-5{
    margin-top: 5em;
}
.vert-offset-top-4{
    margin-top: 4em;
}
.vert-offset-top-3{
    margin-top: 3em;   
}
.vert-offset-top-2{
    margin-top: 2em;
}
.vert-offset-top-1{
    margin-top: 1em;
}
.vert-offset-top-0{
    margin-top: 0em;
}
/* Vertical Offset Bottom */
.vert-offset-bottom-12{
    margin-bottom: 12em;
}
.vert-offset-bottom-11{
    margin-bottom: 11em;
}
.vert-offset-bottom-10{
    margin-bottom: 10em;
}
.vert-offset-bottom-9{
    margin-bottom: 9em;
}
.vert-offset-bottom-8{
    margin-bottom: 8em;
}
.vert-offset-bottom-7{
    margin-bottom: 7em;
}
.vert-offset-bottom-6{
    margin-bottom: 6em;
}
.vert-offset-bottom-5{
    margin-bottom: 5em;
}
.vert-offset-bottom-4{
    margin-bottom: 4em;
}
.vert-offset-bottom-3{
    margin-bottom: 3em;
}
.vert-offset-bottom-2{
    margin-bottom: 2em;
}
.vert-offset-bottom-1{
    margin-bottom: 1em;
}
.vert-offset-bottom-0{
    margin-bottom: 0em;
}



