/* RESPONSIVE GRID SYSTEM =============================================================================  */
/* http://www.responsivegridsystem.com/ */
/* BASIC PAGE SETUP ============================================================================= */

body { 
margin : 0 auto;
padding : 0;
font : 100%/1.4;
color:#494b4c; 
font-family: "ff-tisa-sans-web-pro",sans-serif; 	
background: url(../images/body-background.png) repeat;
}

button, 
input, 
select, 
textarea { 
font-family : MuseoSlab100, lucida sans unicode, 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif; 
color : #333; }

/*  HEADINGS  ============================================================================= */

h1,h2,h3,h4,h5,h6, .contact-title, .social-title {font-family: 'Montserrat', sans-serif;  padding:0; margin:0;  text-transform:uppercase; }

h1 { font-size: 31px; line-height: 31px; font-weight:700;}
h2 { font-size:24px; line-height:25px; color:#86942A; font-weight:700;}
h3 { font-size:18px; line-height:20px; color: #787878; font-weight:700;}

h4  img { vertical-align:middle; margin-right:5px;}
.contact-text-side { padding-left:37px;}
.contact-title { font-size: 31px; line-height: 31px; font-weight:700;} 

	.clrgrey{ color:#6c7476;}


.txtu { text-decoration:underline;}
/*  TYPOGRAPHY  ============================================================================= */

p, ol, ul, dl, address { 
margin-bottom : 1.5em; 
font-size : 1em; /* 16 / 16 = 1 */ }

p {
hyphens : auto;  }


p.introtext {
font-family:  MuseoSlab100, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
font-size : 2.5em; /* 40 / 16 */
color: #333;
line-height: 1.4em;
letter-spacing: -1px;
margin-bottom: 0.5em;
}


p.handwritten {
font-family:  HandSean, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif; 
font-size: 1.375em; /* 24 / 16 */
line-height: 1.8em;
margin-bottom: 0.3em;
color: #666;
}

p.center {
text-align: center;
}


.and {
font-family: GoudyBookletter1911Regular, Georgia, Times New Roman, sans-serif;
font-size: 1.5em; /* 24 / 16 */
}

.heart {
font-family: Pictos;
font-size: 1.5em; /* 24 / 16 */
}

ul, 
ol { 
margin : 0 0 1.5em 0; 
padding : 0 0 0 24px; }

li ul, 
li ol { 
margin : 0;
font-size : 1em; /* 16 / 16 = 1 */ }

dl, 
dd { 
margin-bottom : 1.5em; }

dt { 
font-weight : normal; }

b, strong { 
font-weight : bold; }

hr { 
display : block; 
margin : 1em 0; 
padding : 0;
height : 1px; 
border : 0; 
border-top : 1px solid #ccc;
}

small { 
font-size : 1em; /* 16 / 16 = 1 */ }

sub, sup { 
font-size : 75%; 
line-height : 0; 
position : relative; 
vertical-align : baseline; }

sup { 
top : -.5em; }

sub { 
bottom : -.25em; }

.subtext {
	color: #666;
	}

/* LINKS =============================================================================  */

a { 
color: inherit;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
}

a:visited { 
color: inherit;  }



a:hover, 
a:active { 
outline : 0;
color : #86942a;
}




/* IMAGES ============================================================================= */

img {
border : 0;
max-width: 100%;}

img.floatleft { float: left; margin: 0 10px 0 0; }
img.floatright { float: right; margin: 0 0 0 10px; }


/* TABLES ============================================================================= */

table { 
border-collapse : collapse;
border-spacing : 0;
margin-bottom : 1.4em; 
width : 100%; }

th, td, caption { 
padding : .25em 10px .25em 5px; }

tfoot { 
font-style : italic; }

caption { 
background-color : transparent; }

/* FORMS ============================================================================= */

form { 
margin : 0; }

fieldset { 
margin-bottom : 1.5em; 
padding : 0; 
border-width : 0; }

legend { 
*margin-left : -7px; 
padding : 0; 
border-width : 0; }

label{
font-weight : normal;
cursor : pointer;
display:block;
margin:10px 0 0 0;
position:relative;
top:0;
left:0;
}

	label.inline{
	display:inline;
	margin:0;
	}
	
	label span{
	color:#666;
	font-size:0.9em;
	}
	
	label span.right{
	position:absolute;
	bottom:0;
	right:1em;
	text-align:right;
	}
	
	label.disabled{
	color:#ccc;
	}


button, 
search,
input, 
select, 
textarea { 
font-size : 100%; 
margin : 0; 
vertical-align : baseline; 
*vertical-align : middle; }

button, input { 
line-height : normal; 
*overflow : visible; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
padding: 0.5em 1em;
margin: 0 0 1em;
}

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
	box-sizing : content-box;
}

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0;  }

input{
display:block;
width:96%;
margin:0 0 20px 0;
border:1px solid #cbcbcb;
font-size:14px;
padding:5px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
background:#fff;
color:#787878;
}

	input::-webkit-input-placeholder,
	input:-moz-placeholder,
	.placeholder{
	color:#bbb;
	}
	
	input::-moz-focus-inner {border:0;}

	input[disabled="disabled"], input.disabled{
	color:#999;
	background:#f5f5f5;
	-moz-box-shadow:inset 0px 0px 2px #ddd;
	-webkit-box-shadow:inset 0px 1px 2px #ddd;
	box-shadow:inset 0px 1px 2px #ddd;
	}
	
textarea{
width:96%;
height:100px;
margin:0 0 20px 0;
border:1px solid #ccc;
padding:5px;
font-family:inherit;
font-size:16px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
overflow : auto; 
vertical-align : top;
color:#787878;
}

input[type="submit"]

{
		border:0;
		background:#86942a; 
		font-weight:700;
		text-transform:uppercase;
		font-size:16px;
		line-height:18px;
		letter-spacing:1px;
		padding:18px 15px 22px 15px;
		text-align:center;
		text-decoration:none;
		color:#fff;
		cursor:pointer;
		white-space: normal;
		vertical-align:middle;
		font-family: 'Montserrat', sans-serif; 
		width:100%;
		border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px;
			

}

/* Colors for form validity */
input:valid, 
textarea:valid   {  
/* Styles */ }

input:invalid, 
textarea:invalid {
-webkit-box-shadow : 0 0 2px #f00; 
-moz-box-shadow : 0 0 2px #f00;
box-shadow : 0 0 2px #f00; }

.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid {
background-color : #ccc; }



/*  MAIN LAYOUT	============================================================================= */



#wrapper {
	width: 100%;
	position: relative;
	text-align: left;
}


#maincontentcontainer { width: 100%;}

		.maincontent{
				clear: both;
				width: 80%; /* 1000px / 1250px */
				font-size: 1em; /* 16/ 16 */
				/* max-width: 92.3em; /* 1200px / 13 */
				max-width:60em; /* 1200px / 13 */
				margin: 0 auto;
				padding: 1em 0px;
				color: #333;
				line-height: 1.5em;
				position: relative;
			}
			
	 	.maincontent-clear{
				clear: both;
				width: 80%; /* 1000px / 1250px */
				font-size: 1em; /* 16/ 16 */
				/* max-width: 92.3em; /* 1200px / 13 */
				max-width:60em; /* 1200px / 13 */
				margin: 0 auto;
				padding:0px;
				color: #333;
				line-height: 1.5em;
				position: relative;
			}	
			


/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

	
/*  CODE  ============================================================================= */

pre.code {
	padding: 0;
	margin: 0;
	font-family: monospace;
	white-space: pre-wrap;
	font-size: 1.1em;
}

strong.code {
	font-weight: normal;
	font-family: monospace;
	font-size: 1.2em;
}


/*  EXAMPLE  ============================================================================= */

#example .col {
	background: #ccc;
	background: rgba(204, 204, 204, 0.85);

}

/*  NOTES  ============================================================================= */


.note {
	position:relative;
	padding:1em 1.5em;
	margin: 0 0 1em 0;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	overflow:hidden;
}

.note:before {
	content:"";
	position:absolute;
	top:0;
	right:0;
	border-width:0 16px 16px 0;
	border-style:solid;
	border-color:transparent transparent #cccccc #cccccc;
	background:#cccccc;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	display:block; width:0; /* Firefox 3.0 damage limitation */
}

.note.rounded {
	-webkit-border-radius:5px 0 5px 5px;
	-moz-border-radius:5px 0 5px 5px;
	border-radius:5px 0 5px 5px;
}

.note.rounded:before {
	border-width:8px;
	border-color:#ff #ff transparent transparent;
	background: url(/images/bodyback.png);
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius:0 0 0 5px;
	border-radius:0 0 0 5px;
}

/*  SCREENS  ============================================================================= */

.siteimage {
	max-width: 90%;
	padding: 5%;
	margin: 0 0 1em 0;
	background: transparent url(/images/stripe-bg.png);
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.siteimage:hover {
	background: #bbb url(/images/stripe-bg.png);
	position: relative;
	top: -2px;
	
}

/*  COLUMNS  ============================================================================= */

.twocolumns{
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	column-count: 2;
	column-gap: 2em;
  }

/*  BUTTONS  ============================================================================= */


.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #fff;
	padding: .5em 1em;
	margin: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: #cc1122 url(/images/glass.png) repeat-x 0 50%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-family:  LeagueGothicRegular, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	font-size : 1.5em; /* 24 / 16 */
				
}
.button:hover {
	background: #dd2233 url(/images/glass.png) repeat-x 0 50%;
	color: #fff;
	text-decoration: none;
}
.button:active {
	background: #dd2233 url(/images/glass.png) repeat-x 0 50%;
	color: #fff;
	position: relative;
	top: 1px;
}
.button:visited { 
	color : #fff;
}



/*  GLOBAL OBJECTS ============================================================================= */

.breaker { clear: both; }

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}


.floatleft {
    float: left;
}

.floatright {
    float: right;
}


/* VENDOR-SPECIFIC ============================================================================= */

html { 
-webkit-overflow-scrolling : touch; 
-webkit-tap-highlight-color : rgb(52,158,219); 
-webkit-text-size-adjust : 100%; 
-ms-text-size-adjust : 100%; }

.clearfix { 
zoom : 1; }

::-webkit-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::-moz-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
-webkit-appearance : button; }

