@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@charset "utf-8";
/* CSS Document */
body{
	overflow-x:hidden;
	overflow-y:hidden;
	padding:0;
	margin:0;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size:13pt;
}
.logo{
	height:70px;
}
.image-container{
	min-height: 100%;
	overflow:hidden;
	background-image:url(../img/logo_bg.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.menu{
	overflow:hidden;

}
.menu-icons{
	background-color:#333333;
	overflow:hidden;
	height:100%;
	padding:0 0 0 5px;
	
	-webkit-box-shadow: inset 9px 0px 8px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 9px 0px 8px -5px rgba(0,0,0,0.75);
	box-shadow: inset 9px 0px 8px -5px rgba(0,0,0,0.75);
}
.menu-icons>ul{
	list-style:none;
	margin:0px;
	padding:0px;
	}
.menu-icons>ul>li{
	color:#ffffff;
	height:60px;
	margin-bottom:0px;
	background-position: center;
	background-repeat: no-repeat;
}
.menu-text{
	-webkit-box-shadow: inset 9px 0px 8px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 9px 0px 8px -5px rgba(0,0,0,0.75);
	box-shadow: inset 9px 0px 8px -5px rgba(0,0,0,0.75);
	}
.menu-text-empty{
	-webkit-box-shadow: inset 9px 0px 8px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 9px 0px 8px -5px rgba(0,0,0,0.75);
	box-shadow: inset 9px 0px 8px -5px rgba(0,0,0,0.75);
	}
.menu-text>ul{
	list-style:none;
	margin:0px;
	padding:0px;
	}
.menu-text>ul>li{
	color:#ffffff;
	height:60px;
	margin-bottom:0px;
}

.menu-link{
    height:60px;
	display:block;
	color:#ffffff;
	margin-top:0px;
	padding-left:10px;
	padding-top:18px;
	padding-bottom:0px;
}
.menu-link:hover{
	text-decoration:none;
	background-color:#333333;
	color:#ffffff;	
}
.menu-link:active, .menu-link:visited{
	text-decoration:none;
	background-color:#333333;
	color:#ffffff;	
}
.menu_link_active{
	text-decoration:none;
	background-color:#333333;
	color:#ffffff;
}
.menu-text{
	background-color:#009999;
	overflow:hidden;
	height:100%;
	padding:0px;
}
.content{
	overflow:hidden;
	padding:0px;
	margin:0px;
}
.content>#page_data{
	height:100%;
	overflow-x:scroll;
	overflow-y:hidden;
	padding:0px;
	margin:0px;
	}
#row-main{
	background-color:#000000;
}

.home_style{
	background-color:#060;
	height:750px;
}

.icon_style{
	background-color:#930;
	height:750px;
}

.btn_style{
	background-color:#0C6;
	height:750px;
}

.ico-home{
	background-image:url(../img/icons/ico-home.png);
	background-size: 30px 30px;
	background-repeat:no-repeat;
}

.ico-avi {
	 background-image:url(../img/icons/ico-avi.png);
	background-size: 30px 30px;
	 background-repeat:no-repeat;
}

.ico-meri {
	background-image:url(../img/icons/ico-meri.png);
	background-size: 30px 30px;
	background-repeat:repeat;
}

.ico-agency {
	background-image:url(../img/icons/ico-agency.png);
	background-size: 30px 30px;
	background-repeat:repeat;
}

.ico-contact {
	background-image:url(../img/icons/ico-contact.png);
	background-size: 30px 30px;
	background-repeat:repeat;
}

.ico-home_hvr{
	background-image:url(../img/icons/hover/ico-home.png);
	background-size: 50px 50px;
	background-repeat:no-repeat;
}

.ico-avi_hvr {
	 background-image:url(../img/icons/hover/ico-avi.png);
	 background-size:50px 50px;
	 background-repeat:no-repeat;
}

.ico-meri_hvr {
	background-image:url(../img/icons/hover/ico-meri.png);
	background-size:50px 50px;
	background-repeat:repeat;
}

.ico-agency_hvr {
	background-image:url(../img/icons/hover/ico-agency.png);
	background-size:50px 50px;
	background-repeat:repeat;
}

.ico-contact_hvr {
	background-image:url(../img/icons/hover/ico-contact.png);
	background-size:50px 50px;
	background-repeat:repeat;
}

.ico-home_active{
	background-image:url(../img/icons/active/ico-home.png);
	background-size: 50px 50px;
	background-repeat:no-repeat;
}

.ico-avi_active {
	 background-image:url(../img/icons/active/ico-avi.png);
	 background-size:50px 50px;
	 background-repeat:no-repeat;
}

.ico-meri_active {
	background-image:url(../img/icons/active/ico-meri.png);
	background-size:50px 50px;
	background-repeat:repeat;
}

.ico-agency_active {
	background-image:url(../img/icons/active/ico-agency.png);
	background-size:50px 50px;
	background-repeat:repeat;
}

.ico-contact_active {
	background-image:url(../img/icons/active/ico-contact.png);
	background-size:50px 50px;
	background-repeat:repeat;
}


.heading{
	color:red;
	}
#page_data{
	overflow:hidden;
}

.item{
	display: block;
	overflow:visible;
	padding-bottom: 75px;
}
.item h1{
	color:#2cbcb7;
	padding: 0px;
	font-size: 22px;
}
.item h2{
    color:#1b615c;
    padding:0px;
    font-size:16px;
}
.item p{
	color:#333333;
	}
	
/* panel default */
.panel-default{
	border-radius:0px;
    border:0px;
}
.panel-default ul, .panel-default ul li{
	list-style:none;
	padding:0px;
}
.panel-default>.panel-heading{
	background-color: #2cbcb7;
	border-radius:0px;
	font-weight:bold;
}
.panel-default>.panel-heading>.panel-title{
	color: #ffffff;
}

.carousel{
	margin-bottom:80px;
	}

.btn-primary{
	background-color:#009999;
	font-size:12px;
	font-weight:bold;
	}
.btn-primary:hover{
	background-color:#006666;
	}

/* inputs */
.form-control{
    border-radius: 0px;
    border: 0px;
    background-color: #dcf3f3;
    color: #174b46;
}
.btn{
    border-radius: 0px;
}

.transition{	
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
.transition2{	
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}




::-webkit-scrollbar-track-piece:start {
   /* Select the top half (or left half) or scrollbar track individually */
}

::-webkit-scrollbar-thumb:window-inactive {
   /* Select the thumb when the browser window isn't in focus */
}

::-webkit-scrollbar-button:horizontal:decrement:hover {
   /* Select the down or left scroll button when it's being hovered by the mouse */
   opacity:1;
}
::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1); 
    border-radius: 0px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */
    background-color: #2cbcb7;
   	opacity:.5;
}