/* http://meyerweb.com/eric/tools/css/reset/ */


/* v1.0 | 20080212 */

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,
font,
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


/* body */

body {
	padding: 0px;
	margin: 0px;
	background: #fff;
}


/*
body, input, textarea {
	font: 14px 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 23px;
	color: #727272;
}
*/


/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Droid Serif', serif;
	font-weight: normal;
	color: #1e1e1e;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 {
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 30px;
	font-style: normal;
	font-weight: normal;
}

h1.white {
	color: #fff;
}

h2 {
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 30px;
	font-style: normal;
	font-weight: normal;
}

h2.small {
	font-size: 27px;
	line-height: 32px;
}

h2.small2 {
	font-size: 27px;
	line-height: 32px;
	margin-bottom: 38px;
}

h2.white {
	color: #fff;
}

h3 {
	font-size: 27px;
	line-height: 30px;
	margin-bottom: 25px;
	font-style: normal;
	font-weight: normal;
}

h4 {
	font-size: 21px;
	line-height: 25px;
	margin-bottom: 18px;
	font-style: normal;
}

h5 {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 16px;
	font-style: normal;
}

h6 {
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 14px;
	font-style: normal;
}


/* Text elements */

p {
	font: 14px 'Open Sans', sans-serif;
	font-weight: normal;
	line-height: 23px;
}

ul,
ol {
	margin: 0 0 20px 0;
	list-style-position: inside;
}

ul {
	list-style: none;
}

ul li {
	list-style: none;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}

strong {
	font-weight: bold;
}

cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 20px 0 20px 36px;
	font-size: 16px;
	border-left: 5px solid #d70204;
	padding: 5px 20px 5px 20px;
	font-family: 'Open Sans' !important;
	font-weight: normal;
	color: #454545;
}

pre {
	background: #f4f4f4;
	font-size: 13px;
	font: 13px 'Open Sans', sans-serif;
	line-height: 1.5;
	margin-bottom: 40px;
	overflow: auto;
	padding: 0.75em 20px;
}

code,
kbd {
	font-size: 13px;
	font: 13px 'Open Sans', sans-serif;
}

abbr,
acronym,
dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}

address {
	display: block;
	margin: 0 0 40px;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

.dropcap {
	display: block;
	float: left;
	font-size: 45px;
	padding: 0;
	margin: 0;
	margin: 15px 8px 0 0;
	text-transform: uppercase;
}


/* Links */

a {
	color: #d70204;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #454545;
}

.color {
	color: #fff;
}

.color2 {
	color: #1e1e1e;
}

.color2.sb {
	font-weight: 600;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}


/* remember to define focus styles! */

:focus {
	outline: 0;
}


/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}


/* Clear Fix Styles */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-block;
}


/* start commented backslash hack \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}


/* close commented backslash hack */

{
	height: 1%;
}

.clearfix {
	display: block;
}


/* less width */

.less1 {
	width: 75%;
	margin: 0 auto;
}

.less2 {
	width: 50%;
	margin: 0 auto;
}


/* text color white */

.white {
	color: #fff;
}


/* margin bitween sections */

.margin_top1 {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.margin_top2 {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.margin_top3 {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.margin_top4 {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.margin_top5 {
	float: left;
	width: 100%;
	margin-top: 50px;
}

.margin_top6 {
	float: left;
	width: 100%;
	margin-top: 60px;
}

.margin_top7 {
	float: left;
	width: 100%;
	margin-top: 70px;
}

.margin_top8 {
	float: left;
	width: 100%;
	margin-top: 80px;
}

.margin_top9 {
	float: left;
	width: 100%;
	margin-top: 90px;
}

.margin_top10 {
	float: left;
	width: 100%;
	margin-top: 100px;
}

.marb1 {
	margin-bottom: 10px;
}

.marb2 {
	margin-bottom: 20px;
}

.marb3 {
	margin-bottom: 30px;
}

.marb4 {
	margin-bottom: 40px;
}


/* image alignments */

.img_left {
	float: left;
}

.img_left1 {
	float: left;
	margin-right: 20px;
}

.img_left2 {
	float: left;
	margin-right: 30px;
}

.img_left3 {
	margin-right: 10px;
}

.img_right {
	float: right;
}

.alicent {
	text-align: center;
}


/* responsive image */

.rimg {
	width: 100%;
}


/*************************************************/


/*-------------------------------------------------------
[Table of contents]

1. Header
	+ logo
	+ top navigation
	+ search
	
2. Content
	+ feature sections
	+ page title
	+ parallax backgrounds
	+ video backgrounds
	
3. Sidebar
	+ site search
	+ tabs
	+ portfolio widgets
	+ advertisements

3. Typography
	+ lists
	+ buttons
	+ styled boxes
	+ dropcaps
	+ highlight colors
	+ tables
	+ pricing tables
	+ framed boxes
	+ pagination
	
4. Footer
	+ copyrights
	+ google map
	
--------------------------------------------------------*/


/*----------------------------------------------------
	SITE MAIN STRUCTURE
------------------------------------------------------*/

.site_wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
}

.container_full {
	width: 100%;
	float: left;
	margin: auto;
}

.container {
	width: 1170px;
	margin: auto;
}

.container.tbp {
	padding: 80px 0px;
}

.container.tbp2 {
	padding: 80px 0px 30px 0px;
}

.content_fullwidth {
	float: left;
	width: 100%;
	padding: 70px 0px 80px 0px;
}

.content_fullwidth.less {
	padding: 0px 0px 80px 0px;
}

.content_left {
	float: left;
	width: 71%;
	padding: 0px 0px 0px 0px;
}

.right_sidebar {
	float: right;
	width: 25%;
	padding: 0px 0px 0px 0px;
}

.left_sidebar {
	float: left;
	width: 25%;
	padding: 0px 0px 0px 0px;
}

.content_right {
	float: right;
	width: 71%;
	padding: 0px 0px 0px 0px;
}

.content_halfsite {
	float: left;
	width: 47.5%;
	margin-right: 5%;
	padding: 0px 0px 0px 0px;
}

.content_halfsite.last {
	margin-right: 0;
}


/* columns */

.one_half,
.one_third,
.one_fourth,
.two_third,
.three_fourth,
.one_fifth,
.onecol_forty,
.onecol_sixty,
.onecol_thirtyfive {
	position: relative;
	margin-right: 4%;
	float: left;
}

.one_full {
	width: 100%;
}

.one_half {
	width: 48%;
}

.one_third {
	width: 30.650%;
}

.one_fourth {
	width: 22%;
}

.one_fifth {
	width: 16.800%;
}

.two_third {
	width: 65.350%;
}

.three_fourth {
	width: 74%;
}

.onecol_forty {
	width: 40%;
}

.onecol_sixty {
	width: 56%;
}

.onecol_thirtyfive {
	width: 35%;
}

.last {
	margin-right: 0 !important;
	clear: right;
}


/*---------------------------------------------------
	HEADER
------------------------------------------------------*/


/* Logo */

#trueHeader #logo {
	float: left;
	display: block;
	width: 100%;
	min-height: 58px;
	margin-top: 0px;
	position: relative;
	text-indent: -999em;
	background: url(../images/logo.svg) no-repeat left top;
}

#topHeader #logo {
	float: left;
	display: block;
	width: 100%;
	min-height: 90px;
	margin-top: 0px;
	position: relative;
	text-indent: -999em;
	background: url(../images/logo2.png) no-repeat center top;
}

#topHeader #logo3 {
	float: left;
	display: block;
	width: 100%;
	min-height: 58px;
	margin-top: 0px;
	position: relative;
	text-indent: -999em;
	background: url(../images/logo.png) no-repeat left top;
}

#trueHeader #logo4 {
	float: left;
	display: block;
	width: 100%;
	min-height: 50px;
	margin-top: 16px;
	position: relative;
	text-indent: -999em;
	background: url(../images/logo4.png) no-repeat left top;
}


/* top navigation */

.top_nav {
	float: left;
	width: 100%;
	padding: 9px 0px;
	background: #f3f3f3;
	border-bottom: 1px dashed #e9e9e9;
}

.top_nav .left {
	float: left;
	width: 30%;
}

.top_nav .right {
	float: left;
	width: 70%;
	color: #454545;
	font-size: 13px;
	text-align: right;
}

.top_nav .right strong {
	margin-right: 20px;
	font-weight: 600;
}

.top_nav .right a {
	color: #454545;
	font-weight: 600;
	transition: all 0.3s ease;
}

.top_nav .right a:hover {
	color: #1e1e1e;
}

.topsitesearch {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	float: right;
}

#topsitesearchform {
	margin: 0;
	padding: 0;
}

#topsitesearchform #s {
	width: 140px;
	height: 23px;
	border: 1px solid #d9d9d9;
	background-color: #f9f9f9;
	padding: 0px 5px 0px 7px;
	color: #999;
	font-size: 12px;
	float: left;
}

#topsitesearchform #searchsubmit {
	float: right;
	width: 23px;
	height: 23px;
	cursor: pointer;
	text-indent: -5555em;
	line-height: 100;
	overflow: hidden;
	background: #d9d9d9 url(../images/top-site-search-icon.png) no-repeat center 5px;
	border: 0;
}

#topsitesearchform #searchsubmit:hover {
	background: #999 url(../images/top-site-search-icon.png) no-repeat center 5px;
}

.top_nav ul.topsocial {
	float: left;
	padding: 0px;
	margin: 0px;
}

.top_nav .topsocial li {
	float: left;
	padding: 0px;
	margin: 0px 5px 0px 0px;
}

.top_nav .topsocial li a {
	float: left;
	color: #8e8e8e;
	font-size: 12px;
	width: 23px;
	height: 23px;
	background: #fbfbfb;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 23px;
	transition: all 0.3s ease;
}

.top_nav .topsocial li a:hover {
	background: #fff;
}

.top_nav2 .left {
	float: left;
	width: 33%;
	color: #272727;
}

.top_nav2 .center {
	float: left;
	width: 34%;
}

.top_nav2 .right {
	float: left;
	width: 33%;
	color: #272727;
	text-align: right;
}

.top_nav2 .right p {
	float: right;
	margin-top: 20px;
	display: block;
}

.top_nav2 .right p strong {
	color: #d70204;
	font-size: 25px;
	font-weight: 600;
	display: block;
	margin-top: 3px;
}

.top_nav2 ul.topsocial {
	float: left;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.top_nav2 .topsocial li {
	float: left;
	padding: 0px;
	margin: 0px 5px 0px 0px;
}

.top_nav2 .topsocial li a {
	float: left;
	color: #8e8e8e;
	font-size: 12px;
	width: 23px;
	height: 23px;
	background: #f3f3f3;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 23px;
	transition: all 0.3s ease;
}

.top_nav2 .topsocial li a:hover {
	background: #f9f9f9;
}

.top_nav3 .left {
	float: left;
	width: 35%;
	color: #272727;
}

.top_nav3 .right {
	float: left;
	width: 65%;
	color: #1e1e1e;
	text-align: right;
	margin-top: -2px;
}

.top_nav3 .right p {
	float: right;
	margin-top: 10px;
}

.top_nav3 .right p strong {
	color: #d70204;
	font-size: 21px;
	font-weight: 600;
}

.top_nav3 .right .topsitesearch {
	margin: 0px 0px 0px 10px;
}

.top_nav3 ul.topsocial {
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

.top_nav3 .topsocial li {
	float: left;
	padding: 0px;
	margin: 0px 5px 0px 0px;
}

.top_nav3 .topsocial li a {
	float: left;
	color: #454545;
	font-size: 12px;
	width: 23px;
	height: 23px;
	background: #f3f3f3;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 23px;
	transition: all 0.3s ease;
}

.top_nav3 .topsocial li a:hover {
	background: #f9f9f9;
}

.top_nav3 .right .smbut {
	background: #1e1e1e;
	border-radius: 3px;
	padding: 3px 9px;
	font-size: 13px;
	color: #fff;
	margin-right: 10px;
	white-space: nowrap;
	transition: all 0.3s ease;
}

.top_nav3 .right .smbut:hover {
	background: #d70204;
}


/* header area adinationals */

.logo {
	float: left;
	width: 25%;
}

.menu_main {
	float: right;
	width: 75%;
	z-index: 9999;
	position: relative;
}

.logo2 {
	float: left;
	width: 100%;
}

.menu_main2 {
	float: left;
	width: 100%;
	z-index: 9999;
	position: relative;
	background: #000;
}

.logo3 {
	float: left;
	width: 100%;
}

.logo4 {
	float: left;
	width: 27.5%;
}

.menu_main4 {
	float: left;
	width: 54.5%;
	z-index: 9999;
	position: relative;
}

.cdetails {
	float: left;
	width: 18%;
	height: 80px;
	padding-top: 12px;
	background: #e73537;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

.cdetails strong {
	font-size: 22px;
	font-weight: bold;
	display: block;
	margin-top: 1px;
}

.mstslider {
	width: 100%;
	float: left;
}


/*----------------------------------------------------
   FEATURE SECTIONS
------------------------------------------------------*/


/* features section 1 */

.feature_sec1 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 80px 0px 112px 0px;
}

.feature_sec1 h5 {
	margin: 50px 0px 0px 0px;
}

.feature_sec1 h5 strong {
	color: #fff;
	font-size: 23px;
	background: #d70204;
	font-weight: normal;
	padding: 9px 18px;
	height: 44px;
	margin: 0 10px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	white-space: nowrap;
}


/* features section 2 */

.feature_sec2 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0px 0px 0px 0px;
	background: #eee url(../images/texture3.jpg) repeat left top;
}

.feature_sec2 .one_fourth {
	padding: 60px 25px 72px 25px;
	width: 25%;
	margin-right: 0;
	transition: all 0.3s ease;
	border-top: 10px solid #fff;
	margin-top: -10px;
}

.feature_sec2 .one_fourth i {
	width: 110px;
	height: 110px;
	color: #1e1e1e;
	font-size: 32px;
	text-align: center;
	vertical-align: middle;
	line-height: 110px;
	background: url(../images/circle1.png) no-repeat center top;
	margin-bottom: 30px;
}

.feature_sec2 .one_fourth:hover,
.feature_sec2 .one_fourth.active {
	background: #f7f7f7;
	border-top: 10px solid #1e1e1e;
}


/* features section 3 */

.feature_sec3 {
	float: left;
	width: 100%;
	padding: 100px 0px 80px 0px;
}

.feature_sec3 i.icon {
	float: left;
	font-size: 40px;
	color: #e3e3e3;
	margin-right: 18px;
	margin-bottom: 6px;
}

.feature_sec3 p {
	color: #727272;
	margin-bottom: 5px;
}

.feature_sec3 #owl-demo2 p {
	color: #727272;
	margin-bottom: 5px;
	width: 90%;
}

.feature_sec3 .hpeosays {
	padding: 0;
}

.feature_sec3 .hpeosays img {
	border: 5px solid #eee;
	float: left;
	margin-right: 20px;
	margin-bottom: 100px;
	width: 100px;
	height: 100px;
	border-radius: 100%;
}

.feature_sec3 .hpeosays p {
	color: #727272;
	margin-bottom: 5px;
}

.feature_sec3 .hpeosays b {
	color: #1e1e1e;
	font-weight: 600;
	margin-top: 22px;
	float: left;
}

.feature_sec3 .hpeosays b em {
	color: #999;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

.feature_sec3 .divider_line21 {
	width: 90%;
}


/* features section 4 */

.feature_sec4 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 90px 0px 80px 0px;
	background: url("../images/gray-bg.png");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-position: center;
	position: relative;
	box-shadow: inset 0px 8px 5px -7px #eee, inset 0px -8px 5px -7px #eee;
}

.feature_sec4.two {
	background: none;
	box-shadow: none;
	padding-bottom: 45px;
}


/* features section 5 */

.feature_sec5 {
	float: left;
	width: 100%;
	padding: 100px 0px 0px 0px;
}

.scriptfont {
	color: #1e1e1e;
	font-family: 'Dancing Script', cursive;
	font-size: 23px;
	font-weight: normal;
}

.feature_sec5 .caseresult {
	float: left;
	width: 100%;
	padding: 7px 8px;
	background: #eee;
	color: #1e1e1e;
	border-top: 1px solid #e3e3e3;
}

.feature_sec5 .caseresult .inborder {
	float: left;
	width: 100%;
	border: 1px solid #fff;
	padding: 25px 27px 31px 27px;
}


/* features section 6 */

.feature_sec6 {
	float: left;
	width: 100%;
	padding: 90px 0px 100px 0px;
	text-align: center;
	background: #1e1e1e url(../images/texture4.png) repeat left top;
}

.feature_sec6 .one_third {
	background: #353535;
	border-radius: 3px;
	text-align: left;
	padding: 15px;
	color: #b9b9b9;
	transition: all 0.3s ease;
}

.feature_sec6 .one_third:hover {
	background: #454545;
}

.feature_sec6 .one_third img {
	float: left;
	margin-right: 20px;
}

.feature_sec6 .one_third a {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
}

.feature_sec6 .one_third a:hover {
	color: #e3e3e3;
}

.feature_sec6 .one_third p {
	font-size: 13px;
	line-height: 18px;
	margin-top: 5px;
}


/* features section 7 */

.feature_sec7 {
	float: left;
	width: 100%;
	padding: 100px 0px 100px 0px;
	text-align: center;
}

.feature_sec7 .cirimg {
	width: 190px;
	height: 190px;
	border-radius: 100%;
	border: 5px solid #e1e1e1;
	overflow: hidden;
	margin-bottom: 47px;
	transition: all 0.3s ease;
}

.feature_sec7 .cirimg:hover {
	border: 12px solid #e1e1e1;
}

.feature_sec7 .cinfo {
	float: left;
	width: 100%;
	padding: 0px 0px 45px 0px;
	background: #fff;
	border-radius: 4px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border: 1px solid #eee;
	border-top: none;
	font-size: 13px;
	line-height: 18px;
}

.feature_sec7 .cinfo h5 {
	margin-bottom: 3px;
}

.feature_sec7 .cinfo em {
	font-size: 13px;
	font-style: normal;
	color: #999;
}

.feature_sec7 .cinfo .shape1 {
	float: left;
	margin-top: -30px;
	margin-left: -1px;
	margin-bottom: 18px;
}

.feature_sec7 b {
	color: #d70204;
	font-weight: normal;
	display: block;
	margin-top: 20px;
	font-size: 14px;
}

.feature_sec7 a i {
	color: #1e1e1e;
	width: 30px;
	height: 30px;
	background: #eee;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-right: 2px;
	margin-left: 2px;
	transition: all 0.3s ease;
}

.feature_sec7 a i:hover {
	color: #fff;
	background: #d70204;
}

.feature_sec7.two {
	background: #f4f4f4;
}


/* features section 8 */

.feature_sec8 {
	float: left;
	width: 100%;
	padding: 90px 0px 90px 0px;
}

.feature_sec8 .left {
	float: left;
	width: 100px;
}

