/*
Theme Name: DME
Author: TN3 Productions

*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
img{max-width: 100%;height: auto!important;}
body {
	font-size: 14px;
	font-family: "Arial", "sans-serif";
	color: #370101;
	text-align: left;
}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
b { font-weight: bold; }
a{
	color: #990000;
	text-decoration:underline;
}
.fleft {float: left;}
.fright {float: right;}
.clear {clear: both;}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
body{
	background: url(images/bg-body.jpg) repeat-x #010101;
}
.container{
	max-width: 1000px;
	margin: 0 auto;
}
.site{
	background: url(images/bg-container.png) no-repeat #fff;
}
.site-navigation {
    width: 100%;
}
header h1.site-title a{
	display: block;
	padding: 5px 20px;
}
.text-head{
	width: 75%;
	padding: 15px 0 0;
}
.text-head .text_top{
	width: 700px;
}
.text-head .text_top p{
	color: #4c0101;
	padding-bottom: 10px;
	line-height: 1.5em;
}
.scanners{
	width: 40%;
}
.pr_scanners{
	width: 48%;
	display: inline-block;
	position: relative;
	text-align: center;
}
.pr_scanners .title_link{
	position: absolute;
	bottom: 10px;
	left: 0;
	text-align: center;
	width: 100%;
}
.pr_scanners a{
	background: #be6261;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px;
	display: inline-block;
	text-aling: center;
	text-decoration: none;
}
.pr_scanners a:hover{
	background: #f9ec9b;
	color: #990000;
}
/* Menu */
.menu-toggle {
	cursor: pointer;
	font-size: 13px;
	line-height: 13px;
	padding: 7px 10px;
	margin: 0;
	overflow: hidden;
	position: absolute;
	top: 7px;
	right: 7px;
	text-align: center;
	background: transparent;
	color: #990000;
	background: #E6E5E5;
	border-radius: 3px;
}

/*.menu-toggle:before {
	color: #fff;
	content: "\f419";
	margin-top: 5px;
}*/
.title-site  a{
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	display: block;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
}
/* Genericons */

/*.menu-toggle:before{
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}*/

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.hide {
	display: none;
}

/* Primary Navigation */

.main-menu{
	background: #bf6363;
	position: relative;
}
.primary-navigation,.pr_nav {
	font-size: 16px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
}

.primary-navigation .nav-menu {
	border-bottom: 0;
	display: block;
}

.primary-navigation.toggled-on {
	border-bottom: 0;
	margin: 0;
	padding: 0;
}

.primary-navigation li,.pr_nav li {
	border: 0;
	display: inline-block;
	position: relative;
}
.primary-navigation .sub-menu li{
	display: block;
}
.primary-navigation a{
	padding: 0 7px;
}
.primary-navigation ul li a ,.pr_nav ul li a{
	display: inline-block;
	padding: 10px;
	white-space: nowrap;
	text-decoration: none;
	color: #fff;
}
.primary-navigation ul li:last-child a{
	padding: 10px 21px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
 .primary-navigation ul li a ,.pr_nav ul li a{
 	padding: 10px;
 }
 .primary-navigation ul li:last-child a{
	padding: 10px 16px;
}
}
ul.nav-menu > li:hover,
ul.nav-menu > li.current-menu-item{
	background: #990000;
}
ul.nav-menu li ul li:hover{
	background: #bf6464;
	display: block;
}
.primary-navigation ul ul,.pr_nav ul ul {
	background-color: #990000;
	float: left;
	margin: 0;
	position: absolute;
	top: 36px;
	display: none;
	min-width: 150px;
	z-index: 1;
}
.primary-navigation ul li:hover ul,
.pr_nav ul li:hover ul,
.primary-navigation.toggled-on .nav-menu{
	display: block;
}


/*Content */

.content-page{
	padding-top: 10px;
	padding-bottom: 80px;
	width: 720px;
}

.main{
	padding: 20px 15px;
}
.top-main{
	padding-bottom: 45px;
}
.content p{
	padding-bottom: 15px;
	line-height: 1.5em;
}
.text-content > p,
.text-content center,
.text-content h4,
.text-content h1,
.text-content iframe{
	margin-bottom: 15px;

}
.text-content iframe{
	width: 100%!important;
	max-width: 560px;
}

