

body, html {
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
        color: #000;
	width: 100%;
	height: 100%;


}

p {
 font-size:14px!important;
}



.imageTag-des{
  position: absolute;
  bottom: 0px;
  background-color: rgba(0,0,0,0.4);
  height: 40px;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 18px;
  vertical-align: middle;
  text-align: center;
  padding: 10px 0 0 0;
}

.invalid{
 border:3px solid red;
 }

.sticky-logo{
background-image: url('/images/Logo/Logo.png');
background-repeat: no-repeat;
/* z-index: 999999999; */
background-size: 4% 100%;
background-position: 205px;
}

.clear{
	clear:both;
}
/* site-container*/

.footer-position{
    bottom: 0;
    color: #707070;
    height: 2em;
    left: 0;
    position: absolute; 
    font-size: small;
    width:100%;
}
.site-wrapper{
    width: 980px;
    margin: 20px auto;
    
}


.stick {  
    position: fixed !important;  
    width: 100% !important;  
    left: 0 !important;  
    top: 0 !important;  
    z-index: 99999 !important;  
    border-top: 0 !important; 
    margin:0 auto  !important;
    opacity: 0.96 !important;

}  

.site-container{
	width: 980px;
	margin: 0 auto;
	/* position: relative; */
	/* height: 100%; */
	/* top: 0; */
	/* right: 0; */
	/* left: 0; */
	/* bottom: 0; */
	/* -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); */
	padding: 10px;
	float: left;
	
}
/* end-site-container*/

/* Header1*/

/* site-header*/

.site-header{
	width: 980px;
	position: relative;
	margin: auto;
	float: left;
}


.site-logo{
	width: 20%;
	height: 125px;
	margin: 0 0px 0 0px;
	float: left;
        
	}

.site-logo img{
	width:70%;
        margin: 0 0 0 0px;
               
}

/* end-site-navigation*/

.site-header-container{
	width: 78%;
	height: auto;
	margin: 10px auto;
	float: left;
	position: relative;
	display: block;
	text-align: center;
}

.site-header-text{
	float: left;
	margin-right: 10px;
	line-height: 0;
        width: 100%;
}

.site-header-text-middle{
	line-height: 0;
	float:left;

}

.site-header-text-middle-center{
	line-height: 0;
	float:left;
	margin: 0 100px;

}

.site-tagline {
width: auto;
height: auto;
margin: 10px auto;
position: relative;

display: block;
text-align: center;
}

/* navigation*/
.site-nav{
	width: auto;
	height: auto;
	margin: 10px auto;
	float: left;
	position: relative;
	border: 1px solid #000;
	display: block;
	text-align: center;

}

.site-nav ul{ 
	display: inline-block !important;
	width: 100%;
	list-style: none;
	margin: 0;
	position: relative;
	padding: 0;
}
.site-nav li:first-child {
	border-left: 0px;
}

.site-nav li {
	background:#888;
	border-left: 1px solid #FFF;
	float: left;
	position: relative;
	margin: 0;
	height: auto;
	cursor: pointer;
}

.site-nav li:hover{
	background: #ccc;
}

.site-nav a {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	text-decoration: none;
	border-bottom: 0 none;
	color: #000;
	font-size: 14px;
	line-height: 25px;
	padding: 0 14px;
}
/* end-navigation*/

/* social network*/

.site-social-network{
	float: right;
	width:auto;
	height: auto;
	margin: 10px;
	position: relative;
	border: 1px solid #000;
	display: block;
	text-align: center;

}

.site-social-network ul{ 
	display: inline-block !important;
	width: 100%;
	list-style: none;
	margin: 0;
	position: relative;
	padding: 0;
}
.site-social-network li:first-child {
	border-left: 0px;
}

.site-social-network li {
	background:#888;
	border-left: 1px solid #FFF;
	float: left;
	position: relative;
	margin: 0;
	height: auto;
	cursor: pointer;
}

.site-social-network li:hover{
	background: #ccc;
}

.site-social-network a {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	text-decoration: none;
	border-bottom: 0 none;
	color: #000;
	font-size: 14px;
	line-height: 25px;
	padding: 0 14px;
}


/* end-social network*/


/* Search bar*/

.site-search-bar{
	float: right;

}

.site-search-bar form {
	position: relative;
	display: inline-block;
	margin: 20px auto;
}

.site-search-bar input {  outline: none }
.site-search-bar input[type="text"] {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	background: white;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	height: 20px;
	border: 1px solid rgba(0,0,0,0.2);
	width: 170px;
	padding: 3px 23px 3px 8px;
}

.site-search-bar input[type="reset"] {
	background: url('images/cross.png');
	width: 14px;
	height: 14px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 0;
	text-indent: -999px;
	position: absolute;
	right: 8px;
	top: 7px;
	cursor: pointer;
}

.site-search-bar input[type="text"]:invalid {
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: white url('images/search.png') 10px 6px no-repeat;
}
.site-search-bar input[type="text"]:invalid + input[type="reset"] {
	visibility:hidden;
}


/* End of Search bar */



.header-design3{
width: 30%;
float: right;
line-height: 0px;
}

/* Header2*/



/* site-header*/

.site-header2{
	width: 1160px;
	position: relative;
	margin: 10px;
	float: left;
}


.site-logo2{
	width: 20%;
	height: 150px;
	margin: 10px;
	border:1px solid #000;
	float: right;
	
}
/* end-site-navigation*/

.site-header-container2{
	width: 78%;
	height: auto;
	margin: 10px auto;
	float: left;
	position: relative;
	display: block;
	text-align: center;
}
.site-header-container-h1-d6{
	width: 100%;
	height: auto;
	margin: 10px auto;
	float: left;
	position: relative;
	display: block;
	text-align: center;
}


.site-header-text2{
	float: left;
	line-height: 0;

}
.site-header-text2a{
	float: right;
	line-height: 0;

}
.site-header-text2b{
	float: right;
	line-height: 0;
	margin: 0 160px; 

}

/* navigation*/
.site-nav2{
	width: auto;
	height: auto;
	margin: 10px auto;
	float: left;
	position: relative;
	border: 1px solid #000;
	display: block;
	text-align: center;

}

.site-nav2 ul{ 
	display: inline-block !important;
	width: 100%;
	list-style: none;
	margin: 0;
	position: relative;
	padding: 0;
}
.site-nav2 li:first-child {
	border-left: 0px;
}

.site-nav2 li {
	background:#888;
	border-left: 1px solid #FFF;
	float: left;
	position: relative;
	margin: 0;
	height: auto;
	cursor: pointer;
}

.site-nav2 li:hover{
	background: #ccc;
}

.site-nav2 a {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	text-decoration: none;
	border-bottom: 0 none;
	color: #000;
	font-size: 14px;
	line-height: 25px;
	padding: 0 14px;
}
/* end-navigation*/

/* social network*/

.site-social-network2{
	float: left;
	width:auto;
	height: auto;
	margin: 10px;
	position: relative;
	border: 1px solid #000;
	display: block;
	text-align: center;

}

.site-social-network2 ul{ 
	display: inline-block !important;
	width: 100%;
	list-style: none;
	margin: 0;
	position: relative;
	padding: 0;
}
.site-social-network2 li:first-child {
	border-left: 0px;
}