.feature_sec8 .left img {
	float: left;
	width: 100%;
	margin-bottom: 1px;
	transition: all 0.3s ease;
}

.feature_sec8 .left img:hover {
	float: left;
	opacity: 0.7;
}

.feature_sec8 .date {
	float: left;
	width: 100%;
	padding: 10px 0px 8px 0px;
	text-align: center;
	background: #1e1e1e;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.feature_sec8 .date a {
	color: #fff;
}

.feature_sec8 .date:hover {
	background: #d70204;
}

.feature_sec8 .date strong {
	font-size: 27px;
	font-weight: 600;
}

.feature_sec8 .comment {
	float: left;
	width: 100%;
	padding: 7px 0px 6px 0px;
	text-align: center;
	background: #f9f9f9;
	color: #999;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.feature_sec8 .comment a {
	color: #999;
}

.feature_sec8 .comment:hover {
	color: #fff;
	background: #fff;
}

.feature_sec8 .right {
	float: left;
	width: 82.2%;
	padding: 40px 40px 45px 40px;
	background: #f3f3f3;
}

.feature_sec8 .videofra {
	float: left;
	width: 100%;
	height: 338px;
}


/* features section 9 */

.feature_sec9 {
	float: left;
	width: 100%;
	padding: 100px 0px 0px 0px;
	text-align: center;
	background: #1e1e1e url(../images/texture1.jpg) repeat left top;
	color: #fff;
}

.feature_sec9 .sky-form strong {
	color: #999;
	font-weight: normal;
}

.cforms {
	width: 99%;
	margin-top: -15px;
	padding-bottom: 35px;
}

.feature_sec9 .transpef {
	background: url(../images/fade1.png) no-repeat center bottom;
}


/* features section 10 */

.feature_sec10 {
	float: left;
	width: 100%;
	padding: 75px 0px 64px 0px;
	text-align: left;
	background: #eee url(../images/texture2.png) repeat left top;
}

.feature_sec10 img {
	width: 100%;
	margin-left: 5px;
	border: 7px solid #fff;
	-webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
}


/* features section 11 */

.feature_sec11 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 120px 0px 100px 0px;
	background: url("../images/darkgray-bg.png");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-position: center;
	position: relative;
}

.feature_sec11 h1 {
	line-height: 57px;
}


/* features section 12 */

.feature_sec12 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 75px 0px 80px 0px;
}

.feature_sec12 i {
	font-size: 40px;
	color: #d70204;
	margin-bottom: 16px;
}

.feature_sec12 h5 {
	margin-bottom: 5px;
}


/* features section 13 */

.feature_sec13 {
	float: left;
	width: 100%;
	padding: 75px 0px 80px 0px;
	background: #eee;
}

.feature_sec13 .peoplesays {
	float: left;
	width: 100%;
	padding: 27px 40px 35px 40px;
	background: #fff;
	border-radius: 3px;
	font-size: 16px;
	line-height: 25px;
}

.feature_sec13 .peoimg {
	float: left;
	width: 100%;
	background: url(../images/aroow4.png) no-repeat 30px top;
}

.feature_sec13 .peoimg img {
	float: left;
	width: 58px;
	height: 58px;
	margin-left: 70px;
	margin-top: 12px;
	border-radius: 100%;
}

.feature_sec13 .peoimg strong {
	float: left;
	color: #1e1e1e;
	margin-top: 27px;
	margin-left: 10px;
}

.feature_sec13 .videofra {
	float: left;
	width: 100%;
	height: 265px;
}


/* features section 14 */

.feature_sec14 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 75px 0px 70px 0px;
}


/* features section 15 */

.feature_sec15 {
	float: left;
	width: 100%;
	padding: 80px 0px 80px 0px;
}

.feature_sec15 .one_third {
	background: #1e1e1e;
	text-align: center;
	transition: all 0.3s ease;
}

.feature_sec15 .one_third img:hover {
	opacity: 0.9;
}

.feature_sec15 .one_third img {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px solid #999;
	transition: all 0.3s ease;
}

.feature_sec15 .one_third h5 {
	color: #fff;
	margin-bottom: 3px;
}

.feature_sec15 .one_third h6 {
	color: #999;
	font-size: 14px;
	margin-bottom: 25px;
}

.feature_sec15 .one_third a {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background: #d70204;
	padding: 7px 18px;
	border-radius: 3px;
	transition: all 0.3s ease;
}

.feature_sec15 .one_third a:hover {
	background: #454545;
}


/* features section 16 */

.feature_sec16 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 80px 0px 80px 0px;
}

.feature_sec16 .attbox {
	float: left;
	width: 100%;
	height: 320px;
	background: #fff;
	border: 1px solid #eee;
	margin-top: 80px;
}

.feature_sec16 .attbox .box {
	float: left;
	width: 100.8%;
	height: 320px;
	background: #fff;
	border: 1px solid #eee;
	margin-left: -3px;
	margin-top: -3px;
	transition: all 0.3s ease;
}

.feature_sec16 .attbox .box:hover {
	background: #f7f7f7;
}

.feature_sec16 .cirimg {
	width: 160px;
	height: 160px;
	border-radius: 100%;
	border: 5px solid #eee;
	overflow: hidden;
	margin-bottom: 14px;
	transition: all 0.3s ease;
	margin-top: -80px;
	background: #fff;
}

.feature_sec16 .cirimg:hover {
	border: 10px double #eee;
}

.feature_sec16 .attbox h5 {
	margin-bottom: 0px;
}

.feature_sec16 .attbox em {
	font-size: 13px;
	color: #1e1e1e;
}

.feature_sec16 .attbox p {
	font-size: 13px;
	width: 80%;
	margin: 14px auto 28px auto;
}


/* features section 17 */

.feature_sec17 {
	float: left;
	width: 100%;
	padding: 80px 0px 80px 0px;
}

.feature_sec17 .box {
	float: left;
	width: 100%;
	background: #1e1e1e;
}

.feature_sec17 .box img {
	float: right;
	width: 45%;
	transition: all 0.3s ease;
}

.feature_sec17 .box img:hover {
	opacity: 0.9;
}

.feature_sec17 .box .carea {
	float: left;
	width: 50%;
	padding: 30px 0px 0px 35px;
}

.feature_sec17 .box .carea h5 {
	color: #fff;
	margin-bottom: 0px;
	line-height: 20px;
}

.feature_sec17 .box .carea em {
	font-size: 12px;
	color: #fff;
}

.feature_sec17 .box .carea p {
	margin-top: 5px;
	margin-bottom: 27px;
}


/* features section 18 */

.feature_sec18 {
	float: left;
	width: 100%;
	text-align: left;
	padding: 130px 0px 100px 0px;
	background: #e3e3e3 url("../images/darkgray-bg.png");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	/*	background-size: cover;*/
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-position: center;
	border-top: 8px solid #999;
	border-bottom: 8px solid #999;
}

.feature_sec18 .box {
	float: left;
	width: 47%;
	padding: 50px 40px 70px 40px;
	background: rgba(0, 0, 0, 0.7);
}

.feature_sec18 .box h1 {
	color: #d70204;
	font-size: 58px;
	text-transform: uppercase;
	margin: 0px;
	font-weight: bold;
}

.feature_sec18 .box h3 {
	color: #fff;
	text-transform: uppercase;
	margin: 5px 0px 3px 0px;
}

.feature_sec18 .box h5 {
	color: #999;
	text-transform: uppercase;
	margin: 0px;
}

.feature_sec18 .box p {
	color: #fff;
	font-size: 16px;
	line-height: 25px;
	margin-top: 25px;
}


/* features section 19 */

.feature_sec19 {
	float: left;
	width: 100%;
	padding: 35px 0px;
	background: #f9f9f9;
	border-top: 1px solid #f3f3f3;
}

.feature_sec19 ul {
	width: 95%;
	padding: 0px;
	margin: 0 auto;
}

.feature_sec19 li {
	float: left;
	width: 20%;
	text-align: center;
	padding: 0px;
	margin: 0;
}


/* FOOTER STYLES */

.footer {
	float: left;
	width: 100%;
	background: #000;
	padding: 50px 0px;
}

.footer h5 {
	color: #fff;
	margin-bottom: 3px;
}

.footer h6 {
	color: #999;
	font-size: 14px;
	margin-bottom: 12px;
}

.footer h3 {
	color: #fff;
	margin-bottom: 0px;
}

.footer .left {
	float: left;
	width: 28%;
	border-right: 2px solid #181818;
}

.footer .center {
	float: left;
	width: 27%;
	margin-left: 6%;
	border-right: 2px solid #181818;
}

.footer .right {
	float: left;
	width: 33%;
	margin-left: 6%;
}

.footer .right a {
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
}

.footer .right a:hover {
	color: #e3e3e3;
	text-decoration: none;
}

.copyrights {
	float: left;
	width: 100%;
	padding: 27px 0px 23px 0px;
	background: #181818;
	font-size: 12px;
}

.copyrights .one_half.last {
	text-align: right;
}

.copyrights a {
	color: #727272;
	transition: all 0.3s ease;
}

.copyrights a:hover {
	color: #999;
}


/* FOOTER STYLES TWO */

.footer2 {
	float: left;
	width: 100%;
	padding: 0px 0px;
}

.footer2 .fgraph {
	float: left;
	width: 100%;
	height: 18px;
	margin-top: -18px;
	text-align: center;
	background: url(../images/graph1.png) no-repeat center top;
}

.footer2 .fotcols {
	float: left;
	width: 100%;
	padding: 30px 0px;
	background: #d70204;
}

.footer2 .fotcols h5 {
	color: #fff;
	margin-bottom: 3px;
}

.footer2 .fotcols h5 em {
	font-size: 14px;
	font-style: normal;
}

.footer2 .fotcols h3 {
	color: #fff;
	margin-bottom: 0px;
}

.footer2 .left {
	float: left;
	width: 33%;
	border-right: 1px solid #ac0203;
}

.footer2 .center {
	float: left;
	width: 33%;
	text-align: center;
	border-right: 1px solid #ac0203;
}

.footer2 .center a:hover {
	color: #1e1e1e;
}

.footer2 .right {
	float: left;
	width: 30%;
	margin-left: 4%;
}

.signupnews {
	float: left;
}

#signupnewsle #m {
	width: 235px;
	height: 35px;
	border: 0px solid #fff;
	padding: 0px 5px 0px 7px;
	color: #fff;
	font-size: 13px;
	float: left;
	background: #bd0204;
	border-radius: 3px;
	margin-right: 5px;
}

#signupnewsle #newssubmit {
	color: #fff;
	float: right;
	width: 80px;
	height: 35px;
	cursor: pointer;
	overflow: hidden;
	background: #1e1e1e;
	border: 0;
	border-radius: 3px;
	transition: all 0.3s ease;
}

#signupnewsle #newssubmit:hover {
	color: #1e1e1e;
	background: #fff;
}

.footer2 .footersecs {
	float: left;
	width: 100%;
	color: #999;
	background: #1e1e1e url(../images/texture1.jpg) repeat left top;
}

.footer2 .transpef {
	padding: 63px 0px 58px 0px;
	background: url(../images/fade1.png) no-repeat center bottom;
}

.footer2 .footersecs h3 {
	margin-bottom: 14px;
}

.footer2 ul.address {
	padding: 0px;
	margin: 0px;
}

.footer2 .address li {
	padding: 0px;
	margin: 0px;
	line-height: 27px;
}

.footer2 .address li i {
	padding: 0px;
	margin: 0px 5px 0px 0px;
}

.footer2 ul.uselinks {
	float: left;
	padding: 0px;
	margin: 4px 0px 0px 0px;
}

.footer2 .uselinks li {
	padding: 0px;
	margin: 0px;
	line-height: 30px;
}

.footer2 .uselinks li i {
	padding: 0px;
	margin: 0px 5px 0px 0px;
}

.footer2 .uselinks li a {
	color: #999;
	transition: all 0.3s ease;
}

.footer2 .uselinks li a:hover {
	color: #fff;
}

.footer2 ul.tweets {
	float: left;
	padding: 0px;
	margin: 7px 0px 0px 0px;
}

.footer2 .tweets li {
	padding: 0px;
	margin: 0px;
	float: left;
}

.footer2 .tweets li.bhline {
	padding-bottom: 22px;
	margin-bottom: 20px;
	border-bottom: 1px solid #3d3d3d;
}

.footer2 .tweets li a {
	color: #999;
	transition: all 0.3s ease;
}

.footer2 .tweets li a:hover {
	color: #fff;
}

.footer2 .tweets li i {
	padding: 0px;
	margin: 0px 5px 0px 0px;
}

.footer2 .tweets li em {
	float: left;
	font-size: 10px;
	font-style: normal;
	color: #727272;
}

.footer2 .tweets li em a {
	color: #727272;
	transition: all 0.3s ease;
}

.footer2 .tweets li em a:hover {
	color: #727272;
	text-decoration: underline;
}


/* flickr */

#flickr_badge_wrapper {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

#flickr_badge_wrapper img {
	width: 70px;
	height: 60px;
	margin-right: 8px;
	margin-bottom: 2px;
	border: 0px solid #999 !important;
}

#flickr_www {
	display: block;
	padding: 0 10px 0 10px !important;
}

#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {
	text-decoration: none !important;
	background: inherit !important;
	color: #3993ff;
}

#flickr_badge_wrapper {
	margin-top: 25px;
}

#flickr_badge_source {
	padding: 0 !important;
}

.copyrights.two {
	background: #000;
	padding: 25px 0px 23px 0px;
}


/* page titles */

.page_title {
	float: left;
	width: 100%;
	height: 400px;
	background: #000 url(../images/darkgray-bg2.png) no-repeat center top;
}

.page_title.two {
	float: left;
	width: 100%;
	height: 400px;
	background: #000 url(../images/darkgray-bg2.png) no-repeat center top;
}

.page_title h1 {
	float: left;
	height: 80px;
	vertical-align: middle;
	text-align: center;
	line-height: 80px;
	padding: 0px 70px 0px 40px;
	color: #fff;
	margin-top: 320px;
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 0px;
	background: rgba(215, 2, 4, 0.9) url(../images/aroow3.png) no-repeat right 40px;
}

.page_title2 {
	float: left;
	width: 100%;
	padding: 40px 0px;
	background: #eee url(../images/site-fullimg3.png) no-repeat center top;
}

.page_title2 h1 {
	float: left;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 0px;
}

.page_title2 .pagenation {
	float: right;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	color: #1e1e1e;
	margin: 10px 0px 0px 0px;
}

.page_title2 .pagenation i {
	color: #727272;
	margin: 0px 2px 0px 2px;
}

.page_title2 .pagenation a {
	padding: 0px;
	color: #727272;
}

.page_title2 .pagenation a:hover {
	color: #999;
}


/* full info of bio page */

.full_biohead {
	float: left;
	width: 100%;
	min-height: 400px;
	text-align: left;
	background: url(../images/site-fullimg4.jpg) no-repeat center top;
}

.full_biohead img {
	float: left;
	margin-top: 50px;
	margin-right: 48px;
	border-bottom: 1px solid #c3c3c3;
}

.full_biohead h3 {
	color: #fff;
	font-weight: bold;
	margin-top: 70px;
	margin-bottom: 3px;
}

.full_biohead h6 {
	color: #999;
	margin-bottom: 0px;
}

.full_biohead ul.ctdet {
	padding: 0px;
	margin: 20px 0px 45px 0px;
}

.full_biohead .ctdet li {
	padding: 0px;
	margin: 7px 0px;
	font-size: 16px;
	color: #fff;
}

.full_biohead .ctdet li i {
	margin-right: 7px;
}

.full_biohead .ctdet li a {
	color: #fff;
	transition: all 0.3s ease;
}

.full_biohead .ctdet li a:hover {
	color: #d70204;
}

.full_biohead ul.csocial {
	padding: 0px;
	margin: 35px 0px 0px 0px;
}

.full_biohead .csocial li {
	padding: 0px;
	margin: 0px 5px 0px 0px;
	float: left;
}

.full_biohead .csocial li a {
	float: left;
	width: 28px;
	height: 28px;
	background: #444;
	border-radius: 100%;
	color: #eee;
	text-align: center;
	vertical-align: middle;
	line-height: 28px;
	transition: all 0.3s ease;
}

.full_biohead .csocial li a:hover {
	background: #727272;
}


/*----------------------------------------------------
   PARALLAX SECTIONS
------------------------------------------------------*/


/* parallax section 1 */

.parallax_section1 {
	float: left;
	width: 100%;
	text-align: left;
	padding: 70px 0px;
	background: #1e1e1e url("../images/darkgray-bg.png");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-position: center;
}


/* parallax section 2 */

.parallax_section2 {
	float: left;
	width: 100%;
	text-align: left;
	padding: 70px 0px;
	background: #1e1e1e url("../images/darkgray-bg.png");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-position: center;
}


/* parallax section 3 */

.parallax_section3 {
	float: left;
	width: 100%;
	text-align: left;
	padding: 80px 0px;
	background: #1e1e1e url("../images/darkgray-bg.png");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-position: center;
}


/* blog */

.blog_post {
	float: left;
	width: 100%;
}

.blog_post h3 {
	text-align: left;
	color: #333;
	line-height: 30px;
	display: block;
}

.blog_post h3 a {
	color: #d70204;
	text-decoration: none;
	margin-top: 3px;
	text-transform: none;
	font-weight: 400;
	font-size: 30px;
}

.blog_post h3 a:hover {
	color: #383634;
}

