body {
	font-size: 12px;
	font-weight:normal;
	line-height: 18px;
	color: #777777;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	background-color: #fbfbfb;
	-webkit-font-smoothing: antialiased !important;
	-webkit-text-size-adjust: 100% !important;
}
::selection
{
	color: white;
	background-color: #e2a616;
}
::-moz-selection  
{
	color: white;
	background-color: #e2a616;
}



/******UNDER SLIDER******/
.yellow {
	color:#e8a900;
}
.m-bot-25 {
	margin-bottom:25px !important;
}
.m-bot-20 {
	margin-bottom:20px !important;
}
.m-bot-10 {
	margin-bottom:10px !important;
}
.m-bot-5 {
	margin-bottom:5px !important;
}
.p-15 {
	padding:15px;
}
.p-lr-15 {
	padding-left:15px;
	padding-right:15px;
}
h2 .yellow {
	color:#e8a900;
	font-weight:normal !important;
}
.purple {
	color: #49093d;
	font-weight:normal !important;
}
.under-slider-caption {
	padding: 20px 10px 10px 10px;
}
.under-slider-caption h2{
	font-size:24px;
	line-height:30px;
	font-weight:lighter;
	color:#49093d;
	text-align: center;
	margin-bottom:0;
}
.content-container-white {
	border-radius: 3px;
	background-color: #f1f1f1;
	border: 1px solid #939090;
}
.content-under-container-white {
	height: 2px;
	margin-left: 3px;
	margin-right: 3px;
	background-color: #fdfdfd;
	border-radius: 0 0 3px 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d6d6d6;
	border-right-color: #d6d6d6;
	border-bottom-color: #d6d6d6;
	border-left-color: #d6d6d6;
}
.content-container-gray {
	border-radius: 3px;
	background-color: #f0f0f0;
	border: 1px solid #d6d6d6;
}

.content-under-container-gray {
	height: 2px;
	margin-left: 3px;
	margin-right: 3px;
	background-color: #f0f0f0;
	border-radius: 0 0 3px 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d6d6d6;
	border-right-color: #d6d6d6;
	border-bottom-color: #d6d6d6;
	border-left-color: #d6d6d6;
}
.border-top-dashed{
	border-top: 1px dashed #D6D6D6;
}
.border-bottom-dashed{
	border-bottom: 1px dashed #D6D6D6;
}
/******PAGE TITLE******/
.page-title {
	float: left;
	color:#373737;
	font-weight:lighter;
	font-size:24px;
	line-height:24px;
	margin-bottom:0;
}

/******FEATURES******/
h3.title-block {
	font-size:16px;
	color:#373737;
	font-weight:normal;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height:18px;
}




/*****NEWSLETTER*****/
.newsletter-container {
	background-color: #f1f1f1;
	border: 1px solid #d6d6d6;
	border-radius:3px;
}
.nl-img-container {
	float:left;
	padding: 20px 19px 18px 20px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-color: #d6d6d6;
}
.nl-text {
	float:left;
	padding-top: 2px;
	padding-left: 2px;
}
.nl-text-container .caption {
    padding-top: 18px !important;
	padding-left: 18px !important;
}
.nl-form-container {
	float:right;
}
.newsletterform {
	padding-top: 12px;
	padding-right: 14px;
}
.newsletterform button {
	padding: 6px 10px !important;
	margin-left: 14px !important;
}
.newsletterform input{
	width:180px;
}
.caption {
	color: #373737;
    font-size: 16px;
	line-height:18px;
    padding-bottom: 7px;
    padding-top: 6px;
	font-weight:lighter;
}

input, textarea {
	color: #9c9c9c;
	font-size: 12px;
	font-style: italic;
	font-weight: lighter;
	margin: 0;
	outline: medium none;
	border-radius: 3px;
	border: 1px solid #d6d6d6;
	padding: 8px;
}
.nl-img-container img {
	height:17px;
	width:24px;
}


.icon_mail {
    background: url(../images/icon_footer_mail.png) no-repeat scroll left 5px transparent;
    line-height: 24px;
    margin-bottom: 6px;
    padding: 0 0 0 30px;
}
.icon_mail a{
    color:#777777;
}

