/* =Reset default browser CSS
-------------------------------------------------------------- */
body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, iframe, img, ins, kbd, samp, small, strong, sub, sup, tt, var, b, i, dl, dt, dd, object, ol, ul, li, form, label, legend, span, table, caption, tbody, tfoot, thead, tr, th, td {
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

ol, ul {
	list-style-type: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

em, address, big, strong, cite, code, tt, var {
	font-style: normal;
}

a {
	text-decoration: none;
}

/* Standard HTML Tag Definition 
-------------------------------------------------------------- */
body,
form, input, select, textarea, fieldset, button {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

html {
	
}

body {
	
}

/* =Custom Classes
-------------------------------------------------------------- */
.clear {
	clear: both;
}

/* =Layout
-------------------------------------------------------------- */
#wrapper {
	width: 100%;
}

/* =Header
-------------------------------------------------------------- */
#header {
	width: 100%;
	background-image: url('../images/header-bg.jpg');
	background-repeat: repeat-x;
}
#header .description {
	width: 79%;
	max-width: 990px;
	margin: 0 auto;
	padding: 10px 0 12px;
}
#header .description p {
	float: right;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
}
#header .description .paragraph-one {
	font-family: 'Arial Black', Gadget, sans-serif;
	float: left;
	font-size: 15px;
	font-style: normal;
}
#header .top-box {
	width: 79%;
	max-width: 990px;
	margin: 0 auto;
}
#header .logo {
	width: 39%;
	max-width: 381px;
	float: left;
	padding: 21px 0 0;
}

#header .logo img {
	width: 100%;
	height: auto;
}
#header .right-box {
	padding: 29px 0 0;
}
#header .box-number {
	float: right;
}
#header .box-number p {
	font-family: 'Arial Black', Gadget, sans-serif;
	font-size: 25px;
	line-height: 28px;
	font-style: normal;
	color: #be1e2d;
	background-image: url('../images/telephone.jpg');
	background-position: left 3px;
	text-indent: 48px;
	float: right;
}
#nav {
	width: auto;
	float: right;
	background-image: url('../images/nav-bg.jpg');
	background-position: bottom left;
	background-repeat: repeat-x;
	margin: 20px 0 0;
}
#nav ul {
	float: left;
}
#nav ul li {
	float: left;
	font-weight: bold;
	font-size: 15px;
	line-height: 19px;
	margin-right: -15px;
	padding: 0 1px 0 14px;
	height: 63px;
	position: relative;
}
#nav ul li.list-item-one {
	margin-left: 0px;
}
#nav ul li.current, 
#nav ul li:hover {
	background-image: url('../images/li-bg-tab.png');
	cursor: pointer;	
}
#nav ul li a {
	float: left;
	color: #272361;
	height: 29px;
	padding: 34px 27px 0 0;
}
#nav ul li.current a, 
#nav ul li:hover a {
	color: #fff;
	background-image: url('../images/li-bg-tab.png');
	background-position: bottom right;
}

#nav ul li:hover > ul {
	display:block;
}
#nav ul ul{
	display:none;
	top:4.2em;
	position:absolute;
	left:0;
	width:293px;
}
#nav ul ul li{
	float:none;
	position:relative;
	z-index:99999;
	background:#af1d2a;
	height:35px;
	line-height:35px;
}
#nav ul li.current ul li{
	background:#af1d2a;
	height:35px;
	line-height:35px;
}
#nav ul ul li a{
	background:none ;
	padding: 3px 0px;
}

#nav ul ul li a:hover ,#nav ul ul li:hover{
	background-image:none;
}
#expand{
	display:none;
}
.slider {
	width: 90%;
	margin: 20px auto -2.4%;
	position: relative;
	padding: 1.2% 0% 5.1%;
	height: auto;
	background-image: url('../images/slider-bg.png');
	background-size: 100% 100%;
	text-align: center;
	max-width: 1064px;
}
/* =Main
-------------------------------------------------------------- */
#main {
	width: 100%;
	padding:0 0 30px;
	background-image: url('../images/main-bg.jpg');
	background-repeat: repeat-x;
	background-color: #be1e2d;
}
#pull {
	display: none;
	float: right;
	top: 10px;
	right: 10px;
	width: 18px;
	height: 18px;
	background: url('../images/menu.png') center no-repeat;
	text-indent: -99999px;
	overflow: hidden;
	position: absolute;
} 

#content {
	width: 79%;
	max-width: 990px;
	margin: 0 auto;
	padding: 0;
}