ul.post_meta_links {
	float: left;
	margin: -5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.post_meta_links li {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 4px;
	list-style-type: none;
	color: #999;
}

.post_meta_links li a {
	color: #999;
	padding: 0px 18px 0px 0px;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
}

.post_meta_links li a:hover {
	color: #727272;
	text-decoration: none;
}

.post_meta_links li i {
	color: #bbb;
	font-size: 12px;
	font-style: normal;
}

.blog_postcontent {
	float: left;
	width: 100%;
}

.blog_postcontent .image_frame {
	float: left;
	width: 100%;
	margin-bottom: 27px;
}

.blog_postcontent .image_frame.mone {
	float: left;
	width: 100%;
	height: 280px;
	overflow: hidden;
}

.blog_postcontent .image_frame.mtwo {
	float: left;
	width: 100%;
	height: 180px;
	overflow: hidden;
}

.blog_postcontent .image_frame.mthree {
	float: left;
	width: 100%;
	height: 480px;
	overflow: hidden;
}

.blog_postcontent .image_frame.mone img,
.blog_postcontent .image_frame.mtwo img,
.blog_postcontent .image_frame.mthree img {
	float: left;
	width: auto;
	margin-left: -45%;
	margin-top: -10%;
}

.blog_postcontent .video_frame.mtwo iframe {
	float: left;
	width: 100%;
	height: 280px;
	overflow: hidden;
}

.blog_postcontent .image_frame.small {
	float: left;
	width: 43%;
	border: 7px solid #fff;
	margin-bottom: 25px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.blog_postcontent .image_frame.small:hover {
	border: 7px solid #f9f9f9;
}

.blog_postcontent .image_frame img {
	float: left;
	width: 100%;
}

.blog_postcontent .video_frame.small iframe {
	height: 250px;
}

.blog_postcontent .video_frame iframe {
	float: left;
	width: 100%;
	height: 520px;
	margin-bottom: 27px;
}

.post_info_content_small {
	padding: 0px;
	margin: 0 0 0 4%;
	width: 50%;
	float: left;
}

ul.post_meta_links_small {
	float: left;
	margin: -15px 0px 12px 80px;
	padding: 0px 0px 0px 0px;
	width: 80%;
}

.post_meta_links_small li a {
	color: #a1a1a1;
	padding: 0px 5px 0px 0px;
	text-decoration: none;
	font-size: 11px;
}

.post_meta_links_small li a:hover {
	color: #727272;
	padding: 0px 5px 0px 0px;
	text-decoration: none;
	font-size: 11px;
}

.blog_post a.date {
	color: #454545;
	font-size: 16px;
	font-weight: normal;
}

.blog_post a.date:hover {
	color: #d70204;
}

.post_readmore:link,
.post_readmore:visited {
	float: right;
	height: 27px;
	width: 185px;
	text-align: center;
	padding-top: 7px;
	color: #fff;
	text-decoration: none;
	background: url(../images/skin01/but_post_readmore.jpg) no-repeat left top;
}

.post_readmore:hover {
	float: right;
	height: 27px;
	width: 185px;
	text-align: center;
	padding-top: 7px;
	color: #fff;
	text-decoration: none;
	background: url(../images/skin01/but_post_readmore_hover.jpg) no-repeat left top;
}

.sharepost {
	float: left;
	width: 80%;
	margin-bottom: 40px;
}

.sharepost ul {
	margin: 0px;
	padding: 0px;
}

.sharepost li {
	margin: 0px 7px 5px 0px;
	padding: 2px 5px;
	float: left;
	border-radius: 2px;
	list-style-type: none;
	background-color: #d70204;
	transition: all 0.3s ease;
}

.sharepost li i {
	color: #fff;
}

.sharepost li:hover {
	background-color: #383634;
}

.about_author {
	float: left;
	width: 100%;
	padding: 20px;
	background-color: #f9f9f9;
	border: 1px solid #eee;
}

.about_author img {
	float: left;
	margin-right: 20px;
}

.about_author a {
	font-family: 'Open Sans' !important;
	font-weight: normal;
	font-weight: 600;
	color: #333;
}

.about_author a:hover {
	color: #d70204;
}


/* pagination */

.pagination.center {
	text-align: center;
}

.pagination.center b {
	float: inherit;
}

.pagination {
	clear: both;
	padding: 10px 0;
	margin-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
}

.pagination b {
	float: left;
	margin: 0px 5px 2px 0;
	padding: 0px 10px;
	font-weight: normal;
	color: #999;
}

.pagination a.navlinks {
	font-size: 12px;
	color: #454545;
	background-color: #eee;
	font-weight: 600;
	text-transform: uppercase;
	padding: 7px 10px;
	border-radius: 3px;
}

.pagination a.navlinks:hover {
	color: #fff;
	background-color: #454545;
}

.pagination a.current {
	color: #fff;
	background-color: #454545;
}


/* comments */

.comment_wrap {
	padding: 20px 20px 20px 0px;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}

.comment_wrap.chaild {
	border-bottom: 1px solid #eee;
	margin: 10px 20px 10px 50px;
	overflow: hidden;
}

.gravatar {
	float: left;
}

.comment_content {
	overflow: hidden;
	padding-left: 20px;
	position: relative;
	min-height: 80px;
}

.comment_content .comment_meta {
	position: relative;
}

.comment_content .comment_meta .comment_author {
	display: inline;
	font-size: 14px;
	font-style: normal;
}

.comment_content .comment_meta .comment_author i {
	display: inline;
	font-size: 11px;
	font-style: italic;
}

.comment_content .comment_text {
	clear: both;
	padding-top: 0px;
	overflow: hidden;
}

.comment_content .comment_text a {
	color: #d3d3d3;
	margin-top: 5px;
	float: left;
}

.comment_content .comment_text a:hover {
	color: #727272;
	margin-top: 5px;
	float: left;
}

#comments_section li ul li {
	margin-left: 30px;
}


/* comment form */

.comment_form {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.comment_form label {
	float: left;
	width: 90px;
	height: 15px;
	padding: 7px 10px;
	margin-bottom: 40px;
	font-weight: normal;
}

.comment_input_bg {
	float: left;
	width: 75%;
	height: 40px;
	padding: 7px 10px 0px 10px;
	border-top: 2px solid #e3e3e3;
	border-left: 2px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f9f9f9;
}

.comment_textarea_bg {
	float: left;
	width: 90%;
	height: 235px;
	padding: 7px 10px 0px 10px;
	margin-bottom: 20px;
	border-top: 2px solid #e3e3e3;
	border-left: 2px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f9f9f9;
}

.comment_checkbox {
	float: left;
	display: block;
	width: 90%;
	margin-top: 10px;
}

.comment_submit {
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 9px 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	border-radius: 4px;
	color: #333;
	text-transform: uppercase;
}

.comment_submit:hover {
	background-color: #f9f9f9;
	cursor: pointer;
}


/* comments */

.comment_wrap {
	padding: 20px 20px 20px 0px;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}

.comment_wrap.chaild {
	border-bottom: 1px solid #eee;
	margin: 10px 20px 10px 50px;
	overflow: hidden;
}

.gravatar {
	float: left;
}

.comment_content {
	overflow: hidden;
	padding-left: 20px;
	position: relative;
	min-height: 80px;
}

.comment_content .comment_meta {
	position: relative;
}

.comment_content .comment_meta .comment_author {
	display: inline;
	font-size: 14px;
	font-style: normal;
}

.comment_content .comment_meta .comment_author i {
	display: inline;
	font-size: 11px;
	font-style: italic;
}

.comment_content .comment_text {
	clear: both;
	padding-top: 0px;
	overflow: hidden;
}

.comment_content .comment_text a {
	color: #d3d3d3;
	margin-top: 5px;
	float: left;
}

.comment_content .comment_text a:hover {
	color: #727272;
	margin-top: 5px;
	float: left;
}

#comments_section li ul li {
	margin-left: 30px;
}


/* Advertisements */

ul.adsbanner-list {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 100%;
}

.adsbanner-list li {
	margin: 0px 10px 10px 0px;
	padding: 0px;
	float: left;
	width: 140px;
	height: 140px;
	list-style-type: none;
}

.adsbanner-list li img {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 140px;
	height: 140px;
	list-style-type: none;
}

.adsbanner-list li.last {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 140px;
	height: 140px;
	list-style-type: none;
}

.address_info {
	float: left;
	background-color: #f9f9f9;
	border: 1px solid #e1e1e1;
	padding: 20px 20px 10px 20px;
	width: 99%;
	margin-bottom: 40px;
}

.address_info.two {
	background-color: #fff;
	border: none;
	padding-top: 0px;
}

.address_info h3 i {
	font-weight: 500;
	font-style: normal;
}

.google-map {
	width: 99%;
	height: 350px;
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.google-map2 {
	width: 100%;
	height: 450px;
}

.google-map3 {
	width: 100%;
	height: 300px;
	border: 10px solid #fff;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
}

.google-map4 {
	width: 100%;
	height: 200px;
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
}


/* sidebar widgets */

.sidebar_widget {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.sidebar_widget ul.arrows_list1 {
	padding: 0px;
	margin: 0px;
	float: left;
	margin-top: -10px;
}

.sidebar_widget ul.arrows_list1 li a {
	color: #d70204;
	line-height: 30px;
}

.sidebar_widget ul.arrows_list1 li a:hover {
	color: #272727;
}

.sidebar_widget ul.arrows_list1 i {
	margin-right: 4px;
}

.sidebar_title {
	float: left;
	width: 100%;
}

.sidebar_widget h4,
.clientsays_widget h4 {
	margin-bottom: 30px;
	float: left;
	font-weight: 300;
}

.sidebar_widget h4 i,
.clientsays_widget h4 i {
	font-weight: 500;
	font-style: normal;
}


/* Recent Posts */

ul.recent_posts_list {
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
}

.recent_posts_list li {
	padding: 0px 0px 13px 0px;
	margin: 0px 0px 16px 0px;
	list-style-type: none;
	border-bottom: 1px solid #eee;
	float: left;
	width: 100%;
}

.recent_posts_list li a {
	text-decoration: none;
	line-height: 17px;
	display: block;
	color: #999;
}

.recent_posts_list li a:hover {
	color: #d70204;
}

.recent_posts_list li span {
	float: left;
	margin-right: 15px;
}

.recent_posts_list li span img {
	float: left;
	margin-right: 0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.recent_posts_list li span img:hover {
	float: left;
	margin-right: 0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.recent_posts_list li i {
	padding: 1px 0px 0px 0px;
	margin: 0px;
	display: block;
	font-size: 10px;
	font-style: normal;
	color: #c9c9c9;
}

.recent_posts_list li.last {
	padding: 0px 0px 7px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 0px solid #f5f6f6;
}


/* client says widget */

.clientsays_widget {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	color: #999;
}

.clientsays_widget strong {
	font-weight: 600;
	color: #454545;
}

.clientsays_widget h3 {
	margin-bottom: 18px;
}

.clientsays_widget img {
	float: left;
	margin-right: 13px;
	margin-top: 7px;
}


/* portfolio widget */

.portfolio_widget {
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

.portfolio_widget .box {
	float: left;
	width: 100%;
}

.portfolio_widget .box strong {
	font-size: 16px;
	color: #181818;
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
	margin-top: 25px;
}

.portfolio_widget .box strong a {
	color: #181818;
}

.portfolio_widget .box strong a:hover {
	color: #2191ed;
}

.portfolio_widget .box i {
	font-size: 22px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 100%;
	width: 58px;
	height: 58px;
	text-align: center;
	vertical-align: middle;
	line-height: 58px;
	margin-top: 26%;
}


/* 404 Error Page */

.error_pagenotfound {
	padding: 50px 30px 58px 30px;
	margin: 0 auto;
	width: 59%;
	background-color: #fff;
	border: 1px solid #eee;
	border-bottom: 5px solid #eee;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}

.error_pagenotfound strong {
	display: block;
	font-size: 145px;
	line-height: 100px;
	color: #e3e3e3;
	font-weight: normal;
	margin-bottom: 10px;
	text-shadow: 5px 5px 1px #f9f9f9;
}

.error_pagenotfound b {
	display: block;
	font-size: 40px;
	line-height: 50px;
	color: #999;
	margin: 0;
	font-weight: 300;
}

.error_pagenotfound em {
	display: block;
	font-size: 18px;
	line-height: 59px;
	color: #d70204;
	margin: 0;
	font-style: normal;
}

.menuimg {
	float: left;
	width: 100%;
	margin-bottom: 12px;
	margin-top: 9px;
	border: 5px solid #e9e9e9;
}


/* scroll up */

.scrollup {
	width: 40px;
	height: 40px;
	opacity: 1;
	position: fixed;
	bottom: 22px;
	right: 20px;
	display: none;
	text-indent: -9999px;
	background: url(../images/scroll-top-arrow.png) no-repeat left top;
	z-index: 999;
}


/*********************************************/


/* Responsive CSS Styles Table of Contents */

@media only screen and (min-width: 1000px) and (max-width: 1169px) {
	.container {
		width: 1000px;
		margin: auto;
	}
	.logo {
		width: 32%;
	}
	.menu_main {
		width: 68%;
	}
	#trueHeader #logo4 {
		background-size: 90%;
	}
	.logo4 {
		width: 25.5%;
	}
	.menu_main4 {
		width: 56%;
	}
	.cdetails {
		width: 18.5%;
		padding-top: 16px;
	}
	.cdetails strong {
		font-size: 18px;
		margin-top: 0px;
	}
	.feature_sec2 .one_fourth {
		padding-left: 10px;
		padding-right: 10px;
	}
	.feature_sec3 .hpeosays img {
		margin-bottom: 0px;
	}
	.feature_sec7 .cinfo .shape1 {
		margin-top: -25px;
		margin-left: -1px;
		margin-bottom: 18px;
		width: 101%;
	}
	.feature_sec8 .right {
		float: left;
		width: 78.5%;
		padding: 25px 25px 30px 25px;
	}
	.footer2 .fotcols h5 {
		font-size: 16px;
	}
	.footer2 .fotcols h5 em {
		font-size: 13px;
	}
	.footer2 .fotcols h3 {
		font-size: 21px;
	}
	#signupnewsle #m {
		width: 200px;
	}
	.feature_sec17 .box .carea {
		float: left;
		width: 55%;
		padding: 20px 0px 0px 18px;
	}
	.feature_sec17 .box .carea p {
		margin-bottom: 20px;
		font-size: 13px;
		line-height: 18px;
	}
	.blog_postcontent .video_frame iframe {
		height: 325px;
	}
	.feature_sec19 ul {
		width: 100%;
	}
	.feature_sec19 li img {
		width: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
	.container {
		width: 747px;
		margin: auto;
	}
	.logo {
		width: 100%;
	}
	.menu_main {
		width: 98%;
		position: absolute;
	}
	#trueHeader #logo {
		margin-top: 9px;
	}
	#topHeader #logo3 {
		background-size: 100%;
	}
	#topHeader #logo {
		background-size: 100%;
	}
	.logo4 {
		width: 40%;
	}
	.menu_main4 {
		width: 60%;
		margin-top: 8px;
	}
	.cdetails {
		display: none;
	}
	.feature_sec2 .one_fourth {
		padding-left: 10px;
		padding-right: 10px;
	}
	.feature_sec7 .cinfo .shape1 {
		margin-top: -20px;
		margin-left: -1px;
		margin-bottom: 18px;
		width: 101%;
	}
	.feature_sec8 .left {
		float: left;
		width: 80px;
	}
	.feature_sec8 .right {
		float: left;
		width: 77.5%;
		padding: 18px 18px 22px 18px;
	}
	.feature_sec7 .cirimg {
		width: 160px;
		height: 160px;
	}
	.footer2 .fotcols h5 {
		font-size: 14px;
	}
	.footer2 .fotcols h5 em {
		font-size: 12px;
	}
	.footer2 .fotcols h3 {
		font-size: 18px;
	}
	#signupnewsle #m {
		width: 160px;
	}
	#signupnewsle #newssubmit {
		width: 59px;
		font-size: 12px;
	}
	.footer2 .address li .flogo {
		width: 100%;
	}
	.feature_sec13 .peoplesays {
		padding: 16px 20px 25px 20px;
	}
	.feature_sec13 .peoimg {
		background: url(../images/aroow4.png) no-repeat 10px top;
	}
	.feature_sec13 .peoimg img {
		margin-left: 35px;
	}
	.feature_sec17 .box .carea {
		float: left;
		width: 70%;
		padding: 20px 0px 0px 18px;
	}
	.feature_sec17 .box .carea p {
		margin-bottom: 20px;
		font-size: 13px;
		line-height: 18px;
	}
	.feature_sec17 .box img {
		width: 30%;
	}
	.blog_postcontent .video_frame iframe {
		height: 280px;
	}
	.feature_sec3 .hpeosays img {
		margin-bottom: 0px;
	}
	.feature_sec18 {
		padding: 50px 0px 50px 0px;
	}
	.feature_sec18 .box {
		width: 59%;
		padding: 30px 30px 50px 30px;
	}
	.feature_sec19 ul {
		width: 100%;
	}
	.feature_sec19 li img {
		width: 100%;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container {
		width: 460px;
		margin: auto;
	}
	.content_left {
		float: left;
		width: 100%;
		padding: 0px 0px 50px 0px;
	}
	.right_sidebar {
		float: left;
		width: 100%;
		padding: 0px 0px 50px 0px;
	}
	.left_sidebar {
		float: left;
		width: 100%;
		padding: 0px 0px 50px 0px;
	}
	.content_right {
		float: left;
		width: 100%;
		padding: 0px 0px 50px 0px;
	}
	.one_half,
	.one_third,
	.one_fourth,
	.two_third,
	.three_fourth,
	.one_fifth,
	.onecol_forty,
	.onecol_sixty,
	.onecol_thirtyfive {
		margin-right: 0%;
	}
	.one_half {
		width: 100%;
		margin-bottom: 40px;
	}
	.one_third {
		width: 100%;
		margin-bottom: 40px;
	}
	.one_fourth {
		width: 100%;
		margin-bottom: 40px;
	}
	.one_fifth {
		width: 100%;
		margin-bottom: 40px;
	}
	.two_third {
		width: 100%;
		margin-bottom: 40px;
	}
	.three_fourth {
		width: 100%;
		margin-bottom: 40px;
	}
	.onecol_forty {
		width: 100%;
		margin-bottom: 40px;
	}
	.onecol_sixty {
		width: 100%;
		margin-bottom: 40px;
	}
	.onecol_thirtyfive {
		width: 100%;
		margin-bottom: 40px;
	}
	.last {
		margin-right: 0 !important;
		margin-bottom: 0 !important;
	}
	#trueHeader .logo {
		width: 100%;
		margin-bottom: 5px;
		text-align: center;
	}
	#topHeader #logo3 {
		background: url(../images/logo.png) no-repeat center top;
	}
	#topHeader #logo {
		background-size: 100%;
	}
	.logo4 {
		width: 100%;
	}
	.menu_main4 {
		width: 100%;
	}
	.cdetails {
		display: none;
	}
	.top_nav3 .left {
		width: 100%;
		margin-bottom: 20px;
	}
	.top_nav3 .right {
		width: 100%;
	}
	.logo {
		width: 100%;
	}
	.menu_main {
		width: 95%;
		position: absolute;
	}
	.top_nav .left {
		width: 100%;
	}
	.top_nav .right {
		width: 100%;
		text-align: left;
	}
	.topsitesearch {
		margin: 0px 0px 0px 0px;
		float: left;
	}
	.top_nav2 .left {
		width: 50%;
	}
	.top_nav2 .center {
		width: 100%;
		margin-top: 30px;
	}
	.top_nav2 .right {
		float: right;
		width: 50%;
		text-align: right;
		margin-top: -200px;
	}
	.top_nav2 .topsitesearch {
		margin: 0px 0px 0px 0px;
		float: right;
	}
	.top_nav2 ul.topsocial {
		margin: 0px 0px 10px 0px;
	}
	.top_nav2 .right p {
		margin-top: 10px;
	}
	.feature_sec2 .one_fourth {
		width: 100%;
	}
	.feature_sec5 img.img_left1 {
		width: 100%;
		margin-bottom: 30px;
	}
	.feature_sec5 {
		margin-bottom: 80px;
	}
	.feature_sec7 .cinfo .shape1 {
		margin-top: -30px;
		margin-left: -1px;
		margin-bottom: 18px;
		width: 100.5%;
	}
	.feature_sec8 .right {
		float: left;
		width: 78%;
		padding: 25px 25px 30px 25px;
	}
	.footer .left {
		width: 100%;
		border-right: 0px solid #333;
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #333;
		text-align: center;
	}
	.footer .center {
		width: 100%;
		margin-left: 0%;
		border-right: 0px solid #333;
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #333;
		text-align: center;
	}
	.footer .right {
		width: 100%;
		margin-left: 0%;
		text-align: center;
	}
	.copyrights .one_half {
		text-align: center;
		margin-bottom: 5px;
	}
	.copyrights .one_half.last {
		text-align: center;
	}
	.footer2 .left {
		float: left;
		width: 100%;
		border-right: 0px solid #ac0203;
		border-bottom: 1px solid #ac0203;
		text-align: center;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.footer2 .center {
		float: left;
		width: 100%;
		text-align: center;
		border-right: 0px solid #ac0203;
		border-bottom: 1px solid #ac0203;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.footer2 .center a:hover {
		color: #1e1e1e;
	}
	.footer2 .right {
		float: left;
		width: 100%;
		margin-left: 0%;
		text-align: center;
	}
	#signupnewsle #m {
		width: 235px;
		float: left;
		margin-left: 50px;
	}
	.page_title h1 {
		padding: 0px 61px 0px 25px;
		font-size: 30px;
	}
	.feature_sec17 .box .carea {
		float: left;
		width: 100%;
		padding: 30px 25px 30px 25px;
	}
	.feature_sec17 .box .carea p {
		margin-bottom: 20px;
	}
	.feature_sec17 .box img {
		width: 100%;
		float: left;
	}
	.full_biohead {
		background-repeat: repeat-y;
		padding-bottom: 40px;
	}
	.full_biohead img {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.page_title2 .pagenation {
		float: left;
		width: 100%;
		margin-top: 0px;
	}
	.post_meta_links li {
		width: 100%;
	}
	.post_meta_links li.post_by {
		width: 33.3%;
	}
	.post_meta_links li.post_categoty {
		width: 33.3%;
	}
	.post_meta_links li.post_comments {
		width: 33.3%;
	}
	.blog_postcontent .video_frame iframe {
		height: 250px;
	}
	.content_halfsite {
		width: 100%;
		margin-right: 0%;
	}
	.feature_sec1 h5 {
		line-height: 40px;
	}
	.feature_sec3 .hpeosays img {
		margin-bottom: 0px;
	}
	.feature_sec18 {
		padding: 50px 0px 50px 0px;
	}
	.feature_sec18 .box {
		width: 75%;
		padding: 30px 30px 50px 30px;
	}
	.feature_sec19 ul {
		width: 100%;
	}
	.feature_sec19 li img {
		width: 100%;
	}
}

