@charset "utf-8";
/* CSS Document */

/*Fonts*/
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700);
@font-face {
    font-family: 'denmarkregular';
    src: url('../fonts/denmark-webfont.eot');
    src: url('../fonts/denmark-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/denmark-webfont.woff2') format('woff2'),
         url('../fonts/denmark-webfont.woff') format('woff'),
         url('../fonts/denmark-webfont.ttf') format('truetype'),
         url('../fonts/denmark-webfont.svg#denmarkregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'good_timesregular';
    src: url('../fonts/goodtime-webfont.eot');
    src: url('../fonts/goodtime-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/goodtime-webfont.woff2') format('woff2'),
         url('../fonts/goodtime-webfont.woff') format('woff'),
         url('../fonts/goodtime-webfont.ttf') format('truetype'),
         url('../fonts/goodtime-webfont.svg#good_timesregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*End*/

body{ margin:0; padding:0; color:#303030; font-size:15px; font-family: 'Source Sans Pro', sans-serif; line-height:1.5; font-weight:400; background:#000;}
.adminbodyclass { padding:0; margin:0; background: #f1f1f1; color:#303030; font-weight:300; font-size: 15px; font-family: 'Source Sans Pro'; line-height: 1.5; margin: 0; padding: 0; text-align: left; cursor:default;}

::selection{ background: #f50e00; color: #fff; text-shadow: none;}
::-moz-selection{ background: #f50e00; color: #fff;	text-shadow: none;}

*{  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */}

/* Noscript Info */
.noscript{border:1px solid #ddd;border-width:0 0 1px;background:#d2eefa;line-height:1.25;text-align:center;color:#2f2f2f;}
.noscript .noscript-inner{width:780px;margin:0 auto;padding:12px 0 12px;}
.noscript p{margin:0;}
/* end Noscript Info */

/* Anchors */
a{ outline-style:none!important; text-decoration:none; color:#ef6918;}
a:hover{ color:#3c3a3b;}
a:visited {	color: #ef6918;}
a:visited:hover {	color: #3c3a3b;}

img{ max-width:100%; height:auto; line-height:0; font-size:0; border:0;}
img.full{ width:100%; height:auto;}

.clear{ clear:both;}
.clearfix:before, .clearfix:after{content: " "; /* 1 */ display: table; /* 2 */}
.clearfix:after{clear: both;}
.clearfix {*zoom: 1;}

.block { display: block;}
.none { display: none;}
.hide{ display:none;}
.rounded-corner{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}

/* Headings */
h1, h2, h3, h4, h5, h6{ margin:0 auto 15px auto; padding:0; line-height:1.2; color:#000;font-family: 'good_timesregular'; }
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{ color:#f50e00;}
h1{ font-size:25px;}
h2{ font-size:25px;}
h3{ font-size:18px; color:#646464;}
h4{ font-size:16px;}
h5{ font-size:14px;}
h6{ font-size:11px;}

/* General */
.floatleft{ float:left;}
.floatright{ float:right;}

/* Paragraphs */
p{ margin:0 0 20px 0; padding:0;}
 
strong, b {font-weight: bold;}
em, i {font-style: italic;}
.underline{ text-decoration:underline;}
 
/* Quotes */
blockquote {font-style: italic;}
cite {font-style: italic;} 
q {font-style: italic;}
hr{ line-height:0; font-size:0; margin:25px auto; padding:0; color:#ccc; background:#ccc; height:0px; border:0; border-bottom:1px solid #ccc;}
hr.type1{ width:96%;}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	margin: 5px 0 5px 20px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 0;
}

/*Box Shadow*/
.box-shadow{
	-webkit-box-shadow: 0px 0px 5px 0px #d7d6d6;
	-moz-box-shadow:    0px 0px 5px 0px #d7d6d6;
	box-shadow:         0px 0px 5px 0px #d7d6d6;
}

/*Buttons*/
.button, a.button{background:#f50e00; color:#fff; border-radius:3px; border:none; text-decoration:none !important; text-transform:uppercase; padding:6px 18px; display:inline-block; cursor: pointer; }
.button:hover{background:#6d6f71; color:#fff;}
.button.full { width: 100%; box-sizing: border-box; }
a.button { padding:3px 16px; text-align: center; font-size: 15px; }
a.button:hover { color: #fff; }

/*Common UL*/
ul.fclist{ list-style-type:none; padding:0; margin: 0 0 0 20px; }
ul.fclist li{ padding-left: 15px; background:url(../images/bullet.png) no-repeat left 6px; }

/* Form styles */
input[type=text]{ width:100%; padding:0 10px; height:30px; border:none; background:#fff; color:#626262; font-size:12px;}
input[type=submit]{ }

.singleblock, .singleblocktop { width: 100%; margin-bottom: 20px; }
.singleblocktop { margin: 0; text-align: right; }
.singleblock_heading { padding: 0px; margin: 10px 0 0 0; text-align: left; }
.singleblock_heading span { padding: 5px 10px; background: #e3e2e2; color: #079dd4; font-size: 15px; font-weight: bold; text-transform: uppercase; text-align: left; display: inline-block; -webkit-border-radius: 3px 3px 0px 0px; -moz-border-radius: 3px 3px 0px 0px; border-radius: 3px 3px 0px 0px; }
.singleblock_heading span.requiredinfo { background: none; color: #f04e23; text-transform: capitalize; font-weight: normal; text-align: right; float: right; }

.singleblock_box_position { position: relative; }
.downloadpdf { position: absolute; right: 10px; }

.singleblock_heading mess.infomessage { color: #ed1b2f; }
.singleblock_box { background-color: #e8e3e3; border: 1px solid #e3e2e2; padding: 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.singleblock_box.singleblock_box_h { -webkit-border-radius: 0 3px 3px 3px; -moz-border-radius: 0 3px 3px 3px; border-radius: 0 3px 3px 3px; }

.singleblock_box .column1 { float:left; width:45%; }
.singleblock_box .column2 { float:right; width:45%; }

ul.form{padding:0; margin:0; list-style:none; float:left; width:100%; }
ul.form li{background: none; float:left; width:100%; padding:0 0 10px 0; margin:0; background:none;}
ul.form li.left{float:left; width:46%;}
ul.form li.right{float:right; width:46%;}
ul.form li.manageright{height: 62px;}
ul.form p.subhead{ font-weight: bold; text-transform: uppercase; }

ul.form p{display:block; padding:0 0 5px 0; margin:0;}
ul.form .input, 
ul.form .input2, 
ul.form .select, 
ul.form .comments, 
.input { padding:0 2%; background:#fff; border:solid 1px #dcdcdc; color:#434343; font-size:15px; }

ul.form .input, .input{width:100%; height:36px;  line-height:20px;}
ul.form .input2{width:88%; height:36px; line-height:20px;}
ul.form .select{width:100%; height:36px; line-height:28px;}
ul.form .comments{width:100%; height:100px; line-height:20px; resize:none;}
ul.form .form-label { padding: 6px 0;}
ul.form .result{color:#3e9cf3; font-weight: bold;}

.checkbox { vertical-align: middle; margin: 0px; margin-right: 5px;}
.radiobutton { vertical-align:middle;  margin: 0px; margin-right: 5px;}

.align-right{text-align:right;}
.requiredfield { background: #f47e77 !important; }
.fieldbox { float: left; width: 100px; margin-right: 10px; }
.requiredtext { color: #3f72a7; }
.finfo { display:none; }
.requiredfieldindicate { color: #f04e23; }

/* Common styles */
.t-center{text-align:center;}
.com_block { display: block; }
.com_none { display: none; }
.loding span{background:url(../images/loding-icon.png) 0 center no-repeat; padding-left:32px; display:inline-block;}
.mostviewed { width:100%; }
.mostviewed .t-center {margin: 15px 0 0 0; text-align:center;}
.tel { cursor:default; }

.leftfloatdiv { float: left; margin: 0 18px 9px 0;}
.leftfloatdiv img { width: 100%; border: 6px solid #dedede; border-radius: 5px; }

/*Template*/
.fullcol { width: 100%; padding:10px 0; clear: both; }
.leftcol{ float:left; width:74.5%; padding:10px 0;}
.rightcol{ float:right; width:23.5%; padding:10px 0;}

.leftcol2{ float:left; width:23.5%; padding:10px 0;}
.rightcol2{ float:right; width:74.5%; padding:10px 0;}

.left-cell-half{float:left; width:45%;}
.right-cell-half{float:right; width:45%;}
.left-cell-half img, .right-cell-half img { width: 100%; border: 6px solid #dedede; border-radius: 5px; }

.left-side{width:55%; float: left; }
.right-side{width:40%; float:right;}

/*Editor auto content*/
.editordivrow { width: 100%; padding: 20px 0px 10px 0px; margin-bottom: 15px; text-align: left; clear: both; border-top: 1px solid #c4c4c4; }
.editordivrow.noborder, .editordivrow:first-child { border-top: 0;}

.editordivrow .edimgleft {float: left; width: 25%; }
.editordivrow .edimgleft img { width: 100%; border: 6px solid #dedede; border-radius: 5px; }
.editordivrow .edcontentright {float: right; width: 70%; }

.editordivrow .edimgright {float: right; width: 25%; }
.editordivrow .edimgright img { width: 100%; border: 6px solid #dedede; border-radius: 5px; }
.editordivrow .edcontentleft {float: left; width: 70%; }

.editordivrow.leftright:nth-child(odd) .edimgleft {float: left; }
.editordivrow.leftright:nth-child(odd) .edcontentright {float: right;}
.editordivrow.leftright:nth-child(even) .edimgleft {float: right; }
.editordivrow.leftright:nth-child(even) .edcontentright {float: left;}

.editordivrow .edimgcenter { width: 100%; text-align: center; margin-bottom: 15px; }
.editordivrow .edimgcenter img { max-width: 100%; }
.editordivrow div.blog{  margin:1px 0 0 0; padding:5px 0 5px 0; }
.editordivrow .date{  margin: 5px 0 0 0; padding: 0; color: #3a7bdc; }
.editordivrow .price{  margin: 5px 0 0 0; padding: 0; color: #3a7bdc; }
.editordivrow .blogmeta{  margin: 5px 0 0 0; padding: 0; }
.editordivrow .leftfloatdiv { width: 45%; }

/*---- Back To Top -------------------------*/
.BackToTop {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 10px;
  right: 15px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../images/top.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.BackToTop.bck-is-visible, .BackToTop.bck-fade-out, .no-touch .BackToTop:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.BackToTop.bck-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.BackToTop.bck-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .BackToTop:hover {
  /*background-color: #e86256;*/
  opacity: 1;
}

.red{ color:#FF0000;}
.page{ max-width:1200px; margin:0 auto; background:#f1f1f1; overflow:hidden;}
.wrapper{ max-width:90%; margin:0 auto;}
.home-content{max-width:94%; margin:0 auto;}

.header{ background:url(../images/headerbg.jpg) repeat-x bottom #FFFFFF;}
.header .logo{ float:left; padding:15px 0;}
.header .phone{ float:right; font-family: 'denmarkregular'; font-size:25px; color:#303030; height:43px; margin-top:60px; padding-left:50px; line-height:43px; position:relative;}
.header .phone:before{ content:""; height:43px; width:43px; background:url(../images/icon_phone.png) no-repeat; position:absolute; left:0; top:0;}
.header .phone span{ color:#f10c01;}

.social{ float:right;}
.social a{-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background:#f60b00; color:#FFFFFF; width:40px; height:40px; line-height:40px; text-align:center; display:inline-block; margin-left:5px; font-size:20px; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; -ms-transition: all 300ms linear; transition: all 300ms linear; }
.social a:hover{background:#fff; color:#f60b00;}
.social i{line-height:40px;}

.specialoffer{ background:#3a3a3a; padding:5px 0; color:#FFFFFF; font-size:13px;}
.specialoffer img{ margin:0 5px; vertical-align:middle;}

.bannercont{ position:relative;}
.home-banner{ background:url(../images/mainimage.jpg) no-repeat; background-size:cover; height:376px;}
.home-banner h1{ font-size:43px; font-family: 'good_timesregular'; margin:0; padding:0; line-height:50px; color:#FFFFFF; position:absolute;left:29%; top:30%; letter-spacing:-1px;}
.home-banner h1.first{ }
.home-banner h1.second{ margin-top:40px; font-size:41.3px;}
.home-banner h1.third{ margin-top:80px;}

.quote-form{ 
	position:absolute; 
	width:25%;
	min-width:250px; 
	top:50px; 
	right:7%;
	padding:10px 20px 10px 20px;
	background:#f2f2f2;
	-webkit-border-radius: 9px; 
	-moz-border-radius: 9px; 
	border-radius: 9px; 
	border:1px solid #b4b3b1;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	font-size:14px;
	font-weight:300;
	font-style:italic;
	color:#646464;
	text-align:center;
	z-index:9;
}
.quote-form h2{ margin:0; font-style:normal; text-align:center; color:#646464;}
.quote-form h2 span{ color:#f60b00;}
.quote-form hr{ margin:10px 0 20px 0;}
.quote-form p{ margin-bottom:10px;}
.quote-form p.text-left{ text-align:left;}


.quote-form input[type=text]{ 
	width:100%; 
	padding:0 10px; 
	height:38px; 
	border:1px solid #d2d2d2; 
	background:url(../images/inpbg.jpg) repeat-x bottom #f2f2f2; 
	font-size:14px; 
	color:#646464;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
	border:1px solid #b4b3b1;
	margin-bottom:10px;
	font-family: 'Source Sans Pro', sans-serif;
	font-style:italic;
}
.quote-form input[type=text]:focus{ border:2px solid #646464;}
.quote-form textarea{ 
	width:100%; 
	padding:10px; 
	height:138px; 
	border:1px solid #d2d2d2; 
	background:url(../images/inpbg.jpg) repeat-x bottom #f2f2f2; 
	font-size:14px; 
	color:#646464;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
	border:1px solid #b4b3b1;
	margin-bottom:10px;
	font-family: 'Source Sans Pro', sans-serif;
	font-style:italic;
}
.quote-form textarea:focus{ border:2px solid #646464;}

.quote-form input[type=submit]{
	border:0;
	cursor:pointer;
	outline:0; 
	text-decoration:none; 
	width:143px;
	height:30px; 
	line-height:30px; 
	display:inline-block; 
	color:#FFFFFF; 
	font-size:16px; 
	text-transform:uppercase; 
	padding:0;
	background:url(../images/btn_submit.png) no-repeat left top;
	text-indent:-9999px;
}

.quote-form input[type=submit]:hover{background-position: left bottom;}

.welcome{ max-width:69%; margin-top:30px; padding:0 50px 1px 15%; background:url(../images/switch.png) no-repeat 5% 0;}

.link1 a{ display:inline-block; background:#f50e00; color:#ffffff; font-weight:400; line-height:30px;-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding:0 15px; margin-top:15px;-webkit-transition: all 100ms linear; -moz-transition: all 100ms linear; -o-transition: all 100ms linear; -ms-transition: all 100ms linear; transition: all 300ms linear;}
.link1 a:hover{ background:#272625;color:#ffffff;}

ul.service{ margin:0; padding:0; list-style:none; font-size:0; display:flex;}
ul.service li{ margin:0; padding:0; list-style:none; font-size:15px; display:inline-block; width:33.33%; vertical-align:top; border-left:1px solid #c0c0c0;}
ul.service li:first-child{ border-color:#f1f1f1;}

ul.service li p span{ color:#f50e00; font-weight:400;}
ul.service li > div:first-of-type{ width:80%; margin:0 auto; position:relative;}
ul.service li img{ width:100%; height:auto; margin-bottom:10px;}
ul.service li .clickitem{ position:absolute; bottom:0; left:0; right:0; width:100%; height:42px; line-height:42px; background:#f60b00; color:#fff; text-align:center; font-size:17px; font-weight:400;-webkit-transition: all 100ms linear; -moz-transition: all 100ms linear; -o-transition: all 100ms linear; -ms-transition: all 100ms linear; transition: all 300ms linear;}
ul.service li .clickitem:hover{ background:#272625;}
ul.service li .clickitem img{ width:auto; vertical-align:top;}
ul.service li .clickitem a{ color:#fff; display:block; width:100%; line-height:42px;}
ul.service .border{ border:1px solid #c0c0c0;}

.google-maps {
    position: relative;
    padding-bottom: 72.5%;
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

ul.logos{ width:93%; margin:25px auto; list-style:none; display:flex; border:1px solid #c2c2c2; background:#FFFFFF; padding:25px;}
ul.logos li{ margin:0; padding:0 3%; list-style:none; display:inline-block; width:33.33%; border-left:1px solid #d3d3d3;}
ul.logos li:first-child{ border-left:none;}
ul.logos li h5{ color:#ff0000; font-family: 'Source Sans Pro', sans-serif; font-weight:700; text-transform:uppercase; font-size:16px; margin-bottom:0;}
ul.logos li h6{ color:#000; font-family: 'Source Sans Pro', sans-serif; font-weight:400; font-size:16px; margin-bottom:10px;}

.footer{ background:#31302f; padding:40px 0; margin-top:30px; color:#c7c7c7; font-size:14px;}
.footereditor { background:#31302f; color:#c7c7c7; font-size:14px; }
.footer .wrapper{ max-width:96%; padding:0;}
.footer .first{ width:25%; float:left; padding:0 3%}
.footer .second{ width:25%; float:left; padding:0 3%}
.footer .third{ width:25%; float:left; padding:0 3%}
.footer .fourth{ width:25%; float:left; padding:0 3%}

.footer h4, .footereditor h4{ color:#fff; font-family: 'Source Sans Pro', sans-serif; font-weight:600; font-size:16px; margin-bottom:25px; padding-bottom:7px; border-bottom:2px solid #272625;}

ul.footermenu{ margin:0; padding:0; list-style:none;}
ul.footermenu li{ margin:20px 0; padding:0; list-style:none;}
.footer a{ color:#c7c7c7;}
.footer a:hover{ color:#fff;}

.footer2{ background:#272625; padding:12px 0; color:#c7c7c7; font-size:14px;}
.footer2 ul{ margin:0; padding:0 3%; list-style:none; text-align:center;}
.footer2 ul li{ margin:0; padding:0; list-style:none; display:inline-block; }
.footer2 ul li:nth-child(1){ float:left;}
.footer2 ul li:nth-child(2){}
.footer2 ul li:nth-child(3){ float:right;}
.footer2 .social a{ width:25px; height:25px; font-size:15px; }
.footer2 .social i{line-height:25px;}

.footer .link1 a{ font-weight: 600px; color: #fff; font-size: 16px;}

.footer input[type=text]{ 
	width:100%; 
	padding:0 10px; 
	height:28px; 
	border:1px solid #d2d2d2; 
	background: #f8f8f8; 
	font-size:14px; 
	color:#646464;
	border:1px solid #939392;
	margin-bottom:10px;
	font-family: 'Source Sans Pro', sans-serif;
	font-style:italic;
}
.footer input[type=text]:focus{ border:2px solid #000;}
.footer textarea{ 
	width:100%; 
	padding:10px; 
	height:138px; 
	border:1px solid #d2d2d2; 
	background:#f8f8f8; 
	font-size:14px; 
	color:#646464;
	margin-bottom:10px;
	font-family: 'Source Sans Pro', sans-serif;
	font-style:italic;
}
.footer textarea:focus{ border:2px solid #000;}

.footer input[type=submit]{
	border:0;
	cursor:pointer;
	outline:0; 
	text-decoration:none; 
	width:143px;
	line-height:30px; 
	display:inline-block; 
	color:#FFFFFF; 
	font-size:14px; 
	padding:0;
	border:1px solid #1d396b;
	text-shadow: 1px 1px 1px #242424;
	font-weight:400;
background: #5297d7;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUyOTdkNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNTdiYjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #5297d7 0%, #257bb6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5297d7), color-stop(100%,#257bb6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #5297d7 0%,#257bb6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #5297d7 0%,#257bb6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #5297d7 0%,#257bb6 100%); /* IE10+ */
background: linear-gradient(to bottom,  #5297d7 0%,#257bb6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5297d7', endColorstr='#257bb6',GradientType=0 ); /* IE6-8 */
}

.footer input[type=submit]:hover{
border:1px solid #00fffc;
background: #257bb6;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI1N2JiNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1Mjk3ZDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #257bb6 0%, #5297d7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#257bb6), color-stop(100%,#5297d7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #257bb6 0%,#5297d7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #257bb6 0%,#5297d7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #257bb6 0%,#5297d7 100%); /* IE10+ */
background: linear-gradient(to bottom,  #257bb6 0%,#5297d7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#257bb6', endColorstr='#5297d7',GradientType=0 ); /* IE6-8 */
}



/*** Animation ***************************************************/
.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -ms-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
}

.element-from-bottom{
	-webkit-animation: element-from-bottom 1s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-moz-animation: element-from-bottom 1s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-o-animation: element-from-bottom 1s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000);
	animation: element-from-bottom 1s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000);
	opacity: 1;
	filter: alpha(opacity = 100);
	-webkit-backface-visibility: hidden;
}

@-webkit-keyframes element-from-bottom {
	0% {-webkit-transform: translate(0, 400%);opacity: 0;}
	100% {-webkit-transform: translate(0, 0);opacity: 1;}
}
@-moz-keyframes element-from-bottom {
	0% {-moz-transform: translate(0, 400%);opacity: 0;}
	100% {-moz-transform: translate(0, 0);opacity: 1;}
}
@-o-keyframes element-from-bottom {
	0% {-o-transform: translate(0, 400%);opacity: 0;}
	100% {-o-transform: translate(0, 0);opacity: 1;}
}
@keyframes element-from-bottom {
	0% {transform: translate(0, 400%);opacity: 0;}
	100% {transform: translate(0, 0);opacity: 1;}
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-o-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}
@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	-moz-animation-name: fadeInLeftBig;
	-o-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-o-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}
@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	-moz-animation-name: fadeInRightBig;
	-o-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

/*Breadcrumbs*/
ul.breadcrumbs{padding:0; margin:0; list-style:none; width:100%; clear:both; font-size: 15px; color:#000;}
ul.breadcrumbs li{ float:left; background:url(../images/breadcrumbs.png) left 10px no-repeat; padding:0 5px 0 8px;}
ul.breadcrumbs li:first-child{background:none; padding-left:0;}
ul.breadcrumbs li a{color:#f50e00; text-decoration:none;}
ul.breadcrumbs li a:hover{text-decoration:underline;}

/*** Inner page **********************************************/
.content{ padding: 30px 0 0 0; }

.widgeticon { text-align: center; position: absolute; top: 0; left: 40%; }
.widget, .widgetsidebar{ background-color: #f8f8f8; padding:0 15px 15px 15px; margin-top: 25px; }
.widget-bottom{ clear:both; margin:10px 0 25px 0;}

.leftrightcolsection{background:#fff; border:solid 1px #e8e7e7; padding:10px 20px 10px 20px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; margin-bottom:20px;}
.leftrightcolsection.notopborder { border-top: 0; -webkit-border-radius: 0 0 3px 3px; -moz-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px; }
.viewall { margin-bottom: 20px; margin-top: -10px; text-align: right; }
h2.sidebartitle { font-size: 16px; background-color: #c90d01; width: 100%; display: block; margin: 0; color: #fff; text-transform: uppercase; padding: 5px 10px; -webkit-border-radius: 3px 3px 0 0; -moz-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; }
.leftrightcolsection ul.fclist{ margin-left: 0; }

/*left/right box lidt*/
ul.tick{ margin:0 0 20px 0; padding:0; list-style:none; font-size:14px;}
ul.tick li{ margin:0; padding:5px 0 5px 18px; list-style:none; background:url(../images/tick.png) no-repeat left 12px;}
ul.tick li a{ color:#717171;}
ul.tick li a:hover{ color:#3f72a7;}

/* Map */
.map-container{position: relative; padding-bottom: 56.25%; padding-top: 2px; height: 0; overflow: hidden;}
.map-container iframe,
.map-container object,
.map-container embed {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

/*Video*/
ul.video { padding:0; margin:0; list-style:none; }
ul.video li{background: none; width:100%; padding:10px 0 0 0; margin:0;}
ul.video li:first-child { padding-top: 0px; }
.video-container {position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden;}
.video-container.vnospace { padding-top: 0; }
.video-container iframe,
.video-container object,
.video-container embed {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

.videohold {
    float: none;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
	border:2px solid #191a19; background:#000000; 
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;    
	box-sizing: border-box;	
}
.videohold iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Image Gallery*/
ul.galleryimg{padding:0; margin:0; list-style:none; }
ul.galleryimg li{ float:left; margin:0 0 25px 0; padding:5px; background:none !important; border: 1px solid #dbdadb; }
ul.galleryimg h3{text-align:center; padding: 2.6% 2%; margin: 0; text-transform: capitalize; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
ul.galleryimg h3 a{ color:#f50e00;}
ul.galleryimg .thumb img{ display:block; width: 100%; }

.fullcol ul.galleryimg li { width: 18%; margin-left: 2.5%; }
.fullcol ul.galleryimg li:nth-child(5n+1) { margin-left:0; }

.leftcol ul.galleryimg li, .rightcol2 ul.galleryimg li { width: 21%; margin-left: 5.333%; }
.leftcol ul.galleryimg li:nth-child(4n+1), .rightcol2 ul.galleryimg li:nth-child(4n+1) { margin-left:0; }

/*Error Message CSS
-------------------------------------------------------*/
.errormessage{background: #ffd9c7; border-radius:10px; box-shadow:0 0 4px #a64010; padding: 5px; line-height: 30px; margin-bottom: 10px;  }
.errormessage ul{padding:5px 0px 0px 0px; margin:0; list-style:none;}
.errormessage ul li{background:url(../images/bullate.jpg) 0 6px no-repeat; padding:0 0 3px 15px;}
.errormessagepop { background: #3e9cf3; width:40%; padding: 20px; text-align:center; position:fixed; top:40%; left:30%; color: #fff; display: none; font-size: 15px; font-weight: bold; }


/*editor area white*/
.editorheight1 { height: 230px; }
.editorheight2 { height: 380px; }
.adminbodyclass_white { padding:0; margin:0; background:#fff; color:#000; font-size:15px; line-height:22px; cursor:default; }
.adminbodyclass_white table {color:#000; font-size:15px; line-height:22px; }

.text_area_white{text-align:left; color:#000; font-family: arial; font-size:13px; line-height:18px; cursor:default;}
.text_area_white h1{font-size:18px; line-height:18px; color:#fff; padding-bottom:18px;}
.text_area_white h2{font-weight:bold; font-size:14px; line-height:18px; color:#fff; padding:0 0 10px 0;}
.text_area_white h3{font-size:14px; line-height:18px; color:#fff;}
.text_area_white img{border:none;}
.text_area_white p{padding:0 0 20px 0; margin:0;}
.text_area_white a{text-decoration:none; color:#bd0000;}
.text_area_white a:hover{text-decoration:underline;}