.site-social-network2 li {
	background:#888;
	border-left: 1px solid #FFF;
	float: left;
	position: relative;
	margin: 0;
	height: auto;
	cursor: pointer;
}

.site-social-network2 li:hover{
	background: #ccc;
}

.site-social-network2 a {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	text-decoration: none;
	border-bottom: 0 none;
	color: #000;
	font-size: 14px;
	line-height: 25px;
	padding: 0 14px;
}


/* end-social network*/


/* Search bar*/

.site-search-bar2{
	float: left;

}

.site-search-bar2 form {
	position: relative;
	display: inline-block;
	margin: 20px auto;
}

.site-search-bar2 input {  outline: none }
.site-search-bar2 input[type="text"] {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	background: white;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	height: 20px;
	border: 1px solid rgba(0,0,0,0.2);
	width: 170px;
	padding: 3px 23px 3px 8px;
}

.site-search-bar2 input[type="reset"] {
	background: url('images/cross.png');
	width: 14px;
	height: 14px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 0;
	text-indent: -999px;
	position: absolute;
	right: 8px;
	top: 7px;
	cursor: pointer;
}

.site-search-bar2 input[type="text"]:invalid {
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: white url('images/search.png') 10px 6px no-repeat;
}
.site-search-bar2 input[type="text"]:invalid + input[type="reset"] {
	visibility:hidden;
}


/* End of Search bar */


/* Center Logo */

.site-header-center{
	
	width: 100%;
	height: auto;
	margin: 10px auto;
	float: left;
	position: relative;
	display: block;
	text-align: center;
}

.site-logo-center{
	width: 25%;
	height: 150px;
	margin: 10px auto;
	border:1px solid #000;
	
	
}

/* navigation*/
.site-nav-center{
	width: auto;
	height: auto;
	position: absolute;
	display: block;
	text-align: center;
        z-index:99;
        float: left;
	margin:50px 0 0 0;

}

/*.site-nav-center ul{ 
	display: inline-block !important;
	
	list-style: none;
	margin: 0;
	position: relative;
	padding: 0;
}
.site-nav-center li:first-child {
	border-left: 0px;
}

.ss_position{
	position: absolute;
	margin: 30px 0 0 0;
	right: 0;
	}

.site-nav-center li {
	background:#888;
	border-left: 1px solid #FFF;
	float: left;
	position: relative;
	margin: 0;
	height: auto;
	cursor: pointer;
}

.site-nav-center li:hover{
	background: #ccc;
}*/

.site-nav-center a {
	font-family: Arial, Helvetica, sans-serif !important;
	display: block !important;
	text-decoration: none !important;
	border-bottom: 0 none !important;
		font-size: 14px !important;
	line-height: 25px !important;
	padding: 0 14px;
}
/* end-navigation*/

.site-nav-center ul {
  text-align: left;
  display: inline;
  margin: 0;
 /* padding: 15px 4px 17px 0;*/
  list-style: none;
 }
.site-nav-center ul li {
  font: bold 12px/18px sans-serif;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  margin-right:5px;
  cursor: pointer;
  transition: all 0.2s;
  margin-top:5px;
}
.site-nav-center li a {
 padding:2px !important;
}