@media only screen and (max-width: 479px) {
	.container {
		width: 300px;
		margin: auto;
	}
	.content_left {
		float: left;
		width: 100%;
		padding: 0px 0px 50px 0px;
	}
	.right_sidebar {
		float: left;
		width: 100%;
		padding: 0px 0px 50px 0px;
	}
	.left_sidebar {
		float: left;
		width: 100%;
		padding: 0px 0px 50px 0px;
	}
	.content_right {
		float: left;
		width: 100%;
		padding: 0px 0px 50px 0px;
	}
	.one_half,
	.one_third,
	.one_fourth,
	.two_third,
	.three_fourth,
	.one_fifth,
	.onecol_forty,
	.onecol_sixty,
	.onecol_thirtyfive {
		margin-right: 0%;
	}
	.one_half {
		width: 100%;
		margin-bottom: 40px;
	}
	.one_third {
		width: 100%;
		margin-bottom: 40px;
	}
	.one_fourth {
		width: 100%;
		margin-bottom: 40px;
	}
	.one_fifth {
		width: 100%;
		margin-bottom: 40px;
	}
	.two_third {
		width: 100%;
		margin-bottom: 40px;
	}
	.three_fourth {
		width: 100%;
		margin-bottom: 40px;
	}
	.onecol_forty {
		width: 100%;
		margin-bottom: 40px;
	}
	.onecol_sixty {
		width: 100%;
		margin-bottom: 40px;
	}
	.onecol_thirtyfive {
		width: 100%;
		margin-bottom: 40px;
	}
	.last {
		margin-right: 0 !important;
		margin-bottom: 0 !important;
	}
	#trueHeader #logo {
		background-size: 72%;
		margin-top: 10px;
	}
	#trueHeader .logo {
		width: 100%;
	}
	#topHeader #logo3 {
		background: url(../images/logo.png) no-repeat center top;
		background-size: 75%;
	}
	#topHeader #logo {
		background-size: 100%;
	}
	#trueHeader #logo4 {
		background-size: 75%;
		background-position: center top;
	}
	.logo4 {
		width: 100%;
	}
	.menu_main4 {
		width: 100%;
	}
	.cdetails {
		display: none;
	}
	.top_nav3 .left {
		width: 100%;
		margin-bottom: 20px;
	}
	.top_nav3 .right {
		width: 100%;
	}
	.logo {
		width: 100%;
	}
	.menu_main {
		width: 95%;
		position: absolute;
	}
	.top_nav .left {
		width: 35%;
	}
	.top_nav .right {
		width: 65%;
	}
	.top_nav .right strong {
		margin-right: 0px;
	}
	.top_nav2 .left {
		width: 100%;
	}
	.top_nav2 .left p {
		font-size: 12px;
		line-height: 18px;
	}
	.top_nav2 .center {
		width: 100%;
		margin-top: 30px;
	}
	.top_nav2 .right {
		float: right;
		width: 100%;
		text-align: right;
		margin-top: -190px;
	}
	.top_nav2 .topsitesearch {
		margin: 0px 0px 0px 0px;
		float: right;
	}
	.top_nav2 ul.topsocial {
		margin: 0px 0px 10px 0px;
	}
	.top_nav2 .right p {
		margin-top: 10px;
		font-size: 12px;
	}
	.top_nav2 .right p strong {
		font-size: 16px;
		margin-top: 0px;
	}
	.top_nav2 .topsocial li {
		float: left;
		padding: 0px;
		margin: 0px 1px 0px 0px;
	}
	.top_nav3 .topsitesearch {
		padding: 0px 0px 12px 0px;
	}
	.feature_sec2 .one_fourth {
		width: 100%;
	}
	.feature_sec5 img.img_left1 {
		width: 100%;
		margin-bottom: 30px;
	}
	.feature_sec5 {
		margin-bottom: 80px;
	}
	.feature_sec7 .cinfo .shape1 {
		margin-top: -30px;
		margin-left: -1px;
		margin-bottom: 18px;
		width: 100.6%;
	}
	.feature_sec8 .left {
		float: left;
		width: 50px;
	}
	.feature_sec8 .right {
		float: left;
		width: 83%;
		padding: 12px 12px 17px 12px;
	}
	.cforms {
		width: 98%;
	}
	.footer .left {
		width: 100%;
		border-right: 0px solid #333;
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #333;
		text-align: center;
	}
	.footer .center {
		width: 100%;
		margin-left: 0%;
		border-right: 0px solid #333;
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #333;
		text-align: center;
	}
	.footer .right {
		width: 100%;
		margin-left: 0%;
		text-align: center;
	}
	.copyrights .one_half {
		text-align: center;
		margin-bottom: 5px;
	}
	.copyrights .one_half.last {
		text-align: center;
	}
	.footer2 .left {
		float: left;
		width: 100%;
		border-right: 0px solid #ac0203;
		border-bottom: 1px solid #ac0203;
		text-align: center;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.footer2 .center {
		float: left;
		width: 100%;
		text-align: center;
		border-right: 0px solid #ac0203;
		border-bottom: 1px solid #ac0203;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.footer2 .center a:hover {
		color: #1e1e1e;
	}
	.footer2 .right {
		float: left;
		width: 100%;
		margin-left: 0%;
		text-align: center;
	}
	#signupnewsle #m {
		width: 215px;
		float: left;
	}
	.page_title h1 {
		padding: 0px 61px 0px 20px;
		font-size: 21px;
	}
	.feature_sec17 .box .carea {
		float: left;
		width: 100%;
		padding: 30px 25px 30px 25px;
	}
	.feature_sec17 .box .carea p {
		margin-bottom: 20px;
	}
	.feature_sec17 .box img {
		width: 100%;
		float: left;
	}
	.full_biohead {
		background-repeat: repeat-y;
		padding-bottom: 40px;
	}
	.full_biohead img {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.page_title2 .pagenation {
		float: left;
		width: 100%;
		margin-top: 0px;
	}
	.post_meta_links li {
		width: 100%;
	}
	.post_meta_links li.post_by {
		width: 50%;
	}
	.post_meta_links li.post_categoty {
		width: 50%;
	}
	.post_meta_links li.post_comments {
		width: 50%;
	}
	.blog_postcontent .video_frame iframe {
		height: 180px;
	}
	.content_halfsite {
		width: 100%;
		margin-right: 0%;
	}
	.feature_sec1 h5 {
		line-height: 40px;
	}
	.feature_sec3 .hpeosays img {
		margin-bottom: 0px;
	}
	.feature_sec18 {
		padding: 50px 0px 50px 0px;
	}
	.feature_sec18 .box {
		width: 85%;
		padding: 20px 10px 30px 10px;
	}
	.feature_sec19 ul {
		width: 100%;
	}
	.feature_sec19 li img {
		width: 100%;
	}
}


/****************************************************/


/*----------------------------------------------------
   SHORTCODE ELEMENTS
------------------------------------------------------*/

.button1 {
	color: #fff;
	background: #1e1e1e;
	padding: 9px 23px;
	border-radius: 3px;
	white-space: nowrap;
	transition: all 0.3s ease;
}

.button1:hover {
	color: #fff;
	background: #d70204;
}

.button2 {
	color: #1e1e1e;
	background: #fff;
	padding: 16px 35px;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	transition: all 0.3s ease;
}

.button2:hover {
	color: #fff;
	background: #d70204;
}

.button3 {
	color: #fff;
	border: 1px solid #fff;
	padding: 15px 45px;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	transition: all 0.3s ease;
}

.button3:hover {
	color: #d70204;
	background: #fff;
	border: 1px solid #fff;
}

