/*CUSTOM STYLES
Website crafted by Cloud Web Solutions. Hosting and developing on the Cloud CMS Copyright 2015. All Rights Reserved. www.cloudwebsolutions.com
*/

body
{
	font-family: 'Rosario', sans-serif;
	font-size:18px;
	line-height:24px;
}

a
{
	text-decoration:none;
	color:#627D54;
}

h1, h2, h3, p, ul, table
{
	margin-bottom:20px;
}

iframe
{
  width:100%;
}

h1
{
	color:#627D54;
	font-size:26px;
	line-height:40px;
}

h2
{
	color:#627D54;
	font-size:18px;
	line-height:40px;
}

h3
{
	color:#627D54;
	font-size:16px;
}

.headgal
{
  padding:10px;
  background-color:#fff;
  margin-bottom:20px;
}

.headgal .col
{
 margin-bottom:0px;
}

.header
{
	background-color:#fff;
	height:130px;
	position:relative;
    border-top:solid 3px #627D54;
}

.logo
{
	float:left;
	padding-top:10px;
}

.social
{
	float:right;
	line-height:16px;
	text-align:right;
	padding-top:30px;
	margin-right:10px;
}

.social img
{
	margin-left:10px;
}

.phone
{
	padding-left:60px;
}

.call
{
	float:right;
	line-height:0px;
	text-align:right;
	padding-top:40px;
	
}

.call h2
{
	font-size:24px;
}

.headgal
{
 
}

.hero
{
	background-color:#ccc;
	color:#fff;
	height:400px;
	background-image:url(/consultsupportservices/images/hero.jpg);
	background-size: cover;
	background-position: center center;
}

.hero h2
{
	background-color:#008BFF;
	color:#fff;
	font-size:26px;
	padding:15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	float:left;
	line-height:40px;
	text-align:center;
}

.boldup
{
	background-color:#F69048;
	color:#fff;
	font-size:22px;
	padding:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	line-height:40px;
	text-align:center;
}

.hero .spacer
{
	padding-top:25%;
}

.herosml
{
	background-color:#627D54;
	padding-top:30px;
	padding-bottom:10px;
	margin-bottom:50px;
}

.herosml h1
{
	color:#fff;
}

.break
{
	margin-top:60px;
	margin-bottom:60px;
	height:3px;
	background-color:#eee;
	clear:both;
}

.breakclean
{
	height:1px;
	clear:both;
}

.footer
{
	background-color:#627D54;
	color:#fff;
	font-size:85%;
    padding-top:30px;
  padding-bottom:20px;
}

.footer a
{
	color:#fff;
}

.featuretext
{
	background-color:#eee;
	padding:15px;
	margin-top:-35px;
	-moz-border-radius:0px 0px 10px 10px; 
	-webkit-border-radius: 0px 0px 10px 10px;  
	border-radius: 0px 0px 10px 10px; 
}

.imgfloatleft
{
	float:left;
	margin-right:2%;
}

.imgfloatright
{
	float:right;
	margin-left:2%;
}

/*NAVIGATION*/

.nav
{
	font-size:16px;
	text-transform:uppercase;
}

#nav-trigger
{
	display:none;
	text-align:center;
	float:right;
	position:absolute;
	top:30px;
	right:20px;
}

#nav-trigger span

	background-color:#A4BF4D;
	color:#fff;
	cursor:pointer;
	display:inline-block;
	padding:15px;
	text-transform:uppercase;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#nav-trigger span:hover
{
	background-color:#A4BF4D;
}

nav#nav-main
{
	background-color:#A4BF4D;
	padding:0px 0;
  
}

nav#nav-main ul
{
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:center;
}

nav#nav-main li
{
	border-right:solid 0px #000;
	display:inline-block;
	padding:0 0px;
}

nav#nav-main li:last-child
{
	border-right:none;
}

nav#nav-main a
{
	color:#fff;
	display:block;
	padding:15px 25px;
	transition: all .2s ease-in-out;
}

nav#nav-main a:hover
{
	background-color:#607D52;
	color:#fff;
	
}

nav#nav-mobile
{
	display:none;
	position:relative;
  z-index:9999;
}

nav#nav-mobile ul
{
	background-color:#A4BF4D;
	display:none;
	left:0;
	list-style-type:none;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	right:0;
	text-align:center;
}

nav#nav-mobile li
{
	border-bottom:solid 0px #000;
	display:block;
	margin:0 5px;
	padding:5px 0;
}

nav#nav-mobile li:last-child
{
	border-bottom:none;
}

nav#nav-mobile a
{
	color:#fff;
	display:block;
	padding:10px 30px;
}

nav#nav-mobile a:hover
{
	background-color:#607D52;
	color:#fff;
}



a img { transition: all .2s ease-in-out; }
a img:hover { transform: scale(1.1); }

.services .block
{
  padding:30px;
  border:solid 1px #ccc;
  margin-bottom:30px;
}

.services img
{
  max-width:200px;
  float:right;
  margin-left:30px;
  margin-bottom:30px;
}

.services img:after
{
  clear:both;
}

@media only screen and (max-width: 1000px) {
	.social
	{
		display:none;
	}
}

@media only screen and (max-width: 800px) {
	
	
	.logo
	{
		max-width:320px;
	}
	
}

@media only screen and (max-width: 800px) {
  
  	.services img
    {
      max-width:100%;
      float:none;
      margin-left:0px;
      margin-bottom:30px;
    }
  
	#nav-trigger
	{
		display:block;
	}
	
	nav#nav-main
	{
		display:none;
	}
	
	nav#nav-mobile
	{
		display:block;
	}
	
	.call
	{
		display:none;
	}
	
	h1
	{
		font-size:22px;
		line-height:40px;
	}
	
	.logo
	{
		max-width:240px;
	}
	
	.imgfloatright
	{
		float:none;
		margin-right:10px;
	}
}