/*.cntTxt2{
 line-height:}
*/
.site-nav-center ul li:hover {
 opacity:0.9;
}
.site-nav-center ul li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
.site-nav-center ul li ul li { 
  background: #555; 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
}
.site-nav-center ul li ul li:hover { background: #666; }
.site-nav-center ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* Half Logo */


/* Center Logo */

.site-header-half{
	
	width: 100%;
	height: auto;
	margin: 10px auto;
	float: left;
	position: relative;
	display: block;
	text-align: center;
}

.site-logo-half{
	width: 50%;
	height: 110px;
	margin: 10px auto;
	border:1px solid #000;
	float: left;
	
	
}
.site-logo-half-right{
	width: 50%;
	height: 110px;
	margin: 10px auto;
	border:1px solid #000;
	float: right;

	
	
}


/* navigation*/
.site-nav-half{
	width: auto;
	height: auto;
	margin: 10px auto;
	position: relative;
	display: block;
	text-align: center;
	float: left;
    z-index:99;


}

/*.site-nav-center ul{ 
	display: inline-block !important;
	
	list-style: none;
	margin: 0;
	position: relative;
	padding: 0;
}
.site-nav-center li:first-child {
	border-left: 0px;
}

.site-nav-center li {
	background:#888;
	border-left: 1px solid #FFF;
	float: left;
	position: relative;
	margin: 0;
	height: auto;
	cursor: pointer;
}

.site-nav-center li:hover{
	background: #ccc;
}

.site-nav-center a {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	text-decoration: none;
	border-bottom: 0 none;
	color: #000;
	font-size: 14px;
	line-height: 25px;
	padding: 0 14px;
}*/
/* end-navigation*/

.site-nav-half ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 15px 4px 17px 0;
  list-style: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.site-nav-half ul li {
  font: bold 12px/18px sans-serif;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 15px 20px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.site-nav-half ul li:hover {
  background: #555;
  color: #fff;
}
.site-nav-half ul li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
.site-nav-half ul li ul li { 
  background: #555; 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
}
.site-nav-half ul li ul li:hover { background: #666; }
.site-nav-half ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}


.site-half-right{
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
}
.site-half-left{
	
	position: absolute;
	left: 0;
	top: 0;
}




.header-social-media ul li{
display: inline-block;
}

.social-position{
position: absolute;
}

.header-social-media a { margin: 0px; display: block; width: 100%; height: 100%; }

.header-social-media li{
text-align: center;
color: #000;
padding: 0px;
}

/* End of half */



/* Footer */



.footer1{
	
	color: #fff;
	float: left;
	width: 100%;
}


.footer2{
	background: #fff;
	color: #000;
	float: left;
	width: 100%;
}

.footer-page-links{
width: auto;
height: auto;

margin: 32px auto;
position: relative;
display: block;
text-align: center;
color: #000;
font-size: 15px;
padding: 1px 0 0 0;
}
.footer-page-link a{

	font-family: Arial, Helvetica, sans-serif;
	display: block;
	text-decoration: none;
	border-bottom: 0 none;
	color: #000;
	font-size: 14px;
	line-height: 25px;
	padding: 0 14px;
}
 

.footer-page-links li{

display: inline-block;
    text-align: center;
    padding: 0 7px 0;
}


.footer-page-links li:last-child{
border: 0;
}

.footer-page-links li a {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
color: #000;
font-weight: normal;
font-size: 14px;
font-family: arial rounded mt bold,helvetica,arial,sans-serif;
text-decoration: none;
cursor: pointer;
}

.footer-page-links li a:hover{
text-decoration: underline;
cursor: pointer;
}



/* Footer social Media */
.footer-social-media{
width: 100%;
height: auto;
margin: 10px auto;
position: relative;
display: block;
text-align: center;
color: #fff;

}

.footer-social-media-ver li{
display: inline-block;
text-align: center;
}

.footer-social-media li{
display: inline-block;
text-align: center;
color: #000;
}


.footer-social-media li a {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
padding: 0 5px 0 0;
margin: 0 5px 0 0;
font-weight: normal;
font-size: 14px;
font-family: arial rounded mt bold,helvetica,arial,sans-serif;
text-decoration: none;
cursor: pointer;
}


.fsm-comp-logo{
	width: 90px;
	height: 90px;
	border-radius: 5px;
	margin-right: 20px;
	border-radius: 5px;
color: #000;


	

}


.fsm-comp-logo img{
     width: 111px;
    height: auto;
    margin: 5px;
}
.fsm-fb,.fsm-fb-ver{
	width: 30px;
	height: 30px;
	background: url(/images/Social_Media_Icons_Set_square_sdw_small.png) -160px -180px no-repeat;
	border-radius: 5px;
	margin-left: 3px;
	

}
.fsm-twt,.fsm-twt-ver{
	width: 30px;
	height: 30px;
	background: url(/images/Social_Media_Icons_Set_square_sdw_small.png) -200px -180px no-repeat;
	border-radius: 5px;
	    margin-left: 3px;
	

}
.fsm-g,.fsm-g-ver{
	width: 30px;
	height: 30px;
	background: url(/images/Social_Media_Icons_Set_square_sdw_small.png) -199px -220px no-repeat;
	border-radius: 5px;
	    margin-left: 3px;
	

}
.fsm-yt,.fsm-yt-ver{
	width: 30px;
	height: 30px;
	background: url(/images/Social_Media_Icons_Set_square_sdw_small.png) -199px -261px no-repeat;
	border-radius: 5px;
	    margin-left: 3px;
	

}
.fsm-in,.fsm-in-ver{
	width: 30px;
	height: 30px;
	background: url(/images/Social_Media_Icons_Set_square_sdw_small.png) -315px -180px no-repeat;
	border-radius: 5px;
	    margin-left: 3px;
	

}

.fsm-card {
	width: 220px;
	height: 45px;
	background: url(/images/cards.png) no-repeat;
	border-radius: 5px;
	margin-right: 2px;
	

}

.fsm-card-text{
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: Helvetica, Arial, sans-serif;
}

.fsm-follow-text{
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
}

.footer-contact-details {

	width: 33%;
    height: auto;
    /* position: relative; */
    display: inline-block;
    text-align: center;
    color: #000;
    font-size: 14px;
    float: none;
}

.footer-contact-email{
	width: 100%;
	height: auto;
	float: left;
	font-size: 14px;
	font-weight: normal;
}

.footer-contact-phone{
	width: 100%;
	height: auto;
	float: left;
	font-size: 14px;
	font-weight: normal;
}
.footer-contact-address{
	width: 100%;
	height: auto;
	float: left;
	font-size: 14px;
	
}

.footer-copywrite{
     height: auto;
    position: relative;
    display: block;
    text-align: center;
    color: #555;
    font-size: 15px;
    float: none;
    font-size: 13px;
    margin: 7px -4px 0;
    border-top: 1px solid #ddd;
    padding: 8px 0;
    background: #444;
    border-top: 1px solid #000;
}
.footer-copywrite p,
.footer-copywrite p a {
    color: #fff;
}

/*hr{
	 display: block; height: 1px;
    border: 0; border-top: 1px solid #ccc;
    margin: 1em 0; padding: 0;
    clear: both;
}*/



.ft-links{
	width: 28%;
	height: auto;
	float: left;
	list-style: none;
	text-align: center;
	
}

.ft-links li{
	margin-bottom: 5px;
}
.footer-contact{
width: 100%;
height: auto;
margin: 10px auto;
position: relative;
display: block;
text-align: center;
color: #fff;
}



.footer-social-media-ver{
width: 50%;
height: auto;
margin: 10px auto;
position: relative;
display: block;
text-align: center;
color: #fff;
float: left;

}

.footer-contact-details-ver {

width: 50%;
height: auto;
position: relative;
display: block;
text-align: center;
color: #000;
font-size: 15px;
float: left;
}


.ft-links-second{
	width: 20%;
	height: auto;
	float: left;
	list-style: none;
	text-align: center;
	border-right: 1px solid #ddd;
	
}

.ft-links-second:last-child{
border: 0;
}

.ft-links-second li{
	margin-bottom: 5px;
}


/* Vertical Menu white menu*/



.site-ver-menu {
  background: #fff;
  cursor: pointer;

  list-style: none;
  margin: 0;
  padding: 0;
  width: 12em;
}
/* Custom CSS Styles */

.site-ver-menu:before {
  content: '';
  display: block;
}
.site-ver-menu:after {
  content: '';
  display: table;
  clear: both;
}


.site-ver-menu li {
  font: 67.5% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 250px;
}
.site-ver-menu a {
  background: #fff;
  color: #000;
  display: block;
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 12px 12px;
  text-decoration: none;
  font-weight: normal;
}
.site-ver-menu a:hover {
  background: #555 url('images/hover.gif') left center no-repeat;
  color: #fff;
  padding-bottom: 12px;
}
.site-ver-menu > ul {
  
   -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  width: 250px;
}
.site-ver-menu ul ul {
  width: 50px;
   -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);

}
.site-ver-menu > ul > li > a {
  color: #000;
}


.site-ver-menu ul,
.site-ver-menu ul li,
.site-ver-menu ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-ver-menu ul {
  position: relative;
  z-index: 597;
  float: left;
}
.site-ver-menu ul li {
  float: left;
  min-height: 1px;
  line-height: 1em;
  vertical-align: middle;
  position: relative;
}
.site-ver-menu ul li.hover,
.site-ver-menu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
.site-ver-menu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 598;
  width: 150px;
}
.site-ver-menu ul ul li {
  float: none;
}
.site-ver-menu ul ul ul {
  top: -2px;
  right: 0;
}
.site-ver-menu ul li:hover > ul {
  visibility: visible;
}
.site-ver-menu ul ul {
  top: 1px;
  left: 99%;
}
.site-ver-menu ul li {
  float: none;

}
.site-ver-menu ul ul {
  margin-top: 1px;
}
.site-ver-menu ul ul li {
  font-weight: normal;
  width: 150px;
}


.site-ver-menu ul li.has-sub > a:after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
}
.site-ver-menu ul ul li.first {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
.site-ver-menu ul ul li.last {
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
  border-bottom: 0;
}
.site-ver-menu ul ul {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.site-ver-menu ul ul a {
  font-size: 12px;
  color: #000;
}
.site-ver-menu ul ul a:hover {
  color: #ffffff;
}

.site-ver-menu ul ul li:hover > a {
  background: #555;
  color: #ffffff;
}
.site-ver-menu.align-right > ul > li > a {
  border-left: 4px solid #1b9bff;
  border-right: none;
}
.site-ver-menu.align-right {
  float: right;
}
.site-ver-menu.align-right li {
  text-align: right;
}
.site-ver-menu.align-right ul li.has-sub > a:before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -6px;
}
.site-ver-menu.align-right ul li.has-sub > a:after {
  content: none;
}
.site-ver-menu.align-right ul ul {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 598;
  width: 100%;
}
.site-ver-menu.align-right ul ul li.first {
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}
.site-ver-menu.align-right ul ul li.last {
  -webkit-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
}
.site-ver-menu.align-right ul ul {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}



/* Vertical Right */
/* Vertical Menu white menu*/



.site-ver-menu-rgt {
  background: #fff;
  cursor: pointer;

  list-style: none;
  margin: 0;
  padding: 0;
  
}
/* Custom CSS Styles */

.site-ver-menu-rgt:before {
  content: '';
  display: block;
}
.site-ver-menu-rgt:after {
  content: '';
  display: table;
  clear: both;
}


.site-ver-menu-rgt li {
  font: 67.5% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 250px;
}
.site-ver-menu-rgt a {
  background: #fff;
  color: #000;
  display: block;
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 12px 12px;
  text-decoration: none;
  font-weight: normal;
}
.site-ver-menu-rgt a:hover {
  background: #555 url('images/hover.gif') left center no-repeat;
  color: #fff;
  padding-bottom: 12px;
}
.site-ver-menu-rgt > ul {
  
   -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  width: 250px;
}
.site-ver-menu-rgt ul ul {
  width: 50px;
   -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);

}
.site-ver-menu-rgt > ul > li > a {
  color: #000;
}