.button4 {
	color: #fff;
	background: #d70204;
	padding: 10px 30px;
	border-radius: 3px;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.button4:hover {
	color: #fff;
	background: #1e1e1e;
}

.button5 {
	color: #fff;
	background: #d70204;
	padding: 8px 18px;
	border-radius: 3px;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.button5:hover {
	color: #fff;
	background: #454545;
}

.button7 {
	color: #1e1e1e;
	background: #fff;
	padding: 9px 23px;
	border-radius: 3px;
	white-space: nowrap;
	transition: all 0.3s ease;
	border: 1px solid #e3e3e3;
}

.button7:hover {
	color: #fff;
	background: #d70204;
	border: 1px solid #d70204;
}


/* Accordion */

.accor_dion {
	float: left;
	width: 100%;
}


/* Titles */

.title1 h3 {
	font-size: 27px;
	z-index: 1;
	position: relative;
	text-align: left;
	font-weight: normal;
}

.title1 .line {
	background: #000;
	border-top: solid 1px #e3e3e3;
	position: absolute;
	height: 1px;
	display: block;
	top: 18px;
	width: 100%;
}

.title1 .text {
	background-color: #FFFFFF;
	z-index: 20;
	position: relative;
	text-align: center;
	padding: 0px 18px 0px 0px;
}

.title2 h3 {
	font-size: 27px;
	z-index: 1;
	position: relative;
	text-align: left;
	font-weight: 300;
}

.title2 .line {
	background: #000;
	border-top: solid 1px #e3e3e3;
	position: absolute;
	height: 1px;
	display: block;
	top: 16px;
	width: 100%;
}

.title2 .line2 {
	background: #000;
	border-top: solid 1px #e3e3e3;
	position: absolute;
	height: 1px;
	display: block;
	top: 20px;
	width: 100%;
}

.title2 .text {
	background-color: #FFFFFF;
	z-index: 20;
	position: relative;
	text-align: center;
	padding: 0px 18px 0px 0px;
}

.title3 h3 {
	font-size: 27px;
	z-index: 1;
	position: relative;
	text-align: left;
	font-weight: 300;
}

.title3 .line {
	background: url(../images/hcross-lines.jpg) repeat-x left top;
	position: absolute;
	height: 8px;
	display: block;
	top: 14px;
	width: 100%;
}

.title3 .text {
	background-color: #FFFFFF;
	z-index: 20;
	position: relative;
	text-align: center;
	padding: 0px 18px 0px 0px;
}

.title4 h3 {
	font-size: 27px;
	padding-bottom: 16px;
	z-index: 1;
	position: relative;
	text-align: left;
	font-weight: normal;
}

.title4 .line {
	background: #d70204;
	position: absolute;
	height: 3px;
	display: block;
	bottom: 0px;
	width: 72px;
}

.title4 .text {
	z-index: 20;
	position: relative;
	text-align: center;
}

.title5 h3 {
	font-size: 27px;
	padding-bottom: 16px;
	z-index: 1;
	position: relative;
	text-align: left;
	font-weight: normal;
	margin-bottom: 25px;
}

.title5 .line {
	background: #d70204;
	position: absolute;
	height: 3px;
	display: block;
	bottom: 0px;
	width: 100px;
}

.title5 .line2 {
	background: #000;
	border-top: solid 1px #e3e3e3;
	position: absolute;
	height: 1px;
	display: block;
	bottom: 1px;
	width: 100%;
}

.title5 .text {
	z-index: 20;
	position: relative;
	text-align: center;
}

.title6 {
	text-align: center;
}

.title6 h2 b {
	font-weight: bold;
}

.title6 h2 strong {
	color: #fff;
	padding: 0px 10px 3px 10px;
	background-color: #1e1e1e;
}

.title6.white h2 strong {
	color: #1e1e1e;
	padding: 0px 10px 3px 10px;
	background-color: #fff;
}

.title7 {
	text-align: center;
}

.title7 em {
	display: block;
	font-size: 18px;
	margin-top: 5px;
	font-style: normal;
}

.title7 .line {
	background: #d70204;
	height: 3px;
	display: block;
	bottom: 0px;
	width: 100px;
	margin: 18px auto 0 auto;
}

.title8 h2 {
	font-size: 35px;
	z-index: 1;
	position: relative;
	text-align: center;
	font-weight: 300;
}

.title8 .line {
	background: url(../images/h-line.jpg) no-repeat center top;
	position: absolute;
	height: 1px;
	display: block;
	top: 18px;
	width: 100%;
	margin: 0 auto;
}

.title8 .text {
	background-color: #FFFFFF;
	z-index: 20;
	position: relative;
	text-align: center;
	padding: 0px 25px;
}

.title9 {
	text-align: center;
}

.title9 em {
	display: block;
	font-size: 18px;
	margin-top: 5px;
	font-style: normal;
}

.title9 .line {
	background: url(../images/h-line2.png) no-repeat center top;
	height: 3px;
	display: block;
	bottom: 0px;
	width: 210px;
	margin: 18px auto 0 auto;
}

.title10 {
	text-align: center;
}

.title10 em {
	display: block;
	font-size: 18px;
	margin-top: 5px;
	font-style: normal;
}

.title10 .line {
	background: url(../images/h-line3.png) no-repeat center 13px;
	height: 39px;
	display: block;
	bottom: 0px;
	width: 300px;
	margin: 3px auto 0 auto;
}

.title10 i {
	color: #999;
	font-size: 16px;
}

.title11 {
	text-align: center;
}

.title11 em {
	display: block;
	font-size: 18px;
	margin-top: 4px;
	font-style: normal;
	color: #999;
}

.title11 .line {
	background: url(../images/h-line8.png) no-repeat center top;
	height: 7px;
	display: block;
	bottom: 0px;
	width: 140px;
	margin: 7px auto 0 auto;
}

.title11 .line2 {
	background: url(../images/h-line9.png) no-repeat center top;
	height: 7px;
	display: block;
	bottom: 0px;
	width: 140px;
	margin: 18px auto 0 auto;
}

.title11 .line3 {
	background: url(../images/h-line8.png) no-repeat center top;
	height: 7px;
	display: block;
	bottom: 0px;
	width: 140px;
	margin: 20px auto 0 auto;
}

.title11 .line4 {
	background: url(../images/h-line8.png) no-repeat center top;
	height: 7px;
	display: block;
	bottom: 0px;
	width: 140px;
	margin: 16px auto 0 auto;
}

.title12 h2 {
	font-size: 35px;
	z-index: 1;
	position: relative;
	text-align: center;
	font-weight: 300;
	margin-bottom: 14px;
	color: #d70204;
}

.title12 h4 {
	font-size: 22px;
	z-index: 1;
	position: relative;
	text-align: center;
	font-weight: 400;
	color: #727272;
}

.title12 .line {
	background: url(../images/h-line.jpg) no-repeat center top;
	position: absolute;
	height: 1px;
	display: block;
	top: 14px;
	width: 100%;
	margin: 0 auto;
}

.title12 .text {
	background-color: #FFFFFF;
	z-index: 20;
	position: relative;
	text-align: center;
	padding: 0px 20px;
}


/* divider lines */

.divider_line1 {
	float: left;
	width: 100%;
	padding-top: 67px;
	margin-bottom: 67px;
	border-bottom: 1px solid #eee;
}

.divider_line2 {
	float: left;
	width: 100%;
	padding-top: 67px;
	margin-bottom: 67px;
	background: url(../images/divider-line1.png) no-repeat center bottom;
}

.divider_line3 {
	float: left;
	width: 100%;
	padding-top: 67px;
	margin-bottom: 67px;
	text-align: center;
	background: url(../images/h-line.jpg) repeat-x left 81px;
}

.divider_line3 i {
	color: #fff;
	width: 27px;
	height: 27px;
	border-radius: 100%;
	background-color: #d3d3d3;
	text-align: center;
	vertical-align: middle;
	line-height: 27px;
}

.divider_line4 {
	float: left;
	width: 100%;
	padding-top: 67px;
	margin-bottom: 67px;
	text-align: center;
	background: url(../images/h-line.jpg) repeat-x left 89px;
}

.divider_line4 i {
	color: #d3d3d3;
	width: 45px;
	height: 45px;
	border-radius: 100%;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 45px;
	font-size: 20px;
}

.divider_line4.lessm {
	padding-top: 47px;
	margin-bottom: 47px;
	background: url(../images/h-line.jpg) repeat-x left 70px;
}

.divider_line5 {
	float: left;
	width: 100%;
	padding-top: 67px;
	margin-bottom: 67px;
	background: url(../images/h-line.jpg) repeat-x left 82px;
	text-align: center;
}

.divider_line5 i {
	color: #d3d3d3;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 28px;
	font-size: 18px;
	border: 1px solid #d3d3d3;
}

.divider_line6 {
	float: left;
	width: 100%;
	padding-top: 67px;
	margin-bottom: 67px;
	background: url(../images/shadow1.png) repeat-x left bottom;
	text-align: center;
}

.divider_line7 {
	float: left;
	width: 100%;
	padding-top: 67px;
	margin-bottom: 67px;
	border-bottom: 1px dashed #e3e3e3;
}

.divider_line8 {
	float: left;
	width: 100%;
	padding-top: 67px;
	margin-bottom: 67px;
	border-bottom: 1px dotted #d9d9d9;
}

.divider_line9 {
	float: left;
	width: 100%;
	padding-top: 67px;
	margin-bottom: 67px;
	background: url(../images/shadow2.png) no-repeat center bottom;
	text-align: center;
}

.divider_line9.lessm {
	padding-top: 59px;
	margin-bottom: 50px;
}

.divider_line10 {
	float: left;
	width: 100%;
	padding-top: 67px;
	margin-bottom: 57px;
	background: url(../images/hcross-lines.jpg) repeat-x left bottom;
	text-align: center;
}

.divider_line11 {
	float: left;
	width: 100%;
	padding-top: 67px;
	margin-bottom: 67px;
	background: url(../images/h-line5.png) no-repeat center bottom;
	text-align: center;
}

.divider_line12 {
	float: left;
	width: 100%;
	padding-top: 67px;
	margin-bottom: 67px;
	background: url(../images/h-line6.png) no-repeat center bottom;
	text-align: center;
}

.divider_line13 {
	float: left;
	width: 100%;
	padding-top: 67px;
	margin-bottom: 67px;
	background: url(../images/h-line7.png) no-repeat center bottom;
	text-align: center;
}

.divider_line13.lessm {
	padding-top: 50px;
	margin-bottom: 50px;
}

.divider_line20 {
	width: 80%;
	padding-top: 20px;
	margin: 0 auto 0 auto;
	border-bottom: 1px solid #999;
}

.divider_line21 {
	float: left;
	width: 100%;
	margin-top: 18px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
}

.divider_line21.last {
	margin-bottom: 0px;
}

.divider_line22 {
	float: left;
	width: 100%;
	margin-top: 18px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e1e1e1;
}


/* styled boxes */

.infomes,
.errormes,
.noticemes,
.successmes {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #bbb;
	font-size: 14px;
}

.infomes i,
.errormes i,
.noticemes i,
.successmes i {
	margin-right: 7px;
}

p.error {
	border: none;
}

.infomes strong,
.errormes strong,
.noticemes strong,
.successmes strong {
	font-size: 16px;
}

.message-box-wrap {
	border: 0px solid #fff;
	padding: 20px 20px;
}

.infomes {
	color: #3378b9;
	border-color: #9ecaf3;
	background-color: #dbedfd;
}

.errormes {
	color: #bd6767;
	border-color: #f1bdbd;
	background-color: #ffdddd;
}

.noticemes {
	color: #a79a30;
	border-color: #d7d099;
	background-color: #f6f2d2;
}

.successmes {
	color: #1ea133;
	border-color: #a9ecb4;
	background-color: #dffbe4;
}

.close-but {
	width: 10px;
	height: 10px;
	float: right;
	border: none;
	margin: 8px;
	cursor: pointer;
	font-size: 0px;
	background: url(../images/elements/icon-remove.png) no-repeat center top;
}

.alertymes1 {
	float: left;
	width: 100%;
	padding: 22px;
	border-radius: 5px;
	color: #333;
	border: 1px solid #eee;
	background-color: #f9f9f9;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.1);
	box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.1);
}

.alertymes1 i {
	margin-right: 10px;
}

.alertymes2 {
	float: left;
	width: 100%;
	padding: 22px;
	color: #fff;
	background-color: #d70204;
}

.alertymes2 i {
	margin-right: 10px;
}

.alertymes3 {
	float: left;
	width: 100%;
	padding: 22px;
	color: #dda614;
	border: 5px solid #e3b028;
	background-color: #fff;
}

.alertymes3 i {
	margin-right: 10px;
}

.alertymes4 {
	float: left;
	width: 100%;
	padding: 22px;
	color: #eb3535;
	border: 1px solid #eb3535;
	background-color: #fff;
	text-align: center;
}

.alertymes4 i {
	margin-right: 10px;
}


/* Buttons */

a.but_goback,
a.but_ok_2,
a.but_wifi,
a.but_warning_sign,
a.but_user,
a.but_tag,
a.but_table,
a.but_star,
a.but_search,
a.but_phone,
a.but_pencil,
a.but_new_window,
a.but_music,
a.but_hand_right,
a.but_thumbs_down,
a.but_thumbs_up,
a.but_globe,
a.but_hospital,
a.but_coffe_cup,
a.but_settings,
a.but_chat,
a.but_play_button,
a.but_remove_2,
a.but_lock,
a.but_shopping_cart,
a.but_exclamation_mark,
a.but_info,
a.but_question_mark,
a.but_minus,
a.but_plus,
a.but_folder_open,
a.but_file,
a.but_envelope,
a.but_edit,
a.but_cogwheel,
a.but_check,
a.but_camera,
a.but_calendar,
a.but_bookmark,
a.but_book,
a.but_download,
a.but_pdf,
a.but_word_doc,
a.but_woman {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

a.but_goback i {
	color: #fff;
}

a.but_goback {
	padding: 13px 25px 13px 22px;
	margin: 0px 0px 0px 0px;
	background: #13afeb;
	border-bottom: 1px solid #999;
}

a.but_goback:hover {
	color: #fff;
	background-color: #383634;
}

a.but_ok_2 {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #ff8100;
	border-bottom: 1px solid #909090;
}

a.but_ok_2:hover {
	background-color: #ff9900;
}

a.but_wifi {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #0099cc;
	border-bottom: 1px solid #909090;
}

a.but_wifi:hover {
	background-color: #00abde;
}

a.but_warning_sign {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #e5cc19;
	border-bottom: 1px solid #909090;
}

a.but_warning_sign:hover {
	background-color: #efda1b;
}

a.but_user {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #007f99;
	border-bottom: 1px solid #909090;
}

a.but_user:hover {
	background-color: #0090ad;
}

a.but_tag {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #e59919;
	border-bottom: 1px solid #909090;
}

a.but_tag:hover {
	background-color: #efa61b;
}

a.but_table {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #4c6699;
	border-bottom: 1px solid #909090;
}

a.but_table:hover {
	background-color: #5674ad;
}

a.but_star {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #99cc4c;
	border-bottom: 1px solid #909090;
}

a.but_star:hover {
	background-color: #a6da52;
}

a.but_search {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #66667f;
	border-bottom: 1px solid #909090;
}

a.but_search:hover {
	background-color: #747490;
}

a.but_phone {
	padding: 10px 20px 10px 20px;
	margin: 0px 0px 0px 0px;
	background: #e56619;
	border-bottom: 1px solid #909090;
}

a.but_phone:hover {
	background-color: #ef6f1b;
}

a.but_pencil {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #cc4c19;
	border-bottom: 1px solid #909090;
}

a.but_pencil:hover {
	background-color: #da521b;
}

a.but_new_window {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #001900;
	border-bottom: 1px solid #909090;
}

a.but_new_window:hover {
	background-color: #333333;
}

a.but_music {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #cccc7f;
	border-bottom: 1px solid #909090;
}

a.but_music:hover {
	background-color: #dada8a;
}

a.but_hand_right {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #ff8100;
	border-bottom: 1px solid #909090;
}

a.but_hand_right:hover {
	color: #fff;
	background-color: #ff9900;
}

a.but_thumbs_down {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #9999cc;
	border-bottom: 1px solid #909090;
}

a.but_thumbs_down:hover {
	background-color: #a6a6da;
}

a.but_thumbs_up {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #00cce5;
	border-bottom: 1px solid #909090;
}

a.but_thumbs_up:hover {
	background-color: #00daef;
}

a.but_globe {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #669999;
	border-bottom: 1px solid #909090;
}

a.but_globe:hover {
	background-color: #6fa6a6;
}

a.but_hospital {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #196666;
	border-bottom: 1px solid #909090;
}

a.but_hospital:hover {
	background-color: #1b6f6f;
}

a.but_coffe_cup {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #7f994c;
	border-bottom: 1px solid #909090;
}

a.but_coffe_cup:hover {
	background-color: #8aa652;
}

a.but_settings {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #997f4c;
	border-bottom: 1px solid #909090;
}

a.but_settings:hover {
	background-color: #a68a52;
}

a.but_chat {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #7f9919;
	border-bottom: 1px solid #909090;
}

a.but_chat:hover {
	background-color: #8aa61b;
}

a.but_play_button {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #4c664c;
	border-bottom: 1px solid #909090;
}

a.but_play_button:hover {
	background-color: #567456;
}

a.but_remove_2 {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #e59966;
	border-bottom: 1px solid #909090;
}

a.but_remove_2:hover {
	background-color: #efa66f;
}

a.but_lock {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #994c19;
	border-bottom: 1px solid #909090;
}

a.but_lock:hover {
	background-color: #a6521b;
}

a.but_shopping_cart {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #cc7f4c;
	border-bottom: 1px solid #909090;
}

a.but_shopping_cart:hover {
	background-color: #da8a52;
}

a.but_exclamation_mark {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #4c7f7f;
	border-bottom: 1px solid #909090;
}

a.but_exclamation_mark:hover {
	background-color: #528a8a;
}

a.but_info {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #667fcc;
	border-bottom: 1px solid #909090;
}

a.but_info:hover {
	background-color: #6f8ada;
}

a.but_question_mark {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #4c0019;
	border-bottom: 1px solid #909090;
}

a.but_question_mark:hover {
	background-color: #620020;
}

a.but_minus {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #666666;
	border-bottom: 1px solid #909090;
}

a.but_minus:hover {
	background-color: #747474;
}

a.but_plus {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #333333;
	border-bottom: 1px solid #909090;
}

a.but_plus:hover {
	background-color: #444444;
}

a.but_folder_open {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #99cc99;
	border-bottom: 1px solid #909090;
}

a.but_folder_open:hover {
	background-color: #a6daa6;
}

a.but_file {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #999999;
	border-bottom: 1px solid #909090;
}

a.but_file:hover {
	background-color: #a6a6a6;
}

a.but_envelope {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #727272;
	border-bottom: 1px solid #909090;
}

a.but_envelope:hover {
	background-color: #7c7c7c;
}

a.but_edit {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #e5cc7f;
	border-bottom: 1px solid #909090;
}

a.but_edit:hover {
	background-color: #efda8a;
}

a.but_cogwheel {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #194c7f;
	border-bottom: 1px solid #909090;
}

a.but_cogwheel:hover {
	background-color: #1e5c99;
}

a.but_check {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #004c4c;
	border-bottom: 1px solid #909090;
}

a.but_check:hover {
	background-color: #005c5c;
}

a.but_camera {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #007fcc;
	border-bottom: 1px solid #909090;
}

a.but_camera:hover {
	background-color: #008ada;
}

a.but_calendar {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #4c99e5;
	border-bottom: 1px solid #909090;
}

a.but_calendar:hover {
	background-color: #52a6ef;
}

a.but_bookmark {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #990000;
	border-bottom: 1px solid #909090;
}

a.but_bookmark:hover {
	background-color: #b60000;
}

a.but_book {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #7f9999;
	border-bottom: 1px solid #909090;
}

a.but_book:hover {
	background-color: #8aa6a6;
}

a.but_download {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #ff8100;
	border-bottom: 1px solid #909090;
}

a.but_download:hover {
	background-color: #ff9900;
}

a.but_pdf {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #ff8100;
	border-bottom: 1px solid #909090;
}

a.but_pdf:hover {
	background-color: #ff9900;
}

a.but_word_doc {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #ff8100;
	border-bottom: 1px solid #909090;
}

a.but_word_doc:hover {
	background-color: #ff9900;
}

a.but_woman {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #ff8100;
	border-bottom: 1px solid #909090;
}

a.but_woman:hover {
	background-color: #ff9900;
}


/* small buttons */

.but_small1 {
	color: #fff;
	padding: 10px 25px;
	background-color: #d70204;
	border-radius: 3px;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.but_small1:hover {
	color: #fff;
	background-color: #212121;
}

.but_small1.gray {
	color: #fff;
	background-color: #272727;
}

.but_small1.gray:hover {
	color: #fff;
	background-color: #d70204;
}

.but_small3 {
	display: inline-block;
	height: 41px;
	line-height: 41px;
	padding-right: 20px;
	padding-left: 58px;
	position: relative;
	background-color: #d70204;
	color: #fff;
	border-radius: 4px;
	white-space: nowrap;
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1, Color=#ff123852, Positive=true);
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=#33000000, Positive=true);
}

.but_small3 span {
	position: absolute;
	left: 0;
	width: 41px;
	background-color: #b30002;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-right: 1px solid rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease;
}

.but_small3:hover {
	color: #fff;
}

.but_small3 span i {
	color: #fff;
	font-size: 18px;
	margin-left: 12px;
}

.but_small3:hover span,
.but_small3.active span {
	color: #fff;
	background-color: #212121;
	border-right: 1px solid #181818;
}

.but_small3.gray {
	background-color: #636363;
}

.but_small3.gray span {
	background-color: #454545;
}

.but_small3.gray:hover {
	color: #fff;
}

.but_small3.gray span i {
	color: #fff;
	font-size: 18px;
	margin-left: 12px;
}

.but_small3.gray:hover span,
.but_small3.gray.active span {
	color: #fff;
	background-color: #212121;
	border-right: 1px solid #181818;
}

.but_small2 {
	color: #fff;
	padding: 10px 25px;
	background-color: #d70204;
	border-radius: 20px;
	transition: all 0.3s ease;
	border-bottom: 1px solid #1e1e1e;
	white-space: nowrap;
}

.but_small2:hover {
	color: #fff;
	background-color: #212121;
}

.but_small2.nob {
	padding: 10px 30px;
	border-bottom: 0px solid #1e1e1e;
}

.but_small4 {
	color: #fff;
	padding: 10px 25px;
	background-color: #d70204;
	border-radius: 5px;
	transition: all 0.3s ease;
	border-bottom: 3px solid #1e1e1e;
	white-space: nowrap;
}

.but_small4:hover {
	color: #fff;
	background-color: #212121;
	border-bottom: 3px solid #454545;
}

.but_small5 {
	color: #d70204;
	padding: 10px 25px;
	background-color: #fff;
	border-radius: 2px;
	transition: all 0.3s ease;
	white-space: nowrap;
	border: 2px solid #d70204;
}

.but_small5:hover {
	color: #212121;
	border: 2px solid #212121;
}

.but_small5.light {
	color: #fff;
	background: none;
	border: 2px solid #fff;
}

.but_small5.light:hover {
	color: #d70204;
	background-color: #fff;
	border: 2px solid #fff;
}

.but_small5.light2 {
	color: #fff;
	background: none;
	border: 1px solid #fff;
	padding: 8px 18px;
}

.but_small5.light2:hover {
	color: #d70204;
	background-color: #fff;
	border: 1px solid #fff;
}


/* medium buttons */

.but_medium1 {
	color: #fff;
	padding: 14px 35px;
	background-color: #d70204;
	border-radius: 3px;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.but_medium1:hover {
	color: #fff;
	background-color: #212121;
}

.but_medium1.white {
	color: #fff;
	padding: 14px 35px;
	border: 2px solid #fff;
	border-radius: 3px;
	transition: all 0.3s ease;
	white-space: nowrap;
	text-transform: uppercase;
	font-weight: bold;
}

.but_medium1.white:hover {
	color: #272727;
	background-color: #fff;
}

.but_medium1.white.active {
	color: #272727;
	background-color: #fff;
}

.but_medium3 {
	display: inline-block;
	height: 48px;
	line-height: 48px;
	padding-right: 30px;
	padding-left: 68px;
	position: relative;
	background-color: #d70204;
	color: #fff;
	border-radius: 4px;
	white-space: nowrap;
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1, Color=#ff123852, Positive=true);
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=#33000000, Positive=true);
}

.but_medium3 span {
	position: absolute;
	left: 0;
	width: 48px;
	background-color: #b30002;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-right: 1px solid rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease;
}

.but_medium3:hover {
	color: #fff;
}

.but_medium3 span i {
	color: #fff;
	font-size: 18px;
	margin-left: 16px;
}

.but_medium3:hover span,
.but_medium3.active span {
	color: #fff;
	background-color: #212121;
	border-right: 1px solid #181818;
}

.but_medium2 {
	color: #fff;
	padding: 14px 35px;
	background-color: #d70204;
	border-radius: 30px;
	transition: all 0.3s ease;
	border-bottom: 1px solid #1e1e1e;
	white-space: nowrap;
}

.but_medium2:hover {
	color: #fff;
	background-color: #212121;
}

.but_medium4 {
	color: #fff;
	padding: 14px 35px;
	background-color: #d70204;
	border-radius: 5px;
	transition: all 0.3s ease;
	border-bottom: 3px solid #1e1e1e;
	white-space: nowrap;
}

.but_medium4:hover {
	color: #fff;
	background-color: #212121;
	border-bottom: 3px solid #454545;
}

.but_medium5 {
	color: #d70204;
	padding: 12px 35px;
	background-color: #fff;
	border-radius: 2px;
	transition: all 0.3s ease;
	white-space: nowrap;
	border: 2px solid #d70204;
}

.but_medium5:hover {
	color: #212121;
	border: 2px solid #212121;
}


/* large buttons */

.but_large1 {
	color: #fff;
	padding: 16px 50px;
	background-color: #d70204;
	border-radius: 3px;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.but_large1:hover {
	color: #fff;
	background-color: #212121;
}

.but_large1.small {
	color: #fff;
	padding: 13px 50px;
	background-color: #d70204;
	border-radius: 3px;
	transition: all 0.3s ease;
	white-space: nowrap;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

.but_large1.small:hover {
	color: #fff;
	background-color: #212121;
}

.but_large3 {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding-right: 35px;
	padding-left: 83px;
	position: relative;
	background-color: #d70204;
	color: #fff;
	border-radius: 4px;
	white-space: nowrap;
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1, Color=#ff123852, Positive=true);
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=#33000000, Positive=true);
}

.but_large3 span {
	position: absolute;
	left: 0;
	width: 58px;
	background-color: #b30002;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-right: 1px solid rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease;
}

.but_large3:hover {
	color: #fff;
}

.but_large3 span i {
	color: #fff;
	font-size: 18px;
	margin-left: 20px;
}

.but_large3:hover span,
.but_large3.active span {
	color: #fff;
	background-color: #212121;
	border-right: 1px solid #181818;
}

.but_large2 {
	color: #fff;
	padding: 16px 50px;
	background-color: #d70204;
	border-radius: 30px;
	transition: all 0.3s ease;
	border-bottom: 1px solid #1e1e1e;
	white-space: nowrap;
}

.but_large2:hover {
	color: #fff;
	background-color: #212121;
}

.but_large4 {
	color: #fff;
	padding: 16px 50px;
	background-color: #d70204;
	border-radius: 5px;
	transition: all 0.3s ease;
	border-bottom: 3px solid #1e1e1e;
	white-space: nowrap;
}

.but_large4:hover {
	color: #fff;
	background-color: #212121;
	border-bottom: 3px solid #454545;
}

.but_large4.white {
	color: #d70204;
	background-color: #fff;
	border-bottom: 0px solid #1e1e1e;
}

.but_large4:hover {
	color: #fff;
	background-color: #212121;
	border-bottom: 0px solid #454545;
}

.but_large5 {
	color: #d70204;
	padding: 16px 45px;
	background-color: #fff;
	border-radius: 2px;
	transition: all 0.3s ease;
	white-space: nowrap;
	border: 2px solid #d70204;
}

.but_large5:hover {
	color: #212121;
	border: 2px solid #212121;
}

.but_full {
	float: left;
	width: 100%;
	text-align: center;
	color: #272727;
	padding: 30px 0px;
	background-color: #f7f7f7;
	border-radius: 4px;
	transition: all 0.3s ease;
	white-space: nowrap;
	border: 1px solid #e3e3e3;
	font-size: 22px;
	font-weight: 600;
}

.but_full:hover {
	background-color: #fff;
}

.imagede {
	-webkit-animation: spin 3s linear infinite;
	-moz-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite;
}

@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.but_full2 {
	width: 100%;
	height: 70px;
	background-color: #f3f3f3;
	overflow: hidden;
	text-align: center;
	color: #272727;
	border-radius: 4px;
	vertical-align: middle;
	line-height: 70px;
	font-size: 18px;
	font-weight: 600;
}

.but_full2 .butprogress {
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	height: 70px;
	width: 10px;
	background: #d70204;
	position: absolute;
	overflow: hidden;
	border-radius: 4px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.but_full2 .done {
	float: left;
	text-align: center;
	line-height: 70px;
	font-size: 18px;
	font-weight: bold;
	color: #EEE;
	height: 70px;
	width: 100%;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	vertical-align: middle;
	line-height: 70px;
	font-weight: 600;
	position: relative;
	z-index: 98;
}

.but_full2 strong {
	position: relative;
	z-index: 99;
	font-weight: normal;
}

.but_full2:hover .butprogress {
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	width: 100%;
	border-radius: 4px;
}

.but_full2 .butprogress a {
	color: #fff;
}

.but_full2.two .butprogress {
	background: #e3e3e3;
}


/* font awesome icons */

.fati1 {
	width: 100px;
	height: 100px;
	color: #fff;
	font-size: 50px;
	vertical-align: middle;
	line-height: 100px;
	border-radius: 100%;
	text-align: center;
	background-color: #272727;
	margin-right: 13px;
	margin-bottom: 13px;
}

.fati2 {
	color: #272727;
	font-size: 50px;
	vertical-align: middle;
	margin-right: 30px;
	margin-bottom: 30px;
}

.fati3 {
	color: #272727;
	font-size: 45px;
	width: 100px;
	height: 100px;
	vertical-align: middle;
	line-height: 100px;
	border-radius: 100%;
	text-align: center;
	margin-right: 12px;
	border: 1px solid #999;
	margin-bottom: 12px;
}

.fati4 {
	color: #fff;
	font-size: 45px;
	width: 100px;
	height: 100px;
	vertical-align: middle;
	line-height: 100px;
	border-radius: 100%;
	text-align: center;
	margin-right: 12px;
	background-color: #d70204;
	margin-bottom: 12px;
}

.fati4.two {
	float: left;
	font-size: 22px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 30px;
	margin-right: 14px;
}

.fati5 {
	color: #d70204;
	font-size: 45px;
	width: 100px;
	height: 100px;
	vertical-align: middle;
	line-height: 100px;
	border-radius: 100%;
	text-align: center;
	margin-right: 12px;
	border: 1px solid #d70204;
	margin-bottom: 12px;
}

.fati6 {
	color: #760001;
	font-size: 45px;
	width: 100px;
	height: 100px;
	vertical-align: middle;
	line-height: 100px;
	border-radius: 100%;
	text-align: center;
	margin-right: 12px;
	background-color: #ed2b2b;
	margin-bottom: 12px;
}

.fati7 {
	color: #999;
	font-size: 45px;
	width: 100px;
	height: 100px;
	vertical-align: middle;
	line-height: 100px;
	border-radius: 100%;
	text-align: center;
	margin-right: 12px;
	background-color: #f3f3f3;
	border: 1px solid #e3e3e3;
	margin-bottom: 12px;
}

.fati8 {
	color: #272727;
	font-size: 45px;
	width: 100px;
	height: 100px;
	vertical-align: middle;
	line-height: 100px;
	border-radius: 100%;
	text-align: center;
	margin-right: 12px;
	border: 1px solid #272727;
	margin-bottom: 12px;
}

.fati9 {
	color: #d70204;
	font-size: 45px;
	width: 100px;
	height: 100px;
	vertical-align: middle;
	line-height: 95px;
	border-radius: 100%;
	text-align: center;
	margin-right: 12px;
	border: 5px solid #d70204;
	margin-bottom: 12px;
}

.fati10 {
	color: #fff;
	font-size: 45px;
	width: 100px;
	height: 100px;
	vertical-align: middle;
	line-height: 100px;
	border-radius: 100%;
	text-align: center;
	margin-right: 12px;
	background-color: #febc1d;
	margin-bottom: 12px;
}

.fati11 {
	color: #fff;
	font-size: 45px;
	width: 100px;
	height: 100px;
	vertical-align: middle;
	line-height: 100px;
	border-radius: 100%;
	text-align: center;
	margin-right: 12px;
	background-color: #35d3b7;
	margin-bottom: 12px;
}

.fati12 {
	color: #527c00;
	font-size: 45px;
	width: 100px;
	height: 100px;
	vertical-align: middle;
	line-height: 100px;
	border-radius: 100%;
	text-align: center;
	margin-right: 12px;
	background-color: #a5d549;
	margin-bottom: 12px;
}

.fati13 {
	color: #727272;
	font-size: 45px;
	width: 100px;
	height: 100px;
	vertical-align: middle;
	line-height: 95px;
	border-radius: 100%;
	text-align: center;
	margin-right: 12px;
	background-color: #f9f9f9;
	border: 5px solid #e3e3e3;
	margin-bottom: 12px;
}

.fati14 {
	color: #272727;
	font-size: 45px;
	width: 100px;
	height: 100px;
	vertical-align: middle;
	line-height: 100px;
	border-radius: 4px;
	text-align: center;
	margin-right: 12px;
	border: 1px solid #999;
	margin-bottom: 12px;
}

.fati15 {
	color: #fff;
	font-size: 45px;
	width: 100px;
	height: 100px;
	vertical-align: middle;
	line-height: 100px;
	border-radius: 4px;
	text-align: center;
	margin-right: 12px;
	background-color: #272727;
	margin-bottom: 12px;
}

.fati16 {
	width: 75px;
	height: 75px;
	color: #fff;
	font-size: 35px;
	vertical-align: middle;
	line-height: 75px;
	border-radius: 100%;
	text-align: center;
	background-color: #272727;
	margin-right: 14px;
	margin-bottom: 14px;
}

.fati17 {
	width: 50px;
	height: 50px;
	color: #fff;
	font-size: 27px;
	vertical-align: middle;
	line-height: 50px;
	border-radius: 100%;
	text-align: center;
	background-color: #272727;
	margin-right: 14px;
	margin-bottom: 14px;
}

.fati18 {
	width: 30px;
	height: 30px;
	color: #fff;
	font-size: 16px;
	vertical-align: middle;
	line-height: 30px;
	border-radius: 100%;
	text-align: center;
	background-color: #272727;
	margin-right: 7px;
	margin-bottom: 7px;
}

.fati19 {
	color: #fff;
	font-size: 21px;
	width: 50px;
	height: 50px;
	vertical-align: middle;
	line-height: 50px;
	border-radius: 100%;
	text-align: center;
	margin-right: 12px;
	border: 1px solid #fff;
	transition: all 0.3s ease;
}

.fati19:hover {
	color: #d70204;
	border: 1px solid #fff;
	background: #fff;
}


/* image frames */

.imgframe1 {
	float: left;
	width: 100%;
	border: 8px solid #d3d3d3;
}

.imgframe2 {
	float: left;
	width: 100%;
	border: 8px solid #fff;
	-webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.20);
}

.imgframe3 {
	float: left;
	width: 100%;
	text-align: center;
	background-color: #272727;
	border: 8px solid #272727;
}

.imgframe3 img {
	float: left;
	width: 100%;
}

.imgframe3 strong {
	float: left;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	width: 100%;
	padding: 14px 0px 12px 0px;
	text-align: center;
}

.imgframe4 {
	float: left;
	width: 100%;
	-webkit-box-shadow: 0 10px 6px -6px #454545;
	-moz-box-shadow: 0 10px 6px -6px #454545;
	box-shadow: 0 10px 6px -6px #454545;
}

.imgframe5 {
	float: left;
	width: 100%;
	position: relative;
}

.imgframe5 img {
	float: left;
	width: 100%;
}

.imgframe5:before,
.imgframe5:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #777;
	-webkit-box-shadow: 0 12px 10px #454545;
	-moz-box-shadow: 0 12px 10px #454545;
	box-shadow: 0 12px 10px #454545;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.imgframe5:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}

.imgframe6 {
	float: left;
	width: 100%;
	position: relative;
}

.imgframe6 img {
	float: left;
	width: 100%;
	border: 10px solid #f3f3f3;
}

.imgframe6:before,
.imgframe6:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #777;
	-webkit-box-shadow: 0 16px 10px #454545;
	-moz-box-shadow: 0 16px 10px #454545;
	box-shadow: 0 16px 10px #454545;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.imgframe6:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}


/* social icons */

ul.socials1 {
	float: left;
	padding: 0px;
	margin: 0px;
}

.socials1 li {
	float: left;
	padding: 0px;
	margin: 0px 5px 0px 0px;
}

.socials1 li i {
	color: #fff;
	font-size: 12px;
	width: 25px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	line-height: 25px;
	border-radius: 100%;
	background-color: #999;
	transition: all 0.3s ease;
}

.socials1 li i:hover {
	color: #272727;
	background-color: #fff;
}

ul.socials1.marl {
	margin: 16px 0px 0px 68px;
}

ul.socials1.mar2 {
	margin: 22px 0px 0px 68px;
}


/* list */

ul.list_empty {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.list_empty li {
	float: left;
	padding: 0px;
	margin: 0px 16px 40px 0px;
}

ul.list_empty2 {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.list_empty2 li {
	float: left;
	padding: 0px;
	margin: 0px 5px 0px 0px;
}

ul.list1 {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.list1 li {
	padding: 8px 0px;
	margin: 0px;
}

.list1 li i {
	font-size: 18px;
	margin-right: 8px;
}

.list1.small li i {
	font-size: 12px;
	margin-right: 5px;
}

ul.list2 {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.list2 li {
	padding: 0px;
	margin: 0px;
	line-height: 32px;
}

.list2 li i {
	font-size: 18px;
	margin-right: 8px;
}

ul.list9 {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.list9 li {
	padding: 7px 0px;
	margin: 0px;
	font-size: 16px;
}

.list9 li i {
	color: #d70204;
	font-size: 14px;
	margin-right: 8px;
}

.list9 li a {
	color: #1e1e1e;
}

.list9 li a:hover {
	color: #d70204;
}


/* left icon right text section */

.lirts {
	float: left;
	width: 100%;
}

.lirts h5 {
	margin-bottom: 10px;
}

.lirts i {
	float: left;
	font-size: 40px;
	color: #999;
	margin-right: 30px;
	margin-top: 7px;
}

.lirts p {
	margin-left: 70px;
}

.lirts2 {
	float: left;
	width: 100%;
	padding-bottom: 30px;
	border-bottom: 1px solid #d9d9d9;
}

.lirts2.last {
	padding-bottom: 0px;
	border-bottom: 0px solid #d9d9d9;
}

.lirts2 h5 {
	color: #d70204;
	margin-bottom: 10px;
}

.lirts2 i {
	float: left;
	font-size: 40px;
	color: #d70204;
	margin-right: 30px;
	margin-top: 7px;
}

.lirts2 p {
	margin-left: 70px;
}


/* pop overs */

.pop-wrapper {
	width: 90%;
	padding: 0;
	margin: 0px auto 30px auto;
}

.pop-wrapper li {
	float: left;
	margin: 0px 25px 70px 25px;
}

.pop-wrapper li a {
	display: block;
	width: 120px;
	height: 120px;
	margin: 0 2px;
	outline: none;
	position: relative;
	background-color: #f3f3f3;
	border-radius: 100%;
	text-align: center;
}

.pop-wrapper li a span {
	width: 300px;
	height: auto;
	line-height: 21px;
	padding: 10px;
	left: 50%;
	margin-left: -150px;
	font-family: 'Alegreya SC', Georgia, serif;
	font-weight: 400;
	font-style: italic;
	font-size: 14px;
	color: #719DAB;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	text-align: center;
	border: 4px solid #fff;
	background: #f9f9f9;
	text-indent: 0px;
	border-radius: 5px;
	position: absolute;
	pointer-events: none;
	bottom: 100px;
	opacity: 0;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.pop-wrapper li a span:before,
.pop-wrapper li a span:after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(0, 0, 0, 0.1);
}

.pop-wrapper li a span:after {
	bottom: -14px;
	margin-left: -10px;
	border-top: 10px solid #fff;
}

.pop-wrapper li a:hover span {
	opacity: 0.9;
	bottom: 116px;
}

.pop-wrapper h6 {
	margin-top: 10px;
}

.pop-wrapper2 {
	width: 90%;
	padding: 0;
	margin: 0px auto 30px auto;
}

.pop-wrapper2 li {
	float: left;
}

.pop-wrapper2 li a span {
	width: 200px;
	height: auto;
	line-height: 21px;
	padding: 10px;
	left: 50%;
	margin-left: -135px;
	font-weight: 400;
	font-style: italic;
	font-size: 14px;
	color: #719DAB;
	text-align: center;
	border: 4px solid #fff;
	background: #fff;
	text-indent: 0px;
	border-radius: 5px;
	position: absolute;
	pointer-events: none;
	bottom: 80px;
	opacity: 0;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	white-space: normal;
}

.pop-wrapper2 li a span:before,
.pop-wrapper2 li a span:after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(0, 0, 0, 0.1);
}

.pop-wrapper2 li a span:after {
	bottom: -14px;
	margin-left: -10px;
	border-top: 10px solid #fff;
}

.pop-wrapper2 li a:hover span {
	opacity: 1;
	bottom: 59px;
}

.pop-wrapper3 {
	width: 90%;
	padding: 0;
	margin: 0px auto 30px auto;
}

.pop-wrapper3 li {
	float: left;
}

.pop-wrapper3 li a span {
	width: 200px;
	height: auto;
	line-height: 21px;
	padding: 10px;
	left: 50%;
	margin-left: -130px;
	font-weight: 400;
	font-style: italic;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border: 4px solid #d70204;
	background: #d70204;
	text-indent: 0px;
	border-radius: 5px;
	position: absolute;
	pointer-events: none;
	bottom: 80px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	white-space: normal;
}

.pop-wrapper3 li a span:before,
.pop-wrapper3 li a span:after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

.pop-wrapper3 li a span:after {
	bottom: -14px;
	margin-left: -10px;
	border-top: 10px solid #d70204;
}

.pop-wrapper3 li a:hover span {
	opacity: 1;
	bottom: 59px;
}

.pop-wrapper3 li a span.grayd {
	background: #454545;
	border: 4px solid #454545;
}

.pop-wrapper3 li a span.grayd:after {
	border-top: 10px solid #454545;
}

.pop-wrapper3 li a span.bord {
	color: #454545;
}

.pop-wrapper3 li a span.bord {
	background: #eee;
	border: 4px solid #e3e3e3;
}

.pop-wrapper3 li a span.bord:after {
	border-top: 10px solid #e3e3e3;
}

.pop-wrapper4 {
	padding: 0;
	margin: 0px auto 30px auto;
}

.pop-wrapper4 li {
	float: left;
	margin: 0px 0px;
	padding: 0;
}

.pop-wrapper4 li a {
	position: relative;
}

.pop-wrapper4 li a span {
	width: 100px;
	height: auto;
	line-height: 21px;
	padding: 10px;
	left: 50%;
	margin-left: -56px;
	font-weight: 400;
	font-style: italic;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border: 4px solid #454545;
	background: #454545;
	text-indent: 0px;
	border-radius: 5px;
	position: absolute;
	pointer-events: none;
	bottom: 40px;
	opacity: 0;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.pop-wrapper4 li a span:before,
.pop-wrapper4 li a span:after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(0, 0, 0, 0.1);
}

.pop-wrapper4 li a span:after {
	bottom: -14px;
	margin-left: -10px;
	border-top: 10px solid #454545;
}

.pop-wrapper4 li a:hover span {
	opacity: 0.9;
	bottom: 50px;
}

.big_text1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #1e1e1e;
	font-weight: 600;
}

.big_text2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #1e1e1e;
	font-weight: normal;
}

.big_text3 {
	font-size: 16px;
	line-height: 25px;
}

.imgframe1 {
	float: left;
	width: 100%;
	-webkit-box-shadow: 0 10px 6px -6px #454545;
	-moz-box-shadow: 0 10px 6px -6px #454545;
	box-shadow: 0 10px 6px -6px #454545;
}

.lable1 {
	background: #e3e3e3;
	border-radius: 2px;
	padding: 0px 5px;
}

.lable2 {
	background: #d70204;
	color: #fff;
	border-radius: 2px;
	padding: 0px 5px;
}

.lable3 {
	background: #1e1e1e;
	color: #fff;
	border-radius: 2px;
	padding: 0px 5px;
}


/* flip boxes */

.flips1 {
	width: 100%;
	height: 320px;
	margin: 0;
	position: relative;
}

.flipscont1 {
	width: 100%;
	height: 100%;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
}

.flips1_front {
	padding: 0px;
	width: 100%;
	z-index: 2;
}

.flips1_front img {
	width: 100%;
	height: 259px;
}

.flips1_front img.full {
	width: 100%;
	height: auto;
}

.flips1_back {
	width: 100%;
	padding: 50px 35px;
	color: #fff;
	background-color: #1e1e1e;
	z-index: 1;
	height: 320px;
	margin: 0px;
	text-align: center;
	-webkit-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-sand-transform: rotateY(180deg);
}

.flips1:hover .flips1_front {
	z-index: 1;
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-sand-transform: rotateY(180deg);
}

.flips1:hover .flips1_back {
	z-index: 2;
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-sand-transform: rotate(0deg);
}

.flips1_back .fsoci {
	float: left;
	width: 100%;
	margin: 18px 0px 32px 0px;
}

.flips1_back .fsoci i {
	border-radius: 100%;
	width: 25px;
	height: 25px;
	border: 1px solid #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 25px;
	color: #fff;
	transition: all 0.3s ease;
}

.flips1_back .fsoci i:hover {
	background: #fff;
	color: #272727;
}

.flips2 {
	width: 100%;
	height: 320px;
	margin: 0;
	position: relative;
}

.flipscont2 {
	width: 100%;
	height: 100%;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	background-color: #eee;
}

.flips2_front {
	padding: 0px;
	width: 100%;
	z-index: 2;
}

.flips2_front img {
	width: 100%;
}

.flips2_back {
	width: 100%;
	padding: 50px 35px;
	color: #fff;
	background-color: #d70204;
	z-index: 1;
	height: 320px;
	margin: 0px;
	text-align: center;
	-webkit-transform: rotateX(-180deg);
	-ms-transform: rotateX(-180deg);
	-moz-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
	-sand-transform: rotateX(180deg);
}

.flips2:hover .flips2_front {
	z-index: 1;
	-webkit-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	transform: rotateX(180deg);
	-sand-transform: rotateX(180deg);
}

.flips2:hover .flips2_back {
	z-index: 2;
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-sand-transform: rotate(0deg);
}

.flips3 {
	width: 100%;
	height: 230px;
	margin: 0;
	position: relative;
}

.flipscont3 {
	width: 100%;
	height: 100%;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	background-color: #fff;
}

.flips3_front.flipscont3 i {
	font-size: 50px;
	color: #d70204;
	margin-top: 50px;
	margin-bottom: 20px;
}

.flips3_front {
	padding: 0px;
	width: 100%;
	z-index: 2;
}

.flips3_back {
	width: 100%;
	padding: 27px 35px;
	color: #fff;
	background-color: #d70204;
	z-index: 1;
	height: 230px;
	margin: 0px;
	text-align: center;
	-webkit-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-sand-transform: rotateY(180deg);
}

.flips3:hover .flips3_front {
	z-index: 1;
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-sand-transform: rotateY(180deg);
}

.flips3:hover .flips3_back {
	z-index: 2;
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-sand-transform: rotate(0deg);
}

.flips3.active .flips3_front {
	z-index: 1;
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-sand-transform: rotateY(180deg);
}

.flips3.active .flips3_back {
	z-index: 2;
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-sand-transform: rotate(0deg);
}

.flips4 {
	width: 100%;
	height: 100px;
	margin: 0;
	position: relative;
}

.flipscont4 {
	width: 100%;
	height: 100%;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	border: 1px solid #eee;
}

.flips4_front {
	padding: 0px;
	width: 100%;
	z-index: 2;
}

.flips4_front img {
	width: 100%;
}

.flips4_back {
	width: 100%;
	padding: 12px 25px 0px 25px;
	background-color: #eee;
	z-index: 1;
	height: 100px;
	margin: 0px;
	text-align: center;
	-webkit-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-sand-transform: rotateY(180deg);
}

.flips4:hover .flips4_front {
	z-index: 1;
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-sand-transform: rotateY(180deg);
}

.flips4:hover .flips4_back {
	z-index: 2;
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-sand-transform: rotate(0deg);
}

.flips4_back h5 {
	margin-bottom: 5px;
}

.flips4_back h5 a:hover {
	color: #d70204;
}

.flips4.active .flips4_front {
	z-index: 1;
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-sand-transform: rotateY(180deg);
}

.flips4.active .flips4_back {
	z-index: 2;
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-sand-transform: rotate(0deg);
}

.graybgraph_box {
	float: left;
	width: 100%;
	min-height: 387px;
	background: #eee;
	text-align: center;
	border-bottom: 1px solid #e3e3e3;
	padding: 0px 0px 30px 0px;
}

.graybgraph_box h3 {
	color: #fff;
	height: 62px;
	vertical-align: middle;
	line-height: 55px;
	background: url(../images/graph2.png) no-repeat center top;
	margin-bottom: 20px;
}

.graybgraph_box ul {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 40px;
}

.graybgraph_box li {
	padding: 0px;
	margin: 10px 0px;
	text-align: left;
	font-size: 16px;
	color: #1e1e1e;
}

.graybgraph_box li i {
	color: #d70204;
	margin-right: 8px;
}

.graybgraph_box li a {
	color: #1e1e1e;
}

.graybgraph_box li a:hover {
	color: #d70204;
}

.videofrafull {
	float: left;
	width: 100%;
}

.videofrafull iframe {
	float: left;
	width: 100%;
	height: 332px;
	margin-top: 10px;
}


/*----------------------------------------------------
   USEFUL SECTIONS
------------------------------------------------------*/


/* counters */

.counters1 {
	float: left;
	width: 100%;
	padding: 0px;
	text-align: center;
}

.counters1 span {
	font-family: 'Droid Serif', serif;
	font-size: 50px;
	color: #1e1e1e;
}

.counters1 h4 {
	font-size: 21px;
	color: #727272;
	margin: 13px 0px 0px 0px;
}

.counters2 {
	float: left;
	width: 100%;
	padding: 0px;
	text-align: center;
}

.counters2 .one_fourth {
	background-color: #f3f3f3;
	padding: 30px 0px;
	border-radius: 4px;
	font-family: 'Droid Serif', serif;
	font-size: 50px;
	color: #1e1e1e;
	font-weight: bold;
}

.counters2 i {
	color: #d70204;
	font-size: 40px;
	display: block;
	margin-bottom: 30px;
}

.counters2 h4 {
	font-size: 18px;
	color: #727272;
	margin: 30px 0px 0px 0px;
}

.counters3 {
	float: left;
	width: 100%;
	padding: 0px;
	text-align: center;
}

.counters3 .one_fourth {
	padding: 0px;
	border-radius: 4px;
	font-family: 'Droid Serif', serif;
	font-size: 45px;
	color: #1e1e1e;
	text-align: left;
}

.counters3 .one_fourth i {
	float: left;
	font-size: 55px;
	margin-bottom: 20px;
	margin-right: 25px;
}

.counters3 .one_fourth.white {
	color: #e3e3e3;
}

.counters3 .one_fourth.white i {
	color: #d70204;
}

.counters3 .one_fourth.one {
	color: #d70204;
}

.counters3 .one_fourth.one i {
	color: #d70204;
}

.counters3 .one_fourth.two {
	color: #2f92ee;
}

.counters3 .one_fourth.two i {
	color: #2f92ee;
}

.counters3 .one_fourth.three {
	color: #3fc35f;
}

.counters3 .one_fourth.three i {
	color: #3fc35f;
}

.counters3 .one_fourth.four {
	color: #febc1d;
}

.counters3 .one_fourth.four i {
	color: #febc1d;
}

.counters3 h4 {
	text-align: left;
	font-size: 18px;
	color: #727272;
	margin: 10px 0px 0px 0px;
}

.counters4 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 50px 0px 45px 0px;
	border-radius: 4px;
	font-family: 'Droid Serif', serif;
	font-size: 50px;
	border: 1px solid #e9e9e9;
	color: #d70204;
}

.counters4 span {
	font-weight: bold;
}

.counters4 h4 {
	margin-top: 30px;
	margin-bottom: 0px;
}


/* pie charts */

.piechart1 {
	float: left;
	text-align: center;
	color: #1e1e1e;
}

.piechart2 {
	float: left;
	width: 200px;
	text-align: center;
	color: #1e1e1e;
}

.piechart2.s1 {
	width: 100px;
}

.piechart2.s2 {
	width: 120px;
}

.piechart2.s3 {
	width: 160px;
}

.piechart2.s4 {
	width: 180px;
}

.piechart3 {
	float: left;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	width: 25%;
	text-align: center;
}


/* flip boxes */

.flips1 {
	width: 100%;
	height: 320px;
	margin: 0;
	position: relative;
}

.flipscont1 {
	width: 100%;
	height: 100%;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
}

.flips1_front {
	padding: 0px;
	width: 100%;
	z-index: 2;
}

.flips1_front img {
	width: 100%;
	height: 259px;
}

.flips1_front img.full {
	width: 100%;
	height: auto;
}

.flips1_back {
	width: 100%;
	padding: 50px 35px;
	color: #fff;
	background-color: #1e1e1e;
	z-index: 1;
	height: 320px;
	margin: 0px;
	text-align: center;
	-webkit-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-sand-transform: rotateY(180deg);
}

.flips1:hover .flips1_front {
	z-index: 1;
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-sand-transform: rotateY(180deg);
}

.flips1:hover .flips1_back {
	z-index: 2;
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-sand-transform: rotate(0deg);
}

.flips1_back .fsoci {
	float: left;
	width: 100%;
	margin: 18px 0px 32px 0px;
}

.flips1_back .fsoci i {
	border-radius: 100%;
	width: 25px;
	height: 25px;
	border: 1px solid #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 25px;
	color: #fff;
	transition: all 0.3s ease;
}

.flips1_back .fsoci i:hover {
	background: #fff;
	color: #1e1e1e;
}

.flips2 {
	width: 100%;
	height: 320px;
	margin: 0;
	position: relative;
}

.flipscont2 {
	width: 100%;
	height: 100%;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	background-color: #eee;
}

.flips2_front {
	padding: 0px;
	width: 100%;
	z-index: 2;
}

.flips2_front img {
	width: 100%;
}

.flips2_back {
	width: 100%;
	padding: 50px 35px;
	color: #fff;
	background-color: #d70204;
	z-index: 1;
	height: 320px;
	margin: 0px;
	text-align: center;
	-webkit-transform: rotateX(-180deg);
	-ms-transform: rotateX(-180deg);
	-moz-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
	-sand-transform: rotateX(180deg);
}

.flips2:hover .flips2_front {
	z-index: 1;
	-webkit-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	transform: rotateX(180deg);
	-sand-transform: rotateX(180deg);
}

.flips2:hover .flips2_back {
	z-index: 2;
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-sand-transform: rotate(0deg);
}

.flips3 {
	width: 100%;
	height: 230px;
	margin: 0;
	position: relative;
}

.flipscont3 {
	width: 100%;
	height: 100%;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	background-color: #fff;
}

.flips3_front.flipscont3 i {
	font-size: 50px;
	color: #d70204;
	margin-top: 50px;
	margin-bottom: 20px;
}

.flips3_front {
	padding: 0px;
	width: 100%;
	z-index: 2;
}

.flips3_back {
	width: 100%;
	padding: 27px 35px;
	color: #fff;
	background-color: #d70204;
	z-index: 1;
	height: 230px;
	margin: 0px;
	text-align: center;
	-webkit-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-sand-transform: rotateY(180deg);
}

.flips3:hover .flips3_front {
	z-index: 1;
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-sand-transform: rotateY(180deg);
}

.flips3:hover .flips3_back {
	z-index: 2;
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-sand-transform: rotate(0deg);
}

.flips3.active .flips3_front {
	z-index: 1;
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-sand-transform: rotateY(180deg);
}

.flips3.active .flips3_back {
	z-index: 2;
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-sand-transform: rotate(0deg);
}

.flips4 {
	width: 100%;
	height: 100px;
	margin: 0;
	position: relative;
}

.flipscont4 {
	width: 100%;
	height: 100%;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
}

.flips4_front {
	padding: 0px;
	width: 100%;
	z-index: 2;
}

.flips4_front img {
	width: 100%;
}

.flips4_back {
	width: 100%;
	padding: 12px 25px 0px 25px;
	background-color: #eee;
	z-index: 1;
	height: 100px;
	margin: 0px;
	text-align: center;
	-webkit-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-sand-transform: rotateY(180deg);
}

.flips4:hover .flips4_front {
	z-index: 1;
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-sand-transform: rotateY(180deg);
}

.flips4:hover .flips4_back {
	z-index: 2;
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-sand-transform: rotate(0deg);
}

.flips4_back h5 {
	margin-bottom: 5px;
}

.flips4_back h5 a:hover {
	color: #d70204;
}

.flips4.active .flips4_front {
	z-index: 1;
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-sand-transform: rotateY(180deg);
}

.flips4.active .flips4_back {
	z-index: 2;
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-sand-transform: rotate(0deg);
}


/* pricing tables */

.pricingtable1 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 70px 0px 0px 0px;
}

.pricingtable1 ul {
	float: left;
	width: 107%;
	padding: 0px;
	margin: 0px;
}

.pricingtable1 li {
	width: 100%;
	padding: 10px 0px;
	margin: 0px;
	text-align: center;
	background-color: #f7f7f7;
	border-bottom: 1px solid #eee;
}

.pricingtable1 li.title {
	padding: 25px 0px;
	background-color: #eee;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.pricingtable1 li.title h4 {
	font-weight: 300;
	margin-bottom: 10px;
}

.pricingtable1 li.title h1 {
	font-weight: bold;
	margin-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
}

.pricingtable1 li.title h1 em {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
}

.pricingtable1 li.planbut {
	padding: 35px 0px;
	background-color: #eee;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.pricingtable1 li.planbut a {
	color: #fff;
	font-size: 16px;
	padding: 12px 28px;
	background-color: #b1b1b1;
	border-radius: 4px;
	transition: all 0.3s ease;
}

.pricingtable1 li.planbut a:hover {
	color: #fff;
	background-color: #d70204;
}

.pricingtable1 ul.active li.planbut a {
	color: #fff;
	background-color: #d70204;
}

.pricingtable1 ul.active li.title h4 {
	color: #d70204;
}

.pricingtable1 ul.active li.title h1 {
	color: #d70204;
}

.pricingtable1 ul.active li.title {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

.pricingtable1 ul.active li.mostp {
	color: #fff;
	padding: 5px 0px;
	background-color: #d70204;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.pricingtable1 ul.active {
	margin-top: -34px;
}


/* pricing table style 2 */

.pricing-tables-main {
	position: relative;
	float: left;
	margin-top: 50px;
}

.pricing-tables {
	position: relative;
	float: left;
	width: 24%;
	border: 1px solid #eee;
}

.pricing-tables .title {
	float: left;
	width: 100%;
	height: 57px;
	padding: 13px 0 10px 0;
	background-color: #454545;
	text-align: center;
	font-size: 23px;
	color: #fff;
	border-top: 3px solid #272727;
	border-bottom: 1px solid #818181;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

.pricing-tables .price {
	float: left;
	width: 100%;
	padding: 30px 0 30px 0;
	background-color: #636363;
	text-align: center;
	font-size: 40px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

.pricing-tables .price i {
	font-size: 14px;
	color: #ccc;
	display: block;
	font-weight: normal;
	font-style: normal;
	margin-top: 5px;
}

.pricing-tables .cont-list {
	float: left;
	width: 100%;
	padding: 15px 0;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	background-color: #f9f9f9;
	text-align: center;
	color: #727272;
}

.pricing-tables .cont-list ul {
	margin: 0;
	padding: 0;
}

.pricing-tables .cont-list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 35px;
	border-bottom: 1px solid #fff;
}

.pricing-tables .cont-list li.last {
	border: none;
}

.pricing-tables .ordernow {
	float: left;
	width: 100%;
	padding: 28px 0px;
	background-color: #eee;
	text-align: center;
}

.pricing-tables .ordernow .but_small3 span i {
	margin-left: 3px;
}

.pricing-tables-helight .ordernow .but_small3 span i {
	margin-left: 3px;
}

.pricing-tables-helight {
	position: relative;
	float: left;
	width: 27%;
	z-index: 9;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.1);
}

.pricing-tables-helight .title {
	float: left;
	width: 100%;
	height: 73px;
	padding: 20px 0 0 0;
	margin-top: -10px;
	background-color: #c20002;
	text-align: center;
	font-size: 23px;
	color: #fff;
	border-top: 3px solid #a60002;
	border-bottom: 1px solid #e4181a;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

.pricing-tables-helight .price {
	float: left;
	width: 100%;
	padding: 30px 0 30px 0;
	background-color: #d70204;
	text-align: center;
	font-size: 45px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

.pricing-tables-helight .price i {
	font-size: 14px;
	color: #eee;
	display: block;
	font-weight: normal;
	font-style: normal;
	margin-top: 5px;
}

.pricing-tables-helight .cont-list {
	float: left;
	width: 100%;
	padding: 15px 0;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	background-color: #f9f9f9;
	text-align: center;
	color: #727272;
}

.pricing-tables-helight .cont-list ul {
	margin: 0;
	padding: 0;
}

.pricing-tables-helight .cont-list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 35px;
	border-bottom: 1px solid #fff;
}

.pricing-tables-helight .cont-list li.last {
	border: none;
}

.pricing-tables-helight .ordernow {
	float: left;
	width: 100%;
	padding: 30px 0 35px 0;
	background-color: #f3f3f3;
	text-align: center;
	color: #fff;
}


/* pricing table style 3 */

.pricingtable3 {
	float: left;
	width: 100%;
	text-align: center;
}

.pricingtable3 ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.pricingtable3 li {
	width: 100%;
	padding: 8px 0px;
	margin: 0px;
	text-align: center;
	background-color: #fff;
}

.pricingtable3 li.title {
	color: #fff;
	padding: 16px 0px;
	background-color: #999;
	box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.pricingtable3 li.title h3 {
	margin: 0px;
}

.pricingtable3 li.price {
	padding: 20px 0px 10px 0px;
}

.pricingtable3 li.price h1 {
	margin: 0px;
	font-weight: bold;
}

.pricingtable3 li.price h1 em {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}

.pricingtable3 li.hecont {
	padding: 20px 50px 35px 50px;
	background-color: #f3f3f3;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.1);
}

.pricingtable3 li.hecont strong {
	background-color: #454545;
	padding: 14px 40px;
	color: #fff;
	border-radius: 4px;
	white-space: nowrap;
}

.pricingtable3 li.title.act {
	background-color: #d70204;
}

.pricingtable3 li.hecont.act strong {
	background-color: #d70204;
}

.pricingtable3 li.price.act h1 {
	color: #d70204;
}

@media only screen and (min-width: 1000px) and (max-width: 1169px) {
	ul.socials1.marl {
		margin: 16px 0px 0px 48px;
	}
	ul.socials1.mar2 {
		margin: 16px 0px 0px 48px;
	}
	.flips4_back {
		padding: 12px 10px 0px 10px;
	}
	.graybgraph_box ul {
		margin: 0px 0px 0px 30px;
	}
	.flips1 {
		height: 264px;
	}
	.flips1_back {
		padding: 20px 10px;
		height: 264px;
	}
	.flips2 {
		height: 264px;
	}
	.flips2_back {
		padding: 20px 10px;
		height: 264px;
	}
	.flips4_back {
		padding: 12px 10px 0px 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
	ul.socials1.marl {
		margin: 16px 0px 0px 22px;
	}
	ul.socials1.mar2 {
		margin: 16px 0px 0px 22px;
	}
	.flips4_back {
		padding: 12px 0px 0px 0px;
	}
	.flips4_back p {
		font-size: 13px;
		line-height: 18px;
	}
	.graybgraph_box ul {
		margin: 0px 0px 0px 20px;
	}
	.counters1 span {
		font-size: 40px;
	}
	.counters1 h4 {
		font-size: 18px;
		margin: 9px 0px 0px 0px;
	}
	.counters2 .one_fourth {
		padding: 20px 0px;
		font-size: 40px;
	}
	.counters2 i {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.counters2 h4 {
		font-size: 14px;
		margin: 10px 0px 0px 0px;
	}
	.counters3 .one_fourth {
		font-size: 35px;
	}
	.counters3 .one_fourth i {
		font-size: 45px;
		margin-right: 18px;
	}
	.counters3 h4 {
		font-size: 14px;
		margin: 10px 0px 0px 0px;
	}
	.counters4 {
		padding: 40px 0px 35px 0px;
		font-size: 40px;
	}
	.counters4 h4 {
		font-size: 18px;
		margin-top: 20px;
		margin-bottom: 0px;
	}
	.piechart3 {
		width: 50%;
	}
	.flips1 {
		height: 203px;
	}
	.flips1_back {
		padding: 20px 10px;
		height: 203px;
	}
	.flips1_back h4 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.flips1_back p {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: -25px;
	}
	.flips2 {
		height: 203px;
	}
	.flips2_back {
		padding: 20px 10px;
		height: 203px;
	}
	.flips2_back h4 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.flips2_back p {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: -25px;
	}
	.flips4_back {
		padding: 12px 0px 0px 0px;
	}
	.flips4_back p {
		font-size: 13px;
		line-height: 18px;
	}
	.pricingtable3 li.hecont {
		padding: 20px 5px 35px 5px;
	}
	.pricingtable3 .but_small1 {
		padding: 10px 10px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	ul.socials1.marl {
		margin: 16px 0px 0px 170px;
	}
	ul.socials1.mar2 {
		margin: 16px 0px 0px 170px;
	}
	.flips4_front img {
		width: auto;
	}
	.flips4_back {
		padding: 22px 25px 0px 25px;
	}
	.counters3 .one_fourth {
		text-align: center;
	}
	.counters3 .one_fourth h4 {
		text-align: center;
	}
	.counters3 .one_fourth i {
		font-size: 40px;
		text-align: center;
		float: none;
		margin-bottom: 10px;
		margin-right: 10px;
	}
	.counters4 {
		line-height: 55px;
	}
	.piechart3 {
		width: 100%;
	}
	.piechart2.s1 {
		margin-bottom: -40px;
	}
	.piechart2.s2 {
		margin-bottom: -40px;
	}
	.piechart2.s3 {
		margin-bottom: -40px;
	}
	.piechart2.s4 {
		margin-bottom: -40px;
	}
	.flips1_front img {
		width: 100%;
		height: 100%;
	}
	.flips1_front img.full {
		width: 100%;
		height: 320px;
	}
	.flips2_front img {
		width: 100%;
		height: 100%;
	}
	.flips4_front img {
		width: auto;
	}
	.flips4_back {
		padding: 22px 25px 0px 25px;
	}
	.pricingtable1 {
		padding: 0px 0px 0px 0px;
		margin-top: -50px;
	}
	.pricingtable1 .one_fourth {
		margin: 0;
	}
	.pricingtable1 ul {
		width: 90%;
		float: none;
		margin: 0 auto;
		padding: 70px 0px 0px 0px;
	}
	.pricingtable1 ul.active {
		margin-top: 0px;
	}
	.pricing-tables {
		width: 24%;
	}
	.pricing-tables .title {
		font-size: 12px;
	}
	.pricing-tables .price {
		font-size: 18px;
	}
	.pricing-tables .price i {
		font-size: 9px;
		margin-top: 0px;
	}
	.pricing-tables-helight {
		position: relative;
		float: left;
		width: 24%;
	}
	.pricing-tables-helight .title {
		font-size: 12px;
	}
	.pricing-tables-helight .price {
		font-size: 18px;
	}
	.pricing-tables-helight .price i {
		font-size: 9px;
		margin-top: 0px;
	}
	.pricing-tables-two {
		width: 32%;
	}
	.pricing-tables-two .title {
		font-size: 12px;
	}
	.pricing-tables-two .price {
		font-size: 18px;
	}
	.pricing-tables-two .price i {
		font-size: 9px;
		margin-top: 0px;
	}
	.pricing-tables-helight-two {
		position: relative;
		float: left;
		width: 33%;
	}
	.pricing-tables-helight-two .title {
		font-size: 12px;
	}
	.pricing-tables-helight-two .price {
		font-size: 18px;
	}
	.pricing-tables-helight-two .price i {
		font-size: 9px;
		margin-top: 0px;
	}
	.pricing-tables-main .but_small3 {
		display: inline-block;
		height: 41px;
		line-height: 41px;
		padding-right: 5px;
		padding-left: 35px;
		font-size: 12px;
	}
	.pricing-tables-main .but_small3 span {
		width: 27px;
	}
}

@media only screen and (max-width: 479px) {
	ul.socials1.marl {
		margin: 16px 0px 0px 93px;
	}
	ul.socials1.mar2 {
		margin: 16px 0px 0px 93px;
	}
	.but_medium1 {
		padding: 14px 10px;
	}
	.but_medium2 {
		padding: 14px 10px;
	}
	.but_medium1.white {
		padding: 14px 18px;
	}
	.flips4_front img {
		width: auto;
	}
	.flips4_back {
		padding: 12px 10px 0px 10px;
	}
	.graybgraph_box ul {
		margin: 0px 0px 0px 20px;
	}
	.counters3 .one_fourth {
		text-align: center;
	}
	.counters3 .one_fourth h4 {
		text-align: center;
	}
	.counters3 .one_fourth i {
		font-size: 40px;
		text-align: center;
		float: none;
		margin-bottom: 10px;
		margin-right: 10px;
	}
	.counters4 {
		line-height: 55px;
	}
	.piechart1 {
		float: none;
		margin: 0 auto;
	}
	.piechart3 {
		width: 100%;
	}
	.piechart2.s1 {
		margin-top: -50px;
		margin-bottom: -80px;
	}
	.piechart2.s2 {
		margin-top: -50px;
		margin-bottom: -80px;
	}
	.piechart2.s3 {
		margin-bottom: -40px;
	}
	.piechart2.s4 {
		margin-bottom: -20px;
	}
	.pricingtable1 {
		padding: 0px 0px 0px 0px;
	}
	.pricingtable1 ul {
		width: 90%;
		float: none;
		margin: 0 auto;
	}
	.pricingtable1 ul.active {
		margin-top: 0px;
	}
	.pricing-tables {
		width: 24%;
	}
	.pricing-tables .title {
		font-size: 12px;
	}
	.pricing-tables .price {
		font-size: 18px;
	}
	.pricing-tables .price i {
		font-size: 9px;
		margin-top: 0px;
	}
	.pricing-tables-helight {
		position: relative;
		float: left;
		width: 24%;
	}
	.pricing-tables-helight .title {
		font-size: 12px;
	}
	.pricing-tables-helight .price {
		font-size: 18px;
	}
	.pricing-tables-helight .price i {
		font-size: 9px;
		margin-top: 0px;
	}
	.pricing-tables-two {
		width: 32%;
	}
	.pricing-tables-two .title {
		font-size: 12px;
	}
	.pricing-tables-two .price {
		font-size: 18px;
	}
	.pricing-tables-two .price i {
		font-size: 9px;
		margin-top: 0px;
	}
	.pricing-tables-helight-two {
		position: relative;
		float: left;
		width: 33%;
	}
	.pricing-tables-helight-two .title {
		font-size: 12px;
	}
	.pricing-tables-helight-two .price {
		font-size: 18px;
	}
	.pricing-tables-helight-two .price i {
		font-size: 9px;
		margin-top: 0px;
	}
	.pricing-tables-main .but_small3 {
		display: inline-block;
		height: 35px;
		line-height: 35px;
		padding-right: 2px;
		padding-left: 2px;
		font-size: 12px;
	}
	.pricing-tables-main .but_small3 span {
		width: 27px;
		display: none;
	}
	.pricingtable3 li.hecont {
		padding: 20px 5px 35px 5px;
	}
}


/**********************************************************/


/*****************************************/


/****** custom css by wetamo.com *********/


/*****************************************/


/***** main *****/

body,
input,
textarea {
	font-family: 'Barlow', sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 23px;
	color: #727272;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Barlow', sans-serif;
	letter-spacing: 1px;
}

em {
	line-height: 25px;
}

h3 {
	font-size: 25px;
}

h4 {
	line-height: 29px;
}

a {
	color: #888888;
}

.borderBottom {
	border-bottom: 1px #888888 dotted;
}

.navbar a {
	font-weight: 600;
}

p {
	font: 16px 'Barlow', sans-serif;
	font-weight: normal;
	line-height: 23px;
}

img {
	border: none !important;
}


/** top header **/

.top_nav .topsocial li a {
	display: none;
}

.top_nav .right {
	width: 99%;
}


/** navi **/

.navbar-nav .nav_deskt {
	margin: 7.5px 0px;
}

.navbar a {
	font-weight: 300;
}

.top_nav span {
	padding: 0 10px;
	font-weight: 400;
	letter-spacing: .5px;
	opacity: .9;
}

.top_nav span i {
	font-size: 13px;
	transform: translateY(0px);
	display: inline-block;
	color: #737373;
	margin: 0px 10px 0px 0px;
}

.top_nav span,
.top_nav .right a {
	color: #454545;
	font-weight: 300;
}

.top_nav .right {
	color: #737373;
	font-size: 12px;
}

.top_nav {
	padding: 5px 0px;
}

#trueHeader {
	padding: 10px 0px;
}

#header {
	height: 5%;
}

#trueHeader #logo {
	margin-top: 5px;
}

.navbar-nav>li>a {
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	text-shadow: none;
	box-shadow: none;
}

.dropdown-menu>li>a {
	letter-spacing: 1px;
}

#navbar-collapse-1 .navbar-nav {
	margin: 7.5px 0px;
}

.navbar-collapse {
	max-height: 680px;
}

#nav_mobil .navbar-nav>li>a {
	display: inline-block;
	letter-spacing: 0px;
}

#nav_mobil {
	padding-left: 20px;
}

#nav_mobil i {
	color: #fff;
	font-size: 18px;
}

#nav_mobil .fa-map-marker {
	margin-left: 4px;
	margin-right: 3px;
}

.navbar-nav>li>.dropdown-menu {
	margin-top: -8px;
}

ul.nav>li>a.active {
	color: #888888;
	/*border-bottom: 1px dotted #88888882;*/
	text-decoration: underline;
}

ul.nav>li>a:hover,
ul.nav>li>a:hover.active {
	color: #888888;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	color: #fff;
	background-color: #043c5f;
}

.dropdown-menu {
	border: none;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

ul.nav .dropdown li a.active {
	color: #fff;
	background: #043c5f;
}


/** navi end **/

.imgframe2 {
	border: none;
}

.steck .title11 em {
	font-size: 16px;
}

.BG {
	background: #fff !important;
}


/**** footer ****/

footer a {
	font-weight: 100;
}

.footer .right a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px #888888 dotted;
}


/**** start ***/

#start .title11 {
	text-align: center;
}

#start .feature_sec10 img {
	margin-left: 0px;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#start .one_third ul li {
	text-align: center;
	font-size: 16px;
}

#start .startTextcenter {
	text-align: center;
}


/**** Slider ****/

.ms-layer.text1 {
	color: #fff;
	font-size: 74px;
	line-height: 75px;
	font-family: 'Barlow', serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 23px 25px;
	background: #043c5f;
	letter-spacing: 2px;
}

.ms-layer.text2 {
	color: #fff;
	font-size: 18px;
	line-height: 27px;
	font-family: 'Barlow', serif;
	font-weight: normal;
	padding: 23px 25px;
	background: rgba(0, 0, 0, 0.75);
}

.ms-layer.sldbut1 a {
	font-family: 'Barlow', serif;
	background-color: #043c5f;
}

.ms-layer.sldbut1 a:hover {
	background-color: #fff;
	color: #043c5f;
}


/**** leistungen ****/

.color {
	color: #fff;
}

.customlist li,
.customlist_1 li {
	padding-left: 1.3em;
	color: #888888;
}

.customlist li:before,
.customlist_1 li:before {
	display: inline-block;
	margin-left: -1.3em;
	width: 1.3em;
}

.customlist li:before {
	content: "\f061";
	/* FontAwesome Unicode */
	font-family: FontAwesome;
}

.customlist_1 li:before {
	content: "\f00c";
	/* FontAwesome Unicode */
	font-family: FontAwesome;
}

.page_title h1 {
	font-weight: 600;
	letter-spacing: 2px;
	background: #043c5f;
}

.title11 em {
	color: #888888;
	margin-top: 9px;
}

.feature_sec11 {
	padding: 80px 0px 60px 0px;
	background: url(../images/kommunikationstraining/kommunikations-training.jpg);
}

.feature_sec11 h4 {
	font-size: 26px;
	line-height: 40px;
}


/** kommunikation **/

#kommunikation .page_title {
	background: #000 url(../images/kommunikationstraining/rhetorik-kommunikation-seminar.jpg) no-repeat center top !important;
	padding: 0px;
}