#content .top-box {
	width: 100%;
	float: left;
	padding: 1% 0 0;
	background-image: url('../images/content-top-bg.png');
	background-size: 100% 100%;
}

#content .sub-content {
	width: 97%;
	max-width: 960px;
	padding: 1.5%;
	float: left;
	background-color:#e9e9e9;
}

#container-box {
	width: 100%;
	float: left;
	background-color:#fff;
}

#contact-from {
	width: 95%;
	padding: 15px 24px;
	float: left;
}

#contact-from h2 {
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	color: #272361;
	padding:4px 0 10px;
}

#contact-from p {
	font-size: 15px;
	line-height: 25px;
	color: hsl(0, 0%, 20%);
	padding: 8px 0 10px;
}

#contact-from p.thank_you {
	color: #ac1826;
	font-weight: bold;
}

#contact-from .from-box {
	width:90%;
	max-width: 814px;
	margin: 0 auto;
	padding: 15px 0 30px;
}
#contact-from .left-form {
	width: 45%;
	height: 338px;
	max-width: 363px;
	float: left;
	margin: 26px 0 0;
}

#contact-from .left-form .wrapper {
	width: 100%;
	float: left;
	margin: 3px 0;
}
#contact-from .left-form label {
	font-size: 15px;
	line-height: 39px;
	color: hsl(0, 0%, 20%);
}


#contact-from .left-form input{
	width: 70%;
	max-width: 253px;
	height: 39px;
	padding: 0 5px;
	font-size: 15px;
	line-height: 39px;
	color: hsl(0, 0%, 20%);
	float: right;
	background-color:#e9e9e9;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: 0;
}

#contact-from .left-form .wrapper div{
	width: 263px;
	float: right;
}
#contact-from .left-form .span-check{
	text-align: right;
	float: left;
	color: #ac1826;
}

#contact-from .left-form .error {
	color: #ac1826;
	width: 264px;
	float: right;
	line-height: 26px;
}

#contact-from .left-form input.captcha{
	width: 55px;
	height: 39px;
	float: left;
	color: #ac1826;
	background-color:transparent;
	outline: 0;
}
#contact-from .left-form input.math {
	width: 84px;
	height: 39px;
}

#contact-from .left-form textarea{
	width: 70%;
	max-width: 253px;
	height: 74px;
	padding:5px;
	font-size: 15px;
	line-height:18px;
	color: hsl(0, 0%, 20%);
	float: right;
	background-color:#e9e9e9;
	resize: none;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#contact-from .right-form{
	width: 49%;
	max-width: 391px;
	float: right;
	margin-right: 13px;
	display: inline;
	margin:0;
}

#contact-from .left-form .wrapper p{
	font-size: 15px;
	line-height: 20px;
	color: #ac1826;
	padding:0;
	text-align: right;
}

#contact-from .left-form #submit {
	width: 124px;
	height:38px;
	color: #fff;
	background-color:#201c55;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor:pointer;
}
#contact-us {
	width: auto;
	padding: 15px 24px;
	float: left;
}

#contact-us .left-box {
	width: 30%;
	float: left;
}

#contact-us .left-box h2 {
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	color: #272361;
	padding:4px 0 10px;
}
#contact-us .left-box p {
	font-size: 15px;
	line-height: 25px;
	color: #333;
	padding: 8px 0 16px;
}

#contact-us .left-box p a {
	color: #333;
}

#contact-us .map {
	float: right;
	width: 69%;
	max-width: 626px;
	margin:10px 0 0;
	height: auto;
}

#left-content{
	width: 67%;
	max-width: 637px;
	padding:10px 21px;
	float: left;
	background-color:#fff;

}

#left-content h2 {
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	color: #272361;
	padding:9px 0 10px;
}

#left-content p {
	font-size: 15px;
	line-height: 25px;
	color: #333;
	padding:8px 0;
	clear:left;
}

#left-content ul  {
	width: 90%;
	padding: 0 0 7px 20px ;
	list-style-type: disc;
	float: left;
	
}

#left-content ul li {
	width: 100%;
	font-size: 15px;
	line-height: 17px;
	color: #333;
	float: left;
	margin: 3px 0 5px;
	float: left;
}

#left-content h3 {
	float: left;
	width: 100%;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	color: #333;
	padding:24px 0 5px;
}

#left-content h3.heading {
	padding:48px 0 5px;
}

#left-content h3.heading1 {
	padding:10px 0 5px;
}

#left-content ul li em {
	color: #333;
	padding: 0 5px;
}
#left-content ul li a {
	font-size: 15px;
	line-height: 20px;
	color: #333;
}

