/**************
 DO NOT EDIT
**************/

/* Header 1 */

#header.header1 #logo
{
	display:table-cell;
	height:100%;
	vertical-align:middle;
	text-align:left;
	width:1%;
}

#header.header1 #header_top
{
	padding:8px 30px;
	text-align:right;
	display:table;
	width:100%;
	clear:both;
}

#header.header1 #header_bottom
{
	padding:0px 20px 0px 30px;
	display:table;
	width:100%;
	clear:both;
}

#header.header1 .header_top_right
{
	display:table-cell;
	height:100%;
}

.header_phone
{
	font-size:16px;
	font-weight:700;
	position:relative;
	padding-left:12px;
	margin-right:10px;
}

#menu > li > a
{
	padding:40px 20px 28px 20px;
	border-bottom:solid 12px transparent;
}


/* Fin Header 1 */


.rot_title
{
	text-align:left;
	font-weight:700;
	font-style:normal;
	text-transform:uppercase;
	width:55%;
	line-height:1;
	margin-bottom:20px;
}

.rot_txt
{
	color:#ffffff;
	line-height:25px;
	width:48%;
	text-align:left;
}

#rotator_menu
{
	display:none;
}


@media screen and (max-width: 1000px) 
{
	.header1 #menu_block
	{
		display:block;
		//margin-top:40px;
		z-index:100;
		width:100%;
		position:absolute;
		margin-left:0;
	}
	
	
	#header.header1 #logo
	{
		padding-top:20px;
		padding-bottom:20px;
		display:block;
		width:100%;
	}
	#header.header1 .header_top_right
	{
		display:block;
		width:100%;
		margin-top:0;
	}

	.header1 #menu_media
	{
		position:absolute;
		display:block;
		right:0;
		top:-65px;
		cursor:pointer;
		//transform:translateY(-50%);
	}
	
	.rot_title
	{
		width:100%;
	}
	
	.rot_txt
	{
		width:100%;
	}
}