/* FONTS ==================== */
@import url(http://fonts.googleapis.com/css?family=Lato:400,700,900,300&subset=latin,latin-ext);

/* ===== GENERAL ===== */


html, body{
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: #6b6e80;
    background: #fff;
    overflow-x: hidden;
	scrollbar-face-color: #333;
}

::-moz-selection { 
	color: #fff; 
	text-shadow: none; 
	background: #3498db; 
}

::-webkit-selection { 
	color: #fff; 
	text-shadow: none; 
	background: #3498db; 
}

::selection { 
	color: #fff; 
	text-shadow: none; 
	background: #3498db; 
}

::-webkit-scrollbar {
	width: 10px;
} 

::-webkit-scrollbar-track {
	background-color: #333;
} 

::-webkit-scrollbar-thumb {
	background-color: #666;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	     -o-border-radius: 2px;
			border-radius: 2px;
} 

::-webkit-scrollbar-button {
	display: none;
}

::-webkit-scrollbar-corner {
	background-color: #000000;
}

a{
	color: #1672ac;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

a:hover{
	color: #3bafda;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	color: #333;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	color: #1672ac;
	border-color: #bbb;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		  	box-shadow: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Lato",Calibri,Candara,Arial,sans-serif; font-weight:400;
    line-height:1.2; color: #6b6e80;
    margin: 20px 0px 10px 0px;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child{
	margin-top: 0px;
}

h5, h6 {
    font-weight:700;
}
    h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong{
        font-weight:700;
    }
    h1 a, h2 a, h3 a, h4 a, h5 a{
        font-size:inherit; color:inherit; font-family:inherit;
    }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
        color:inherit;
    }
    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
        color: #999;
    }
    
h1, .h1{
    font-size:40px; margin-bottom: 25px;
    font-family: "Lato",Calibri,Candara,Arial,sans-serif;
}
h2, .h2{
    font-size:25px;
}
h3, .h3{
    font-size:20px;
}
h4, .h4{
    font-size:16px;
}
h5, .h5{
    font-size:14px;
}
h6, .h6{
    font-size:12px;
}

hr{
    border: 0; border-bottom: 1px solid #d5d5d5;
}

p {
    margin:0px 0px 15px 0px;
}

img{
	max-width: 100%;	
}

#map_canvas img,
.google-maps img {
  max-width: none;
}


/* ===== UTILS ===== */

.icon-pdf {
    width               : 47px;
    height              : 57px;
    background		    : url( ../img/pdf.png ) center center;
    vertical-align      : -4px;
    }

.set-rel {
    position: relative;
    }
.set-abs {
    position: absolute;
    }

.clear-both {
    clear: both; height: 0px; font-size: 0px; line-height:0px;
}
.clear-right{
    clear:right; height: 0px; font-size: 0px; line-height:0px;
}
.clear-left{
    clear:left; height: 0px; font-size: 0px; line-height:0px;
}

.space-right {
    margin-right : 5px;
}
.space-left {
    margin-left : 5px;
}

.btn, .form-control{
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
    margin-bottom: 10px;
}

.form-control:focus{
	color: #1672ac;
	border-color: #bbb;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		  	box-shadow: none;
}

.btn{
}

.btn-link{
	color: #1672ac;
}
	.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .btn-link.dropdown-toggle{
		color: #1672ac;
	}
	
.btn-default{
	color: #6b6e80;
}
	.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .btn-default.dropdown-toggle{
		color: #6b6e80;
	}

.btn-primary{
	background-color: #1672ac;
	border-color: #3bafda;
}

	.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.dropdown-toggle{
		background-color: #3bafda;
		border-color: #3bafda;
	}

.btn-success{
	background-color: #39b54a;
	border-color: #37bc9b;
}

	.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.dropdown-toggle{
		background-color: #37bc9b;
		border-color: #37bc9b;
	}

.btn-info{
	background-color: #a470e4;
	border-color: #9059d3;
}

	.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.dropdown-toggle{
		background-color: #9059d3;
		border-color: #9059d3;
	}
	
.btn-warning{
	background-color: #ffce54;
	border-color: #f6bb42;
}

	.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.dropdown-toggle{
		background-color: #f6bb42;
		border-color: #f6bb42;
	}

.btn-danger{
	background-color: #aa0505;
	border-color: #aa0505;
}

	.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.dropdown-toggle{
		background-color: #f17271;
		border-color: #f17271;
	}

.text-primary{
	color: #1672ac;
}
.text-success{
	color: #39b54a;
}
.text-info{
	color: #a470e4;
}
.text-warning{
	color: #f7a800;
}
.text-danger{
	color: #aa0505;
}
.text-inverse{
	color: #fff;
}
.text-left{
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center{
	text-align: center;
}

.bg-primary {
	color: #fff !important;
	background-color: #1672ac;
}
	.bg-primary p{
		color: #fff !important;
	}
.bg-success {
	background-color: #dff0d8;
}
.bg-info {
	background-color: #d9edf7;
}
.bg-warning {
	background-color: #fcf8e3;
}
.bg-danger {
	background-color: #f2dede;
}
.bg-inverse {
	color: #fff;
	background-color: #333333;
}



.btn-large{
}

.btn-top{
	bottom: 10px; left: 7px; position: fixed;
	padding: 5px 10px;
	z-index: 1120;
	opacity: 0.5;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease;
}
	.btn-top:hover{
		opacity: 1;
	}

.dropdown-menu blockquote {
    margin      : 0;
    border      : 0;
    background  : transparent;
    }
li.dropdown:hover > ul.dropdown-menu{
    display:block;
}

.thumbnail{
	padding: 0px;
}

.breadcrumb {
    padding     : 0;
    background  : transparent;
    }

.lazy {
    display: none;
}

.image-stretch img{
    width:100%;
}
.image-stretch, .image-fit{
    position:relative;
}
.image-title{
    position:absolute; padding:20px; bottom:0px; right:0px; max-width:350px;
    color:#FFFFFF; text-shadow: 0 0 0.5em #666;
    font-size: 14px;
    z-index:50;
}

.text-muted{
    color:#999;
}

.text-negative, .text-negative *{
    color:#FFFFFF;
}

.text-padding{
	padding: 0px 15px;
}

.affix {
    position: fixed; top:50px; left:auto; 
    z-index:10;
}
	.affix-top, .affix-bottom{
		position: absolute;
	}
	.affix .nav, .affix-top .nav, .affix-bottom .nav{
	    margin:0px; padding:0px;
	}

span.required {
    color   : #B94A48;
}
.help-block.error, .help-inline{
    padding:5px 10px; display:inline-block;
    position: relative; top: -3px;
    color: #B94A48;
    /*background: #F2DEDE; border-color: #EED3D7;*/
}

.display-table{
	display: table;
	height: 100%;
	table-layout: fixed;
}
.display-table-cell{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}

/* ===== SECTIONS ===== */

section{
	width:100%; height:100%; position:relative; top:0px; left:0px; padding:0px;
	margin:0px;
}
section.noscale{
	height:auto;
}

section.loading{
    min-height:600px; color:#ffffff;
    background:#ffffff  url(../img/loader.svg) no-repeat center center;
}

section.loading *{
    color:#ffffff;
}
section.loading {
    display: none;
}

.enable_multipage section.loading {
    display: block;
}

section .loader{
	position:absolute; top:0px; left:0px; width:100%; height:100%;
	background:#FFFFFF;
	z-index:50;
}

/* ===== NAVIGATION ===== */

.navbar-default{
	background-color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
	border-color: #fff;
	margin-bottom: 0px;
	margin-top: 10px;
}

.navbar-default.navbar-static-top{
	margin-bottom: 0;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
		 -o-border-radius: 0;
			border-radius: 0;
}

.navbar-default .navbar-brand img{
	height: 60px;
	width: auto;
	display: block;
}


.navbar-default .navbar-brand{
    color: #1672ac;
    display: block;
    font-size: 26px;
    padding: 10px 30px 10px 0px;
    position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.page-loader{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#ffffff url(../img/loading.gif) no-repeat 50% 50%;
    z-index: 150;
    display: none;
}

.navbar-default .navbar-brand:hover{
	color: #3bafda;
}

.navbar-default > .active > .line{
	display: none;
	position: absolute;
	top: -53px; left: 0px; width: 100%; height: 4px;
	background: #222;
}

.navbar-default .navbar-nav > li > a {
    color: #656d78;
    font-size: 14px;
    padding: 30px 15px;
    text-shadow: none;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover{
	position: relative;
	background-color: transparent;
}

.navbar.navbar-default .navbar-nav li.dropdown.open > a,
.navbar.navbar-default .navbar-nav li.dropdown.open > a:hover{
}

.dropdown-menu {
	padding-top: 0;
	padding-bottom: 0;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
		 -o-border-radius: 0px;
			border-radius: 0px;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		 -o-box-shadow: none;
			box-shadow: none;
}

.dropdown-menu > li > a{
	padding-top: 12px;
	padding-bottom: 12px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus{
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
}


/* ===== HEADER ===== */

header{
	position: fixed; top: 0px; left: 0px;
	width: 100%;
	background: #fff;
	z-index: 100; 
}


/* ===== ARTICLE ===== */

article{
    width:100%;
}

.article-margin{
    padding-left : 220px;
}

.scroll-margin {
    height : 105px;
}
section:first-of-type .scroll-margin {
    height : 105px;
}
article .pad-right{
    margin-right: 20px;
}
	article .pad-right *:first-child{
	    margin-top: 0px;
	}
article .pad-left{
    margin-left: 20px;
}
	article .pad-left *:first-child{
	    margin-top: 0px;
	}

.article-title{
}
.article-title-img{
	position: relative;
	margin-bottom: 25px;
}
.article-title-img h1, .article-title-img h2 {
	position: absolute;
	top: 0px;
	left: 50px;
	line-height: 250px;
	margin: 0px;
}
.article-desc{
	font-size: 125%;
	margin-bottom: 20px;	
}
.article-text{
	margin-bottom: 20px;
}
.article-address{
	margin-bottom: 20px;
}

/* ===== ASIDE NAV ===== */

aside{
	position:fixed;
	top:0; left:0px; width:55px;
	z-index:1100;
	color:#FFFFFF;
	background: #1672ac url(../img/menu.png) 16px 50px no-repeat;
	overflow: hidden;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease;	
}
aside.active{
	width: 250px;
}
	aside .subnav{
		position: absolute;
		background:none;
		top: 50%;
		margin-top: -150px;
		padding: 0px 22px;
	}
	aside.active .subnav{
		width: 120px;
	}

	aside a:hover, aside a:focus{
		text-decoration:none; color:#ffdc1a;
	}
	aside li{
		width:8px; height:8px; margin: 30px 0px 30px 0px; position:relative;
		border-radius:10px;
		border:1px solid #6b6e80; background:#6b6e80;
		content: ' ';
	}
	aside li.active{
		border:1px solid #ffffff; background:#ffffff;
	}
	aside ul.nav{
		padding:0px; margin:0px;
		list-style:none;
	}
		aside div.subnav .nav > li > a:before {
			width:25px; height:20px; float:left; margin-left:-35px;
			content:' ';
		}
		aside div.subnav .nav > li > a {
			padding:5px 10px 5px 10px; position:absolute; top:-11px; left:21px; max-width: 170px;
			background:none; font-size:13px; font-weight:400;
			color:#FFFFFF; white-space:nowrap; text-transform:uppercase;
			opacity: 0;
			-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease;
		}
		aside div.subnav .nav > li:hover > a {
			opacity: 1;
		}
		aside div.subnav .nav > li.active > a, aside div.subnav .nav > li.active > a:hover {
			background:none;
			color: #fff;
			border: 1px solid #fff;
			margin: -1px;
		}
		aside div.subnav .nav > li > a:hover, aside div.subnav .nav > li > a:focus {
			color:#FFFFFF;
			background:#6b6e80;
		}

	aside.active div.subnav .nav > li > a {
		opacity: 1;
	}
	html.no-touch .nav-close {
		display:none;
		top:20px;
		left:210px;
		width:20px;
		height:20px;
		background: url("../img/close-ico.png") no-repeat 0px 0px;
		}
	html.touch .nav-close {
		display:block;
		top:20px;
		left:210px;
		width:20px;
		height:20px;
		background: url("../img/close-ico.png") no-repeat 0px 0px;
		}

aside .nav-seeall {
	opacity:0;
	margin-left: 20px;
	-webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -ms-transition: all 0.2s ease; transition: all 0.2s ease;
	}
aside.active .nav-seeall {
	opacity:1;
	}

aside .nav-seeall a {
	position:relative;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease;
}


/* ===== LISTS ===== */

.no-row-space {
    margin-bottom : 0;
    } 
          .no-row-space .thumbnail {
            border: 0px;
            margin: 0px;
            }
          .no-row-space .thumbnail-background {
            background : #ffffff;
            }
          .no-row-space .thumbnail-body, .no-row-space .thumbnail-background {
          	position			: absolute;
            top                 : 0;
            left                : 0;
            width               : 100%;
            height              : 100%;
            opacity             : 0;
            -webkit-transition  : opacity .5s;
            transition          : opacity .5s;
            }
          .no-row-space > li .thumbnail-body {
            } 
          .no-row-space > li:hover .thumbnail-body {
            opacity : 1;
            } 
            .no-row-space > li .thumbnail-body div {
                margin-top	: 25%;
                width       : 100%;
                text-align  : center;
	            vertical-align: middle;
	            display		: block;
                }
            .no-row-space > li .thumbnail-body > a {
                width       : 100%;
                height		: 100%;
	            display		: block;
                }
          .no-row-space > li:hover .thumbnail-background {
            opacity : .7;
            }
            
.row-space .thumbnail-body, .row-space-style .thumbnail-body {
        display         : block;
        margin-bottom   : 10px;
        padding         : 15px 15px;
        border-top      : 0;
        text-align      : center;
        }

/* ===== FOOTER ===== */

footer{
    padding:20px 0px 20px 0px; margin-top: 50px;
	border-top: 1px solid #dbdbdb;
    color:#999999; font-size: 12px;
}
footer a, footer a:hover, footer a:active{
    color:#999999;
}
.footer-copy{
    padding:0px 0px 30px 0px;
    text-align:right;
}



/* ===== BX SLIDER ===== */
.bxslider, .bxslider_banners{
    margin:0px; padding:0px;
}
.bx-wrapper {
    margin: 0 0 0px;
}
.bx-wrapper .bx-viewport {
    margin:0px; left: 0px;
    box-shadow: none;
    border:0px; background:none;
}

#bx-pager a img {
    border: 1px solid #FFFFFF;
    padding: 3px;
    cursor:pointer;
}
#bx-pager a:hover img, #bx-pager a.active img {
    border: 1px solid #CCCCCC;
}


/* tables */

article table th {
    color: #1672ac;
	font-weight: bold;
	font-family: 'DINProPl', sans-serif;
}

article table .glyphicon {
    margin-right: 10px;
}

article table {
    border-collapse: collapse;
    border-spacing: 4px;
    border-color: #dadada;
}

article table th, article table td {
    border-color: #dadada;
    padding: 4px 10px 4px 10px;
}

article table.clean {
    border-spacing: 0px;
}
article table.clean th, article table.clean td {
    padding: 0px;
}

article table.separate {
    border-collapse: separate;
    border-spacing: 4px;
    margin:0px -4px;
}
article table.separate th {
    background-color: #d7e2e7;
    vertical-align:middle;
    padding: 6px 20px 6px 20px;
}
article table.separate td {
    background-color: #f2f2f2;
    vertical-align:middle;
    padding: 6px 20px 6px 20px;
}
article table.separate p {
    margin:0px;
}

article table.separate h1, article table.separate h2, article table.separate h3, article table.separate h4, article table.separate h5, article table.separate h6  {
    margin:5px 0px 5px 0px; padding:0px;
}

table.table-responsive{
	border: 0;
}


/* ===== NANO ===== */

.nano > .pane {
    background: #222;
    border-radius: 0;
    bottom: 0;
    left: 0;
    opacity: 0.01;
    position: absolute;
    top: 0;
    transition: all 0.2s ease 0s;
    width: 8px;
	padding:0px 2px;
}
.nano > .pane > .slider {
    background: #fde15b;
    border-radius: 0;
    margin: 0;
    position: relative;
}	

.nano .nav {
    margin-bottom: 0px;
}	
.invest-list-btndown {
	height:18px;
	text-align:center;
	background:#fde15b;
	width: 256px;
	margin-left:12px;
	}			

	
/* ===== FB TAB ===== */
	
.fb-tab{
	position:fixed; top:50%; right:-400px; margin-top:-265px;
	z-index:1100; color:#333333;
}
	.fb-tab .tab{
		position:absolute; top:0px; left:0px; width:42px; height:42px;
		background:#d30045 url(../img/fb-tab.png) no-repeat top right;
		cursor: pointer;
	}
	.fb-tab .content{
		margin-left:42px;
		background:#fff; 
		border: 2px solid #153a74;
	}
		.fb-tab .content-pad{
			width: 396px;
		}
	.fb-tab h4{
		text-transform:none; font-size:15px;
		color: #404041;
	}	
	
	
/* ===== PDF LIST ===== */

.pdf-list{
	margin-top: 20px;
}
	.pdf-list a{
		display: block; 
	}
	.pdf-list h2{
		margin: 30px 0px 30px 0px;
		font-weight: normal; 
	}
	.pdf-list h3{
		margin-bottom: 50px;
		font-weight: normal; 
	}
	.pdf-list i{
		font-size: 60px;
	}
	
/* ===== BOOK LIST ===== */

.book-list{
	margin-top: 20px;
}
	.book-list h4{
		margin-top: 5px;
	}
	
/* ===== GRID LIST ===== */
.og-grid .arrow {
	top:-13px;
	left:20px;
	width:32px;
	height:14px;
	background-image: url("../img/arrow-up.png");
}

.og-grid .grid-details-box {
	cursor:pointer;
	}

.og-grid .og-expander {
  background: none;
}

.og-grid .og-expander-inner {
  padding: 20px 0px;
}

.og-grid .roll-content {
  background: #ededed;
  padding: 30px 30px;
}

.og-grid .roll-content .arrow {
	top:-43px;
	left:20px;
	width:32px;
	height:14px;
	background-image: url("../img/arrow-up.png");
}

.og-grid .roll-content .text {
	padding:0px 50px 0px 10px;
}
	
	
/* ===== MAPS ===== */		
	
.map-tip{
    width: 220px; min-height: 60px;
    margin: 0px 10px 10px 15px;
    position: relative;
    }	
.map-tip2{
    width: 220px; 
    }
    .map-tip *, .map-tip a{
    	color: White;
        }
    .map-tip h4{
        font-weight: bold;
        }
    .map-tip #point-distance{
        margin-top: 0px;
        float: left;
        }
    .map-tip #point-duration{
        margin-top: 0px;
        float: left;
        }
        
     .close-tip {
        background-image: url(../img/close-tip.png);
        width: 11px;
        height: 11px;
        position: absolute;
        right: 10px;
        top: 10px;
     }
     
     .close-tip:hover {
        cursor: pointer;
     }
     
     .map-tip .tip-icon {
        width: 30px;
        overflow: hidden;
     }	
     .map-tip2 .tip-icon {
        width: 27px;
        height: 34px;
        overflow: hidden;
     }
     .map-tip .tip-info {
        width: 170px; padding: 5px 0px 10px 10px;
     }	
     .map-tip .tip-info img {
        max-width: 100%; margin: 10px 0px 0px 0px;
     }	
	     .map-tip .tip-name {
	        text-transform: uppercase;
        	font-weight: bold;
	     }	
     
     
	.groups-options {
	    bottom: 0; right: 0; height: auto; width: auto; padding: 10px 15px 15px 0px;
	    z-index: 5;
	}
	.group-label {
	    margin-right: 30px;
	}
		.group-label input {
		    margin: 0px;
		}
		.group-label img {
		    width: 25px; margin: 5px 2px 0px 2px;
		}
		
/* SIDEBAR */
.sidebar{
	margin-bottom: 20px;
}

.services {
    display: none;
}

.sidebar .widget:before,
.sidebar .widget:after,
.sidebar .widget-sidebar:before,
.sidebar .widget-sidebar:after{
	content: "";
	display: table;
	clear: both;
}

.sidebar .widget-white{
	position: relative;
	padding: 15px;
	background: #fff;
	margin-bottom: 30px !important;
	border-bottom: 2px solid #ddd;
}

.sidebar .widget-white::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	border-width: 25px;
	border-top: 25px solid #1672ac;
	border-right: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 0 solid transparent;
}

