/*@import url(http://fonts.googleapis.com/css?family=News+Cycle);*/
@import url('https://fonts.googleapis.com/css2?family=News+Cycle&display=swap');
@import"../css/superfish.css";

/* Getting the new tags to behave */
/* mi logo  */
#lq {
	display: block;
	text-indent: -9999px;
	background: url(../images/lq.png) 0 0 no-repeat;
	width: 114px;
	height: 40px;
	position: relative;
	top: 0px;
	left: 20px;
}

#lq img {
	position: absolute;
	top: 0px;
	left: 0px;
}

article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
	display: block;
}

mark,
rp,
rt,
ruby,
summary,
time {
	display: inline;
}

/* Global properties ======================================================== */
html {
	width: 100%;
	overflow: auto;
}

body {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #656565;
	font-size: 13px;
	line-height: 18px;
	min-width: 1054px;
	background: url(../images/bg.jpg) 0 0 repeat;
}

.bg {
	width: 100%;
	padding: 50px 0 0;
	background: url(../images/bg1.jpg) 0 0 repeat;
}

.main {
	width: 1044px;
	padding: 56px 0 48px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0px 0px 5px 0 rgba(222, 222, 222, 0.27);
	-moz-box-shadow: 0px 0px 5px 0 rgba(222, 222, 222, 0.27);
	-webkit-box-shadow: 0px 0px 5px 0 rgba(222, 222, 222, 0.27);
	position: relative;
	z-index: 2;
}

a {
	color: #000;
	outline: none;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
	width: 100%;
	line-height: 0;
	font-size: 0;
}

.col-1,
.col-2,
.col-3,
.col-4 {
	float: left;
}

.wrapper {
	width: 100%;
	overflow: hidden;
}

.extra-wrap {
	overflow: hidden;
}

p {
	margin-bottom: 18px;
}

.p0 {
	margin-bottom: 5px;
}

.p1 {
	margin-bottom: 8px;
}

.p2 {
	margin-bottom: 15px;
}

.p3 {
	margin-bottom: 30px;
}

.p4 {
	margin-bottom: 40px;
}

.p5 {
	margin-bottom: 50px;
}

.p6 {
	margin-bottom: 60px;
}

.reg {
	text-transform: uppercase;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}

.title {
	margin-bottom: 18px;
}

.it {
	font-style: italic;
}

.letter {
	letter-spacing: -1px;
}

.color-1 {
	color: #fff;
}

.color-2 {
	color: #000;
}

.color-3 {
	color: #656565;
}

/*********************************boxes**********************************/
.margin-bot {
	margin-bottom: 35px;
}

.spacing {
	margin-right: 35px;
}

.spacing2 {
	margin-right: 45px;
}

.spacing3 {
	margin-right: 60px;
}

.spacing-bot {
	margin-bottom: 25px;
}

.indent {
	padding: 0 0 0px 30px;
}

.indent2 {
	padding-left: 50px;
}

.indent-bot {
	margin-bottom: 20px;
}

.indent-bot2 {
	margin-bottom: 30px;
}

.indent-bot3 {
	margin-bottom: 45px;
}

.indent-bot4 {
	margin-bottom: 55px;
}

.img-indent-bot {
	margin-bottom: 25px;
}

.img-indent {
	float: left;
	margin: 0 20px 0px 0;
}

.img-indent1 {
	float: left;
	margin: 0 26px 0px 0;
}

.img-indent2 {
	float: left;
	margin: 0 13px 0px 0;
}

.img-indent-r {
	float: right;
	margin: 0 0px 0px 40px;
}

.prev-indent-bot {
	margin-bottom: 10px;
}

.prev-indent {
	float: left;
	margin: 0 17px 0px 0;
}

.prev-box {
	float: left;
	margin-bottom: 8px;
}

.border {
	border: 3px solid #000;
}

.border2 {
	border: 1px solid #000;
}

a {
	cursor: pointer;
}

.list-1 li a,
.list-2 li a,
.link,
.logo {
	text-decoration: none;
}

/*********************************header*************************************/
header {
	height: 76px;
	width: 940px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	background: url(../images/bg-row1.jpg) 0 0 repeat;
}

h1 {
	font-size: 36px;
	line-height: 44px;
	color: #1b1b1b;
	font-weight: 400;
	font-family: 'News Cycle', sans-serif;
}

h2 {
	font-size: 24px;
	line-height: 44px;
	color: #1b1b1b;
	font-weight: 400;
	font-family: 'News Cycle', sans-serif;
}

h3 {
	font-size: 36px;
	line-height: 44px;
	color: #1b1b1b;
	font-weight: 400;
	font-family: 'News Cycle', sans-serif;
}