.site-ver-menu-rgt ul,
.site-ver-menu-rgt ul li,
.site-ver-menu-rgt ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-ver-menu-rgt ul {
  position: relative;
  z-index: 597;
  float: left;
}
.site-ver-menu-rgt ul li {
  float: left;
  min-height: 1px;
  line-height: 1em;
  vertical-align: middle;
  position: relative;
}
.site-ver-menu-rgt ul li.hover,
.site-ver-menu-rgt ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
.site-ver-menu-rgt ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  z-index: 598;
  width: 150px;
}
.site-ver-menu-rgt ul ul li {
  float: none;
}
.site-ver-menu-rgt ul ul ul {
  top: -2px;
  right: 0;
}
.site-ver-menu-rgt ul li:hover > ul {
  visibility: visible;
}
.site-ver-menu-rgt ul ul {
  top: 1px;
  right: 99%;
}
.site-ver-menu-rgt ul li {
  float: none;

}
.site-ver-menu-rgt ul ul {
  margin-top: 1px;
}
.site-ver-menu-rgt ul ul li {
  font-weight: normal;
  width: 150px;
}


.site-ver-menu-rgt ul li.has-sub > a:after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
}
.site-ver-menu-rgt ul ul li.first {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
.site-ver-menu-rgt ul ul li.last {
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
  border-bottom: 0;
}
.site-ver-menu-rgt ul ul {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.site-ver-menu-rgt ul ul a {
  font-size: 12px;
  color: #000;
}
.site-ver-menu-rgt ul ul a:hover {
  color: #ffffff;
}

.site-ver-menu-rgt ul ul li:hover > a {
  background: #555;
  color: #ffffff;
}
.site-ver-menu-rgt.align-right > ul > li > a {
  border-left: 4px solid #1b9bff;
  border-right: none;
}
.site-ver-menu-rgt.align-right {
  float: right;
}
.site-ver-menu-rgt.align-right li {
  text-align: right;
}
.site-ver-menu-rgt.align-right ul li.has-sub > a:before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -6px;
}
.site-ver-menu-rgt.align-right ul li.has-sub > a:after {
  content: none;
}
.site-ver-menu-rgt.align-right ul ul {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 598;
  width: 100%;
}
.site-ver-menu-rgt.align-right ul ul li.first {
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}
.site-ver-menu-rgt.align-right ul ul li.last {
  -webkit-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
}
.site-ver-menu-rgt.align-right ul ul {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}







/* End Vertical Right */

/* vertical position */

.site-wrapper-vertical{
width: 1160px;
margin: 0 auto;
}



.site-container-vertical{
	width: 1160px;
margin: 0 auto;
/* position: relative; */
/* height: 100%; */
/* top: 0; */
/* right: 0; */
/* left: 0; */
/* bottom: 0; */
/* -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); */
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
padding: 10px;
float: left;
}


.site-header-vertical-full{
width: 100%;
position: relative;
margin: auto;
float: left;

}

.site-header-vertical{
width: 25%;
position: relative;
margin: auto;
float: left;
}


.site-header-vertical-right{
position: relative;
margin: auto;
float: right;
}



.site-content-vertical{
	width: 74%;
	height: auto;
	position: relative;
	margin: auto;
	float: left;
}

.site-content-vertical-center{
    width: 50%;
    height: auto;
    position: relative;
    margin: auto;
    float: left;
}

.site-slide-show{
	width: 100%;
	position: relative;
	margin-bottom: 10px;
	float: left;
	border: 1px solid #ddd;
	height: 50%;
}

.site-content-box{
	width: 32%;
	position: relative;
	float: left;
	
	height: auto;
	margin: 0 8px 10px 0px;
	padding: 3px;
}
.site-content-box p {
 
 margin: 2px;
text-align: -webkit-auto;
font-size: 14px;
line-height: 20px;
}
.site-content-box-last p {
margin: 2px;
text-align: -webkit-auto;
font-size: 14px;
line-height: 20px;
}

.site-content-box-last{
	width: 32%;
	position: relative;
	float: right;
	
	height: auto;
	margin: 0 0px 10px 0px;
	
}


.site-content-box-hor{
	width: 100%;
	position: relative;
	float: left;
	
	height: auto;
	margin: 0 0px 10px 0px;
	
}

.site-content-box-hor p {
margin: 2px;
text-align: -webkit-auto;
font-size: 14px;
line-height: 20px;
}





.site-logo-vertical{
	width: 250px;
	height: 150px;
	margin: 10px 0 10px 0;
	border:1px solid #000;
	float: left;
	
}

.site-logo-vertical img{
	width: 100%;
	height: 100%;
	overflow: hidden;
}


.site-logo-vertical-rgt{
	width: 250px;
	height: 150px;
	margin: 10px 0 10px 0;
	border:1px solid #000;
	float: right;
	
}

.site-logo-vertical-rgt img{
	width: 100%;
	height: 100%;
	overflow: hidden;
}


/* Vertical Menu Black */

.site-ver-menu-blk {
  background: #333;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 12em;
}
/* Custom CSS Styles */

.site-ver-menu-blk:before {
  content: '';
  display: block;
}
.site-ver-menu-blk:after {
  content: '';
  display: table;
  clear: both;
}


.site-ver-menu-blk li {
  font: 67.5% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-ver-menu-blk a {
  background: #333;
  border-bottom: 1px solid #393939;
  color: #ccc;
  display: block;
  margin: 0;
  padding: 12px 12px;
  text-decoration: none;
  font-weight: normal;
}
.site-ver-menu-blk a:hover {
  background: #505050;
  color: #fff;
  padding-bottom: 12px;
}
.site-ver-menu-blk > ul {
  width: 200px;
}
.site-ver-menu-blk ul ul {
  width: 200px;
}
.site-ver-menu-blk > ul > li > a {
  color: #ffffff;
}


.site-ver-menu-blk ul,
.site-ver-menu-blk ul li,
.site-ver-menu-blk ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-ver-menu-blk ul {
  position: relative;
  z-index: 597;
  float: left;
}
.site-ver-menu-blk ul li {
  float: left;
  min-height: 1px;
  line-height: 1em;
  vertical-align: middle;
  position: relative;
}
.site-ver-menu-blk ul li.hover,
.site-ver-menu-blk ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
.site-ver-menu-blk ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 598;
  width: 100%;
}
.site-ver-menu-blk ul ul li {
  float: none;
}
.site-ver-menu-blk ul ul ul {
  top: -2px;
  right: 0;
}
.site-ver-menu-blk ul li:hover > ul {
  visibility: visible;
}
.site-ver-menu-blk ul ul {
  top: 1px;
  left: 99%;
}
.site-ver-menu-blk ul li {
  float: none;
}
.site-ver-menu-blk ul ul {
  margin-top: 1px;
}
.site-ver-menu-blk ul ul li {
  font-weight: normal;
}


.site-ver-menu-blk ul li.has-sub > a:after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
}
.site-ver-menu-blk ul ul li.first {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
.site-ver-menu-blk ul ul li.last {
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
  border-bottom: 0;
}
.site-ver-menu-blk ul ul {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.site-ver-menu-blk ul ul a {
  font-size: 12px;
  color: #ffffff;
}
.site-ver-menu-blk ul ul a:hover {
  color: #ffffff;
}

.site-ver-menu-blk ul ul li:hover > a {
  background: #505050;
  color: #ffffff;
}
.site-ver-menu-blk.align-right > ul > li > a {
  border-left: 4px solid #1b9bff;
  border-right: none;
}
.site-ver-menu-blk.align-right {
  float: right;
}
.site-ver-menu-blk.align-right li {
  text-align: right;
}
.site-ver-menu-blk.align-right ul li.has-sub > a:before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -6px;
}
.site-ver-menu-blk.align-right ul li.has-sub > a:after {
  content: none;
}
.site-ver-menu-blk.align-right ul ul {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 598;
  width: 100%;
}
.site-ver-menu-blk.align-right ul ul li.first {
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}
.site-ver-menu-blk.align-right ul ul li.last {
  -webkit-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
}
.site-ver-menu-blk.align-right ul ul {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}





/* Content 100% */

.site-wrapper-vertical{
width: 1160px;
margin: 0 auto;
}



.site-container-vertical{
	width: 1160px;
margin: 0 auto;
/* position: relative; */
/* height: 100%; */
/* top: 0; */
/* right: 0; */
/* left: 0; */
/* bottom: 0; */
/* -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); */
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
padding: 10px;
float: left;
}







.site-content{
	width: 100%;
	height: auto;
	position: relative;
	margin: auto;
	float: left;
}

.site-slide-show-full{
	width: 100%;
	position: relative;
	margin-bottom: 10px;
	float: left;
	border: 1px solid #ddd;
	height: auto;
}


.site-column1 {
	clear: both;
	width: 100%;
	height: auto;
	margin: 10px auto;
	float: left;
	position: relative;
	display: block;
}

.site-content-box1{
	width: 100%;
	position: relative;
	float: left;
	height: auto;
	margin: 0 0px 10px 0px;
	
}

.site-content-box1 p {
	margin: 2px;
	text-align: -webkit-auto;
	font-size: 14px;
	line-height: 20px;
}

.site-column2 {
	clear: both;
	width: 100%;
	height: auto;
	margin: 10px auto;
	float: left;
	position: relative;
	display: block;
}

.site-content-box2{
	width: 50%;
	position: relative;
	float: left;
	height: auto;
	margin: 0 0px 10px 0px;
	
}

.site-content-box2 p {
	margin: 2px;
	text-align: -webkit-auto;
	font-size: 14px;
	line-height: 20px;
}


.site-column3 {
	clear: both;
	width: 100%;
	height: auto;
	margin: 10px auto;
	float: left;
	position: relative;
	display: block;
}


.site-content-box3{
	width: 32%;
	position: relative;
	float: left;
	height: auto;
	margin: 0 8px 10px 0px;
	padding: 3px;
}
.site-content-box3 p {
	 margin: 2px;
	 text-align: -webkit-auto;
	 font-size: 14px;
	 line-height: 20px;
}

.site-column4 {
	clear: both;
	width: 100%;
	height: auto;
	margin: 10px auto;
	float: left;
	position: relative;
	display: block;
}


.site-content-box4{
	width: 24%;
	position: relative;
	float: left;
	height: auto;
	margin: 0 5px 10px 0px;
	padding: 0px;
}
.site-content-box4 p {
	margin: 2px;
	text-align: -webkit-auto;
	font-size: 14px;
	line-height: 20px;
}


/* New Menu Style*/
#menu-bar {
  width: auto;
  height: auto;
  margin: 0px 0px 0px 0px;
  padding: 6px 6px 4px 6px;
  line-height: 100%;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  box-shadow: 2px 2px 3px #666666;
  -webkit-box-shadow: 2px 2px 3px #666666;
  -moz-box-shadow: 2px 2px 3px #666666;
  background: #8B8B8B;
  background: linear-gradient(top,  #A9A9A9,  #7A7A7A);
  background: -ms-linear-gradient(top,  #A9A9A9,  #7A7A7A);
  background: -webkit-gradient(linear, left top, left bottom, from(#A9A9A9), to(#7A7A7A));
  background: -moz-linear-gradient(top,  #A9A9A9,  #7A7A7A);
  border: solid 1px #6D6D6D;
  position:relative;
  z-index:999;
}
#menu-bar li {
  margin: 0px 0px 6px 0px;
  padding: 0px 6px 0px 6px;
  float: left;
  position: relative;
  list-style: none;
}
#menu-bar a {
  font-weight: bold;
  font-family: arial;
  font-style: normal;
  font-size: 12px;
  color: #E7E5E5;
  text-decoration: none;
  display: block;
  padding: 6px 20px 6px 20px;
  margin: 0;
  margin-bottom: 6px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-shadow: 2px 2px 3px #000000;
}
#menu-bar li ul li a {
  margin: 0;
}
#menu-bar .active a, #menu-bar li:hover > a {
  background: #0399D4;
  background: linear-gradient(top,  #EBEBEB,  #A1A1A1);
  background: -ms-linear-gradient(top,  #EBEBEB,  #A1A1A1);
  background: -webkit-gradient(linear, left top, left bottom, from(#EBEBEB), to(#A1A1A1));
  background: -moz-linear-gradient(top,  #EBEBEB,  #A1A1A1);
  color: #444444;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar ul li:hover a, #menu-bar li:hover li a {
  background: none;
  border: none;
  color: #666;
  -box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#menu-bar ul a:hover {
  background: #0399D4 !important;
  background: linear-gradient(top,  #04ACEC,  #0186BA) !important;
  background: -ms-linear-gradient(top,  #04ACEC,  #0186BA) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#04ACEC), to(#0186BA)) !important;
  background: -moz-linear-gradient(top,  #04ACEC,  #0186BA) !important;
  color: #FFFFFF !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar ul {
  background: #DDDDDD;
  background: linear-gradient(top,  #FFFFFF,  #CFCFCF);
  background: -ms-linear-gradient(top,  #FFFFFF,  #CFCFCF);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CFCFCF));
  background: -moz-linear-gradient(top,  #FFFFFF,  #CFCFCF);
  display: none;
  margin: 0;
  padding: 0;
  width: 185px;
  position: absolute;
  top: 40px;
  left: 0;
  border: solid 1px #B4B4B4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: 2px 2px 3px #222222;
  -moz-box-shadow: 2px 2px 3px #222222;
  box-shadow: 2px 2px 3px #222222;
}
#menu-bar li:hover > ul {
  display: block;
}
#menu-bar ul li {
  float: none;
  margin: 0;
  padding: 0;
}
#menu-bar ul a {
  padding:10px 0px 10px 15px;
  color:#424242 !important;
  font-size:12px;
  font-style:normal;
  font-family:arial;
  font-weight: normal;
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar ul li:first-child > a {
  border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
}
#menu-bar ul li:last-child > a {
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
}
#menu-bar:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#menu-bar {
  display: inline-block;
}
  html[xmlns] #menu-bar {
  display: block;
}
* html #menu-bar {
  height: 1%;
}


.rc-anchor-content{
 width:60% !important;
}

.rc-anchor-item{
width:40% !important;
}

.rc-anchor-standard{
width: 80% !important;}


  .sendSMSForm {
		width: 450px;
		background: #FFFFFF;
		border: 1px solid #d3d3d3;
		color: #000;
		border-radius: 3px;
		box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08);
		-webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08);
		-moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08);
		margin: 0 auto;
	}

.sendSMSFormInner{
		margin:0 25px;
	}
.send-to-mobile{
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #B3B3B3;
	padding: 8px;
	width: 250px;
	display: block;
	font-family: 'Lato',Arial,sans-serif;
	font-size: 14px;
	margin: 15px 2px 15px 0;
}
.mobile-send-button{
display: inline-block;
padding: 6px 30px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
margin-top: 10px;
text-decoration: none;
color: #ffffff;
background-color:#007AFF;;
border-color:#007AFF;
}


.sendToMobDiv{
   	position: absolute;
	right: 0;
	top: 40px;
        z-index:9999;
}


.sendToMobDiv ul li{
   	list-style:none;
	}

.sendToMob{
	width: 160px;
	height: 40px;
	background: url(/images/sendtomoball.png) 0px -135px no-repeat;
	border-radius: 5px;
	margin-right: 20px;
	cursor:pointer;
	background-size: 100%;
	

}

.sendToMob:hover{
	opacity: 0.85;
}

.sendToMob img{
	width:100%;
	height:100%;
}


.rc-anchor-logoManual {
margin: 10px 0px 0px 0px;
width: 58px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}

.rc-anchor-logo-imgManual {
background: url(https://www.gstatic.com/recaptcha/api2/logo_48.png);
background-repeat: no-repeat;
background-size: 32px;
height: 32px;
margin: 0 13px 0 13px;
width: 32px;
}

.rc-anchor-logo-textManual {
color: #9b9b9b;
font-family: Roboto;
font-size: 10px;
font-weight: 400;
line-height: 10px;
margin-top: 5px;
text-align: center;
}

.rc-anchor-standardManual {
float: left;
width: 65px;
height: 74px;
background: #f9f9f9;
border-top: 1px solid #d3d3d3;
color: #000;
border-right: 1px solid #d3d3d3;
border-bottom: 1px solid #d3d3d3;
border-radius: 0 3px 3px 0px;
box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.08);
-webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.08);
-moz-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.08);
}


.btn-sm, .btn-group-sm>.btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-primary {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
}
.btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
margin: 5px 28px;
}