.sidebar .widget,
.sidebar .widget-sidebar{
	margin-bottom: 20px;
}

.sidebar .widget .widget-header{
	margin-bottom: 20px;
}

.sidebar .widget .widget-header h3{
	font-family: 'Lato', sans-serif;
	color: #7f8c8d;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	background-repeat: repeat-x;
	background-position: bottom center;
	margin-top: 20px;
	padding-bottom: 20px;
}

/* default widget */
.sidebar .widget ul{
	list-style-type: none;
}

.sidebar .widget ul > li{
	display: block;
	padding: 3px 0;
	margin-left: -40px;
}

.sidebar .widget ul > li:first-child > a{
	padding-top: 0;
}

.sidebar .widget ul > li > a:before{
	font-family: 'FontAwesome';
	content: "\f105";
	padding-right: 10px;
}

.sidebar .widget ul > li > a{
	display: inline;
	font-size: 14px;
}

/* special widget */
.advance-search::before,
.advance-search::after{
	content: '';
	display: table;
	clear: both;
}

.advance-search .btn-group{
	display: table;
	text-align: center;
	margin: 10px auto;
}

.sidebar .widget-sidebar .list-check > li > a:before{
    content: '\f00c';
    font-family: 'FontAwesome';
    font-size: 12px;
    color: #898ba2;
    padding-right: 8px;
    position: relative;
    left: 0;
    top:-1px;
}