#left-content .list-box ul {
	width: 45%;
	max-width: 281px;
	float: left;
	padding: 18px 0 5px;
}

#left-content .list-box ul.list {
	float: right;
}

#left-content .list-box ul li{
	width: 90%;
	float: left;
	display: block;
	background-image: url('../images/bullet.png');
	background-position: center left;
	padding: 0 0 0 20px;
	margin: 5px 0;
}

#left-content .list-box ul li a{
	line-height: 15px;
	font-weight: bold;
}

#left-content img{
	width: 41%;
	max-width: 258px;
	height: auto;
	float: right;
	margin: 15px 0 5px 16px;
}

#left-content .list-contact {
	width: 100%;
	float: left;
	padding: 4.5% 0 4%;
}

#left-content .list-contact li {
	width: 48%;
	max-width: 319px;
	padding-left: 55px;
	float: left;
	display: inline;
	background-image: url('../images/phone.png');
	background-position: center left;
}

#left-content .list-contact li.list-mail {
	width: 34%;
	max-width: 212px;
	padding-left:51px;
	float: right;
	background-image: url('../images/mail.png');
}

#left-content .list-contact li h2{
	font-family: Arial Black;
	font-size: 25px;
	line-height: 27px;
	color: hsl(354, 73%, 43%);
	padding: 2px 0;
	font-weight: 800;
}

#left-content .heading-box {
	width: 100%;
	max-width: 634px;
	padding: 0 0 3%;
	float: left;
	background-image: url('../images/heading-bg.png');
	background-position: bottom left;
	background-size: 100% 100%;
}
#left-content .heading-box p {
	font-family: Arial Black;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	padding: 2.3% 5px 3%;
	font-weight: 800;
}

#left-content p.paragraph {
	padding: 17px 0;
	float: left;
}

#left-content p.paragraph-1 {
	padding: 8px 0 39px;
	float: left;
}

#left-content p.paragraph-1 a {
	color: #333;
	border-bottom: 1px solid #333;
}

#left-content ol  {
	width: 90%;
	padding: 0 0 7px 20px ;
	list-style-type: decimal;
	float: left;
	
}

#left-content ol li {
	width: 100%;
	font-size: 15px;
	line-height: 17px;
	color: #333;
	float: left;
	margin: 3px 0 5px;
	float: left;
}

#left-content h4 {
	font-size: 15px;
	line-height: 25px;
	color: #333;
	font-weight: normal;
	padding: 9px 0 0;
	float: left;
}

#sidebar {
	width: 28%;
	max-width: 266px;
	float: right;
	background-color:#fff;
	padding-bottom: 20px;
}

#sidebar .box {
	width: 87%;
	float: left;
	padding: 9px 6.5%;
}
#sidebar .box h2 {
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	color: #272361;
	padding:10px 0 9px;
}
#sidebar .box p {
	font-size: 15px;
	line-height: 25px;
	color: #333;
	padding: 8px 0 17px;
}

#sidebar .box p a {
	color: #333;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
	background-image: url('../images/footer-bg.jpg');
	background-repeat: repeat-x;
	background-color: #262260;
	height: 215px;
}

#sub-footer {
	width: 79%;
	max-width: 990px;
	margin: 0 auto;
	padding: 0;
}

#sub-footer p {
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #fff;
	float: left;
	padding: 25px 0 25px 4%;
}

#sub-footer p a {
	color: #fff;
}

