* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Century Gothic', sans-serif;
	color: #353535;
	font-size: 13px;
}
p {
	color: #555;
	font-family: arial;
	font-size: 13px;
	line-height: 1.8;
	padding-bottom: 20px;
	text-align: justify;
}
li {
	list-style-type: none;
}
input, textarea {
	line-height: normal;
	outline: none;
}
img {
	border: none;
	outline: none;
}
a {
	text-decoration: none;
}
.clear {
	clear: both;
}
 @font-face {
 font-family: Century Gothic;
 src: local("Century Gothic"), local("Century Gothic"), url(../fonts/GOTHIC.TTF);
}
.center {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	float: left;
	height: 100%;
	margin-left: 1.8%;
	padding-top: 10px;
	position: fixed;
	width: 20.2%
}
.logo {
/*	margin-bottom: 20px; */
	margin-bottom: 10px; 
	text-align: center;
}
.flags {
	background: url("../images/flags.png") no-repeat scroll right 0 rgba(0, 0, 0, 0);
	color: #999;
	font-family: arial;
	font-weight: bold;
	margin-bottom: 25px;
	padding-right: 160px;
	text-align: right;
}


.flagsBlock {
    position: absolute;
    right: 48px;
    top: 0;
    z-index: 99;
}

.clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}
.clearfix { 
  display: inline-block;  
}
* html .clearfix {  
  height: 1%;  
} /* Hides from IE-mac \*/
.clearfix {  
  display: block;  
}




/*MENU*/


@import url(http://fonts.googleapis.com/css?family=Open+Sans);
#cssmenu, #responsiveMenu,
#cssmenu ul, #responsiveMenu ul,
#cssmenu ul li, #responsiveMenu li,
#cssmenu ul li a, #responsiveMenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu ul li{
	position:relative;
 
}
#cssmenu > ul > li:hover, #cssmenu li.active, #responsiveMenu > ul > li:hover, #responsiveMenu li.active {
    background: #ffffff none repeat scroll 0 0;
    text-decoration: none;
}
#cssmenu > ul > li:hover > a, #cssmenu li.active a, #responsiveMenu > ul > li:hover > a, #responsiveMenu li.active a {
      color: #24394f;
}
#cssmenu > ul > li:hover > a{
}
#cssmenu > ul > li > a:hover{
}
#cssmenu li.last{
	   background-image: none;
}
#cssmenu ul a.first{
	
}
#cssmenu ul ul li{
	border:0;
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}

nav {
   
}

#cssmenu {
	text-align:center;
  
}
nav img {
    float: right;
    margin-right: 20px;
    margin-top: 6px;
}
#menu-line {
	display:none;
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #009ae1;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a, #responsiveMenu > ul > li > a {
color: #ffffff;
    font-size: 20px;
  /*  padding: 15px 54px; */
    padding: 13px 50px;
    transition: color 0.2s ease 0s;
}

#cssmenu li.active, #responsiveMenu li.active{
	background-image:none;
}

#cssmenu li.active a, #responsiveMenu li.active a {
	color:#24394f;
}

#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu .fa{
	  background: #1F4CAD;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
}
#cssmenu .fa:hover{
	  background: #ee0000;
}