h4 {
	font-size: 24px;
	line-height: 29px;
	color: #585857;
	font-weight: 400;
	font-family: 'News Cycle', sans-serif;
}

h6 {
	padding: 0;
	position: absolute;
	top: -30px;
	left: 21px;
}

.logo {
	display: block;
	width: 149px;
	height: 130px;
	text-indent: -5000px;
	background: url(../images/logo.png) 0 0 no-repeat;
}


/*********************************content*************************************/
#content {
	width: 100%;
	padding: 0px;
	position: relative;
	z-index: 1;
}

.padding-content {
	padding: 50px 0 19px;
}

.padding1-content {
	padding: 45px 0 42px;
}

.padding2-content {
	padding: 60px 0 42px;
}

.padding-right {
	padding-right: 95px;
}

.spacer-1 {
	width: 100%;
	background: url(../images/spacer-1.gif) 300px 0 repeat-y;
}

.spacer-2 {
	width: 100%;
	background: url(../images/spacer-1.gif) 620px 0 repeat-y;
}

.spacer-3 {
	width: 100%;
	background: url(../images/spacer-1.gif) 700px 0 repeat-y;
}

.spacer-4 {
	width: 100%;
	background: url(../images/spacer-1.gif) 380px 0 repeat-y;
}

.spacer-5 {
	width: 100%;
	background: url(../images/spacer-1.gif) 560px 0 repeat-y;
}



.border-bot {
	width: 100%;
	height: 1px;
	background: url(../images/border-bot.gif) 0 0 repeat-x;
}

.box {
	width: 100%;
	background: #fff;
	color: #969696;
	line-height: 19px;
	box-shadow: 0 0 5px 0 rgba(208, 212, 185, 0.18);
	-moz-box-shadow: 0 0 5px 0 rgba(208, 212, 185, 0.18);
	-webkit-box-shadow: 0 0 5px 0 rgba(208, 212, 185, 0.18);
}

.box-shadow {
	width: 100%;
	padding: 0 0 24px;
	background: url(../images/box-shadow.png) center bottom no-repeat;
}

.box-blue {
	width: 100%;
	padding: 37px 0 17px;
	background: url(../images/bg-box-blue.jpg) 0 0 no-repeat #22abf2;
}

.box-green {
	width: 100%;
	padding: 37px 0 17px;
	background: url(../images/bg-box-green.jpg) 0 0 no-repeat #8ccc21;
}

.box-orange {
	width: 100%;
	padding: 37px 0 17px;
	background: url(../images/bg-box-orange.jpg) 0 0 no-repeat #fa6615;
}

.box-red {
	width: 100%;
	padding: 37px 0 17px;
	background: url(../images/bg-box-red.jpg) 0 0 no-repeat #FF0000;
	text-align: center;
}

.box-shadow-big {
	width: 100%;
	padding: 0 0 24px;
	background: url(../images/box-shadow-big.png) center bottom no-repeat;
}

.box-text1 {
	display: block;
	font-size: 34px;
	line-height: 41px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'News Cycle', sans-serif;
}

.box-text2 {
	display: block;
	font-size: 34px;
	line-height: 41px;
	margin-top: -5px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'News Cycle', sans-serif;
}

.box-text3 {
	display: block;
	font-size: 60px;
	line-height: 41px;
	margin-top: -5px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bolder;
	font-family: 'News Cycle', sans-serif;
}

.padding-box {
	padding: 0 25px;
}

.padding1-box {
	padding: 0px 17px 25px 27px;
}

.button {
	display: inline-block;
	font-size: 16px;
	line-height: 38px;
	padding: 0 21px;
	color: #fff;
	text-decoration: none;
	background: #332e24;
}

.button:hover {
	background: #000;
}

.button-blue {
	display: inline-block;
	font-size: 16px;
	line-height: 38px;
	padding: 0 22px 0 20px;
	color: #fff;
	text-decoration: none;
	background: #22abf2;
}

.button-blue:hover {
	background: #332e24;
}

.button-green {
	display: inline-block;
	font-size: 16px;
	line-height: 38px;
	padding: 0 22px 0 20px;
	color: #fff;
	text-decoration: none;
	background: #8ccc21;
}

.button-green:hover {
	background: #332e24;
}

.button-orange {
	display: inline-block;
	font-size: 16px;
	line-height: 38px;
	padding: 0 22px 0 20px;
	color: #fff;
	text-decoration: none;
	background: #ff6410;
}

.button-orange:hover {
	background: #332e24;
}

