/* raleway-300 - latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../font/raleway-v12-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Raleway Light'), local('Raleway-Light'),
    url('../font/raleway-v12-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/raleway-v12-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../font/raleway-v12-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../font/raleway-v12-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../font/raleway-v12-latin-300.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-700 - latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../font/raleway-v12-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Raleway Bold'), local('Raleway-Bold'),
    url('../font/raleway-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/raleway-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../font/raleway-v12-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../font/raleway-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../font/raleway-v12-latin-700.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* lato-300 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../font/lato-v14-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Lato Light'), local('Lato-Light'),
    url('../font/lato-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/lato-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../font/lato-v14-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../font/lato-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../font/lato-v14-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-regular - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../font/lato-v14-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Lato Regular'), local('Lato-Regular'),
    url('../font/lato-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/lato-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../font/lato-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../font/lato-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../font/lato-v14-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-700 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../font/lato-v14-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Lato Bold'), local('Lato-Bold'),
    url('../font/lato-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/lato-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../font/lato-v14-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../font/lato-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../font/lato-v14-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}

/* roboto-slab-300 - latin */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../font/roboto-slab-v7-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Roboto Slab Light'), local('RobotoSlab-Light'),
    url('../font/roboto-slab-v7-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/roboto-slab-v7-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../font/roboto-slab-v7-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../font/roboto-slab-v7-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../font/roboto-slab-v7-latin-300.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}


@font-face {
    font-family: 'linecons';
    src:url('../font/linecons.eot');
}
@font-face {
    font-family: 'linecons';
    src: url('../font/linecons.woff') format('woff'),
    url('../font/linecons.ttf') format('truetype'),
    url('../font/linecons.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
    font-family: 'linecons';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
[class^="li_"]:before, [class*=" li_"]:before {
    font-family: 'linecons';
    font-style: normal;
    speak: none;
    font-weight: normal;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    text-decoration: inherit;
    margin-right: .2em;
    text-align: center;
    vertical-align: middle;
    font-variant: normal;
    text-transform: none;
    margin-left: .2em;
}
.li_heart:before {content: "\e000";}
.li_cloud:before {content: "\e001";}
.li_star:before {content: "\e002";}
.li_tv:before {content: "\e003";}
.li_sound:before {content: "\e004";}
.li_video:before {content: "\e005";}
.li_trash:before {content: "\e006";}
.li_user:before {content: "\e007";}
.li_key:before {content: "\e008";}
.li_search:before {content: "\e009";}
.li_settings:before {content: "\e00a";}
.li_camera:before {content: "\e00b";}
.li_tag:before {content: "\e00c";}
.li_lock:before {content: "\e00d";}
.li_bulb:before {content: "\e00e";}
.li_pen:before {content: "\e00f";}
.li_diamond:before {content: "\e010";}
.li_display:before {content: "\e011";}
.li_location:before {content: "\e012";}
.li_eye:before {content: "\e013";}
.li_bubble:before {content: "\e014";}
.li_stack:before {content: "\e015";}
.li_cup:before {content: "\e016";}
.li_phone:before {content: "\e017";}
.li_news:before {content: "\e018";}
.li_mail:before {content: "\e019";}
.li_like:before {content: "\e01a";}
.li_photo:before {content: "\e01b";}
.li_note:before {content: "\e01c";}
.li_clock:before {content: "\e01d";}
.li_paperplane:before {content: "\e01e";}
.li_params:before {content: "\e01f";}
.li_banknote:before {content: "\e020";}
.li_data:before {content: "\e021";}
.li_music:before {content: "\e022";}
.li_megaphone:before {content: "\e023";}
.li_study:before {content: "\e024";}
.li_lab:before {content: "\e025";}
.li_food:before {content: "\e026";}
.li_t-shirt:before {content: "\e027";}
.li_fire:before {content: "\e028";}
.li_clip:before {content: "\e029";}
.li_shop:before {content: "\e02a";}
.li_calendar:before {content: "\e02b";}
.li_vallet:before {content: "\e02c";}
.li_vynil:before {content: "\e02d";}
.li_truck:before {content: "\e02e";}
.li_world:before {content: "\e02f";}

.icon-right-open-mini:before,
.icon-right-open-big:before{
    content: "\279D";
    font-style: normal;
    speak: none;
    font-weight: normal;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    text-decoration: inherit;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    margin-left: .2em;
}
.icon-right-open-big:before{
    content: "\2609";
}


body,html{
    font-family:"Lato",Helvetica, Arial,sans-serif;
    font-weight:400;
    color:#666;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

.navbar-inverse { border-radius: 0; background:rgba(255, 255, 255, .9); border-bottom:1px solid rgba(255, 255, 255, 0.15); min-height:100px; padding-top:25px; margin-bottom:0;}
.navbar-inverse *:focus { outline: 0; }
@media (max-width: 767px) {
    .navbar-inverse {  background:rgba(255, 255, 255, .9); }
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > .open ul > a { color:#0D2C5A;font-family:"Raleway", Helvetica, Arial; }

.navbar-inverse .navbar-nav > li > a{padding-top:38px; padding-bottom:2px;}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus { color: #3399ff; background:none ; }
.navbar-inverse .navbar-nav > .open > a{ background:none; color:white; }

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus { background:none; color: #3399ff; }

.navbar-inverse .navbar-nav > .active > a { background:none; color: #3399ff; }

.navbar-inverse .navbar-brand { font-family: "Raleway", Helvetica, Arial,sans-serif; font-size: 24px; color:white; padding:0 0 0 15px; margin:12px 0 0 0; }
.navbar-inverse .navbar-brand img { margin-top:-8px;width: 100%;max-width: 275px;}

.navbar-nav {margin-left:0px;margin-right:0px;}
.navbar-nav .dropdown-menu {
    left:-5px;
    font-size: 13px;
    background-color: rgba(13, 44, 90, .7);
    border: 0px none;
    -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.navbar-nav .dropdown-menu > li > a { color:rgba(255, 255, 255, .7); padding:7px 20px; }
.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu > li > a:focus,
.navbar-nav .dropdown-menu > .active > a:hover{ background: rgba(255, 255, 255, .1); color:white; }

.navbar-nav .dropdown-menu > .active > a,
.navbar-nav .dropdown-menu > .active > a:focus { background: none; color:#fff; }

.navbar-nav .btn { border:1px solid rgba(255, 255, 255, .2); margin-left:5px; margin-top:5px; padding-top:10px; padding-bottom:10px; }

.navbar-nav a.btn:focus,
.navbar-nav a.btn:hover  { border:1px solid rgba(255,255,255,.6); }

.navbar-collapse { border:0 none;  border-top:0 none; box-shadow: none; }
@media (max-width: 767px) {
    .navbar-collapse ul { text-align: center;  width:100%; padding-bottom:10px; }
    .navbar-collapse ul .btn{ max-width:50%; margin:0 auto; }
}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom { border-radius: 0; }

.btn-default, .btn-primary, .btn-success, .btn-action
.btn-info,    .btn-warning, .btn-danger {
    text-shadow: 0 2px 1px rgba(0, 0, 0, .2);
    text-shadow: none;
    font-family: "Raleway",Helvetica , Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.btn { padding: 10px 40px; font-weight: bold; border:0 none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.btn-lg { padding: 15px 65px; font-size: 14px; font-weight:bold; }
.btn-default { text-shadow: none; background:transparent; color:rgba(50,50,50,.5); -webkit-box-shadow:inset 0px 0px 0px 3px rgba(50,50,50,.5); -moz-box-shadow:inset 0px 0px 0px 3px rgba(50,50,50,.5); box-shadow:inset 0px 0px 0px 3px rgba(50,50,50,.5); }
.btn-default:hover,
.btn-default:focus { color:rgba(50,50,50,.8); -webkit-box-shadow:inset 0px 0px 0px 3px rgba(50,50,50,.8); -moz-box-shadow:inset 0px 0px 0px 3px rgba(50,50,50,.8); box-shadow:inset 0px 0px 0px 3px rgba(50,50,50,.8); background: transparent; }
.btn-default:active,
.btn-default.active { color:#333; -webkit-box-shadow:inset 0px 0px 0px 3px #333; -moz-box-shadow:inset 0px 0px 0px 3px #333; box-shadow:inset 0px 0px 0px 3px #333; background: transparent; }

.btn-action,
.btn-primary { color:#FFEFD7; background-image: -webkit-linear-gradient(top, #FF9B22 0%, #FF8C00 100%); background-image: linear-gradient(to bottom, #FF9B22 0%, #FF8C00 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffFF9B22', endColorstr='#ffFF8C00', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border:0 none; }
.btn-action:hover,
.btn-action:focus { color:#fff; background: #FF9B22; }
.btn-action:active {	background: #FF8C00; }

.jumbotron { color: inherit; background-color: #F7F5F4; padding-top:30px; padding-bottom:30px; margin-bottom:0; }
.container .jumbotron { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding-left:40px; padding-right:40px; }
.jumbotron p { font-size:inherit; }
.jumbotron h2, .jumbotron h3, .jumbotron h4,
.jumbotron h5, .jumbotron h6 { line-height: 1.3em; }

.img-rounded { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }

.invisible{visibility: hidden;}
.visibility{visibility: visible;}

#head { background:#181015 url( ../images/bg_header.jpg) no-repeat;background-position: 0 0; background-size: cover; min-height:520px; text-align: center; padding-top:240px; color:white; font-family:"Open sans", Helvetica, Arial; font-weight:300; }
#head.secondary { height:315px; min-height: 315px; padding-top:0px; }
	#head .lead { font-family:"Raleway", Helvetica, Arial; font-size:36px; margin-bottom:6px; color:#ffffff; line-height:1.15em;padding: 15px;background-color: rgba(13, 44, 90, 0.75); }
	#head .tagline { color:rgba(255,255,255,0.75); margin-bottom:25px; }
		#head .tagline a { color:#fff; } 
	#head .btn { margin-bottom:10px;}
	#head .btn-default { text-shadow: none; background-color:rgba(255,255,255,0.5); color:rgba(13, 44, 90, 0.75); -webkit-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); -moz-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); }
		#head .btn-default:hover,
		#head .btn-default:focus { color:rgba(255,255,255,1); -webkit-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); -moz-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); background-color:rgba(51,153,255,0.9) }
		#head .btn-default:active, 
		#head .btn-default.active { color:#fff; -webkit-box-shadow:inset 0px 0px 0px 3px #fff; -moz-box-shadow:inset 0px 0px 0px 3px #fff; box-shadow:inset 0px 0px 0px 3px #fff; background: transparent; }


.navbar-inverse .navbar-toggle {
    border-color:transparent;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #b0b5c9;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #b0b5c9;
}
.navbar-inverse .navbar-toggle:hover .icon-bar,
.navbar-inverse .navbar-toggle:focus .icon-bar{
    background-color: #fff;
}

@media (max-width: 348px) {
    .navbar-inverse .navbar-brand{
        width:70%;
    }
    .navbar-inverse .navbar-brand img{
        max-width:100%;
        width: 100%;
    }
}

h1, h2, h3, h4, h5, h6 {
    text-rendering: optimizeLegibility;
    word-wrap: break-word;
}
a{
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

a[href^="tel:"],.footer1 a[href^="tel:"]{
    color: unset;
    text-decoration: none;
}

.slideUp { top:-100px; }
.headroom { -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; transition: all 0.4s ease-out; }
.white{background-color:#fff !important;}

.highlight { margin-top:40px; }
	.h-caption { text-align: center; } 
	.h-caption i {font-size: 54px; color:#0d2c5a;}
	.h-caption h4 { color:#0d2c5a; font-size: 24px; font-weight: bold; margin-bottom:20px; }

h1, h2, h3, h4, h5, h6 { font-family:"Raleway", Helvetica, Arial;color:#0e2d59; }
h1, .h1, h2, .h2, h3, .h3 { margin-top:30px; }
h3,.h3{font-weight: 700;}
h4,.h4{line-height: 26px;font-weight: 700;}
h5,.h5{font-weight: 700;margin:0;}
h2 small, h3 small, h4 small, h5 small, h6 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small{
    font-weight:600;
}
h3 small{padding-left:2.2em;display: inline-block;}
h4 > a,h5 > a{text-decoration: none !important}
blockquote { font-style: normal; font-family: "Roboto Slab",Georgia;font-weight: 300;color:#999;margin:30px 0 30px; }
label { color: #777; }
.thin { font-weight:300; }
.page-title { margin-top:20px; font-weight:300; }
.text-muted { color:#666; }
.breadcrumb { background:none; padding:0; margin:30px 0 0px 0; }
ul.list-spaces li{ margin-bottom:10px; }
.text-big{font-size:18px !important;line-height: 26px !important;}

.container-full { margin: 0 auto; width: 100%; }
.top-space { margin-top: 60px; }
.top-margin { margin-top:20px; }

img { max-width:100%; }
img.pull-right { margin-left: 10px; }
img.pull-left { margin-right: 10px; }
@media (max-width: 767px) {
    img { width:100%;margin-bottom:10px; }
    img.pull-right { margin-left: 0px; }
    img.pull-left { margin-right: 0px; }
}
#osm-map { width:100%; height:320px; }
#social { margin-top:50px; margin-bottom:50px; }
	#social .wrapper { width:340px; margin:0 auto; }

.sidebar { padding-top:36px; padding-bottom:30px; }
	.sidebar .widget { margin-bottom:20px; }
	.sidebar h1, .sidebar .h1, .sidebar h2, .sidebar .h2, .sidebar h3, .sidebar .h3 { margin-top:20px; } 

.footer1 { background: #b0b5c9; padding: 30px 0 0 0; font-size: 12px; color: #0d2c5a; }
	.footer1 a { color: #fff; }
		.footer1 a:hover {color: #eee; }
	.footer1 .widget { margin-bottom:30px; }		
	.footer1 .widget-title { font-size: 15px; font-weight: bold; color: #fff; margin: 0 0 20px; }
	.footer1 .entry-meta { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin: 0 0 35px 0; padding: 2px 0; color: #888888; font-size: 12px; font-size: 0.75rem; }
		.footer1 .entry-meta a { color: #333333; }
		.footer1 .entry-meta .meta-in { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 10px 0; }
	.follow-me-icons { font-size:30px; }		
		.follow-me-icons i { float:left; margin:0 35px 0 0; }

.footer2 { background: #0d2c5a; padding: 15px 0; color: #b0b5c9; font-size: 13px; }
	.footer2 a { color: #b0b5c9; }
		.footer2 a:hover { color: #fff; }
		.footer2 p { margin: 0; }
        .footer2 span{white-space: nowrap}

	.widget-simplenav { margin-left:-5px; }		
	.widget-simplenav a{ margin:0 5px; }

.text-blue{color:#b0b5c9 !important;}
.jumbotron p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2em;
}
ul.ul-icon{
    list-style: none;
    padding-left: 25px;
}
ul.ul-icon li{
    position: relative;
    margin: 0 0 0.5em 0;
}
ul.ul-icon li a [class^="icon-"]{
    position: absolute;
    top:0em;
    left:-1.5em;
}
ul.service{
    list-style: none;
    padding-left: 0;
}
ul.service li{
    padding: 0.85em 2.75em;
     line-height: 1.428571429;
     vertical-align: top;
     border-top: 1px solid #eee;
     position: relative;
}
ul.service li:first-child{
    border-top:none;
}
ul.service li [class^="icon-"]{
    position: absolute;
    top: 0.85em;
    left: 1em;
    line-height: 1.428571429;
}
.error{
    font:700 18px/24px "Lato",Helvetica, Arial,sans-serif;
    color:#FF8C00;
}

@media (max-width: 767px) {
    #head { min-height:420px; padding-top:160px; }
    #head .lead { font-size: 34px; }
    .navbar-inverse .navbar-nav > li > a {padding-top: 20px;}
    .footer1 h3.invisible{display:none;}
    .container .jumbotron {padding-left: 20px;padding-right: 20px;}
    input.form-control{margin-bottom:10px;}
}
@media (max-width:480px){
    .navbar-inverse {min-height: 70px;padding-top: 10px;}
    .navbar-inverse .navbar-brand img {max-width: 210px;}
    #head .lead {font-size: 28px;}
    h1, .h1, h2, .h2, h3, .h3 {margin-top: 0px;}
    h2, .h2 { font-size: 26px; }
    .btn {padding: 10px 12px;}
    .top-space {margin-top: 30px;}
    .btn{font-size:12px;}

}