@media (min-width: 300px) and (max-width: 800px) {
.site-wrapper{
 width: 100%;
  margin: 0px auto;

 }
 p{
 margin:0 auto;
}
 .site-container{
	width: 100%;
	margin: 0 auto;
	/* position: relative; */
	/* height: 100%; */
	/* top: 0; */
	/* right: 0; */
	/* left: 0; */
	/* bottom: 0; */
	/* -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); */
	padding: 0px;
	float: left;
	
}

.contactRes{
 width:100%!important;
 float:left!important;
 position:relative!important;
 height:auto!important;
top:0!important;
left:0!important;

}

.site-header {
  width: 100%;
  position: relative;
  margin: auto;
  float: left;
}




.headbanner img{
 width:100% !important;
 height:auto !important;
}

.footer-contact-details{
 width:100%;


}

.gglRes{
    width: 100% !important;
  float: left!important;
  position: relative !important;
  left: auto !important;
  top: auto !important;
  height: 100px!important;
  margin-bottom: 10px!important;
}

.mapSize{
 width:100% !important;
height:100% !important;

}

.site-logo img{
height: auto;
margin: 0 0 0 0px;
               
}
fsm-comp-logo img {
  width: 100%;
   height: auto;
}

#bottom {
  width: 100% !important;
  margin: 10px auto;
}