.sidebar .widget-sidebar .list-check > li > a:hover:before{
    color: #1672ac;
}

.sidebar .widget-sidebar .nav-tabs {
	border-bottom: 3px solid #ddd;
}

.sidebar .widget-sidebar .nav-tabs > li > a {
	font-size: 18px;
	border: none;
	position: relative;
}

.sidebar .widget-sidebar .nav-tabs > li > a:hover {
	color: #2C3E50;
	border-color: transparent;
	background: transparent;
}

.sidebar .widget-sidebar .nav-tabs > li > a:hover:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 3px;
	background: #ccc;
}

.sidebar .widget-sidebar .nav-tabs > li.active > a,
.sidebar .widget-sidebar .nav-tabs > li.active > a:hover,
.sidebar .widget-sidebar .nav-tabs > li.active > a:focus {
	color: #2C3E50;
	cursor: default;
	background-color: transparent;
	border: none;
	border-bottom-color: transparent;
}

.sidebar .widget-sidebar .nav-tabs > li.active > a:before,
.sidebar .widget-sidebar .nav-tabs > li.active > a:hover:before,
.sidebar .widget-sidebar .nav-tabs > li.active > a:focus:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 3px;
	background: #3bafda;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

#search-box button[type="submit"] {
    margin-bottom: 0;
}