#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 6px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #0f4f02;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index:999;
}
#cssmenu li:hover > ul {
    left: 1px;
   
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
    background: none repeat scroll 0 0 #01007e;
    color: #fff;
    font-size: 13px;
	  border-bottom: 1px solid #02023f;
    font-weight: normal;
    padding: 10px 20px 10px 8px;
    text-decoration: none;
    width: 180px;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li a:hover{
    background: none repeat scroll 0 0 #333;
}
#cssmenu ul ul li{
	   margin-bottom: 2px;
    position: relative;
    top: 0;
}
#cssmenu .fa.fa-angle-right{
	display:none;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media only screen and (max-width: 992px){
  #cssmenu, #responsiveMenu {
    width: 100%;
  }
  #cssmenu ul{
    width: 100%;
    display: none;
  }
  #responsiveMenu ul {
	  display:block;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li, #responsiveMenu ul li,
  #cssmenu ul ul li, #responsiveMenu ul ul li
  #cssmenu ul li:hover > ul > li, #responsiveMenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #000000;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button, .resMenu {
      background: #ED1C24 none repeat scroll 0 0;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 1.2em;
    font-weight: normal;
    padding: 11px;
    text-transform: uppercase;
  }
  .resMenu{
	     background: #ed1c24 url("../images/menu.jpg") no-repeat scroll right center;
    height: 44px;
    line-height: 20px;
    margin-top: 7px;
  }
  .responsiveMenu {
    margin-top: -12px;
}
   #cssmenu #menu-button:hover {
     background: none repeat scroll 0 0 #515455;
   }
  #cssmenu #menu-button::after {
      background: none repeat scroll 0 0 #fff;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 10px;
    top: 13px;
    width: 20px;
  }
  #cssmenu #menu-button::before {
     border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    display: block;
    height: 9px;
    position: absolute;
    right: 10px;
    top: 20px;
    width: 20px;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 40px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
     background: none repeat scroll 0 0 #000000;
    content: "";
    display: block;
    height: 11px;
    left: 24px;
    position: absolute;
    top: 17px;
    width: 1px;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
     background: none repeat scroll 0 0 #000000;
    content: "";
    display: block;
    height: 1px;
    left: 19px;
    position: absolute;
    top: 22px;
    width: 11px;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}




/*main_section*/



.main_section {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
	float: right;
	height: auto;
	margin-right: 27px;
	overflow: hidden;
	padding: 0 20px 20px;
	width: 74%;
}
.boxdiv_block {
	margin: 280px auto 35px;
	width: 1025px;
	overflow:hidden;
}
.boxdiv {
	float: left;
	margin-right: 65px;
	text-align: center;
	width: 282px;
	position:relative;
}
.showdiv {
	display: none;
	left: 65px;
	position: absolute;
	text-align: center;
	top: 40px;
}
.boxdiv:hover .showdiv {
	display:block;
}
.boxdiv:hover {
	border-radius:100%;
}
.hidediv img:hover {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
}
.showdiv > a {
	color: #fff;
	font-size: 31px;
	font-weight: bold;
	line-height: 282px;
}
.boxdiv_block .boxdiv.last {
	margin: 0;
}
.boxdiv_block .boxdiv h3 {
	color: #fff;
	position: relative;
	top: 259px;
	left:8px;
}
.boxdiv_block .boxdiv span {
	color: #3b348e;
	float: left;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 3px;
	text-align: center;
	width: 100%
}
.boxdiv_block .boxdiv p {
	color: #343434;
	line-height: 22px;
	min-height: 210px;
	padding-bottom: 20px;
	text-align: center;
}
.boxdiv_block .boxdiv img {
	border:6px solid #ccc;
	border-radius:100%;
	margin-bottom: 10px;
}
.boxdiv_block .boxdiv > a {
	background: none repeat scroll 0 0 #04192F;
	color: #fff;
	display: block;
	font-size: 13px;
	height: 30px;
	line-height: 28px;
	margin: 0 auto;
	width: 95px;
}
.boxdiv_block .boxdiv > a:hover {
	background: none repeat scroll 0 0 #111;
	text-decoration:none;
}
/*wrapdiv*/



.wrapdiv {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
	clear: both;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 15px;
	min-width: 1025px;
	overflow:hidden;
}
.wrapdiv .wrapdiv_block {
	margin: 0 auto;
	padding-top: 15px;
	width: 1025px;
}
.wrapdiv_block .lt {
	border-right: 1px solid #04192f;
	float: left;
	margin-right: 45px;
	padding-right: 55px;
	width: 495px;
}
.wrapdiv_block .rt {
	float:right;
	width:465px;
}
.wrapdiv_block h2 {
	margin: 0 auto;
	width: 1025px;
}
.wrapdiv_block p {
	font-size: 12px;
	line-height: 19px;
	padding-bottom: 10px;
}
.wrapdiv_block ul {
	float: left;
	margin-top: 10px;
	width: 220px;
}
.wrapdiv_block li {
	font-size: 12px;
	margin-bottom: 6px;
}
.wrapdiv_block a {
	color: #24394f;
	float: right;
	font-weight: bold;
}
.wrapdiv_block a:hover {
	text-decoration:underline;
}
.wrapdiv_block .fa.fa-circle {
	font-size: 7px;
	position: relative;
	top: -1px;
}
/*footer*/



