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

/* Header 1 */

#header.header2 #logo
{
	display:block;
	height:100%;
	vertical-align:middle;
	text-align:center;
	padding:30px 0px;
}

#header.header2 #header_top
{
	padding:8px 30px;
	text-align:right;
	display:block;
	width:100%;
	position:relative;
}

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

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

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

.header2 .top_header_info
{
	position:absolute;
	right:30px;
	top:50%;
	transform:translateY(-50%);
	z-index:1;
}


.header2 #facebook_ico:before,
.header2 #instagram_ico:before,
.header2 #pinterest_ico:before,
.header2 #youtube_ico:before,
.header2 #twitter_ico:before,
.header2 #google_ico:before,
.header2 #linkedin_ico:before,
.header2 .header_phone:before
{
	font-size:26px;
}

.header2 #menu_block
{
	float:none;
	margin-left:0;
}

.header2 #menu > li > a
{
	padding:20px 45px;
	border:none;
}


.rot_txt
{
	font-size:17px;
	color:#ffffff;
	line-height:25px;
	width:40%;
	text-align:left;
	//text-shadow:0px 0px 10px #000;
}

.rot_title
{
	width:45%;
	text-align:center;
	margin-left:27.5%;
	font-weight:700;
	font-style:normal;
	text-transform:uppercase;
	line-height:1;
	margin-bottom:20px;
}
.rot_txt
{
	width:40%;
	text-align:center;
	margin-left:30%;
	font-size:17px;
	color:#ffffff;
	line-height:25px;
}
.rot_btn
{
	width:45%;
	margin-left:27.5%;
	text-align:center;
}

#rotator_menu
{
	display:none;
}



/* Fin Header 1 */



@media screen and (max-width: 1000px) 
{
	.header2 #menu_block
	{
		display:block;
		//margin-top:40px;
		z-index:100;
		width:calc(100% + 50px);
		position:absolute;
		margin-left:0;
		top:60px;
		left:-30px;
	}
	
	
	#header.header2 #logo
	{
		padding-top:20px;
		padding-bottom:20px;
		display:block;
		width:100%;
		text-align:left;
	}
	#header.header2 .header_top_right
	{
		display:block;
		width:100%;
		margin-top:0;
		height:60px;
	}

	.header2 #menu_media
	{
		position:absolute;
		display:block;
		right:0;
		top:14px;
		cursor:pointer;
		//transform:translateY(-50%);
	}
	
	.header2 #menu > li > a
	{
		padding:8px 30px;
	}
	
	.rot_title,
	.rot_txt,
	.rot_btn
	{
		margin-left:0;
		width:100%;
	}
	
}

@media screen and (max-width: 656px) 
{
	.header2 .header_phone	
	{
		font-size:0px !important;
		vertical-align:middle;
	}
	
	.header2 .header_phone:before	
	{
		content:"\f095";
		position:absolute;
		left:50%;
		top:50%;
		transform:translate(-50%,-50%);
		font-family:"FontAwesome";
	}
	
	#menu
	{
		margin-left:0 !important;
		margin-right:0 !important;
		width:100% !important;
	}
}