::-webkit-input-placeholder {
font-size : .875em; 
line-height : 1.4; }

input:-moz-placeholder { 
font-size : .875em; 
line-height : 1.4; }

.ie7 img,
.iem7 img { 
-ms-interpolation-mode : bicubic; }

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
-webkit-box-sizing : content-box;
-moz-box-sizing : content-box; }

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0; }

p {
/* http://www.w3.org/TR/css3-text/#hyphenation */
-webkit-hyphens : none;
-webkit-hyphenate-character : "\2010";
-webkit-hyphenate-limit-after : 1;
-webkit-hyphenate-limit-before : 3;
-moz-hyphens : none; }



/* New Declarations */

/* HEADER PANEL */
.header-wrapper { width:100%; border-bottom:#d4d4d4 solid 7px; padding-top:15px;}			
	.logo-holder { padding-top:20px;}
	.social-holder {}
	.nav-holder {}

/* BANNER  PANEL */
.banner-wrapper 
	{ 
	width:100%; 
	background:url(../images/banner.jpg) no-repeat left top;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	
	}
	#banner-services { text-align:center;  padding:65px  0 40px 0;}
		#banner-services h2  { color:#fff; font-family: 'Fredericka the Great', cursive; font-size:18px; font-weight:normal;line-height:22px; text-transform:uppercase; letter-spacing:1px; 	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease; }	
		#banner-services h2:hover { color:#9aa431;}
		.banner-sevices-images { -webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;}
		.banner-sevices-images:hover { opacity:0.6;}
	.banner-text { background: url(../images/banner-text-bg.png) repeat; }
		.banner-text-content {font-family: 'Fredericka the Great', cursive; font-size:79px; line-height:79px; color:#fff; }

/* SOCIAL SIGNAL PANEL */
.social-wrapper { background:#a3a6a7; padding:7px 10px 4px 25px;  border-top:#6c7476 9px solid;}
.social-title { font-size:18px; color:#fff; font-weight:700; float:left; margin-top:-2px;}
.socialmedia-holder {}
.ss-holder { float:left; margin-right:5px;}
	 	.ss-gshare { margin-left:0px;}
		.ss-lshare { margin-left:-30px;}
		.ss-fshare { margin-left:-30px; }
		.fb-like { margin-top:-4px;}


/* BODY CONTEXT */
.body-wrapper { width:100%;}
	
	.inside-body {padding:0; border-bottom:#6c7476 9px solid;  background:#fff; margin-bottom:-60px;}
		.inside-body .section > .col { margin-top:0; margin-bottom:0;}
	
	#cleft{ background:#f0eceb;}
	#cleft-contact{ background:#f0eceb;}
		.cleft-inside { padding:20px;}
		
	#cright{ background:#fff;}
		.cright-inside { padding:20px 25px 20px 15px;}
		.equalcolumn{}
	
	.quoteholder { margin:20px 0; font-size:16px; font-weight:700; border-bottom:1px solid #cccccc; padding:0 0 10px 0;}
	.txtalgnright{ text-align:right;}

/* FOOTER*/
.ft-pan {
	width:100%; 
	background:url(../images/footer.jpg) no-repeat; 
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	}
		
	.footer-social { padding-top:35px; }
	.footer-nav { padding:20px 0; }			
		.footer-list {margin:0; padding:0; list-style-type:none; text-align:center;}
		.footer-list li { font-size:12px; display:inline-block; padding:0 20px; letter-spacing:1px;}
		
		.footer-list li:first-child { padding-left:0;}
		.footer-list li:last-child { padding-right:0;}
				
		.footer-list li a { color:#fff;}	
		.footer-list li a:hover { color:#86942a!important;}
		 		
	.footer-keywords { padding:10px 0;}
		.footer-keylist {margin:0; padding:0; list-style-type:none; text-align:center;}
		.footer-keylist li { display:inline-block; padding:0 10px; color:#fff;}
		.footer-keylist li > h2 { font-size:10px; font-weight:400; color:#fff;}
		.footer-keylist li:first-child { padding-left:0;}
		.footer-keylist li:last-child { padding-right:0;}
			
	.footer-credits { padding:20px 0; color:#fff;  font-size:10px;  text-align:center; font-weight:400;  }	
		.footer-credits a {color:#fff;}
		.footer-credits a:hover {color:#86942a;}
		.vixen-logo { width:40px;}


/* Services icon */
.boxes-icon-holder { margin-bottom:10px; text-align:center; border:1px solid #c9c9c9; font-family: 'Montserrat', sans-serif; font-size:17px; padding:20px; line-height:17px; color:#6c7476;}
.boxes-icon-holder img  { margin-bottom:5px;}


/* BODY LIST */
/* List Stye */
.body-list { list-style-image:url(../images/bullet.png); padding:5px 0; margin:0 0 0 20px;}
			.body-list li { padding:1px 10px;}
			.body-list li a { text-decoration:underline;  color:#647178;}
				.body-list li a:hover { color:#afbd23;}		 
/* Item About us */




/* Mobile Styles views */
.addbr {display:none;}
.removebr {}
.removeiniphone {}
.desk-view { display:none;}
#mobile-form { display:none;}
#desktop-form {}

#inside-banner > #banner-services { display:none;}


/* MENU  */
/* SOCIAL LIST */
.sc { list-style-type:none; margin:0; padding:0; text-align: right;}
.sc li { padding:0 1px; display:inline-block;}
.sc li img { width:30px; opacity:1;}
.sc li img:hover {opacity:0.7;}
.sc li:last-child { padding-right:6px;}
.sc li:first-child { padding-left:0;}

.sc-foot { list-style-type:none; margin:0; padding:0; text-align: center;}
.sc-foot li { padding:0 3px; display:inline-block; text-align:center;}
.sc-foot li img {opacity:1;}
.sc-foot li img:hover {opacity:0.7;}
.sc-foot li:last-child { padding-right:6px;}
.sc-foot li:first-child { padding-left:0;}

.nav {
    	float: right;   	
    	overflow: hidden;		
	    font-size:1em;
		line-height:1.16em;
		font-weight:700;
		font-family: 'Montserrat', sans-serif; text-transform:uppercase;	
		color:#524D4A;
     }



.nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
.nav > ul > li:first-child { padding-left:0;}
.nav > ul > li:last-child { padding-right:0;}

.nav ul li 
{
	float:left;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}

.nav ul li a {	
	color:#524D4A;
   	float: left;
    padding:7px 10px 6px 10px;
	text-decoration:none;
}


.nav ul li a.currentnav { color:#86942a; /* background:url(../images/nav-hov.png) repeat-x; */} 
.nav ul li a:hover,
.nav ul li:hover > a {
   	color:#86942a;
}

.nav li ul a:hover, 
.nav ul li li:hover > a  {
    color: #86942a;
	/* background:#e3a113; */
	
}

.nav li ul {
		color:#fff;
    	background:#353535;
		border:none;
    	left: -999em;
    	margin: 30px 0 0 5px;
    	position: absolute;
    	width: 180px;
		padding:10px 0;
    	z-index: 9999;  
		-webkit-transition: all 0.3s ease;
   		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;  	
		}

.nav li:hover ul {
    	left: auto;

}

.nav li ul a {
		font-size:0.8em;		
		color:#fff;
    	background: none;
    	border: 0 none;
    	margin-right: 0;
    	width: 190px;
		padding: 8px 15px;  	
}

.nav li li ul {
    	margin: 0 0 0 220px;
    	visibility:hidden;
		
}

.nav li li:hover ul {
    	visibility:visible;
		background:#455268; /*add new  for third level color bg*/
}

.nav ul ul li:last-child > a {

	
}

.nav ul ul ul li:first-child > a {
}
/* FORMS */

.sd-contact-form { margin-top:20px;}
.frm-lbl-hldr { font-family: 'Montserrat', sans-serif; display:block; text-transform:uppercase; font-weight:700; padding-bottom:5px; color:#86942a; font-size:14px; }
	.frm-lbl-hldr-optional  { color:#787878; font-size:11px; text-transform:none; font-weight:400;}
	.cc-code-side{font-family: 'Fredericka the Great', cursive; font-size:30px;  letter-spacing:1px; text-align:center; color:#86942a; display:block; margin-top:-10px; margin-bottom:10px;}

#main-form-send {}
#main-form-send input[type="submit"] { width:98%;}
						
	
	