/** paesentation **/

#praesentation .page_title {
	background: #000 url(../images/praesentationstraining/praesentationstraining.jpg) no-repeat center top !important;
	padding: 0px;
}


/** stimmtraining **/

#stimmtraining .page_title {
	background: #000 url(../images/stimmtraining/sprechtraining.jpg) no-repeat center top !important;
	padding: 0px;
}


/** rhetorik **/

#rhetorik .page_title {
	background: #000 url(../images/rhetorik-seminar/rhetorik-seminar.jpg) no-repeat center top !important;
	padding: 0px;
}


/** change **/

#change .page_title {
	background: #000 url(../images/change-management/change-management.jpg) no-repeat center top !important;
	padding: 0px;
}


/**** methode ****/

#methode .page_title {
	background: #000 url(../images/methode/seminar-methode.jpg) no-repeat center top !important;
	padding: 0px;
}

#methode .BG h3 {
	font-size: 25px;
}

#methode .feature_sec1 {
	padding: 80px 0px 12px 0px;
}


/**** ueber uns ****/

.feature_sec8 .right {
	float: left;
	width: 100%;
	padding: 40px 40px 45px 40px;
	background: #f3f3f3;
}


/**** tarife ****/

#tarife .tarife ul {
	list-style-position: inside;
	padding-left: 1.3em;
}