.cntTxt2{
 width:98% !important;
 position: relative!important;

}

.cntTxt1{
 margin-top:0 !important;
 left:0 !important;
 top:0 !important;
 float:left!important;
 position: relative!important;

}


.sglImgRes{
 width:100% !important;
 top:0 !important;
 left:0!important;
 position:static !important;

}



}
/* Menu Section*/
/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */

.site-nav-center {
	width: 100%;
	font-size: 11pt;
	font-family: Arial, sans-serif;
	position: relative;
}
.site-nav-center  ul {
	padding: 0;
	margin: 0 auto;
	
}
.site-nav-center  li {
	display: inline;
	float: left;
}
.site-nav-center  a {
	
	display: inline-block;
	
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	
}
.site-nav-center  li a {
	
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.site-nav-center  li:last-child a {
	border-right: 0;
}

.site-nav-center  a#pull {
	display: none;
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 700px) {
	.site-nav-center { 
  		height: auto;
  	}
  	.site-nav-center ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	.site-nav-center li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	
  	.site-nav-center a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
                padding:0 0 ;
  	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 700px) {
	.site-nav-center {
		border-bottom: 0;
	}
	.site-nav-center ul {
		display: none;
		height: auto;
			}

.site-nav-center{
	
	position: absolute;
	display: block;
	text-align: center;
        z-index:99;
        float: left;
	margin:65px 0 0 0;

}
	.site-nav-center a#pull {
		display: block;
		width: 100%;
		position: relative;
	}
	.site-nav-center a#pull:after {
		 content: "";
		  position: absolute;
		  right: 5px;
		  top: -80px;
		  display: block;
		  -webkit-box-sizing: content-box;
		  -moz-box-sizing: content-box;
		  box-sizing: content-box;
		  border-top: 2px solid #000000;
		  border-bottom: 2px solid #000000;
		  width: 25px;
		  height: 3px;
	}
	.site-nav-center a#pull:before {
			  content: "";
			  position: absolute;
			  right: 5px;
			  top: -70px;
			  display: block;
			  width: 25px;
			  height: 2px;
			  background: #000000;
			}
}

/*Smartphone*/
@media only screen and (max-width :700px) {
	.site-nav-center li {
		display: block;
		float: none;
		width: 100%;
                margin-bottom:5px;
	}

/* navigation*/
.site-nav-center{
		position: relative;
	display: block;
	text-align: center;
        z-index:99;
        float: left;
	margin:65px 0 0 0;

}

.sendToMobDiv {
  position: relative;
  right: 0;
  top: 0px; 
  float: right;
}

	
}