#search-box > .form-group {
    margin-bottom: 0;
}

/* GENERAL */

::-moz-selection {
	color: #fff;
	text-shadow: none;
	background: #3498db;
}

::-webkit-selection {
	color: #fff;
	text-shadow: none;
	background: #3498db;
}

::selection {
	color: #fff;
	text-shadow: none;
	background: #3498db;
}

::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background-color: #333;
}

::-webkit-scrollbar-thumb {
	background-color: #666;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	     -o-border-radius: 2px;
			border-radius: 2px;
}

::-webkit-scrollbar-button {
	display: none;
}

::-webkit-scrollbar-corner {
	background-color: #000000;
}


select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	color: #333;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	color: #1672ac;
	border-color: #bbb;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		  	box-shadow: none;
}

sectino.loading {
    display: none;
}

body > #fancybox-loading {
    background-image: none !important;
}

.sitemap{

}
    .sitemap li a {
        color: #000;
    }
    .sitemap .dropdown-menu{
        padding-left:5px;
        display: block;
        position: relative;
        float: none;
        box-shadow: none;
        border: 0px;
    }
    .dropdown-submenu>.dropdown-menu{
        padding-left:20px;
        left:0;
        top:0;
        margin:0px;
    }
    .sitemap .caret{
        display: none;
    }