#tarife .tarife ul li {
	list-style: circle;
}


/**** referenzen ****/

#referenzen #top-line {
	border-top: 1px solid #f3f3f3;
}

.ref-center p {
	text-align: center;
}

.testimonials {
	font-size: 10px;
}

#referenzen .feature_sec10 img {
	width: 93%;
	margin-left: 5px;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#referenzen .top-bottom-line {
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

/**** datenschutz ****/

#datenschutz h2 {
	margin-top: 60px;
}

#datenschutz h2:first-child {
	margin-top: 0px;
}

#datenschutz h3 {
	margin-top: 30px;
}

#datenschutz p strong {
	padding-top: 20px;
    display: block;
}


/***** mediaqueries *****/

#start .feature_sec1 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 80px 0px 52px 0px;
}

@media only screen and (max-width: 767px) {
	.top_nav {
		display: none;
	}
	.ms-layer.sldbut1 a {
		font-size: 14px;
	}
	.ms-layer.sldbut1 {
		margin-top: 40px;
	}
	.ms-layer.text2 {
		font-size: 2em;
		line-height: 1.5em;
	}
	#kommunikation .page_title h1 {
		text-align: left;
		letter-spacing: 1px;
		line-height: 27px;
		padding-top: 10px;
	}
}

@media only screen and (min-width: 999px) {
	#nav_mobil {
		display: none;
	}
}