/**********BUTTONS*************/
.button.medium  {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	font-size:14px;
	padding:7px 14px 7px 14px;
	padding:8px 14px 8px 14px;
	display:inline-block;
}
.button.large {
	font-size:16px;
	padding:9px 21px 11px 21px;
	display:inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.button.small {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	font-size:12px;
	line-height:16px;
	padding: 6px 10px;
	display:inline-block;
}
.button.yellow {
	font-family: 'Open Sans', sans-serif;
	background-color:#e5bd2c;
	color:#333733;
	border: 1px solid #be9d25;
	background: -moz-linear-gradient(top, #efd740, #e5bd2c) !important;
	background: -webkit-linear-gradient(top, #efd740, #e5bd2c) !important;
	background: -o-linear-gradient(top, #efd740, #e5bd2c) !important; 
	background: -ms-linear-gradient(top, #efd740, #e5bd2c) !important; 
	text-shadow: 0 1px 0 #ffea8a;
	padding:8px;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset; 
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset; 
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
}
.button.yellow:hover {
	background-color:#f3e043;
	border: 1px solid #be9d25;
	background: -moz-linear-gradient(top, #f5e547, #e5bd2c) !important;
	background: -webkit-linear-gradient(top, #f5e547, #e5bd2c) !important;
	background: -o-linear-gradient(top, #f5e547, #e5bd2c) !important; 
	background: -ms-linear-gradient(top, #f5e547, #e5bd2c) !important; 
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset; 
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset; 
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
}
.button.aqua {
	font-family: 'Open Sans', sans-serif;
	background-color:#48867b;
	color:#ffffff;
	border: 1px solid #668c87;
	background: -moz-linear-gradient(top, #6dc3b9, #569e93) !important;
	background: -webkit-linear-gradient(top, #6dc3b9, #569e93) !important;
	background: -o-linear-gradient(top, #6dc3b9, #569e93) !important; 
	background: -ms-linear-gradient(top, #6dc3b9, #569e93) !important; 
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset; 
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset; 
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
}
.button.aqua:hover {
	background-color:#65b6ad;
	border: 1px solid #668c87;
	background: -moz-linear-gradient(top, #74cdc3, #5ca89c) !important;
	background: -webkit-linear-gradient(top, #74cdc3, #5ca89c) !important;
	background: -o-linear-gradient(top, #74cdc3, #5ca89c) !important; 
	background: -ms-linear-gradient(top, #74cdc3, #5ca89c) !important; 
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset; 
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset; 
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
}
.button.gray {
	font-family: 'Open Sans', sans-serif;
	color:#3c3c3c;
	font-style:normal;
	border: 1px solid #aaaaaa;
	text-shadow: 0 1px 0 #dddddd;
	background-color:#dedddd;
	background: -moz-linear-gradient(top, #e1e0e0, #cdcdcd) !important;
	background: -webkit-linear-gradient(top, #e1e0e0, #cdcdcd) !important;
	background: -o-linear-gradient(top, #e1e0e0, #cdcdcd) !important; 
	background: -ms-linear-gradient(top, #e1e0e0, #cdcdcd) !important; 
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset; 
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset; 
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
}
.button.gray:hover {
	background-color:#e9e9ea;
	background: -moz-linear-gradient(top, #edecec, #cfcece) !important;
	background: -webkit-linear-gradient(top, #edecec, #cfcece) !important;
	background: -o-linear-gradient(top, #edecec, #cfcece) !important; 
	background: -ms-linear-gradient(top, #edecec, #cfcece) !important; 
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset; 
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset; 
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
}
.button.black {
	font-family: 'Open Sans', sans-serif;
	color:#ffffff;
	font-style:normal;
	background-color:#4d4d4d;
	border: 1px solid #2f2e2e;
	/*text-shadow: 0 1px 0 #dddddd;*/
	background: -moz-linear-gradient(top, #545454, #424242) !important;
	background: -webkit-linear-gradient(top, #545454, #424242) !important;
	background: -o-linear-gradient(top, #545454, #424242) !important; 
	background: -ms-linear-gradient(top, #545454, #424242) !important; 
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset; 
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset; 
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
}
.button.black:hover {
	background-color:#575757;
	background: -moz-linear-gradient(top, #6b6a6a, #535353) !important;
	background: -webkit-linear-gradient(top, #6b6a6a, #535353) !important;
	background: -o-linear-gradient(top, #6b6a6a, #535353) !important; 
	background: -ms-linear-gradient(top, #6b6a6a, #535353) !important; 
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset; 
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset; 
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
}
a {
    color: #e8a900;
    text-decoration: none;
    transition: all 0.3s ease 0s;
	-webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
}
a:hover {
    color: #373737;
    text-decoration: none;
    transition: all 0.3s ease 0s;
	-webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
}
.button.yellow.get-theme {
	font-size:14px;
	padding:10px 14px 10px 14px;
	padding-right: 38px;
	background-color:#e5bd2c;
	background: url(../images/icon-get-theme.png) no-repeat scroll 130px center, -moz-linear-gradient(top, #efd740, #e5bd2c) !important;
	background: url(../images/icon-get-theme.png) no-repeat scroll 130px center, -webkit-linear-gradient(top, #efd740, #e5bd2c) !important;
	background: url(../images/icon-get-theme.png) no-repeat scroll 130px center, -o-linear-gradient(top, #efd740, #e5bd2c) !important; 
	background: url(../images/icon-get-theme.png) no-repeat scroll 130px center, -ms-linear-gradient(top, #efd740, #e5bd2c) !important; 
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset; 
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset; 
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	border-radius:3px;
	display:inline-block;
}
.button.yellow.get-theme:hover {

	background-color:#e5bd2c;
	background:url(../images/icon-get-theme.png) no-repeat scroll 130px center,  -moz-linear-gradient(top, #f5e547, #e5bd2c) !important;
	background:url(../images/icon-get-theme.png) no-repeat scroll 130px center,  -webkit-linear-gradient(top, #f5e547, #e5bd2c) !important;
	background:url(../images/icon-get-theme.png) no-repeat scroll 130px center,  -o-linear-gradient(top, #f5e547, #e5bd2c) !important; 
	background:url(../images/icon-get-theme.png) no-repeat scroll 130px center,  -ms-linear-gradient(top, #f5e547, #e5bd2c) !important; 
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset; 
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset; 
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
}



/******COLUMNS******/
.center {
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
}
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
}


.styled-box {
	background: none repeat scroll 0 0 #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D6D6D6;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-left-color: #D6D6D6; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;  
}
.styled-box {
	margin-bottom: 15px;
	position: relative;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}


/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {


		
		.nl-text {
			display:none;
		}
	


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
        
	
		.nl-text {
			display:none;
		}
		.nl-text-container .caption {
			display:none;
		}
		.newsletterform input {
			width: 96px;
			
		}

		
		
		/*****CAROUSEl*****/
		body .container .columns.carousel-intro {
		float:none !important;
		display:block
		}
		.container .jcarousel {
			padding-bottom:1px;
		}
    }


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {

		.logo-slogan {
			display:none;
		}
		.nl-text {
			display:none;
		}
		.newsletterform input {
			width: 110px;
		}
	}