/*
Theme Name: Embroidery Dynamics
Author: the WordPress team
Author URI: http://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

* {
	margin: 0px;
	padding: 0px;
	outline: none;
	border: none;
}
.cont a {
	color: #fff;
}
body {
	list-style: none;
	background: url(images/bg.jpg) center fixed no-repeat;
	font-family: 'exoregular';
	font-size: 14px;
}
@font-face {
	font-family: 'exoregular';
	src: url('font/exo-regular-webfont.eot');
	src: url('font/exo-regular-webfont.eot?#iefix') format('embedded-opentype'), url('font/exo-regular-webfont.woff') format('woff'), url('font/exo-regular-webfont.ttf') format('truetype'), url('font/exo-regular-webfont.svg#exoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'exoblack';
	src: url('fonts/exo-black-webfont.eot');
	src: url('fonts/exo-black-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/exo-black-webfont.woff') format('woff'), url('fonts/exo-black-webfont.ttf') format('truetype'), url('fonts/exo-black-webfont.svg#exoblack') format('svg');
	font-weight: normal;
	font-style: normal;
}
a {
	text-decoration: none;
}
h1 {
	color: #fff;
	font-size: 28px;
	margin-bottom: 15px;
}
h2 {
	color: #fff;
	font-size: 26px;
	margin-bottom: 15px;
}
h1 span {
	color: #bdbcbc;
	font-size: 28px;
	font-weight: normal;
}
/****/
.form_wrap {
	float: right;
	height: auto;
	padding: 30px 0;
	width: 320px;
}
.cont .act ul {
	float: left;
	width: 100%;
	height: auto;
	list-style: none;
}
.cont .act ul li {
	height: auto;
	width: 200px;
	height: auto;
	float: left;
	margin: 0 0 0 25px;
	position: relative;
	padding: 0;
	background: none;
}
.cont .act ul li:first-child {
	margin: 0;
}
.cont .act .back-div {
	height: 236px;
	position: absolute;
	width: 100% !important;
}
.cont .act .resizable {
	height: 236px;
	min-width: 1px !important;
	overflow: hidden;
	max-width: 200px !important;
	width: 100px;
}
.cont .act .back-div img, .act .resizable img {
	height: 236px !important;
	width: 200px !important;
}
.cont .act .ui-resizable-e {
	background: url(images/handle.png) no-repeat center top;
	width: 8px;
	height: 236px;
}
.cust {
	width: 100%;
	height: auto;
	margin: 42px 0 0;
	float: left;
}
.m_top {
	height: 149px;
	margin: 22px 0 0;
	width: 100%;
}
.box1 {
	width: 100%;
	height: auto;
	float: right;
	background: #a92400;
}
.form_box {
	background: none repeat scroll 0 0 #191818;
	border: 1px solid #FFFFFF;
	float: right;
	height: auto;
	padding: 30px 10%;
	width: 79%;
}
.form_box strong {
	color: #FFFFFF;
	float: left;
	font-size: 22px;
	font-weight: normal;
	height: auto;
	margin: 0 0 15px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.cont {
	width: 663px;
	height: auto;
	float: left;
}
/****/
.clear {
	clear: both;
}
.white {
	color: #fff;
}
#out_wrapper {
	width: 98%;
	height: auto;
	padding: 0 1%;
	float: left;
	border-top: 5px solid #a92400;
}
.logo a {
	display: block;
}
.social_icon {
	width: 242px;
	height: auto;
	float: right;
}
.social_icon p {
	color: #fff;
	width: auto;
	height: auto;
	float: left;
	font-size: 17px;
	font-weight: bold;
}
.social_icon ul {
	width: auto;
	height: auto;
	float: right;
	list-style: none;
}
.social_icon ul li {
	float: left;
}
.social_icon ul li a {
	display: block;
	float: left;
	width: 22px;
	height: 22px;
	margin: 0 3px;
	text-align: center;
	text-indent: -999999px;
}
.social_icon ul li.f a {
	background: url(images/smm.png) no-repeat 6px 0;
}
.social_icon ul li.f a:hover {
	background: url(images/smm.png) no-repeat 6px -25px;
}
.social_icon ul li.t a {
	background: url(images/smm.png) no-repeat -22px 0;
}
.social_icon ul li.t a:hover {
	background: url(images/smm.png) no-repeat -22px -25px;
}
.social_icon ul li.g a {
	background: url(images/smm.png) no-repeat -54px 0;
}
.social_icon ul li.g a:hover {
	background: url(images/smm.png) no-repeat -54px -25px;
}
.social_icon ul li.p a {
	background: url(images/smm.png) no-repeat -81px 0;
}
.social_icon ul li.p a:hover {
	background: url(images/smm.png) no-repeat -81px -25px;
}
.social_icon ul li a:hover {
	transition: all 0.4s ease 0s;
}
a.readmore {
	display: block;
	float: right;
	margin: 5px 10px;
	color: #FF9072;
}
a.readmore:hover {
	color: #A92400;
}
.mobile_menu, span.screen-reader-text, .bx-controls, .entry-header {
	display: none;
}
.form_box h6 {
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	float: left;
	height: auto;
	margin: 0 0 15px;
	font-weight: normal;
}
.capimg {
	width: auto;
	height: auto;
	float: left;
	margin-top: 13px;
}
span.captcha {
	width: 70%;
	height: auto;
	float: right;
}
.form_box {
	position: relative;
}
div.wpcf7-response-output {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
}
.form_box [type=submit] {
	background: #A92400;
	border: solid 1px #A92400;
	color: #FFFFFF;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	margin: 8px 0;
	width: 100%;
	text-align: center;
	cursor: pointer;
	border: none;
	font-family: 'exoregular';
	font-size: 14px;
}
.form_box [type=submit]:hover {
	background: #000;
	border: solid 1px #3a3a3a;
}
div.wpcf7-validation-errors {
	border: 1px solid red;
	background: red;
	color: #FFF;
	width: auto;
	height: auto;
	padding: 5px;
	font-size: 12px;
	text-align: center;
}
span.wpcf7-not-valid-tip {
	color: #fff;
	display: block;
	background: red;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
	font-size: 12px;
	text-align: center;
}
div.wpcf7-mail-sent-ok {
	background: #398F14;
	color: #FFF;
	width: auto;
	height: auto;
	padding: 5px;
	font-size: 12px;
	text-align: center;
}
.cont ul {
	margin-bottom: 15px;
	list-style: none;
}
.cont ul, .cont ul li {
	float: left;
	color: #FFF;
	width: 100%;
}
.cont ul li {
	line-height: 28px;
	padding: 0 0 0 3%;
	width: 97%;
	background: url(images/bullet-back.png) no-repeat left center;
}
.wrapper {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}
.header {
	height: auto;
	float: left;
	width: 1000px;
}
.logo {
	width: 300px;
	float: left;
	height: auto;
	margin: 44px 0px 0px 0px;
}
.contact {
	width: 402px;
	height: auto;
	float: right;
	margin: 27px 0px 0px 0px;
}
.num {
	background: none repeat scroll 0 0 #A92400;
	float: right;
	height: auto;
	margin: 26px 0 0;
	width: 390px;
	padding: 5px;
}
.mob {
	background: url("images/sep.png") no-repeat scroll right center rgba(0, 0, 0, 0);
	float: left;
	height: auto;
	margin: 5px 0 0;
	width: 135px;
}
.mob ul li {
	list-style: none;
	float: left;
	padding: 0 3px;
	font-size: 18px;
	color: #fff;
}
.mail {
	width: 250px;
	height: auto;
	float: right;
	margin: 5px 0 0;
}
.mail ul li {
	list-style: none;
	float: left;
	padding: 3px 5px;
}
/*****Navigation*******/
.out_nav {
	width: 1000px;
	height: auto;
	float: left;
	background: url(images/nav.jpg) repeat;
	margin-top: 10px;
}
.navigation {
	height: auto;
	float: left;
	width: 750px;
}
.navigation ul {
	float: left;
	width: 100%;
}
.navigation li {
	list-style: none;
	float: left;
	background: url(images/navi_sep.png) left no-repeat;
}
.navigation li:first-child {
	background: none;
}
.navigation li a {
	color: #0e0e0e;
	display: block;
	padding: 0 15px;
	line-height: 43px;
}
.navigation ul li a:hover, .navigation ul li.current-menu-item a {
	background: #a92400;
	color: #fff;
}
.in {
	float: right;
	height: auto;
	width: 233px;
	margin: 4px 0px 0px 0px;
}
.in input[type="text"], input[type="search"] {
	font-size: 12px;
	height: 23px;
	margin: 6px 0 0 0px;
	padding: 0 10px;
	width: 159px;
	background: url(images/search_bg.png) no-repeat;
	color: #fff;
	float: left;
}
.in input[type="submit"] {
	background: url("images/search.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	height: 33px;
	width: 30px;
	float: left;
	margin: 6px 20px 0px 0px;
	cursor: pointer;
	text-indent: -99999px;
}
/******banner******/
.banner {
	width: 1000px;
	height: auto;
	float: left;
	margin: 23px 0px 0px 0px;
}
.banner_img {
	width: 681px;
	height: auto;
	float: left;
}
.brand {
	width: 279px;
	height: 314px;
	float: right;
	background: #a92400;
	padding: 20px;
	text-align: center;
}
.brand p {
	color: #fff;
	line-height: 24px;
	font-size: 14px;
	margin: 5px 0px 12px;
	width: 100%;
	float: left;
}
.brand p strong {
	font-size: 33px;
	text-transform: uppercase;
	color: #fff;
	line-height: 43px;
	width: 100%;
	font-family: 'exoblack';
	float: left;
	font-weight: normal;
}
.brand a {
	background: #000000;
	color: #fff;
	text-align: center;
	padding: 12px 40px;
	border: none;
	margin: 20px 0px;
	cursor: pointer;
	display: inline-block;
}
/*******Ucontent_box*********/
.content_box {
	width: 1000px;
	height: auto;
	float: left;
	margin: 24px 0px 0px 0px;
}
.cont_img {
	width: 231px;
	height: auto;
	float: left;
	background: #a92400;
	margin: 0px 0px 0px 25px;
	text-align: center;
}
.cont_img:first-child {
	margin: 0px;
}
.cont_img img {
	width: 100%;
	float: left;
}
.cont_img p {
	color: #fff;
	font-size: 13px;
	text-align: center;
	padding: 10px 3%;
	width: 94%;
	float: left;
	line-height: 17px;
	height: 60px;
}
.cont_img div.headbox {
	color: #fff;
	text-transform: uppercase;
	font-size: 23px;
	padding: 0 3%;
	width: 94%;
	float: left;
	margin: 15px 0 0;
}
.cont_img a {
	background: none repeat scroll 0 0 #0C0C0C;
	border: medium none;
	color: #FFFFFF;
	display: inline-block;
	padding: 8px 20px;
	margin: 0 0 13px;
	text-align: center;
}
.brand a:hover, .cont_img a:hover {
	color: #A92400;
}
/******cont_form*********/
.cont_form {
	width: 1000px;
	height: auto;
	float: left;
	margin: 29px 0px 0px 0px;
}
.cont strong {
	color: #fff;
	font-weight: bold;
	font-size: 24px;
}
.cont p {
	color: #bdbcbc;
	margin: 0px 0px 20px 0px;
	line-height: 20px;
}
.form_box [type=text], .form_box [type=file], .form_box [type=email], .form_box [type=tel] {
	background: #333333;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 12px;
	height: 29px;
	line-height: 29px;
	margin: 8px 0;
	padding: 0 2%;
	width: 96%;
	font-family: 'exoregular';
	font-size: 14px;
}
.form_box textarea {
	background: #333333;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 12px;
	height: 62px;
	margin: 8px 0;
	padding: 2%;
	width: 96%;
	resize: none;
	font-family: 'exoregular';
	font-size: 14px;
}
/***News Letter*****/

/*************************/
/****see_act******/
.see_act {
	width: 1000px;
	height: auto;
	float: left;
	margin: 20px 0px 0px 0px;
	color: #fff;
	font-size: 24px;
}
.see {
	width: 650px;
	height: auto;
	color: #fff;
	font-size: 24px;
	float: left;
}
.head {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px solid #f00;
}
.head p {
	width: auto;
	padding: 10px;
	float: left;
}
.act {
	width: 100%;
	height: auto;
	float: left;
	margin: 20px 0 0;
}
/*.box1 img {
	width: auto;
	height: auto;
	float: left;
}
.box1 p {
	width: auto;
	height: auto;
	float: right;
	margin: 10px 0px 0px 0px;
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
}
.box1 a {
	width: auto;
	height: auto;
	color: #fff;
	float: right;
	font-size: 15px;
	margin: 8px;
}
.box1 a:hover {
	text-decoration: underline;
}*/
.box2 {
	width: 300px;
	height: auto;
	float: right;
	background: #fff;
	margin: 50px 0 0;
}
/*.box2 p {
	color: #a92400;
	text-align: center;
	font-size: 21px;
	font-weight: bold;
}*/
/*****footer****/
.footer {
	width: 940px;
	height: auto;
	float: left;
	background: #a92400;
	margin: 20px 0;
	padding: 20px 30px;
}
.footer_navigation {
	width: 690px;
	height: auto;
	float: left;
}
.footer_navigation ul {
	width: 100%;
	float: left;
	margin: 0 0 12px;
}
.footer_navigation ul li {
	list-style-type: none;
	float: left;
	padding: 0 5px;
	font-size: 13px;
	border-left: 1px solid #fff;
}
.footer_navigation ul li:first-child {
	border-left: none;
	padding: 0 13px 0 0;
}
.footer_navigation ul li a {
	color: #fff;
}
.footer_navigation ul li a:hover {
	color: #FF9072;
}
.footer_navigation p {
	color: #ff9072;
	font-size: 12px;
	width: 100%;
	float: left;
	margin: 8px 0;
}
.footer_navigation p strong {
	color: #ff9072;
	font-size: 12px;
	font-weight: normal;
	width: 100%;
	float: left;
}
.foloow_ft {
	float: right;
	height: auto;
	width: 240px;
}
.foloow_ft a {
	color: #ffa187;
	font-size: 12px;
	width: 100%;
	float: left;
	margin: 10px 0 0;
	text-align: center;
}
.foloow_ft a:hover {
	text-decoration: underline;
}
/*Phones*/
@media(min-width:0px) and (max-width:799px) {
.wrapper {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.header {
	height: auto;
	float: left;
	width: 100%;
}
.logo {
	width: 100%;
	float: left;
	height: auto;
	margin: 15px 0 0;
	text-align: center;
}
.contact {
	width: 100%;
	height: auto;
	float: left;
	margin: 27px 0 0;
}
.contact .social_icon {
	width: 230px;
	margin: 0 auto;
	float: none;
}
.social_icon ul {
	width: 128px;
}
.num {
	background: none repeat scroll 0 0 #A92400;
	float: right;
	height: auto;
	margin: 20px 0 0;
	width: 96%;
	padding: 5px 2%;
}
.mob {
	height: auto;
	margin: 8px auto;
	width: 135px;
	clear: both;
	float: none;
}
.mob ul li {
	list-style: none;
	float: left;
	padding: 0 3px;
	font-size: 18px;
	color: #fff;
}
.mail {
	width: 250px;
	height: auto;
	margin: 8px auto;
	clear: both;
	float: none;
}
.mail ul li {
	list-style: none;
	float: left;
	padding: 3px 5px;
}
/*****Navigation*******/
.mobile_menu {
	float: left;
	display: block !important;
	color: #fff;
	font-size: 16px;
	width: 96%;
	padding: 10px 2%;
	margin: 15px 0 0;
	cursor: pointer;
	background: url(images/mh.png) no-repeat 100% center #A92400;
}
.out_nav {
	width: 100%;
	height: auto;
	float: left;
	background: url(images/nav.jpg) repeat;
	display: none;
}
.navigation {
	height: auto;
	float: left;
	width: 100%;
}
.navigation ul {
	float: left;
	width: 100%;
}
.navigation li {
	z-index: 99999;
	float: left;
	width: 100%;
	border-top: solid 1px #d4d4d4;
	position: relative;
	background: none;
}
.navigation li:first-child {
	background: none;
}
.navigation li a {
	color: #0e0e0e;
	display: block;
	padding: 0 4%;
	line-height: 30px;
}
.navigation ul li a:hover, .navigation ul li.current-menu-item a {
	background: #6e1700;
	color: #fff;
}
.in {
	float: right;
	height: auto;
	width: 185px;
	margin: 4px 0 0;
	display: none;
}
.in input[type="text"] {
	font-size: 12px;
	height: 23px;
	padding: 0 10px;
	text-transform: capitalize;
	width: 131px;
	background: #9e9e9e;
	color: #fff;
	float: left;
}
.in input[type="submit"] {
	background: url(images/search.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	height: 33px;
	width: 30px;
	float: left;
	cursor: pointer;
}
/******banner******/
.banner {
	width: 100%;
	height: auto;
	float: left;
	margin: 23px 0 0;
}
.banner_img {
	width: 100%;
	height: auto;
	float: left;
}
.brand {
	width: 90%;
	height: 202px;
	float: right;
	background: #a92400;
	padding: 12px 5%;
	text-align: center;
}
.brand p {
	color: #fff;
	line-height: 20px;
	font-size: 14px;
	margin: 0;
	width: 100%;
	float: left;
}
.brand p strong {
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	line-height: 43px;
	width: 100%;
	font-family: 'exoblack';
	float: left;
	font-weight: normal;
}
.brand a {
	background: #000000;
	color: #fff;
	text-align: center;
	padding: 7px 20px;
	border: none;
	margin: 20px 0px;
	cursor: pointer;
	display: inline-block;
}
/*******Ucontent_box*********/
.content_box {
	width: 80%;
	padding: 0 10%;
	height: auto;
	float: left;
	margin: 24px 0 0;
}
.cont_img {
	width: 100%;
	height: auto;
	float: left;
	background: #a92400;
	margin: 20px 0;
	text-align: center;
}
.cont_img img {
	width: 100%;
	float: left;
}
.cont_img p {
	color: #fff;
	font-size: 13px;
	text-align: center;
	padding: 10px 3%;
	width: 94%;
	float: left;
	line-height: 17px;
	height: 58px;
}
.cont_img div.headbox {
	color: #fff;
	text-transform: uppercase;
	font-size: 23px;
	padding: 0 3%;
	width: 94%;
	float: left;
	margin: 15px 0 0;
}
.cont_img a {
	background: none repeat scroll 0 0 #0C0C0C;
	border: medium none;
	color: #FFFFFF;
	display: inline-block;
	padding: 8px 20px;
	margin: 0 0 13px;
	text-align: center;
}
.brand a:hover, .cont_img a:hover {
	color: #A92400;
}
/******cont_form*********/
.cont_form {
	width: 100%;
	height: auto;
	float: left;
	margin: 15px 0 0;
}
.cont {
	width: 94%;
	padding: 0 3%;
	height: auto;
	float: left;
}
.cont h1 {
	margin-bottom: 20px;
	text-align: center;
}
.cont strong {
	color: #fff;
	font-weight: bold;
	font-size: 24px;
}
.cont p {
	color: #bdbcbc;
	margin: 0 0 25px;
	line-height: 20px;
	text-align: justify;
}
.form_box {
	background: #191818;
	border: 1px solid #FFFFFF;
	height: auto;
	padding: 30px 8%;
	width: 83%;
	margin: 10px auto;
	clear: both;
}
.form_box [type=text], .form_box [type=file], .form_box [type=email], .form_box [type=tel] {
	background: #333333;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 12px;
	height: 29px;
	line-height: 29px;
	margin: 8px 0;
	padding: 0 2%;
	width: 96%;
	font-family: 'exoregular';
	font-size: 14px;
}
.form_box textarea {
	background: #333333;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 12px;
	height: 62px;
	margin: 8px 0;
	padding: 2%;
	width: 96%;
	resize: none;
	font-family: 'exoregular';
	font-size: 14px;
}
/****see_act******/
.see_act {
	width: 100%;
	height: auto;
	float: left;
	margin: 20px 0 0;
	color: #fff;
	font-size: 24px;
}
.see {
	width: 100%;
	height: auto;
	color: #fff;
	font-size: 24px;
	float: left;
}
.head {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px solid #f00;
}
.head p {
	width: 100%;
	padding: 10px 0;
	float: left;
	text-align: center;
}
.act {
	width: 100%;
	height: auto;
	float: left;
	margin: 20px 0 0;
}
.act ul {
	float: left;
	width: 100%;
	height: auto;
	list-style: none;
}
.act ul li {
	height: auto;
	width: 200px;
	height: auto;
	margin: 30px auto 0;
	position: relative;
}
.act .back-div {
	height: 236px;
	position: absolute;
	width: 100% !important;
}
.act .resizable {
	height: 236px;
	min-width: 1px !important;
	overflow: hidden;
	max-width: 200px !important;
	width: 100px;
}
.act .back-div img, .act .resizable img {
	height: 236px !important;
	width: 200px !important;
}
.act .ui-resizable-e {
	background: url(images/handle.png) no-repeat center top;
	width: 8px;
	height: 236px;
}
.cust {
	width: 94%;
	padding: 0 3%;
	height: auto;
	margin: 25px 0 0;
	float: left;
}
.box1 {
	width: 100%;
	height: auto;
	float: left;
	margin: 20px 0;
	text-align: center;
}
.box1 a {
	display: block;
}
img {
	max-width: 100%;
}
/*.box1 img {
	width: 32%;
	height: auto;
	float: left;
}
.box1 p {
	width: 65%;
	height: auto;
	float: right;
	margin: 10px 0 0;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	text-align:right;
}
.box1 a {
	width: 65%;
	height: auto;
	color: #fff;
	float: right;
	font-size: 15px;
	margin: 8px 0;
	text-align:right;
}
.box1 a:hover {
	text-decoration: underline;
}
*/.box2 {
	width: 100%;
	height: auto;
	margin: 3px auto;
	float: left;
	text-align: center;
}
/*.box2 p {
	color: #a92400;
	text-align: center;
	font-size: 21px;
	font-weight: bold;
}
.box2 img {
	width:100%;
	height:auto;
	float:left;
	margin-top:5px;
}*/
/*****footer****/
.footer {
	width: 98%;
	height: auto;
	padding: 20px 1%;
	float: left;
	background: #a92400;
	margin: 20px 0;
	text-align: center;
}
.footer_navigation {
	width: 100%;
	height: auto;
	float: left;
}
.footer_navigation ul {
	width: 100%;
	float: left;
	margin: 0 0 12px;
}
.footer_navigation ul li {
	border-left: 1px solid #FFFFFF;
	display: inline-block;
	float: none;
	line-height: 33px;
	list-style-type: none;
	margin: 3px 0;
	padding: 0 6px;
}
.footer_navigation ul li:first-child {
	border-left: none;
	padding: 0 13px 0 0;
}
.footer_navigation ul li a {
	color: #fff;
}
.footer_navigation ul li a:hover {
	color: #FF9072;
}
.footer_navigation p {
	color: #ff9072;
	font-size: 12px;
	width: 100%;
	float: left;
	margin: 8px 0;
}
.footer_navigation p strong {
	color: #ff9072;
	font-size: 12px;
	font-weight: normal;
	width: 100%;
	float: left;
}
.foloow_ft {
	float: left;
	height: auto;
	width: 100%;
}
.foloow_ft .social_icon {
	display: inline-block;
	float: none;
	height: auto;
	margin: 10px auto;
	text-align: center;
	width: 113px;
}
.foloow_ft p {
	color: #ffa187;
	font-size: 12px;
	width: 100%;
	float: left;
	margin: 4px 0 0;
	text-align: center;
}
.cont .act ul {
	float: left;
	height: auto;
	list-style: none outside none;
	width: 100%;
}
.cont .act ul li {
	width: 100%;
	text-align: center;
	margin: 10px 0 0;
}
.form_wrap {
	width: 96%;
	margin: 0 2%;
}
}
@media(min-width:800px) and (max-width:999px) {
.cont .act ul li {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 33%;
}
.form_wrap {
	float: left;
	height: auto;
	padding: 30px 0;
}
.wrapper {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.header {
	height: auto;
	float: left;
	width: 100%;
}
.logo {
	width: 300px;
	float: left;
	height: auto;
	margin: 15px 0px 0px 0px;
}
.contact {
	width: 402px;
	height: auto;
	float: right;
	margin: 27px 0px 0px 0;
}
.num {
	background: none repeat scroll 0 0 #A92400;
	float: right;
	height: auto;
	margin: 20px 0 0;
	width: 390px;
	padding: 5px;
}
.mob {
	background: url("images/sep.png") no-repeat scroll right center rgba(0, 0, 0, 0);
	float: left;
	height: auto;
	margin: 5px 0 0;
	width: 135px;
}
.mob ul li {
	list-style: none;
	float: left;
	padding: 0 3px;
	font-size: 18px;
	color: #fff;
}
.mail {
	width: 250px;
	height: auto;
	float: right;
	margin: 5px 0 0;
}
.mail ul li {
	list-style: none;
	float: left;
	padding: 3px 5px;
}
/*****Navigation*******/
.out_nav {
	width: 100%;
	height: auto;
	float: left;
	background: url(images/nav.jpg) repeat;
	margin: 15px 0 0;
}
.navigation {
	height: auto;
	float: left;
	width: 100%;
}
.navigation ul {
	float: left;
	width: 100%;
}
.navigation li {
	list-style: none;
	float: left;
	background: url(images/navi_sep.png) left no-repeat;
}
.navigation li:first-child {
	background: none;
}
.navigation li a {
	color: #0e0e0e;
	display: block;
	padding: 0 18.4%;
	line-height: 43px;
}
.navigation ul li a:hover, .navigation ul li.current-menu-item a {
	background: #a92400;
	color: #fff;
}
.in {
	float: right;
	height: auto;
	width: 185px;
	margin: 4px 0 0;
	display: none;
}
.in input[type="text"] {
	font-size: 12px;
	height: 23px;
	padding: 0 10px;
	text-transform: capitalize;
	width: 131px;
	background: #9e9e9e;
	color: #fff;
	float: left;
}
.srch, .in input[type="submit"] {
	background: url(images/search.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	height: 33px;
	width: 30px;
	float: left;
	cursor: pointer;
}
/******banner******/
.banner {
	width: 100%;
	height: auto;
	float: left;
	margin: 23px 0 0;
}
.banner_img {
	width: 433px;
	height: auto;
	float: left;
}
.brand {
	width: 279px;
	height: 202px;
	float: right;
	background: #a92400;
	padding: 12px 20px;
	text-align: center;
}
.brand p {
	color: #fff;
	line-height: 20px;
	font-size: 14px;
	margin: 0;
	width: 100%;
	float: left;
}
.brand p strong {
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	line-height: 43px;
	width: 100%;
	font-family: 'exoblack';
	float: left;
	font-weight: normal;
}
.brand a {
	background: #000000;
	color: #fff;
	text-align: center;
	padding: 7px 20px;
	border: none;
	margin: 20px 0px;
	cursor: pointer;
	display: inline-block;
}
/*******Ucontent_box*********/
.content_box {
	width: 100%;
	height: auto;
	float: left;
	margin: 24px 0 0;
}
.cont_img {
	width: 24%;
	height: auto;
	float: left;
	background: #a92400;
	margin: 0 0 0 1.3%;
	text-align: center;
}
.cont_img:first-child {
	margin: 0;
}
.cont_img img {
	width: 100%;
	float: left;
}
.cont_img p {
	color: #fff;
	font-size: 13px;
	text-align: center;
	padding: 10px 3%;
	width: 94%;
	float: left;
	line-height: 17px;
	height: 90px;
}
.cont_img div.headbox {
	color: #fff;
	text-transform: uppercase;
	font-size: 23px;
	padding: 0 3%;
	width: 94%;
	float: left;
	margin: 15px 0 0;
}
.cont_img a {
	background: none repeat scroll 0 0 #0C0C0C;
	border: medium none;
	color: #FFFFFF;
	display: inline-block;
	padding: 8px 20px;
	margin: 0 0 13px;
	text-align: center;
}
.brand a:hover, .cont_img a:hover {
	color: #A92400;
}
/******cont_form*********/
.cont_form {
	width: 100%;
	height: auto;
	float: left;
	margin: 29px 0px 0px 0px;
}
.cont {
	width: 100%;
	height: auto;
	float: left;
}
.cont h1 {
	margin-bottom: 20px;
	text-align: center;
}
.cont strong {
	color: #fff;
	font-weight: bold;
	font-size: 24px;
}
.cont p {
	color: #bdbcbc;
	margin: 0 0 25px;
	line-height: 20px;
}
.form_box {
	background: none repeat scroll 0 0 #191818;
	border: 1px solid #FFFFFF;
	clear: both;
	float: none;
	height: auto;
	margin: 10px auto;
	padding: 30px 4%;
	width: 48%;
}
.form_box [type=text], .form_box [type=file], .form_box [type=email], .form_box [type=tel] {
	background: #333333;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 12px;
	height: 29px;
	line-height: 29px;
	margin: 8px 0;
	padding: 0 2%;
	width: 96%;
	font-family: 'exoregular';
	font-size: 14px;
}
.form_box textarea {
	background: #333333;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 12px;
	height: 62px;
	margin: 8px 0;
	padding: 2%;
	width: 96%;
	resize: none;
	font-family: 'exoregular';
	font-size: 14px;
}
/****see_act******/
.see_act {
	width: 100%;
	height: auto;
	float: left;
	margin: 20px 0 0;
	color: #fff;
	font-size: 24px;
}
.see {
	width: 100%;
	height: auto;
	color: #fff;
	font-size: 24px;
	float: left;
}
.head {
	width: 98%;
	height: auto;
	float: left;
	border-bottom: 1px solid #f00;
}
.head p {
	width: 100%;
	padding: 10px;
	float: left;
	text-align: center;
}
.act {
	width: 100%;
	height: auto;
	float: left;
	margin: 20px 0 0;
}
.act ul {
	float: left;
	width: 100%;
	height: auto;
	list-style: none;
}
.act ul li {
	height: auto;
	width: 200px;
	height: auto;
	float: left;
	margin: 0 3%;
	position: relative;
}
.act .back-div {
	height: 236px;
	position: absolute;
	width: 100% !important;
}
.act .resizable {
	height: 236px;
	min-width: 1px !important;
	overflow: hidden;
	max-width: 200px !important;
	width: 100px;
}
.act .back-div img, .act .resizable img {
	height: 236px !important;
	width: 200px !important;
}
.act .ui-resizable-e {
	background: url(images/handle.png) no-repeat center top;
	width: 8px;
	height: 236px;
}
.cust {
	width: 94%;
	padding: 0 3%;
	height: auto;
	margin: 25px 0 0;
	float: left;
	text-align: center;
}
.box1 {
	background: none repeat scroll 0 0 #A92400;
	display: inline-block;
	float: none;
	height: auto;
	padding: 10px;
	width: 300px;
}
.box1 img {
	width: auto;
	height: auto;
	float: left;
}
.box1 p {
	width: auto;
	height: auto;
	float: right;
	margin: 10px 0px 0px 0px;
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
}
.box1 a {
	width: auto;
	height: auto;
	color: #fff;
	float: right;
	font-size: 15px;
	margin: 8px;
}
.box1 a:hover {
	text-decoration: underline;
}
.box2 {
	width: 300px;
	height: auto;
	float: left;
	background: #fff;
	padding: 10px;
	margin: 3px 0 0 7%;
}
.box2 p {
	color: #a92400;
	text-align: center;
	font-size: 21px;
	font-weight: bold;
}
/*****footer****/
.footer {
	width: 94%;
	height: auto;
	padding: 20px 3%;
	float: left;
	background: #a92400;
	margin: 20px 0;
	text-align: center;
}
.footer_navigation {
	width: 100%;
	height: auto;
	float: left;
}
.footer_navigation ul {
	width: 100%;
	float: left;
	margin: 0 0 12px;
}
.footer_navigation ul li {
	list-style-type: none;
	padding: 0 8px;
	border-left: 1px solid #fff;
	display: inline;
	font-size: 13px;
}
.footer_navigation ul li:first-child {
	border-left: none;
	padding: 0 13px 0 0;
}
.footer_navigation ul li a {
	color: #fff;
}
.footer_navigation ul li a:hover {
	color: #FF9072;
}
.footer_navigation p {
	color: #ff9072;
	font-size: 12px;
	width: 100%;
	float: left;
	margin: 8px 0;
}
.footer_navigation p strong {
	color: #ff9072;
	font-size: 12px;
	font-weight: normal;
	width: 100%;
	float: left;
}
.foloow_ft {
	float: left;
	height: auto;
	width: 100%;
}
.foloow_ft .social_icon {
	display: inline-block;
	float: none;
	height: auto;
	margin: 10px auto;
	text-align: center;
	width: 113px;
}
.foloow_ft p {
	color: #ffa187;
	font-size: 12px;
	width: 100%;
	float: left;
	margin: 4px 0 0;
	text-align: center;
}
}