.button-red {
	display: inline-block;
	font-size: 16px;
	line-height: 38px;
	padding: 0 22px 0 20px;
	color: #fff;
	text-decoration: none;
	background-color: #DF2F2F;
}

.button-red:hover {
	background: #332e24;
}


.list-1 li {
	font-size: 12px;
	line-height: 32px;
	font-weight: 700;
	padding-left: 3px;
	background: url(../images/border-bot.gif) 0 bottom repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

.list-1 li.last-item {
	background: none;
}

.list-1 li a {
	color: #222222;
	padding-left: 16px;
	background: url(../images/marker-1.gif) 0 4px no-repeat;
}

.list-1 li a strong {
	color: #000066;
}

.list-1 li a:hover {
	color: #22abf2;
}

.list-2 li {
	font-size: 12px;
	line-height: 33px;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
}

.list-2 li:first-child+li+li+li {
	background: none;
}

.list-3 li {
	font-size: 12px;
	line-height: 32px;
	font-weight: 700;
	padding-left: 3px;
	background: url(../images/border-bot.gif) 0 bottom repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

.list-3 li.last-item {
	background: none;
}

.list-3 li st {
	color: #222222;
	padding-left: 16px;
	background: url(../images/marker-1.gif) 0 4px no-repeat;
}

.list-3 li st strong {
	color: #000066;
}


.list-4 li {
	font-size: 12px;
	line-height: 25px;
	font-weight: 700;
	padding-left: 3px;
	background: url(../images/border-bot.gif) 0 bottom repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

.list-4 li.last-item {
	background: none;
}

.list-4 li a {
	color: #222222;
	padding-left: 16px;
	background: url(../images/marker-1.gif) 0 4px no-repeat;
}

.list-4 li a strong {
	color: #000066;
}

.list-4 li a:hover {
	color: #22abf2;
}


.link:hover {
	text-decoration: underline;
}

.link-1 {
	display: inline-block;
	font-size: 13px;
	line-height: 18px;
	color: #060000;
	font-weight: 700;
	text-decoration: none;
}

.link-1:hover {
	text-decoration: underline;
}

.text-1 {
	font-size: 14px;
}

.text-2 {
	font-size: 14px;
	line-height: 1.285em;
}

.map-canvas {
	width: 379px;
	height: 199px;
}

dl dt {
	font-size: 24px;
	line-height: 29px;
	color: #585857;
	font-family: 'News Cycle', sans-serif;
}

dd {
	overflow: hidden;
}

dd span {
	float: left;
	width: 98px;
}

/****************************aside************************/
#form-aside {
	width: 300px;
}

#form-aside label {
	display: block;
	height: 39px;
}

#form-aside input {
	width: 278px;
	font-size: 1em;
	color: #848484;
	padding: 6px 10px;
	margin: 0;
	border: 1px solid #dddddd;
	background: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#form-aside textarea {
	height: 88px;
	overflow: auto;
	width: 278px;
	font-size: 1em;
	color: #848484;
	padding: 6px 10px;
	margin: 0;
	border: 1px solid #dddddd;
	background: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#form-aside .form-area {
	position: relative;
	height: 113px;
}

#form-aside .buttons {
	text-align: right;
}

#form-aside .buttons a {
	display: inline-block;
	font-size: 16px;
	line-height: 38px;
	color: #fff;
	background: #332e24;
	padding: 0 26px 0 23px;
	text-decoration: none;
}

#form-aside .buttons a:hover {
	background: #000;
}


/****************************footer************************/
footer {
	width: 100%;
	padding: 67px 0 40px;
	margin-top: -47px;
	background: url(../images/bg-footer.jpg) 0 0 repeat-x #c6c2c2;
	position: relative;
	z-index: 1;
}

.padding-footer {
	padding: 0px;
}

.list-services {
	overflow: hidden;
}

.list-services li {
	float: left;
	padding: 0;
	margin-right: 12px;
}

.list-services li:first-child+li+li+li+li {
	margin: 0;
}

.list-services li a {
	text-decoration: none;
}

.list-services+span {
	font-size: 19px;
	line-height: 24px;
	color: #5d5d5d;
	font-family: "Times New Roman", Times, serif;
}

.text-bot1 {
	font-size: 24px;
	line-height: 42px;
	color: #fff;
	font-weight: 400;
	font-family: 'News Cycle', sans-serif;
}

.text-bot1 a {
	color: #fff;
	margin-left: 8px;
	padding-left: 12px;
	text-decoration: none;
	background: url(../images/spacer-bot1.gif) 0 5px no-repeat;
}

.text-bot1 a:hover {
	text-decoration: underline;
}