@media only screen and (max-width: 1169px) and (min-width: 1000px) {
	.top_nav .left {
		float: left;
		width: 20%;
	}
	.top_nav .right {
		width: 80%;
	}
	#header .container {
		width: auto;
		max-width: 974px;
	}
}

@media only screen and (max-width: 999px) and (min-width: 768px) {
	.top_nav .left {
		float: left;
		width: 13%;
	}
	.top_nav .right {
		width: 87%;
		font-size: 11px;
	}
	.top_nav span {
		padding: 0px 5px;
	}
}

@media only screen and (max-width: 479px) {
	h2 {
		font-size: 23px;
		line-height: 26px;
	}
	.widthMobil img {
		width: 100%;
	}
	.warnarBlock {
		margin-top: 80px;
	}
	#trueHeader .logo {
		width: 125%;
	}
	.ms-bullets,
	.ms-nav-next,
	.ms-nav-prev {
		background-image: none !important;
		display: none;
	}
	.mstslider a {
		display: none;
	}
	.navbar-default {
		margin-right: 22px;
	}
	.ms-layer.sldbut1 a {
		padding: 3px 7px;
		font-size: 12px;
	}
	.ms-layer.sldbut1 {
		margin-top: 40px;
	}
	.ms-layer.text2 {
		font-size: 3em;
		line-height: 1.2em;
		margin-bottom: 30px;
	}
	.feature_sec1 {
		padding: 30px 0px 0px 0px;
	}
	h3 {
		font-size: 23px;
	}
	.container {
		width: 330px;
	}
	#kommunikation .page_title h1 {
		text-align: left;
		letter-spacing: 1px;
		line-height: 27px;
		padding-top: 10px;
	}
	#stimmtraining .page_title h1 {
		text-align: left;
		letter-spacing: 1px;
		line-height: 27px;
		padding-top: 25px;
	}
	.page_title {
		height: 200px;
	}
	.page_title h1 {
		margin-top: 120px;
	}
	/** kommunikation **/
	#kommunikation .page_title {
		background: #000 url(../images/kommunikationstraining/responsive/rhetorik-kommunikation-seminar.jpg) no-repeat center top !important;
		padding: 0px;
	}
	/** paesentation **/
	#praesentation .page_title {
		background: #000 url(../images/praesentationstraining/responsive/praesentationstraining.jpg) no-repeat center top !important;
		padding: 0px;
	}
	/** stimmtraining **/
	#stimmtraining .page_title {
		background: #000 url(../images/stimmtraining/responsive/sprechtraining.jpg) no-repeat center top !important;
		padding: 0px;
	}
	/** rhetorik **/
	#rhetorik .page_title {
		background: #000 url(../images/rhetorik-seminar/rhetorik-seminar.jpg) no-repeat center top !important;
		padding: 0px;
	}
	/** change **/
	#change .page_title {
		background: #000 url(../images/change-management/responsive/change-management.jpg) no-repeat center top !important;
		padding: 0px;
	}
	/**** methode ****/
	#methode .page_title {
		background: #000 url(../images/methode/responsive/seminar-methode.jpg) no-repeat center top !important;
	}
}

@media only screen and (max-width: 999px) and (min-width: 99px) {
	li.dropdown ul.dropdown-menu li a.active {
		color: #ffffff;
	}
}

.cstm_field, #plz, #city {
  display: none;
  opacity: 0;
  visibility: hidden;
}

