﻿/* CSS Document */

/*  em, strong, button, blockquote, address, big,small, strike, tt,*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,  pre,
a, abbr, acronym,  cite, code,
del, dfn, img, ins, kbd, q, s, samp,
 var, hr,
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, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol{
	list-style:decimal;
	margin-left:30px;		
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	height: 100%;
}

/* END RESET */

/* FONT STYLES*/

body{
	background:#fff fixed;
	font-family: 'Open Sans', sans-serif;
    font-weight: normal;
	color:#333333;
	font-size:14px;
	line-height:22px;
	letter-spacing: 0.6px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/*  END   */

/*----*/
img {
	border:0px;
	margin-bottom: -7px;
}
a {
	color:#000;
	text-decoration:none;
	cursor:pointer !important;
}
a:hover {
	text-decoration:none;
	color:#682b85;
}

* :focus {
  outline: none;
}

/*   End  */


/*---------*/
::selection {
	color:#fff;
	background-color:#000;
}
::-moz-selection {
	color:#fff;
	background-color:#000;
}
::-webkit-selection {
	color:#fff;
	background-color:#000;
}

/*   End   */




/*  Layout main  */


.topfooter {
	width: 100%;
}
/* .topfooter img, .maincontainright img {
	width: 100%;
	display: table;
} */

.maincontainbg {
	width: 100%;
	display: block;
	background: #eeeeee;
}
.maincontain {
	width: 1250px;
	margin: 0 auto;
	padding: 50px 0;
	content: "";
	display: table;
	clear: both;
}
.wp-maincontainleft {
	float: left;
	display: block;
/* 	width: 73.6%; */
}
.maincontainright {
	float: right;
	display: block;
/* 	width: 24%; */
}


/* End   */

@media only screen and (max-width: 1440px){ 
	.maincontain {
		width: 93%;
	}
	
}

@media only screen and (max-width: 1100px){ 
	.maincontain {
		width: 94%;
	}
	
}

@media only screen and (max-width: 767px){ 
	.wp-maincontainleft {
		float: none;
		width: 100%;
	}
	.maincontainright {
		float: none;
		width: 100%;
	}
}

/* CLEAR FIX */
.group:after {
  content: "";
  display: table;
  clear: both;
}

.clearboth {
  clear: both;
  min-height:1px;
}
/* END FIX */
