/* Webkit */
::selection {
    background: 0099cc;
}
/* Gecko/Mozilla */
::-moz-selection {
    background: 0099cc;
}
body {
				 font-size: 15px; }




.logo_wrapper,
.side_menu_button
{
	height: 125px;
}
.content{
	margin-top: 125px;
}
.drop_down .second{
	top: 125px;
}



nav.main_menu > ul > li > a
{
	line-height: 125px;
}


nav.main_menu > ul > li > a{
	 color: #404040; 		 font-size: 16px; 		 font-weight: 400; 
}
nav.main_menu ul li:hover a,
nav.main_menu ul li.active a{
	color: #0099cc;
}

h1{
		color: #333333; 		font-family: Roboto, sans-serif;
		font-size: 60px; 		font-style: normal; 	font-weight: 700; }
h2,
h2 a{
	color: #333333; 		font-size: 38px; 			font-weight: 400; }
h3,h3 a{
	color: #333333; 		font-size: 26px; 			font-weight: 400; }
h4,
h4 a{
	color: #333333; 		font-size: 20px; 			font-weight: 400; }

h5,
h5 a{
	color: #333333; 		font-size: 18px; 			font-weight: 400; }
h6{
	color: #333333; 		font-size: 15px; 			font-weight: 400; }
p{
			font-size: 15px;					}

.title .subtitle{
			font-size: 15px;			}


a, p a{
	color: #0099cc;			}