.text-bot2 {
	display: block;
	line-height: 42px;
	color: #fff;
	padding-left: 0px;
}

.text-bot2 .text1 {
	display: inline-block;
	font-size: 30px;
	font-weight: 400;
	font-family: 'News Cycle', sans-serif;
}

.text-bot2 .text2 {
	display: inline-block;
	font-size: 24px;
	padding-top: 5px;
}

/****************************TM-Slider************************/
.slider {
	width: 940px;
	margin: 0 auto;
}

.items {
	display: none;
}

.pagination {
	position: absolute;
	top: 18px;
	right: 22px;
	z-index: 999;
}

.pagination li {
	float: left;
	margin: 0 0 0 3px;
	padding: 0;
	display: block;
	background: url(../images/pagination.png) right 0 no-repeat;
}

.pagination li.current,
.pagination li:hover {
	background: url(../images/pagination.png) left 0 no-repeat;
}

.pagination li a {
	width: 20px;
	height: 20px;
	display: block;
}

.banner {
	width: 338px;
	min-height: 230px;
	position: absolute;
	top: 148px;
	color: #999999;
	font-size: 13px;
	line-height: 19px;
}

.slide1.banner-text1 {
	display: block;
	font-size: 30px;
	line-height: 40px;
	color: #fa7615;
	font-weight: 400;
	text-transform: none;
	font-family: 'News Cycle', sans-serif;
}

.slide2.banner-text1 {
	display: block;
	font-size: 30px;
	line-height: 40px;
	color: #22abf2;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'News Cycle', sans-serif;
}

.slide3.banner-text1 {
	display: block;
	font-size: 30px;
	line-height: 40px;
	color: #8ecf21;
	font-weight: 400;
	text-transform: none;
	font-family: 'News Cycle', sans-serif;
}

.banner-text2 {
	display: block;
	font-size: 52px;
	line-height: 63px;
	color: #979797;
	font-weight: 400;
	margin: -14px 0 13px;
	font-family: 'News Cycle', sans-serif;
}


.slide4.banner-text4 {
	display: block;
	font-size: 35px;
	line-height: 72px;
	color: #FF0000;
	font-weight: bolder;
	text-transform: none;
	font-family: 'News Cycle', sans-serif;
}

.banner-text4 {
	display: block;
	font-size: 26px;
	line-height: 63px;
	color: #979797;
	font-weight: 400;
	font-family: 'News Cycle', sans-serif;
	margin-top: -14px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}


.slide1.link-1 {
	font-size: 14px;
	line-height: 17px;
	color: #fa6615;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.slide1.link-1:hover {
	color: #000;
}

.slide2.link-1 {
	font-size: 14px;
	line-height: 17px;
	color: #22abf2;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.slide2.link-1:hover {
	color: #000;
}

.slide3.link-1 {
	font-size: 14px;
	line-height: 17px;
	color: #8bc628;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.slide3.link-1:hover {
	color: #000;
}

/****************************easyTooltip************************/
#easyTooltip {
	padding: 5px 10px;
	background: #22abf2;
	color: #fff;
	font-size: 11px;
	text-transform: none;
	z-index: 99;
}

/****************************Contact Form************************/
#contact-form {
	line-height: 1em;
	margin: 0;
	padding: 0;
	width: 460px;
}

#contact-form .success {
	padding-bottom: 5px;
}

#contact-form textarea,
#contact-form input {
	margin: 0;
	font-size: 1em;
	color: #828282;
	padding: 1px 10px;
	border: 1px solid #e7e7e7;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	position: relative;
}

#contact-form input {
	width: 319px;
	background: #fff;
}

#contact-form textarea {
	overflow: auto;
	width: 438px;
	height: 210px;
	background: #fff;
}

#contact-form label {
	min-height: 50px;
	display: block;
}

#contact-form label.message {
	min-height: 266px;
}

#contact-form label em {
	display: block;
	font-style: normal;
	line-height: 18px;
}

#contact-form .error,
#contact-form .empty,
#contact-form .success {
	display: none;
}

#contact-form .button {
	margin-left: 8px;
}

#contact-form .error,
#contact-form .empty {
	color: red;
	padding: 5px 0;
}

#contact-form .buttons {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#contact-form .buttons a {
	float: right;
	margin-left: 24px;
	font-size: 18px;
	line-height: 41px;
	padding: 0 21px 0 20px;
	text-decoration: none;
	color: #fff;
	background: #332e24;
}

#contact-form .buttons a:hover {
	background: #000;
}

#contact-form .success {
	color: #fff;
	width: 246px;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #fff;
	background: #000;
}