@font-face {
    font-family: 'amblebold';
    src: url('../fonts/Amble-Bold-webfont.eot');
    src: url('../fonts/Amble-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Amble-Bold-webfont.woff') format('woff'),
         url('../fonts/Amble-Bold-webfont.ttf') format('truetype'),
         url('../fonts/Amble-Bold-webfont.svg#amblebold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ambleregular';
    src: url('../fonts/Amble-Regular-webfont.eot');
    src: url('../fonts/Amble-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Amble-Regular-webfont.woff') format('woff'),
         url('../fonts/Amble-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Amble-Regular-webfont.svg#ambleregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'amblelight';
    src: url('../fonts/Amble-Light-webfont.eot');
    src: url('../fonts/Amble-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Amble-Light-webfont.woff') format('woff'),
         url('../fonts/Amble-Light-webfont.ttf') format('truetype'),
         url('../fonts/Amble-Light-webfont.svg#amblelight') format('svg');
    font-weight: normal;
    font-style: normal;

}@font-face {
    font-family: 'amblebold';
    src: url('../fonts/Amble-Bold-webfont.eot');
    src: url('../fonts/Amble-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Amble-Bold-webfont.woff') format('woff'),
         url('../fonts/Amble-Bold-webfont.ttf') format('truetype'),
         url('../fonts/Amble-Bold-webfont.svg#amblebold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ambleregular';
    src: url('../fonts/Amble-Regular-webfont.eot');
    src: url('../fonts/Amble-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Amble-Regular-webfont.woff') format('woff'),
         url('../fonts/Amble-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Amble-Regular-webfont.svg#ambleregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'amblelight';
    src: url('../fonts/Amble-Light-webfont.eot');
    src: url('../fonts/Amble-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Amble-Light-webfont.woff') format('woff'),
         url('../fonts/Amble-Light-webfont.ttf') format('truetype'),
         url('../fonts/Amble-Light-webfont.svg#amblelight') format('svg');
    font-weight: normal;
    font-style: normal;

}
.sendtomob1 {
    padding: 3px 8px 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    vertical-align: bottom;
    display: inline-block;
    float: none;
    text-align: right;
    background: #eee !important;
    border: 1px solid #ddd;
}
div .sendtomob1 * {
    color: 333 !important;
    font-size: 24px;
}
.sendtomob1 span{
    font-size: 17px;
    margin: 0px 3px 0 8px;
    position: relative;
    top: -4px;
}
.header-social-media {
    margin-top: 0;
    display: inline-block;
    text-align: right;
    float: right;
    vertical-align: top;
        margin: 0px auto;
    position: relative;
}
h1,h2,h3,h4,h5,span,label,div,li,p,a{
	font-family: ambleregular;
	font-weight: normal;
}
.header-top{
	padding: 1px; float: none !important; position: relative !important; background-color: #ae9544;
	}
	html body .site-tagline{
		margin: 0 auto 10px;
	}
.header-top h3{
	color: #fff
}
body  .site-logo {
    width: 85px;
    height: auto;
    margin: 0px;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left:6px;
}
body  .site-logo img{
	width: 87%;
    padding: 9px;
    border: 1px solid #ae9544;
}
body div .site-header-container{
	width: 100%;
	float: none;
	display: block;
	text-align: left;
}
.site-navigation {
        float: none;
    display: inline-block;
    vertical-align: top;
    margin: 14px 0 0;
}
div.site-navigation nav ul li{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1b2f96+0,152577+100 */
/*background: #1b2f96; /* Old browsers */
/*background: -moz-linear-gradient(top,  #1b2f96 0%, #152577 100%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b2f96), color-stop(100%,#152577)); /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top,  #1b2f96 0%,#152577 100%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top,  #1b2f96 0%,#152577 100%); /* Opera 11.10+ */
/*background: -ms-linear-gradient(top,  #1b2f96 0%,#152577 100%); /* IE10+ */
/*background: linear-gradient(to bottom,  #1b2f96 0%,#152577 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b2f96', endColorstr='#152577',GradientType=0 ); /* IE6-9 */
    padding: 7px 16px;
    margin: 0 0px;
    -webkit-border-radius: 3px;  -moz-border-radius: 3px; border-radius: 3px; 
}

ul.tabs {
    margin: 0;
    padding: 0;
}
div.site-navigation nav ul li:hover {
    box-shadow: 0px 0px 9px #bbb;
}
.right-head {
    display: block;
    float: none;
    vertical-align: top;
    right: 0;
    padding: 13px 0px;
    position: static;
    margin: 13px 7px 0px;
    border-top: 1px solid #ddd;
}
ul.ss_position {
    margin: 0;
    padding: 0;
}
.banner .imageTag-des {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    height: auto;
        background-color: rgba(0,0,0,0.8);
}
.banner .imageTag-des span{
	padding: 20px;
	display: block;
}
div#siteContainerColor {
    float: none;
    display: block;
    height: auto;
}
body .site-wrapper {
    height: auto;
    float: none;
}
div#site-header {
    float: none;
    display: block;
    width: auto;
        margin: 0 -4px 0;
}
body .site-content {
    float: none;
    clear:both;
}
.wrapper{
	max-width: 980px;
	margin:0 auto;
}
.listing-address-mappable-address{
	margin: 12px 0;
}
.container {
        padding: 10px;
    background: #fff;
    margin: 0 0 25px;
}
.HeadBanner .banner{
	float: none;
}
.content-main{
	width: 74%;
	vertical-align: top;
	display: inline-block;
}
.right-content{
	width: 25%;
	vertical-align: top;
	display: inline-block;
    padding: 11px 0;
    max-width: 238px;
}
.container .right-content form ul li{
    padding: 0 !important;
}
.right-content form#frmContact {
    padding: 10px;
    background-color: #eee;
}
.container .right-content form ul li textarea,
.container .right-content form ul li input{
    -webkit-border-radius: 2px;  -moz-border-radius: 2px; border-radius: 2px; 
    border:1px solid #ddd;
}
.HeadBanner {
    border: 1px solid #ccc;
        background-color: #eee;
}
.content-main p,
.content-main h2,
.content-main h1{
    color:#333;
}
.content .content-main h1{
    font-size: 27px;
}
.thumb-description img {
    width: 35%;
    display: inline-block;
    vertical-align: top;
    margin: 0 4px 0 0;
}
.thumb-des {
    width: 61%;
    display: inline-block;
    vertical-align: top;
    float: right;
}
.thumb-des h2 {
    padding: 0;
    margin: 0;
}
.thumb-description,
.first-desc {
    border-bottom: 1px solid #ddd;
    margin: 0 0 15px;
    padding: 0 0 5px;
}
.clear{
    clear: both;
}
.thumb-des p{
    color: #555;
    font-size: 13px;
}
body div .site-header-container {
    position: relative;
}


 .site-navigation div.menu-btn span:before{
    content: "";
    position: relative;
    right: 0;
    top: 0;
    display: block;
    width: auto;
    height: 4px;
    background: #001975;
    border-radius: 101px;
}
.site-navigation div.menu-btn{
    position: static;
    right: 0;
    float: none;
    width: 28px;
    display: inline-block;
    top: 76px;
     padding: 5px;
    background-color: #ddd;
    border-radius: 5px;
    border:1px solid #ccc;
}
.clear{
    clear: both;
}
.footer-details >div {
    display: inline-block;
    padding: 0;
    text-align: center;
    font-size: 14px;
        font-family: arial rounded mt bold,helvetica,arial,sans-serif;
}
.footer-details {
    margin-bottom: 5px;
}
.wrap-foot2 >div {
    display: inline-block;
    vertical-align: top;
}
.footer-links li {
    display: inline-block;
    padding: 0px 5px;
    text-align: center;
    border-right: 1px solid #000;
}
.row:before{
       display: table;
    content: " "; 
    clear: both;
}
.row:after{
       display: table;
    content: " "; 
    clear: both;
}


.foot-logo img {
    max-width: 100%;
    width: 114px;
}

.footer-links {
    text-align: center;
}
.footer-links a{
    color: #000;
    font-weight: normal;
    font-size: 14px;
    cursor: pointer;
    font-family: arial rounded mt bold,helvetica,arial,sans-serif;
    text-decoration: none;
}
.copywrite {
    text-align: center;
}
.copywrite {
    text-align: center;
}
.footer-links ul {
    margin: 0;
}
.footer-links {
    padding: 20px 0;
}
.ico-fb {
    background: url(/images/Social_Media_Icons_Set_square_sdw_small.png) -160px -180px no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 4px;
}
.footer-smedia  {
    text-align: center;
        padding: 15px 0;
}
.menu-btn span {
    display: inline-block;
    width: 28px;
    padding: 1.5px 0;
    height: 4px;
}
.bottom-content {
    margin-bottom: 20px;
}
 nav#nav-mobile ul {
    display: none;
}
.footer-copywrite p{
    font-family: arial rounded mt bold,helvetica,arial,sans-serif;
}
@media (min-width: 616px){
    .site-navigation div.menu-btn {
        display: none !important;
    }
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
	}
	.col-md-1 {
	    width: 8.33333333%;
	    display: inline-block;
	    margin:    0   ;
	}
	.col-md-2 {
	    width: 16.66666667%;
	      display: inline-block;
	    margin:    0   ;
	}
	.col-md-8 {
	    width: 66.66666667%;
	      display: inline-block;
	    margin:    0   ;
	}
	.col-md-3 {
	    width: 25%;
	      display: inline-block;
	    margin:    0   ;
	}
	.col-md-4 {
	    width: 33.33333333%;
	      display: inline-block;
	    margin:    0   ;
	}
	.col-md-5 {
	    width: 41.66666667%;
	      display: inline-block;
	    margin:    0   ;
	}
	.col-md-6 {
	    width: 50%;
	      display: inline-block;
	    margin:    0   ;
	}
	.right-content {
	    float: none !important;
	}

}