#sub-footer p.design {
	float: right;
	padding-right: 3%;
}
@media screen and (max-width: 990px) {	
	#header .description {
		width: 94%;
	}
	#header .top-box {
		width: 94%;
	}
	#content {
		width: 94%;
	}
	#sub-footer {
		width: 94%;
	}
	#contact-from .left-form {
		height: auto;
	}
	#contact-from .left-form input {
		width: 94%;
		max-width: 99%;
		float: left;
		clear: left;
	}
	#contact-from .left-form .error {
		width: 100%;
	}
	#contact-from .left-form textarea {
		width: 94%;
		max-width: 99%;
		float: left;
	}
	#contact-from .left-form .wrapper div {
		width: 100%;
	}
	#contact-from .left-form input.math, #contact-from .left-form input.captcha {
		clear: none;
	}
	#left-content {
		width: 66%;
		padding: 10px 2.5%;
	}
	#left-content .list-contact li, #left-content .list-contact li.list-mail  {
		width: 90%;
		max-width: 100%;
		float: left;
		margin: 5px 0;
	}
	#left-content .list-contact li h2  {
		float: left;
		font-size: 24px
	}
	.slider {
		width: 100%;
	}
	#left-content .list-box ul {
		width: 100%;
		max-width: 100%;
	}
	
	#left-content .list-box ul.list {
		padding-top:0;
	}
	#nav ul li:hover > ul {
		display:block;
	}
}
@media screen and (max-width: 640px) {	
	#header .description p {
		padding: 0 29px;
		float: none;
		}
	#header .logo {
		width: 65%;
		max-width: 100%;
		float: none;
		margin: 0 auto;
	}
	#header .right-box {
		width: 100%;
		float: none;
	}
	#header .box-number {
		width: 238px;
		float: none;
		margin: 0 auto;
	}
	#header .box-number p {
		font-size: 18px;
	}
	#pull {
		display: block;
		z-index: 999999999;
		position: relative;
	}
	#nav {
		background-image: none;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 999999;
		margin: 0 auto;
		text-align: center;
		padding: 0 0 10px;
	}
	#nav ul {
		background-color: #f5f5f5;
		display: none;
		width: 80%;
		padding: 10px 0 17px 20%;
	}
	#nav ul li {
		float: left;
		clear: left;
		width: 76%;
		margin-top: 2px;
		padding: 0;
		background-image: none;
		margin-left: 0;
		height: auto;
	}
	#nav ul li.current a {
		background-color: #ab1725;
		background-image: none;
	}
	#nav ul li.current {
		background-image: none;
	}
	#nav ul li a {
		width: 100%;
		height: auto;
		background-color: #fff;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		float: left;
		clear: left;
		padding: 12px 0;
		background-image: none;
	}
	#nav ul li:hover a {
		background-color: #ab1725;
		background-image: none;
	}
	#nav ul li:hover {
		background-image: none;
	}	
	#header .description {
		width: 100%;
		max-width: 100%;
		background-color: #272361;
	}
	#header .description  p {
		text-align: center;
		width:88%;
		margin: 0 auto;
		display: block;
		clear: both;
	}
	#contact-from {
		width: 92%;
		padding: 15px 4%;
	}
	#contact-from .from-box {
			width: 100%;
			max-width: 100%;
		}
	#contact-from .left-form {
		max-width: 100%;
		width: 100%;
		position: relative;
	}
	#contact-from .left-form .wrapper p {
		position: absolute;
		bottom: 0;
		right: 15px;
	}
	#contact-from .left-form input.math {
		float: left;
	}
	#contact-from .left-form #submit {
		float: right;
		margin: 0 15px 22px 0;
	}
	#contact-us .left-box {
		width: 100%;
	}
	#contact-us .map {
		width: 100%;
		max-width: 100%;
		margin-bottom:20px;
	}
	#left-content {
		width: 95%;
		display: block;
	}
	#left-content h2 {
		text-align: center;
	}
	#left-content p {
		text-align: justify;
	}
	#left-content img{
		width: 100%;
		max-width: 100%;
		margin-bottom: 15px;
	}
	#sidebar {
		width: 100%;
		max-width: 100%;
		margin:15px 0;
		float: left;
	}
	#sub-footer p{
		text-align: center;
		padding: 25px 0;
		width: 100%;
	}
	#sub-footer p.design  {
		padding: 0;
	}
	#nav ul ul{
		display:none;
		top:44px;
		padding-left:0;
		width:100%;
	}
	
	#nav ul ul li a{
		padding:0;
	}
	#nav ul ul li{
		float:left;
		line-height:28px !important;
		height:auto !important;
		width:100%;
	}
	#expand{
	display:block;
		float: right;
    font-size: 18px;
    margin-right: 10px;
    margin-top: -30px;
    position: relative;
	}
}

@media screen and (max-width: 440px) {	
	#left-content .list-contact li, #left-content .list-contact li.list-mail  {
		width: 76%;
		max-width: 319px;
	}
	#left-content .list-contact li h2  {
		font-size: 15px;
		text-align: left;
	}
	#left-content .heading-box {
		background-color:#272361;
	}
	#header .description p {
		padding: 0 0px;
		width: 98%;
	}
	#nav ul ul{
		display:none;
		top:44px;
		padding-left:0;
		width:100%;
	}
	
	#nav ul ul li a{
		padding:0;
	}
	#nav ul ul li{
		float:left;
		line-height:28px !important;
		height:auto !important;
		width:100%;
	}
	#expand{
	display:block;
		float: right;
    font-size: 18px;
    margin-right: 10px;
    margin-top: -30px;
    position: relative;
	}
}