footer {
	background: none repeat scroll 0 0 #04192f;
	clear: both;
	height: auto;
	min-width: 1025px;
	position: relative;
	z-index: 9999;
}
.footer {
	clear: both;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 10px;
	padding-top: 15px;
	width: 1025px;
}
.footer > ul {
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 360px;
}
.footer li {
	border-right: 1px solid #fff;
	color: #fff;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
.footer li.last {
	border: medium none;
	padding-right: 0;
}
.footer a {
	color: #fff;
	font-size: 13px;
	padding-left: 6px;
	padding-right: 6px;
}
.footer a:hover {
	color: #668249;
}
footer h3 {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	clear: both;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	line-height: 35px;
	margin: 10px auto;
	text-align: center;
	width: 300px;
}
footer p {
	color: #fff;
	font-size: 14px;
	line-height: 23px;
	margin: 0 auto;
	text-align: center;
	width: 302px;
}
.footerbtm {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    position: absolute;
    right: 0;
    width: 1065px;
}
.footerbtm>img {
    float: left;
    
}

.main_section .about_node {
	clear: both;
	float: left;
	padding: 5px 17px 17px;
}
.main_section .about_node p {
	color: #666;
	line-height: 22px;
	padding-bottom: 20px;
}
.main_section h2 {
	font-size: 18px;
	padding-bottom: 12px;
}
.main_section h3 {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 5px;
}
.about_node .about_nodelt {
	border-right: 1px solid #333;
	float:left;
	margin-right:20px;
	width:605px;
}
.about_nodelt p {
	width:96%;
	line-height:20px;
	padding-bottom:20px;
}
.about_node .about_nodert {
	float:left;
	width:365px;
}
.about_node .about_nodert .h2 {
	width:100%;
}
.about_nodert .ltst_sub {
	border-bottom: 1px solid #bbb;
	margin-bottom: 12px;
	overflow: hidden;
	padding-bottom: 7px;
	margin-top:10px;
	width: 365px;
}
.ltst_sub .img_area {
	float: left;
	width: 115px;
}
.ltst_sub .img_area a {
	float:none !important;
}
.ltst_sub .txt_area {
	float: left;
	width: 250px;
}
.about_nodert .ltst_sub a {
	color: #137400;
	float: right;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
}
.about_nodert .ltst_sub span {
	color: #137400;
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 2px;
}
.about_nodert .ltst_sub p {
	clear: both;
	padding-bottom: 5px;
}
.about_node .h2 {
	background: none repeat scroll 0 0 #137400;
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding-left:10px;
	height: 40px;
	line-height: 40px;
	width: 96%;
}
h1 {
	clear: both;
	color: #24394f;
	font-size: 23px;
	font-weight: normal;
	padding-bottom: 15px;
	text-transform:uppercase;
}
.breadcrumb {
	float: left;
	padding: 15px 15px 12px 0;
	width: auto;
}
.breadcrumb > a {
	color: #ed1c24;
	padding-right:5px;
}
.breadcrumb font {
	padding-left:5px;
	color: #000;
}
.about_node1 {
	margin-top:5px !important;
}
.about_node1 .about_nodelt {
	width:265px;
	border:0;
	margin-right:20px;
}
.about_node1 .about_nodelt ul {
	background: none repeat scroll 0 0 #eee;
	margin-left: 7px;
	padding: 0 0 10px;
}
.about_node1 .about_nodelt li {
	border-bottom: 1px solid #ccc;
	height: 35px;
	line-height: 35px;
}
.about_node1 .about_nodelt li.last {
	border: 0 none;
	height:25px;
}
.about_node1 .about_nodelt a {
	color: #0e7403;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
}
.about_node1 .about_nodelt a:hover, .about_node1 .about_nodelt a.active {
	background: none repeat scroll 0 0 #137400;
	color: #fff;
	display: block;
	text-decoration:none;
}
.about_node1 .about_nodert {
	float: right;
	width: 700px;
}
.about_node1 .about_nodert2 {
	float: none;
	margin-left: 9px;
	width: 98%;
}
.about_node1 .about_nodert span {
	color: #000;
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 7px;
}
.about_node1 .about_nodert p {
	line-height: 20px;
	padding-bottom: 20px;
}
.cntnode {
}
.contdiv {
	color: #333;
	display: block;
	float: left;
	font-size: 15px;
	line-height: 30px;
	width:420px;
}
.contdiv li {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 15px;
}
.contdiv a {
	color: #333;
}
.contdiv a:hover {
	color: #04192F;
}
.formdiv {
	float: right;
	margin-right: 50px;
	padding: 0;
	width: 370px;
}
.formdiv input, .formdiv textarea {
	background: none repeat scroll 0 0 #fff;
	border-color: #ccc #ccc #04192F;
	border-style: solid;
	border-width: 1px 1px 2px;
	color: #333;
	float: left;
	font-size: 13px;
	height: 35px;
	margin-bottom: 10px;
	margin-top: 5px;
	outline: medium none;
	padding-left: 3px;
	width: 100%;
}
.formdiv h2 {
	color: #24394f;
	font-size: 23px;
	font-weight: normal;
	padding-bottom: 15px;
}
.formdiv input:focus, .formdiv textarea:focus, .inputboxalert, .formdiv select:focus, .row-fluid input:focus, .row-fluid select:focus, .row-fluid textarea:focus {
	border-bottom: 2px solid #e1161d !important;
}
.formdiv textarea {
	height: 100px;
}
.formdiv label {
	color: #666;
	float: left;
	font-size: 13px;
}
.formdiv button[type="submit"] {
	background: none repeat scroll 0 0 #ed1c24;
	border: 0 none;
	border-radius: 3px;
	clear: both;
	font-size:14px;
	color: #fff;
	cursor: pointer;
	float: left;
	height: 40px;
	margin-bottom: 90px;
	margin-top: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 100px;
}
.formdiv input[type="submit"]:hover {
	background: none repeat scroll 0 0 #111;
}
.formdiv .alert {
	background: none repeat scroll 0 0 #e1161d;
	border-radius: 3px;
	clear: both;
	color: #fff;
	display: none;
	float: right;
	height: 32px;
	line-height: 31px;
	padding-left: 10px;
	width: 100%;
}
.imageRow {
	margin: 0 auto 30px;
	width: 960px;
}
.imageRow:after {
	clear: both;
	content: "";
	display: table;
}
.imageRow .single {
	border-radius: 4px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
	float: left;
	margin-right: 30px;
}
.imageRow .single a {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
	border-radius: 4px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
	display: block;
	float: left;
	line-height: 1em;
	margin-right: 40px;
	padding: 7px;
	transition: all 0.2s ease-out 0s;
}
.imageRow .single a img {
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 4px;
}
.imageRow .single a:hover {
	background-color: #8ad459;
}
.imageRow .set {
}
.imageRow .set:hover {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
}
.imageRow .set .single a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 0;
	box-shadow: none;
	margin-right: 0;
}
.imageRow .set .single a:hover {
	background-color: #fd6d72;
	box-shadow: 0 -1px 0 0 rgba(225, 222, 29, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}
.imageRow .set .single.first a {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.imageRow .set .single.last a {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.single.last {
	margin-right:0;
}
.about_node.about_node1 {
}
.about_node.about_node1 .uldiv {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
	width: 500px;
}
.uldiv ul {
	background: url("../images/line.jpg") no-repeat scroll right 30px rgba(0, 0, 0, 0);
	float: left;
	margin-right: 30px;
	width: 230px;
}
.uldiv li {
}
.uldiv a {
	color: #666;
	line-height: 24px;
}
.uldiv a:hover {
	color:#1f4cad;
}
.uldiv .first {
}
.uldiv .last {
	margin-right:0;
}
.abtbox {
	float: left;
	width: 450px
}
.about_node.about_node1 a.rdm {
	color: #1f4cad;
	float: left;
	margin-top: 15px;
}
.about_node.about_node1 h1 {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #1f4cad;
	font-size: 30px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 6px;
}
.uldiv .fa.fa-check, .uldiv .fa.fa-circle {
	color: #1f4cad;
}
.uldiv .fa.fa-circle {
	font-size: 6px;
	position: relative;
	top: -2px;
	margin-left:40px;
}
.about_node.about_node1 img.carimg {
	float:right;
	margin-left:20px;
}
.extcnt a, .extcnt a:hover {
	color:#fff;
}
.extcnt .fa.fa-circle {
	display:none;
}
/*wraperinner*/



.wraperinner {
	margin: 0 auto 25px;
	overflow: hidden;
	width: 1025px;
}
.innerdiv h3 {
	color: #24394F;
	font-size: 20px;
	padding-bottom:10px;
	font-weight: normal;
}
.innerdiv h3 {
}
.innerdiv_rt img {
	border: 1px solid #ddd;
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
	padding: 5px;
}
.innerdiv .innerdiv_lt {
	float:left;
	width:350px;
	margin-right:20px;
}
.innerdiv_lt img {
	border:1px solid #ddd;
}
.innerdiv .innerdiv_rt {
	float:left;
	width:653px;
}
.innerdiv_rt p {
	color: #666;
	line-height: 22px;
	padding-bottom: 15px;
}
.innerdiv_rt ul {
	color: #666;
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 25px;
}
.innerdiv_rt li {
}
.fleetdiv {
}
.fleetdiv .carbox {
	   background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    box-shadow: 2px 2px 3px #cccccc;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    width: 220px;
    min-height: 200px;
}
.carlogo {
	left: 5px;
	position: absolute;
	top: 5px;
}
.carlogo > img {
	height: auto !important;
	width: auto !important;
}
.fleetdiv .carbox:hover {
	border: 1px solid #ed1c24;
}
.carbox.last {
	margin-right:0;
}
.carbox a {
	float: left !important;
	padding-left: 17px !important;
	padding-right: 17px !important;
}
.carbox a.bk {
	background: none repeat scroll 0 0 #111;
	margin-right: 8px;
}
.carbox img {
	   height: 105px;
    margin-bottom: 5px;
    width: 200px;
}
.carbox span {
	clear: both;
	color: #888;
	display: block;
	font-family: arial;
	font-size: 12px;
	padding-bottom: 10px;
	text-align: center;
}
.fleetdiv h1 {
	font-size: 36px;
	padding-top: 10px;
}
.fleetdiv h2 {
	font-size: 48px;
	font-weight: normal;
}
.fleetdiv h3 {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #ddd;
	color: #ed1c24;
	font-size: 19px;
	font-weight: normal;
	margin-bottom: 20px;
	padding: 7px;
}
.fleetdiv h4 {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
	border: 1px solid #ddd;
	font-weight: normal;
	margin-bottom: 8px;
	padding: 10px 10px 20px;
	width: 500px;
}
.fleetdiv h5 {
}
.fleetdiv a {
	background: none repeat scroll 0 0 #ed1c24;
	border: 0 none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: block;
	float: right;
	font-size: 15px;
	margin: 0 auto;
	padding: 6px;
	text-align: center;
	text-transform: uppercase;
}
.fleetdiv a:hover {
	background: none repeat scroll 0 0 #111;
}
.fleetdiv .ltdiv {
	float:left;
}
.fleetdiv .formdiv {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 10px;
	width: 310px;
}
.fleetdiv .formdiv h2 {
	color: #ed1c24;
	font-size: 24px;
	padding-bottom: 10px;
	text-align: center
}
.fleetdiv .formdiv label {
}
.fleetdiv .formdiv input {
	border: 1px solid #ddd;
	height: 32px;
}
.fleetdiv .formdiv select {
	height: 32px;
	margin-bottom: 10px;
	margin-top: 5px;
	width: 100%;
}
.fleetdiv .formdiv .date {
	clear: both;
	float: left;
	margin-right: 20px;
	width: 45%;
}
.fleetdiv .formdiv .date1 {
	clear: none;
	margin-right: 0;
}
.fleetdiv .formdiv input[type=submit] {
	background: none repeat scroll 0 0 #ed1c24;
	border: 0 none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: block;
	float: none;
	font-size: 15px;
	margin: 0 auto 10px;
	padding: 8px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	top: 5px;
	width: 100px;
	height: auto;
}
.fleetdiv .formdiv input[type=submit]:hover {
	background: none repeat scroll 0 0 #111;
}
.fleetdiv > img {
	float: right;
	margin-top: -70px;
}
.offersimg {
	margin: 0 auto;
	position:relative;
	width: 550px;
}
.offersimg a {
	background: none repeat scroll 0 0 #ed1c24;
	border-radius: 3px;
	bottom: -23px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 17px;
	margin: 0 auto;
	padding: 10px;
	position: absolute;
	right: -14px;
	text-align: center;
	text-transform: uppercase;
	width: 140px;
}
.offersimg a:hover {
	background: none repeat scroll 0 0 #111;
}
.offersimg a img {
}
.offersimg img {
	border: 7px solid #fff;
	box-shadow: 3px 2px 3px #ccc;
	margin-bottom: 25px;
}
a.ofrimg {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	border-radius: 0 !important;
	display: inherit !important;
	padding: 0 !important;
}
/*bannerdiv*/



.bannerdiv {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 600px;
}
.bannerdiv_block {
	border-right: 230px solid transparent;
	border-top: 360px solid #fff;
	height: 445px;
	margin-left: 150px;
	margin-top: -481px;
	position: relative;
	width: 700px;
}
.bannerdiv_block .bannerdiv_cnt {
	bottom: 115px;
	color: #333;
	padding-left: 20px;
	position: absolute;
	width: 640px;
}
.bannerdiv_cnt h2 {
	font-size: 24px;
}
.bannerdiv_cnt h4 {
	font-size: 16px;
	padding-bottom: 10px;
	padding-top: 5px;
}
.bannerdiv_cnt p {
	line-height: 22px;
	padding-bottom: 25px;
	text-align: left;
	width: 520px;
}
.bannerdiv_cnt a {
	background: url("../images/grd.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: bold;
	height: 41px;
	line-height: 41px;
	margin-left: 80px;
	text-align: center;
	text-transform: uppercase;
	width: 300px;
}
.showcase {
	margin: auto;
	position: relative;
	width: 100% !important;
}
/* Showcase

-------------*/



.showcase {
	position: relative;
	margin: auto;
	width:100% !important;
}
.showcase .cntblock {
	left: 0;
	position: absolute;
	top: 535px;
}
.cntblock h1 {
	color: #40a10f;
	font-family: arial;
	font-size: 66px;
	font-weight: bold;
	letter-spacing: -2px;
	text-align: left;
	text-shadow: 3px 2px 0 #fff;
}
.cntblock h2 {
	color: #fff;
	font-size: 30px;
	margin: 0;
	text-align:left;
	text-transform: uppercase;
}
.cntblock span {
	color: #fff;
	font-size: 36px;
	font-weight: normal;
	text-transform: uppercase;
}
.cntblock p {
	color: #fff;
	font-size: 14px;
	margin: 0;
	padding-top: 6px;
	text-align: justify;
	width: 460px;
}
.showcase-content-container {
}
.showcase-arrow-previous, .showcase-arrow-next {
	background: rgba(0, 0, 0, 0) url("../images/arrows.png") no-repeat scroll 0 0;
	cursor: pointer;
	height: 51px;
	position: absolute;
	top: 230px;
	width: 18px;
}
.showcase-arrow-previous {
	left: 20px;
	z-index: 9999
}
.showcase-arrow-previous:hover {
}
.showcase-arrow-next {
	background-position: -18px 0;
	right: 55px;
	z-index: 99999;
}
.showcase-arrow-next:hover {
}
#showcase, .showcase-content, #showcase img {
}
#showcase img {
	border: 7px solid #ffffff;
	box-shadow: 3px 2px 3px #cccccc;
	margin-bottom: 25px;
}
/* Styling the caption */

		.showcase-caption {
	color: #000;
	padding: 8px 15px;
	text-align: left;
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	display: none;
	background-image: url(../images/white-opacity-80.png);
}
/* Button Wrapper */

	.showcase-button-wrapper {
	display: none;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100px;
	position: relative;
	top:-40px;
}
.showcase-button-wrapper span {
	background: #fff;
	border-radius:100%;
	color: rgba(0, 0, 0, 0);
	cursor: pointer;
	font-size: 12px;
	height: 12px;
	display:block;
	float:left;
	margin-right: 8px;
	width: 12px;
}
.showcase-button-wrapper span.active, .showcase-button-wrapper span:hover {
	background:#0b580e;
}
.subscribe {
	position: absolute;
	right: 0;
}
.subscribe .button {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	color: #ffffff;
	cursor: pointer;
	font-size: 18px;
	padding: 10px 30px;
	position: absolute;
	right: -51px;
	text-transform: capitalize;
	top: 250px;
	transform: rotate(90deg);
}
.subscribe .form {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	display: none;
	margin-right: 43px;
	margin-top: 200px;
	padding: 20px 20px 1px;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
 .subscribe .form {
 margin-right:42px;
 margin-top:199px;
 padding-bottom:3px;
}
}
.subscribe h3 {
	color: #ffffff;
	font-size: 1.5em;
	padding-bottom: 7px;
}
.subscribe input {
	border: 0 none;
	color: #333333;
	height: 30px;
	margin-bottom: 15px;
	text-indent: 4px;
	width: 100%;
}
.subscribe button[type="submit"] {
	/*    background: #ed1c24 none repeat scroll 0 0;

    color: #ffffff;

    padding-bottom: 3px;

    padding-left: 10px;

    padding-right: 10px;

    width: auto;

*/

    background: #ed1c24 none repeat scroll 0 0;
	color: #ffffff!important;
	padding-bottom: 3px;
	border: none!important;
	padding-left: 10px;
	outline: none;
	margin-bottom: 19px!important;
	padding-right: 10px;
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
.subscribe button[type="submit"]:hover, button:hover {
	background: #000 none repeat scroll 0 0;
}
.special {
	/* margin-top:50%; */

 width:100%;
	height:auto;
}
.sp {
	margin-top: 3%;
	width: 100%;
	font-size: 19px;
	color:#ED1C24;
	font-weight:bold;
}

#google_translate_element
{
    width: 124px;
    overflow: hidden;
	margin-top: -23px;
    margin-left: 17px;

}

.styled-select {
    border: 0 none;
    float: left;
    overflow: hidden;
    width: 180px;
	position:relative;
}
.styled-select img{
	 position: absolute;
    right: 4px;
    top: 0;
}
.styled-select select {
    background: #ed1c24 none repeat scroll 0 0;
    border: 0;
    color: #fff;
    cursor: pointer;
    float: left;
	height:30px;
    font-size: 14px;
    font-weight: bold;
	padding-left:5px;
    outline: medium none;
    overflow: hidden;
    text-transform: capitalize;
    width: 200px;
}

.full{
	width:100%;
	float:left;
	}
.col-6{
	width:60%;
	float:left;
	}
.col-4{
	width:40%;
	float:left;
	}
.img-responsive{
	width:100% !important;
    height:100% !important;
    
	}
.txt p{
	line-height:24px; 
	padding:5px 15px 5px 0;
	}
.title{font-size:20px; color:#333; margin-top:25px; margin-bottom:0px; font-weight:900; }
.star{width:25px; height:100%; float:left;}
.special-offer li{margin-top:5px; margin-bottom:5px; float:left;}


		@media (max-width:320px) {
			.col-6{
				width:100%; 
				display:block;
				float:left;
				}
			.col-4{
				width:100%;
				display:block;
				float:left;
				}
			
		}
		
		@media (max-width:480px) {
			 .col-6{
				width:100%; 
				display:block;
				float:left;
				}
			.col-4{
				width:100%;
				display:block;
				float:left;
				}
			
		}

#owl-demo .item{
	display:inline-block;
	}
.desc p{
	line-height:24px !important; 
	padding:5px 15px 5px 0 !important; 
	font-family: 'Century Gothic', sans-serif !important; 
	}
.special_offer ul {
    list-style: none;
    padding: 0px;
}

.special_offer ul li:before
{
    content: '\2605';
    margin: 0 1em;    /* any design */
}	
.special_offer li{margin-top:7px; margin-bottom:7px;   }
.special_offer p{padding-bottom:0px;}

.btn-b{
    background: #D0D1D4 url(../images/btn_submit_2.png) repeat-x;
    border: 1px solid#30B0C8;
    -webkit-box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    font-weight: bold;
    height: 22px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 10px;
    color: #003E49;
    text-shadow: 0 1px 0 #6CDCF9;
    cursor: pointer;
}
.btn_link{width:100px; border:#333 solid 1px; padding:8px 15px; text-decoration:none; cursor:pointer; border-radius:4px;}
.btn_link a{text-decoration:none; padding:8px 15px; font-size:16px;}
.btn_link:hover{}

/* New */
.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
        border:0px solid #ccc;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;  
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:180px;
    max-height:180px;
	border:01px solid #ccc;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(../uploads/slider/button-previous.png) no-repeat; 
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../uploads/slider/button-next.png) no-repeat;
}
/*
@media only screen and (min-width : 320px) {
	.nbs-flexisel-nav-left {
		left: 10px; margin-top:13%;
		background: url(../uploads/slider/button-previous.png) no-repeat; 
	}
	
	.nbs-flexisel-nav-right {
		right: 5px; margin-top:13%;
		background: url(../uploads/slider/button-next.png) no-repeat;
	}

        
    }
@media only screen and (min-width : 480px) {
		.nbs-flexisel-nav-left {
		left: 10px;  margin-top:13%;
		background: url(../uploads/slider/button-previous.png) no-repeat; 
	}
	
	.nbs-flexisel-nav-right {
		right: 5px;  margin-top:13%;
		background: url(../uploads/slider/button-next.png) no-repeat;
	}

    }

	
*/	
    @media only screen and (min-width : 320px) {
		.nbs-flexisel-nav-left {
			left: 10px; 
			margin-top:13%;
			background: url(../uploads/slider/button-previous.png) no-repeat; 
		}
		
		.nbs-flexisel-nav-right {
			right: 5px; 
			margin-top:13%;
			background: url(../uploads/slider/button-next.png) no-repeat;
		}
        
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
		.nbs-flexisel-nav-left {
			left: 10px; 
			margin-top:4%;
			background: url(../uploads/slider/button-previous.png) no-repeat; 
		}
		
		.nbs-flexisel-nav-right {
			right: 5px; 
			margin-top:4%;
			background: url(../uploads/slider/button-next.png) no-repeat;
		}

    }
	@media screen and (max-width:767px) {
		.nbs-flexisel-nav-left {
			left: 10px; 
			margin-top:2%;
			background: url(../uploads/slider/button-previous.png) no-repeat; 
		}
		
		.nbs-flexisel-nav-right {
			right: 5px; 
			margin-top:10%;
			background: url(../uploads/slider/button-next.png) no-repeat;
		}
	}

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
		.nbs-flexisel-nav-left {
			left: 10px; 
			margin-top:4%;
			background: url(../uploads/slider/button-previous.png) no-repeat; 
		}
		
		.nbs-flexisel-nav-right {
			right: 5px; 
			margin-top:4%;
			background: url(../uploads/slider/button-next.png) no-repeat;
		}

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
		.nbs-flexisel-nav-left {
			left: 10px; 
			margin-top:1%;
			background: url(../uploads/slider/button-previous.png) no-repeat; 
		}
		
		.nbs-flexisel-nav-right {
			right: 5px; 
			margin-top:1%;
			background: url(../uploads/slider/button-next.png) no-repeat;
		}

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
		
		.nbs-flexisel-nav-left {
			left: 10px; margin-top:auto;
			background: url(../uploads/slider/button-previous.png) no-repeat; 
		}
		
		.nbs-flexisel-nav-right {
			right: 5px; margin-top:auto;
			background: url(../uploads/slider/button-next.png) no-repeat;
		}


    }


	@media (max-width:767px) {
		
	}
	@media (min-width:768px) and (max-width:991px) {
		
	}
	@media (min-width:992px) and (max-width:1199px) {
		
	}
	@media (min-width:1200px) {
		
	}