.video,.text-home{
	width: 48%;
}
.text-home h2 {
    font-size: 16px;
    padding-bottom: 25px;
}
.text-home p{
	font-size: 16px;
}
.view_pr{
	text-align: center;
	margin: 0;
}
.view_pr a{
	background: #990000;
	padding: 10px 30px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
}
.view_pr a:hover{
	background: #333;
}
.sidebar-left{
	width: 220px;
	background: #990000;
	margin: 5px 25px 80px 5px;
	color: #fff;
	padding: 7px;
}
.sidebar-left ul{
	list-style: none;
}

.sidebar-left ul li{
	padding: 10px;
	padding-left: 15px;
	background: url("images/bg-list.png") no-repeat left center;
}
.sidebar-left ul li a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.sidebar-left ul li a:hover{
	text-decoration: underline;
}
.sidebar-left .name-title{
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
	text-transform: uppercase;
}
.sidebar-left .product-box{
	margin-bottom: 15px;
}
.contact-box input[type="text"],
.contact-box input[type="email"],
.contact-box input[type="tel"],
.contact-box textarea{
	width: 98%;
	margin-bottom: 5px;
}
.contact-box .btn-submit{
	text-align: center;
}
.contact-box input[type="submit"]{
	width: 145px;
	height: 35px;
	background: #e6e5e5;
	color: #990000;
	font-size: 24px;
	border: none;
	border-radius: 2px;
	margin-top: 10px;
	cursor: pointer;
}
.add-box{
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	margin-top: 40px;
}
.add-box a{
	color: #fff;
}
.add-box p{
	margin-bottom: 20px;
}

.breadcrumb{
	margin-bottom: 30px;
}
.breadcrumb a{
	color: #370101;
	font-size: 14px;
}
.breadcrumb a:hover{
}

/*Contact*/
h3.title-page{
	margin-bottom: 20px;
	font-size: 25px;
}
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea{
	margin-bottom: 5px;
	padding: 5px 0;
	font-family: Arial, sans-serif;
	font-size: 13px;
}
.wpcf7-form input[type="submit"]{
	margin-top: 10px;
}

/*Categoy*/
.item-post{
	margin-bottom: 15px;
}
.item-post h3 a{
	color: #370101;
	text-decoration: none;
}
.item-post h3 a:hover{
	color: #990000;
}
.text-content{
	margin: 5px 0;
}
.item-post a.readmore{
	text-decoration: none;
	display: inline-block;
	margin-top: 5px;
}
.item-post a.readmore:hover{
	text-decoration: underline;
}


/*Single*/
.text-full p{
	margin-bottom: 15px;
}
h3.title-single{
	font-size: 24px;
	margin-bottom: 20px;
}

