
@font-face {
    font-family: 'mozart';
    src:url(../fonts/mozart.ttf) format('truetype');
}
html, body{
	font-family: 'PT Serif', serif;
	font-size: 100%;
	background:#fff;
	color:#000000;
	font-size:14px;
	height:100%;
	background-color: #f1f1f1;
	background-image:url(../images/mmbackground.jpg);
	background-size:cover;
	background-attachment:fixed;
}
.header{
	background-color:black;
}
.col-md-6.center_colum{
	text-align:center;
}
.center{
	text-align:center;
}
.black{
	font-size:10px;
	color:#000000;
	position:absolute;
}
h1.top_h1{
	margin-top:70px;
	font-family: 'mozart';
	font-size:82px;
	color:#fbe966;
	font-weight:normal;
}
.header_h2{
	font-size:18px;
	color:#fbe966;
	font-weight:normal;
}
.content.contacts .col-md-6{
	padding-right:15px;
	padding-left:15px;
}
.content.contacts .col-md-6:first-of-type{
	padding-left:0;
}
.contact_textarea.form-control{
	min-height:100px;
}
.contact_submit{
	margin:20px 0;
}
.top_contacts{
	list-style:none;
}
.top_contacts li{
	color:#fbe966;
}
.top_contacts .heading{
	font-size:24px;
}
.header_right_side .top_contacts{
	float:right;
	padding:30px 20px 0 0;
}
.top_menu ul{
	list-style:none;
}
.top_menu {
	color: #d7d7d7;
    background: #666666;
    border-right: solid 1px #000000;
    background: -moz-linear-gradient(top, #666666 0%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#000000));
    background: -webkit-linear-gradient(top, #666666 0%,#000000 100%);
    background: -o-linear-gradient(top, #666666 0%,#000000 100%);
    background: -ms-linear-gradient(top, #666666 0%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000000',GradientType=0 );
    background: linear-gradient(top, #666666 0%,#000000 100%);
	text-align:center;
}
.top_menu ul{
	display:inline-block;
	margin:0;
}
.top_menu ul li{
	float:left;
}
.top_menu ul li a{
	padding:10px;
	color: #d7d7d7;
	display:block;
	cursor:pointer;
	font-size:16px;
}

.top_menu ul li a:hover{
	text-decoration:none;
	background: #444444;
    background: -moz-linear-gradient(top, #444444 0%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#000000));
    background: -webkit-linear-gradient(top, #444444 0%,#000000 100%);
    background: -o-linear-gradient(top, #444444 0%,#000000 100%);
    background: -ms-linear-gradient(top, #444444 0%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#000000',GradientType=0 );
    background: linear-gradient(top, #444444 0%,#000000 100%);
}
.active{
	text-decoration:none;
	background: #444444;
    background: -moz-linear-gradient(top, #444444 0%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#000000));
    background: -webkit-linear-gradient(top, #444444 0%,#000000 100%);
    background: -o-linear-gradient(top, #444444 0%,#000000 100%);
    background: -ms-linear-gradient(top, #444444 0%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#000000',GradientType=0 );
    background: linear-gradient(top, #444444 0%,#000000 100%);
}
.content .container{
	-webkit-box-shadow: 0px 5px 20px rgba(50, 50, 50, 1);
    -moz-box-shadow: 0px 5px 20px rgba(50, 50, 50, 1);
    box-shadow: 0px 5px 20px rgba(50, 50, 50, 1);
	background-color:#ffffff;
}

.content{
	margin:20px 0;
}
.content .col-md-6{
	padding:0;
}
.main_img img{
	width:100%;
	padding:30px 0px 0px 30px;
}
.main_slogan{
	font-size:36px;
	color:#444;
	margin-top:40px;
	text-align:center;
}
.main_slogan span{
	font-size:42px;
	color:#E2B680;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	text-align:center;
}
.service_block{
	margin-top:30px;
	text-align:center;
}
.service_block h4{
	font-size:36px;
	color:#444;
	text-align:center;
}
.service_block ul {
	list-style:none;
	text-align:left;
	padding-left:175px;
}
.service_block ul li{
	font-size:20px;
	color:#333;
}
.service_block .glyphicon-ok{
	margin-right:10px;
	color:#E2B680;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
.master{
	font-family: 'mozart';
	font-size:40px;	
    color:#E2B680;
	font-weight:bold;
	text-align:center;
	margin-top:40px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
.page_h3{
	text-align:center;
	font-size: 36px;
	color:#444;
	margin-bottom:20px;
}
.article img{
	width:100%;
}
.article{
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
	padding-bottom:15px;
}
.article iframe{
	width:100%;
}
.article:last-child{
	border-bottom:none;
}
.article img:hover{
	cursor:zoom-in;
}
.mobile_menu{
	position:fixed;
	z-index:2;
	right:20px;
	top:20px;
	background-color:#ffffff;
	border-radius:5px;
	border:1px solid #000000;
	display:none;
	cursor:pointer;
}
.map iframe{
	width:100%;
}
.mobile_menu i{
	font-size:30px;
	padding:10px;
}
.top_menu.mobile_menu{
	width:100%;
	position:fixed;
	right:0;
	background:none;
	z-index:1;
	display:none;
}
.top_menu.mobile_menu ul li{
	display:block;
	float:none;
	 background: #666666;
    border-right: solid 1px #000000;
    background: -moz-linear-gradient(top, #666666 0%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#000000));
    background: -webkit-linear-gradient(top, #666666 0%,#000000 100%);
    background: -o-linear-gradient(top, #666666 0%,#000000 100%);
    background: -ms-linear-gradient(top, #666666 0%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000000',GradientType=0 );
    background: linear-gradient(top, #666666 0%,#000000 100%);
	
}
.top_menu.mobile_menu ul{
	display:block;
	padding:0;
}
.bottom_text{
	font-size:16px;
	padding:0px 20px 20px 20px;
}
.pagination {
    display: block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.page-navigation.active {
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    background-color: #1ABC9C;
    color: #ffffff;
    float: left;
    margin-right: 5px;
    padding: 10px 15px;
}
.page-navigation a {
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    background-color: #e3e8eb;
    color: #777;
    margin-right: 5px;
    padding: 10px 15px;
    float: left;
    text-decoration: none;
}
.success_msg{
	color:green;
	padding:20px 0;
}
.video_wrapper{
	position: relative;
	padding-bottom: 40.25%; /* 16:9 */
	padding-top: 25px;
	margin-bottom: 50px;
	height: 0;
}
.video_wrapper iframe {
	position: absolute;
	top: 0;
	left: 10%;
	width: 80%;
	height: 100%;
}
.ba_label{
	text-align:center;
	display:block;

    font-size: 40px;
    color: #E2B680;
    font-weight: 400;
    text-align: center;
    margin-top: 0px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
.page_h3 .ba_heading{
	margin-bottom:0;
	margin-top:40px;
}
.page_h3.section_heading{
	margin-bottom:30px;
	margin-top:40px;
}
.before_after{
	padding-bottom:40px;
}
.before_after .col-md-6 img{
	width:90%;
}
.top_block{
	padding-bottom:20px;
}
.before_after .glyphicon-chevron-right{
	top:2px;
	color:#555;
}
.youtube_link {
	position:relative;
}
.youtube_link .fa{
	float: right;
	margin-left:5px;
	margin-top:4px;
}
.seo_text{
	font-size:16px;
}
.seo_text p{
	color:#505050
}
.seo_text ul li{
	color:#505050
}
.content.contacts .error{
	font-weight:400;
	color:#AF0F0F;
}
#text_message-error{
	display:block;
	margin-top:0px;
}
.success_msg{
	margin-top:5px;
	color:#08AB38;
}
.overlay {
   display:none;
   background:transparent; 
   position:relative; 
   width:100%;
   height:339px; /* your iframe height */
   top:339px;  /* your iframe height */
   margin-top:-339px;  /* your iframe height */
}
.mobile_contacts{
	display:none;
	text-align:center;
	font-size:20px;
}
.mobile_h3{
	display:none;
	text-align:center;
}
/*MEDIA*/
@media (max-width: 991px){
	.main_img img{
		padding: 15px 15px 0px 15px;
	}
	.logo{
		text-align:center;
		display:none;
	}
	.header_right_side{
		text-align:center;
	}
	.header_right_side .top_contacts{
		padding:0;
		float:none;
		
	}
	.mobile_menu{
		display:block;
	}
	.top_menu{
		display:none;
	}
	.top_menu.mobile_menu{
		top:0;
	}
	.top_menu.mobile_menu ul li a{
		padding:20px 0;
		font-size:20px;
	}
	.service_block{
		text-align:center;
	}
	.service_block ul{
		padding:0;
		display:inline-block;
	}
}
@media (max-width: 480px){
	.mobile_contacts, .mobile_h3{
		display:block;
	}
	.overlay {
		display:block;
	}
	h1.top_h1{
		font-size:72px;
		margin-top:40px;
	}
	.master{
		font-size:34px;
	}
}
