@import url('https://fonts.googleapis.com/css?family=Lato:400,900'); 
/*Other_Style_css*/
@import url("top.css");
@import url("font-awesome.min.css");
@import url("webslidemenu.css");
@import url("search.css");
@import url("owl.theme.css");
@import url("owl.carousel.css");

body{
    font-family: 'Lato', sans-serif !important;
}

.eng{
    margin-top: 10px;
}

.social{
    padding: 0px;
    margin:0px;
    text-align: right;
	}

.social>li{
    list-style: none;
    display: inline-block;
}

.social>li>a{
    border: 1px solid #ccc;
    color: #ccc;
    padding: 2px 0px 0px 0px;
    transition: 0.6s;
    width: 27px;
    height: 27px;
    display: block;
    text-align: center;
}

.social>li>a:hover{
     border:1px solid #ef0011;
    color: #fff;
    background-color: #ef0011;
}

.topbg{
    background-color: #ef0011;
}

.top_text{
    padding:0px;
   color: #fff;
    margin: 10px 0px 10px 0px; 
    text-align: right;
}

.top_text>li{
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.top_text>li:last-child{
    margin: 0px;
}

.top_text>li>a{
    text-decoration: none;
    color: #fff;
    transition: 0.6s;
}

.top_text>li>a:hover{
    color: #fff;
}

.top_text>li>a>i{
     border: 1px solid #fff;
    padding: 4px;
    color: #fff;
     transition: 0.6s;
}

.top_text>li>a:hover i{
    border:1px solid #fff;
    color: #ef0011;
    background-color: #fff;
}

.top_border{
    border-bottom: 1px solid #ccc;
}

.bgcolor1{
    padding: 5px 0px;
}

.logo>a>img{
    margin-left: auto;
    margin-right: auto;
}

.anons__block--center {
    padding: 0;
    margin: 0px 10px;
    background-color: #f4f4f4;
    transition: 0.4s;
    border-bottom: 3px solid #ef0011;
}


.anons__block--center:hover{
    background-color: #ef0011;
        border-bottom: 3px solid #000;
}

.anons__color-block {
    padding: 15px 0;
}

.anons__block h2 {
    margin: 0;
    text-align: center;
}

.anons__block h2 a{
    text-decoration: none;
    color: #000;
    margin: 0 0 15px 0;
    text-align: center;
}

.anons__block--center:hover .anons__color-block h2 a{
    color: #fff;
}

.anons__block p {
    color: #000;
    text-align: center;
}

.anons__block--center:hover .anons__color-block p{
    color: #fff;
}

.triangle--block-center:after {
    border-bottom: 13px solid #ef0011;
    border-right: 13px solid transparent;
/*    left: 15px;*/
    bottom: 0;
    width: 0;
    height: 0;
    content: '';
        position: absolute;
    transition: 0.4s;
}

.triangle--block-center:hover:after{
    border-bottom: 13px solid #000;
}

.fproduct{
    padding: 30px 0px 30px;
}

.h_text{
      text-align: center;
    font-weight: bold;
}

.p_img{
    text-decoration: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    display: block;
    margin-top: 15px;
}

.p_img>img{
    margin-left: auto;
    margin-right: auto;
}

.p_text{
    text-align: center;
    background-color: #ccc;
    color: #000;
    padding: 10px 0px;
    background-color: #f4f4f4;
    border-bottom: 3px solid #ef0011;
    transition: 0.4s;
}

.p_text:after {
    border-bottom: 13px solid #ef0011;
    border-right: 13px solid transparent;
    left: 15px;
    bottom: 0;
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    transition: 0.4s;
}

.p_text>h4{
    text-decoration: none;
}

.p_text>h5{
    text-decoration: none;
}

.p_img:hover{
    text-decoration: none;
}

.p_img:hover .p_text{
    background-color: #ef0011;
    border-bottom: 3px solid #f4f4f4;
    color: #fff;
}

.p_img:hover .p_text:after {
    border-bottom: 13px solid #f4f4f4;
}


.signup{
    background-color: #fff;
    padding: 70px 0 40px 0;
}

.signup__desc {
    margin: 0 0 0 50px;
}

.signup__desc h2.title {
    color: #333;
    padding-bottom: 0;
    font-size: 36px;
    position: relative;
    margin: 0 0 45px 0;
}

.signup__desc span.fa {
    color: #ef0011;
    margin-right: 10px;
}

.title__bold {
    font-weight: 700;
    text-transform: uppercase;
}

.text--small {
    color: #666;
    line-height: 1.7;
    max-width: 675px;
    margin: 0 auto 55px auto;
}

.signup .sign-form {
    margin-top: 60px;
}

.signup .sign-form > div {
    width: 400px;
    float: left;
    margin-right: 10px;
} 

.input-triangle {
    width: 0;
    height: 0;
    content: '';
    border-bottom: 12px solid #eee;
    border-right: 12px solid transparent;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.sign-input {
border: none;
    border-bottom: 1px solid #eee;
    padding: 0 0px 27px 25px;
    width: 100%;
    background-color: transparent!important;
    outline: none;
}

.button--sign {
background-color: #ef0011;
    padding: 13px 26px;
    font-weight: 400;
    border-radius: 0px;
    color: #fff;
    transition: 0.5s;
}

.button--sign:hover{
    background-color: #000;
    color: #fff;
}

.triangle:after {
    width: 0;
    height: 0;
    content: '';
border-bottom: 12px solid #eee;
    border-right: 12px solid transparent;
    position: absolute;
    bottom: -1px;
    left: -1px;
}


.link{
    background-color: #f4f4f4;
        padding-bottom: 50px;
}


.link__square{
    position: relative;
    background-color: #fff;
        width: 90px;
    height: 90px;
    text-align: center;
    margin: 0 auto 45px auto;
    margin-top: -45px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.link__square span.fa-mobile {
    color: #ef0011;
    font-size: 45px;
    margin-top: 20px;
}

.link__square span.fa-map-marker {
    color: #ef0011;
    font-size: 35px;
    margin-top: 27px;
}

.link__square span.fa-envelope-o {
    color: #ef0011;
    font-size: 25px;
    margin-top: 32px;
}

.link__square.triangle:after {
        border-bottom: 12px solid #eee;
    border-right: 12px solid transparent;
        border-bottom-color: #333;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    content: '';
}

.link__phone > h3 {
    font: 700 16px 'Lato',sans-serif;
    margin: 0 0 25px 0;
    text-align: center;
    color: #000;
}

.link__phone > p {
    font: 300 16px 'Lato',sans-serif;
    text-align: center;
    color: #666;
}

.footer-contacts{
    background-color: #333;
}

.quick-form {
    margin: 45px 0 0 15px;
}

.quick-form .title {
    font-size: 18px;
    margin: 0 0 25px 0;
    color: #fff;
}

.quick-input {
    border-color: #555;
    margin-bottom: 20px;
    border-bottom: 1px solid #555;
    padding: 0 0 17px 15px;
}


.quick-input input, .quick-input textarea {
    border: none;
    width: 100%;
    font: 400 12px 'Lato',sans-serif;
    resize: none;
    background-color: #333;
        color: #888;
    outline: none;
}

.quick-form .button {
        background-color: #ef0011;
    width: 120px;
        padding: 12px 0;
    font: 700 11px 'Lato',sans-serif;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px;
}

.footer-bottom{
    background-color: #222;
    padding: 28px 0;
}


.f_link{
    color: #868686;
    margin-top: 5px;
}

.f_link>a{
    text-decoration: none;
    color: #fff;
}

				
/*==================================================
=            detaile page   style                =
==================================================*/

	.Pagination { 
	clear:both; 
	margin-bottom:10px;
	}
	
	.Pagination a {
	background:#f3f3f3; 
	padding:3px 6px; 
	font-size:14px;  
	text-decoration:none; 
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px; 
	-khtml-border-radius:3px; 
	color:#000 !important;
	}
	
	.Pagination a:hover, .Pagination a.paging_act {
	background:#2B1C13;
	color:#fff !important;
	}

	.ProDetailsCon { 
	float:left; 
	padding:15px; 
	margin-left:0px; 
	padding-right:0px;
	width:100%;
	}
	
	.ProDetailsCon h1 { 
	color:#000; 
	font-size:18px;
	font-family: 'oswaldmedium'; 
	font-weight:normal; 
	text-transform:uppercase;
	}
	
	.DetailArt {
	border:1px solid #fff;
	padding:7px 5px; 
	font-size:12px; 
	color:#000;
	font-size:14px; 
	font-family: 'oswaldmedium';
	margin:8px 0 10px; 
	box-shadow:0px 0px 2px #000; 
	}
	
	.DetailArt span { 
	color:#000;
	}
	
	.DetailsCon {
	border:1px solid #fff; 
	padding:7px 5px; 
	min-height:100px;
	margin-bottom:10px; 
	color:#333;
	box-shadow:0px 0px 2px #000;
	font-family: 'oswaldmedium';
	}
	
	.DetailsCon span {
	color:#000; 
	font-size:16px; 
	font-family: 'oswaldmedium';
	}
	
	
	.ProdOpt { 
	border:1px solid #fff;
	padding:7px 5px;
	margin-bottom:8px; 
	box-shadow:0px 0px 2px #000;
	}
	
	.ProdOpt span {
	width:100px; 
	font-size:14px; 
	font-family: 'oswaldmedium'; 
	color:#000; 
	display:inline-block;
	}
	
	.ProdOpt select {
	border:1px solid #ccc;
	padding:2px; 
	color:#666;
	background:#f7f7f7;
	}
	
	.ProdOpt input {
	border:1px solid #ccc;
	width:50px; 
	padding:2px;
	color:#666;
	background:#f7f7f7;
	}
	
	.Button { 
	background:#fff; 
	padding:8px 10px; 
	color:#000; 
	transition: 
	all 0.5s ease-in-out 0s; 
	font-family: 'oswaldmedium';
	font-size:14px; 
	text-transform:uppercase;  
	margin:8px 0 10px 0px;
	box-shadow:0px 0px 2px #000;
	border: 1px solid;
	}
	
	.Button:hover { 
	background:#ef0011; 
	cursor:pointer; 
	color:#fff; 
	}
	
		
	
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

    /*==========  Mobile First Method  ==========*/


@media only screen and (max-width: 480px) {
	
	.signup .sign-form {
    margin-top: 0px;
}
    
    .signup .sign-form > div{
        width: 100%;
    }
    
    .button--sign {
    margin-top: 10px;
    float: right;
    }
    
    .sign-input {
    border-bottom: 1px solid #ccc;
    padding: 0 0px 20px 15px;
    }
    
    .link__square {
    margin: 0 auto 20px auto;
    margin-top: 0px; 
    }
    
    .quick-form {
    margin: 30px 0 0 0px;
}
    
    .quick-form .button {
    margin-bottom: 10px;
    }
    
    .signup__desc {
    margin:0px;
}
    
    .signup__desc h2.title {
        margin: 0 0 20px 0;
    }
    
    .text--small {
    margin: 0 auto 30px auto;
}
    
    .anons__block--center{
        margin-top: 10px;
    }
    
    .eng{
        display: none;
    }
    
    .f_link {
    margin-top: 0px;
    text-align: center;
}
    
    .social {
    text-align: center;
    margin-top: 10px;
}
    
    
.topbg{
    background-color: #fff;
}

.top_text{
   color: #000;
}

.top_text>li>a{
    color: #000;
}

.top_text>li>a:hover{
    color: #000;
}

.top_text>li>a>i{
     border: 1px solid #fff;
    color: #000;
}

.top_text>li>a:hover i{
    border:1px solid #fff;
    color: #ef0011;
    background-color: #fff;
}

    
	
	}				

					













			