/*Site Footer*/
.site-footer{
	background: #990000;
}
.site-info{
	padding: 15px 0;
}
.site-footer ul li,.copyright{
	float: left;
	color: #fff;
	padding: 0 5px 0 0;
}
.site-footer ul li span{
	padding: 0 5px;
}
.site-footer ul li{
	list-style: none;
}
.site-footer ul li a,.copyright a{
	color: #fff;
	font-size: 14px;
}
.menu_f{
	width: 800px;
}
.menu_mobile{
	display: none;
}
/* Middle Homepage*/
.middle-home{
	padding-bottom: 20px;
}
.col-three{
	width: 33.33%;
	float: left;
}
.padding {
    padding: 0 5px;
}
.title_col {
    color: #990000;
    font-size: 18px;
    font-weight: bold;
    background: url(images/bg-title-col.png) no-repeat;
    height: 34px;
    line-height: 34px;
    padding: 0 12px;
}
.list ul{
	padding: 0 0 0 15px;
	min-height: 215px;
}
.list {
    padding: 0 0 0 15px;
    background: url(images/bg-col.png) no-repeat #dfdfdf;
    padding: 30px 12px 20px;
    min-height: 215px;
}
.list li {
    line-height: 1.5em;
    padding-bottom: 10px;
    color: #370101;
}
.list-art li a{
	text-transform: capitalize;
}
.list li a{color: #370101; text-decoration: none;}
.list li a:hover{
	text-decoration: underline;
}
.short-text{
	font-size: 12px;
	line-height: 19px;
	display: inline;
}
.list .short-text a{
	color: #2A78B9;
}
div.more{
	text-align: center;
}
div.more a{
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #990000;
	padding: 10px 30px;
	display: inline-block;
}
div.more a:hover{
	background: #333;
}

@media screen and (min-width: 768px) and (max-width: 1020px){
	.primary-navigation a{
		font-size: 14px;
		padding: 10px 4px;
	}
	.primary-navigation ul li a, .pr_nav ul li a{
		padding: 10px 8px;
	}
	.text-head{
		width: 72%;
	}
	.site-title{
		width: 28%;
	}
	.sidebar-left{
		width: 24%;
	}
	.content-page{
		width: 70%;
	}
	.pr_scanners .title_link{
		font-size: 10px;
	}
}
@media screen and (max-width: 820px){
	.primary-navigation ul li a, .pr_nav ul li a{
		font-size: 13px;
	}
	.menu_f{width: auto;}
	.list ul {
		min-height: 270px;
	}
}
@media screen and (min-width: 768px){
	.primary-navigation .menu-toggle {
		display: none;
		padding: 0;
	}

}

@media screen and (max-width: 768px){
	.primary-navigation li,.menu_mobile{
		display: block;
	}
	.menu_desktop,.middle-home{
		display: none;
	}
	.main-content{
		padding-left: 5px;
	}
	.content-page{
		width: 65%;
	}
	.sidebar-left{
		width: 33%;
		margin-right: 0;
		margin-left: 0;
		padding: 0;
		background: none;
	}
	#secondary{
		padding: 7px;
		margin-right: 20px;
		background: none repeat scroll 0 0 #990000;
	}
	.pr_nav {
	    padding: 2px 5px;
	}
	.primary-navigation .nav-menu {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		display: none;
	}
	.primary-navigation ul ul{
		margin-left: 10px;
		position: relative;
		float: none;
		top: 0;
		display: block;
	}
	.site-info{
		text-align: center;
	}
	.menu_f{
		width: 100%;
		padding-bottom: 10px;
	}
	.site-info > div,
	.site-title{
		float: none !important;
		text-align: center;
	}
	.site-navigation .menu_mobile .nav-menu{
		position: absolute;
		right: 0;
		background: #990000;
		min-width: 200px;
		z-index: 2;
	}
	.site-navigation .menu_mobile .nav-menu > li:hover > a{
		background: #BF6363;
	}
	.site-navigation .menu_mobile .nav-menu li a{
		display: block;

	}
	.site-navigation .menu_mobile .nav-menu .sub-menu li{
		background: url("images/arrow.png") no-repeat left;
	}
	.site-navigation .menu_mobile .nav-menu .sub-menu li a{
		margin-left: 10px;
		display: block !important;
	}
	.site-navigation .menu_mobile .nav-menu .sub-menu li a:hover{
		background: #BF6363;
	}
	.text-head{
		display: none;
	}
	.primary-navigation ul li:last-child a{
		padding: 10px;
	}
	.wpcf7-form input[type="tel"], .wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea{
		width: 98%;
		padding: 5px 0;
		text-indent: 5px;
	}
}
@media screen and (max-width: 650px){
	.video,.text-home{
		width: 100%;
	}
	.text-home{
		padding-bottom: 45px;
	}
	.site-footer ul li, .copyright{
		float: none;
		display: inline-block;
	}

}

@media screen and (max-width: 480px){
	.content-page{
		width: 100%;
	}
	.sidebar-left{
		display: none;
	}
}

.aligncenter {display:block;margin:auto;text-align:center;}

iframe {display:block;margin:auto;text-align:center;}

.search-field {border:2px solid #990000;padding:1px 0;font-size:20px;border-radius:4px;height:34px;}
.search-submit {font-weight:bold;color:#990000;font-size:17px;border:2px solid #990000;border-radius:4px;vertical-align:bottom;margin-right:10px;margin-left:5px;}