@media (max-width: 1000px){

    .item input {
        width: 100%;
    }
    .item textarea#message {
        width: 100% !important;
    }
    .content-main {
        width: 64%;
    }
    .right-content {
        width: 35%;
        float: right !important;
    }
    .HeadBanner{
        overflow: hidden;
    }

}
@media (max-width: 800px){
     .header-social-media {
        display: inline-block;
        margin: 0;
        right: 0;
        top: 44px;
        position: absolute;
    }
    .sendtomob1 {
        margin: 0;
        display: inline-block;
    }
    .right-head {
        position: absolute;
        top: 0;
        right: 0;
    }
}
@media (max-width: 767px){
    .content-main {
        width: auto;
    }
    .right-content {
        width: auto;
    }
    div#site-header {
        margin: 0 -10px;
    }
    .right-content {
	    text-align: center;
	    margin: 0 auto;
	    display: block;
	    float: none !important;
	}
	form#frmContact .btn {
	    margin: 5px;
	}
	.item label span {
	    float: none;
	}
}
@media (max-width: 615px){
    .HeadBanner {
        margin-top: 20px;
    }
    div.site-navigation nav ul li{
        border-radius:0 !important;
        webkit-border-radius: 0;
        -moz-border-radius: 0;
    }
    div.site-navigation nav ul.tabs li {
        display: block;
    }
    .site-navigation {
        float: none;
        display: block;
        margin-top: 15px;
    }
     .header-social-media {
        position: relative;
        right: 0;  
        top: 0;
    }
    .foot-logo {
	    text-align: center;
	}
	nav#nav-main {
    	display: none; 
	}
  	nav#nav-mobile {
    	display: block;
    	margin: 0px -10px 0;
    }
    .site-navigation {
	    margin: 0;
    background-color: #eee;
    padding: 5px;
    text-align: right;
	}
	.header-social-media ul li {
	    margin-top: 2px;
	}
	.footer-details >div{
		display: block;
		text-align: center;
		margin-bottom: 3px;
	}
	.footer-links {
	    text-align: center;
	    display: block;
	}
	p.listing-address-mappable-address {
	    padding-left: 10px !important;
	}
	body  .site-logo{
		margin-bottom: 10px;
	}
	.right-head{
		border:0 !important;
	}
}
@media (max-width: 420px){
    .thumb-des {
        width: auto;
    }
    .thumb-description img {
        width: 100%;
    }
    .right-head {
        position: relative;
        margin-top: 15px;
        display: block;
        text-align: center;
        float: none;
    }
    .header-social-media {
        position: relative;
        top: 0;
        display: inline-block;
    }

}

 
 
body{
	background: #eee;
} 
 .menu-btn{
 	cursor: pointer;
 }
 @media (min-width: 615px){
 	#nav-mobile{
 		display: none;
 	}
 }
 .content1 {
    float: none;
    display: inline-block;
    height: auto !important;
    position: relative !important;
}
.headbanner{
     position: relative !important;
    float: none;
    display: inline-block;
    vertical-align: top;

}
.cntTxt2 h2,
.cntTxt2 h1{
	margin: 0 0 10px
}
form#frmContact .btn {
    margin: 5px 28px 0 0;
    float: right;
}
.container #bottom {
    width: 100%;
    margin: 10px auto 0;
    display: block;
    text-align: center;
}
.container #bottom .footer1{
	width: 100%;
    margin: 10px 0 0;
    float: none;
    display: block;
    text-align: center;
}
.f2 {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    text-align: center;
}
.footer-content2 {
    padding: 20px 0 0;
    margin: 20px 12px 0;
    border-top: 1px solid #ddd;
}
div#footer-links ul {
    margin: 0 auto;
    padding: 0;
    line-height: 1.5em;
}
div#footer-links h2 {
    width: 53%;
    margin: 0 auto;
    text-align: left;
    font-family: ambleregular;
    font-size: 19px;
}
.footer1 div,
.footer1 a,
.footer1 li{
	font-family: ambleregular;
}
.footer-content1 {
    margin: 15px 0 0;
}
.cntTxt2 p,
.cntTxt2 span{
	font-family: ambleregular !important;
    line-height: 1.3em;
    color: #222;
}
body div #nav-mobile ul li{
	margin: 0 !important;
	text-align: left;
	padding: 0;
}
body div #nav-mobile ul li a{
	display: block;
	padding: 8px;
}
@media (max-width: 999px) { 
	.container .box{
		width: auto !important;
		display: block;
	}
	.headbanner img{
	 width:100% !important;
	 height:auto !important;
	}
}
@media (max-width: 750px) { 
	img.single-image{
		width: auto !important;
	}
}
@media (max-width: 500px){
	div .f2{
		width: 100%;
		display: block;
	}
	div .f2 .fsm-comp-logo{
		margin: 0 auto;
		
	}
}
.box.center {
    margin: 0 auto;
    display: block;
    text-align: center;
}
.box.right {
    float: right;
}
div.site-navigation nav ul li:last-child {
    margin: 0 !important;
}
nav#nav-main {
    margin: 14px 0 0 32px;
}
.wrapper > .container {
    border: 1px solid #ddd;
}
.box img.single-image{
	width: 100%;
}
