*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
body {
	font-family: "RobotoRegular", sans-serif;
	font-size: 16px;
    background-image: url(../images/backgrounds/4846579-Diamond-steel-plate-useful-as-a-background-Stock-Photo.jpg);
   /* background-repeat: no-repeat;*/
    background-size: 100%;
}
.main_mnu_button {
	background: #320E0E;
    color: bisque;
    float: left;
    
}

.header_topline{
	padding: 10px;
    margin-bottom: 10px;
    background-image: url(../images/backgrounds/FOTF-arrival-flame-trench-RS.jpg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

.header_container {
    max-height: 130px; 
    margin: 0;
    padding: 0;
}

.logo {
    max-width: 150px; 
	float: left;
    display: none;
}

.logo img {
    max-width: 64%;
}

.head {

}
.head_name h1{
    font-family: "OrpheusBold";
    font-size: 44px;
    text-align: center;
    padding: 8px;
    color: orangered; 
}
.main_content {
	/*max-height: 500px;*/

}
.main_content .container{
    background-color: rgba(240, 59, 19, .95);
}

.girl {
    max-width: 500px;
    float: left;
}
.girl img{
	width: 100%;
    height: auto;
    float: left;
}

/**Main menu section **/

nav {
	margin: 10px auto; 
	text-align: center;
}

nav ul li:hover > ul {
		display: block;    
	}


nav ul {
	background: #320E0E; 
	background: linear-gradient(top, #320E0E 0%, #590500 100%);  
	background: -moz-linear-gradient(top, #320E0E 0%, #590500 100%); 
	background: -webkit-linear-gradient(top, #320E0E 0%,#590500 100%); 
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 0 10px;
	border-radius: 10px;  
	list-style: none;
	position: relative;
	display: inline-table;
}
nav ul:after {
    content: ""; clear: both; display: block;
}

nav ul li {
    float: left;
}
.nav li {
    background:url(../images/nav-spacer.jpg) left top no-repeat;
    width:2px;
    height:24px;
    padding:0;
}
.nav li span.arrow {
    margin:0;
    padding-left:5px;
    height:12px;
    font-size:11px;
    z-index: 12;
}
nav ul li:hover {
    background: #4b545f;
}
nav ul li:hover a {
    color: #fff;
}

nav ul li a {
    display: block; padding: 12px 30px;
    color: #b6b6b6; text-decoration: none;
}

nav ul ul {
	display: none;
    z-index: 10;
    background: #320E0E; border-radius: 0px;  
    background: -webkit-linear-gradient(#320E0E 0%, #590500 100%);
    background: -o-linear-gradient(#320E0E 0%, #590500 100%);
    box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
    padding: 0;
    margin: 0;
    position: absolute; top: 100%;
}

nav ul ul span{
    position:absolute;
    top: -15px;
    left: 0px;
    display:block;
}
nav ul ul li {
    float: none; 
    background: #320E0E; border-radius: 0px; 
    border-top: 1px solid #320E0E;
    border-bottom: 1px solid #320E0E; position: relative;
    background: linear-gradient(top, #320E0E 0%, #590500 100%);  
	background: -moz-linear-gradient(top, #320E0E 0%, #590500 100%); 
	background: -webkit-linear-gradient(top, #320E0E 0%,#590500 100%); 
}

nav ul ul li a {
    padding: 10px 15px;
    font-size: 14px;
}	
nav ul ul li a:hover {
    background: #4b545f;
}

nav ul ul ul {
    position: absolute; left: 100%; top:0;
}

nav ul ul 

/* nav  section final */

.carousel {
	border: solid;
    width: 100%;
}
.bottom .col-md-12 {
    background-color: #320E0E;	
    background: linear-gradient(top, #320E0E 0%, #590500 100%);  
	background: -moz-linear-gradient(top, #320E0E 0%, #590500 100%); 
	background: -webkit-linear-gradient(top, #320E0E 0%,#590500 100%); 
}

.bottom-line {
	display: inline;
}
.contacts {
	float:left;
    width: 50%;
    text-align: center;
}

.map {
    text-align: center;
}
.bottom-line a{
    text-align: center;
	font-size: 25px;
    color: #b6b6b6;
    
}

.bottom-line a:hover{
    background-color: #251515;
    font-size: 27px;
    transition: .25s all 0.25s;
}
.galery {
	display: none;
    background-color: rgba(240, 59, 19, .95);
}

.galery img{
	margin: 10px;
	padding: 10px;
    vertical-align: middle;
    
}
#fancybox-thumbs ul {
    display: inline-flex !important;
    overflow-x: scroll !important;
}

.scrollToTop{
	width: 100px; 
	height:130px;
	padding:10px; 
	text-align:center; 
	position:fixed;
	top:75px;
	right:40px;
	display:none;
	background: url('../img/up-circular-256.png') no-repeat 0px 20px;
    background-size: 100%;
}
.scrollToTop:hover{
	text-decoration:none;
}
.blink {
  background: #B82633;
}

.fancybox-title{
    border-radius: 3px;
    
}
.title {
    font-size: 20px;
     animation: blink-animation 2s steps(5, start) infinite;
  -webkit-animation: blink-animation 2s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}