/* Minification failed. Returning unminified contents.
(4330,262): run-time error CSS1054: JavaScript error in expression property: Variable 'ignoreMe' has not been declared: ignoreMe
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, /*p,*/ blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, /*ol, ul, li,*/
fieldset, form, label, legend,
/*table,*/ caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
/*font-size: 100%;*/
/*vertical-align: baseline;*/
/*background: transparent;*/
}
/*body {
line-height: 1;
}*/

/*ol, ul {
list-style: none;
}*/
/*blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
}*/
/* remember to define focus styles! */
:focus {
outline: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
/*table {
border-collapse: collapse;
border-spacing: 0;
}*/

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
/*ol, ul {
	list-style: none;
}*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
    list-style: none outside none;
	/*margin:0;
	padding:0;*/
}

body {
	font-size: 12px;
	line-height: 18px;
	color: #777777;
	font-family: 'Open Sans', sans-serif;
	background-color: #fbfbfb;
	-webkit-font-smoothing: antialiased !important;
}
::selection
{
	color: white;
	background-color: #e2a616;
}
::-moz-selection  
{
	color: white;
	background-color: #e2a616;
}

/*******HEADER*******/
#header {
	height:121px;
	margin-bottom: 22px;
	background-image: url(../../../Images/Default/header-bg2.png);
	background-repeat: repeat-x;
	background-position: left top;
}
/******SOCIAL LINKS******/
ul#social-links {
	margin: 0;
	padding:0;
	float:left;
	margin-top: 10px;
}
ul#social-links li {
    display: inline-block;
    list-style: none outside none;
}
#facebook-link, #skype-link, #twitter-link, #flickr-link, #vimeo-link, #dribbble-link, #linkedin-link, #rss-link, #googleplus-link, #pintrest-link  {
	height:24px;
	width:24px;
	display:block;
	background-color:#5f5f5f;
	border-radius:3px;
	background-repeat: no-repeat;
	background-position: left top;
	transition:all 0.5s; 
	-webkit-transition: all 0.5s; 
	-o-transition: all 0.5s; 
	-moz-transition: all 0.5s; 
	-ms-transition: all 0.5s;
}
#facebook-link:hover, #skype-link:hover, #twitter-link:hover, #flickr-link:hover, #vimeo-link:hover, #dribbble-link:hover, #linkedin-link:hover, #rss-link:hover, #googleplus-link:hover, #pintrest-link:hover {
	background-color:#efefef;
}
#facebook-link {
	background-image: url(../../../Images/Default/social/facebook.png);
}
#facebook-link:hover {
	background-image: url(../../../Images/Default/social/facebook-hover.png);	
}
#skype-link {
	background-image: url(../../../Images/Default/social/skype.png);	
}
#skype-link:hover {
	background-image: url(../../../Images/Default/social/skype-hover.png);	
}
#twitter-link {
	background-image: url(../../../Images/Default/social/twitter.png);
}
#twitter-link:hover {
	background-image: url(../../../Images/Default/social/twitter-hover.png);	
}
#flickr-link {
	background-image: url(../../../Images/Default/social/flickr.png);
}
#flickr-link:hover {
	background-image: url(../../../Images/Default/social/flickr-hover.png);	
}
#vimeo-link {
	background-image: url(../../../Images/Default/social/vimeo.png);
}
#vimeo-link:hover {
	background-image: url(../../../Images/Default/social/vimeo-hover.png);	
}
#dribbble-link {
	background-image: url(../../../Images/Default/social/dribbble.png);
}
#dribbble-link:hover {
	background-image: url(../../../Images/Default/social/dribbble-hover.png);	
}
#linkedin-link {
	background-image: url(../../../Images/Default/social/linkedin.png);	
}
#linkedin-link:hover {
	background-image: url(../../../Images/Default/social/linkedin-hover.png);	
}
#rss-link {
	background-image: url(../../../Images/Default/social/rss.png);
}
#rss-link:hover {
	background-image: url(../../../Images/Default/social/rss-hover.png);	
}
#googleplus-link {
	background-image: url(../../../Images/Default/social/googleplus.png);
}
#googleplus-link:hover {
	background-image: url(../../../Images/Default/social/googleplus-hover.png);	
}
#pintrest-link {
	background-image: url(../../../Images/Default/social/pintrest.png);
}
#pintrest-link:hover {
	background-image: url(../../../Images/Default/social/pintrest-hover.png);	
}
/******SEARCH******/
.search-container
{
    float: right;
    height: 24px;
    width: 240px;
    margin-top: 12px;
    color: #FFF;
    font-size: 18px;
}
.search-text {
    background: none repeat scroll 0 0 transparent !important;
    border: medium none !important;
	color:#c1c1c1 !important;
    display: block !important;
    float: left !important;
	margin:0 !important;
	font-style:normal !important;
	padding-bottom: 1px !important;
    padding-top: 1px !important;
    margin-top: 3px !important;
    padding-left: 7px !important;
    width: 210px ;
	padding-right: 2px !important;
}
.search-submit {
	margin:0;
	padding:0;
	width:16px;
	height:16px;
	margin-top: 4px;
	background: none repeat scroll 0 0 transparent;
    border: medium none;
	background-image: url(../../../Images/Default/search-submit.png);
	background-repeat: no-repeat;
	background-position: center center;
	transition:all 0.5s; 
	-webkit-transition: all 0.5s; 
	-o-transition: all 0.5s; 
	-moz-transition: all 0.5s; 
	-ms-transition: all 0.5s;
}
.search-submit:hover {
	background-image: url(../../../Images/Default/search-submit-hover.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor:pointer;
}
/******LOGO******/
#logo-container {
	float:left;
	margin-top: 0px;
}
.logo {
	width:220px;
	height:60px;
	float:left;
	/*margin-top: 8px;*/
	margin-right: 12px;
	background-image: url(../../../Images/Default/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.logo-slogan {
	float:right;
}



/*******MAIN MENU*******/
#main-nav {
	float:right;
}
nav#main-nav select {
	display:none; /* for mobile */
}

#main-nav ul {
	margin: 0;
	padding: 0;
}
#main-nav li {
	
    float: left;
    list-style: none outside none;
    margin: 0;
	margin-top: 1px;
}
#main-nav ul li li:first-child {
	border-top:none;
}
#main-nav .current > a {
	color:#373737;
}
#main-nav a:hover {
	text-shadow: none;
	color:#373737;
}
#main-nav a {
    color: #777777;
    display: block;
    font-size: 14px;
    padding: 28px 20px 28px;
    position: relative;
	text-decoration: none;
	transition:all 0.3s; 
	-webkit-transition: all 0.3s; 
	-o-transition: all 0.3s; 
	-moz-transition: all 0.3s; 
	-ms-transition: all 0.3s;
	text-shadow: 0 1px 0 #fbfbfb;
	
}
.sf-menu li > a {
	padding-top:0 !important;
	padding-bottom:0 !important;
}
#main-nav ul.sf-menu {
	margin-top:28px;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style:	none;
}
.sf-menu {
	line-height: 1.0;
}
.sf-menu ul {
	border-radius: 4px !important;
	position: absolute;
	top: -999em;
	border: 1px solid #d6d6d6;	
	margin-top: 10px !important;
	margin-left: 18px !important;
}
.sf-menu ul ul {
	margin: 0 !important;

}
.sf-menu ul ul ul {

}
.sf-menu ul li {
	width: 150px;
	
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: /*5.5em*/40px; /* match top ul list item height */
	z-index: 99;
	text-shadow:none;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 150px  !important; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 100em; /* match ul width */
	top: 0;
}
.sf-menu li li {
	margin: 0 !important;
	background: #f0f0f0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-top-color: #d6d6d6;
}
.sf-menu li li a{
	text-transform: none !important;
	text-shadow: none !important;
	font-size: 12px !important;
	padding-left:15px !important;
	padding-top: 12px !important;
	padding-bottom: 12px !important; /*14*/
	
}
.sf-menu li li a:hover{
	color: #f0f0f0 !important;
}
.sf-menu li li:hover{
	background: #484848;
	color:#f0f0f0 !important;
}
.sf-menu li {
	border-radius:0px;
}
.sf-menu li:first-of-type{
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}
.sf-menu li:last-of-type{
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline: 0;
	color:#82daff ;
}
/******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;
}
.under-slider-caption {
	padding-top: 15px;
	padding-bottom: 15px;	
}
.under-slider-caption h2{
	font-size:24px;
	line-height:30px;
	font-weight:lighter;
	color:#464545;
	text-align: center;
	margin-bottom:0;
}
.content-container-white {
	border-radius: 3px;
	background-color: #fdfdfd;
	border: 1px solid #d6d6d6;
}
.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;
}
/******404******/
.container-404 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.error404-numb 	{
	padding:0;	
	margin:0;
	margin-bottom: 50px;
	text-align:center;
	color:#cccccc;
	font-size:300px;
	line-height:300px;
	font-weight:lighter;
}
.error404-text 	{
	padding:0;	
	margin:0;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align:center;
	font-weight:lighter;
	color:#373737;
	font-size:38px;
	line-height:38px;
}
.under-content-caption h2{
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	font-size:24px;
	line-height:30px;
	font-weight:lighter;
	color:#464545;
	margin-bottom:0;
}
/******CONTACT******/
.map-container {
	margin: 10px;
}
.contact-caption-page {
	padding-left:15px;
	padding-right:15px;
	padding-top: 7px;
}
.under-content-caption p {
	margin:0;
	padding:15px;
}
.contact-info-page .icon_clock {
    background: url(../../../Images/Default/icon_footer_clock.png) no-repeat scroll 15px 13px transparent;
    margin-bottom: 10px;
    padding: 10px 15px 0 45px;
}
.contact-info-page .icon_loc {
    background: url(../../../Images/Default/icon_footer_loc.png) no-repeat scroll 15px 13px transparent;
    margin-bottom: 10px;
    padding: 10px 15px 0 45px;
}
.contact-info-page .icon_phone {
    background: url(../../../Images/Default/icon_footer_phone.png) no-repeat scroll 15px 14px transparent;
    margin-bottom: 10px;
    padding: 10px 15px 0 45px;
}
.contact-info-page .icon_mail {
    background: url(../../../Images/Default/icon_footer_mail.png) no-repeat scroll 15px 13px transparent;
    line-height: 24px;
    margin-bottom: 10px;
    padding: 10px 15px 0 45px;
}
.contact-caption-page p{
	margin: 0;
	padding-bottom: 12px;
	padding-top: 2;
	padding-right: 0;
	padding-left: 0;
}
/******GOOGLE MAP******/
.map-container iframe{
	width:100%;
	height:250px;
	border: none;
	margin:0;
	padding:0;
}
/******FEATURES******/
h3.title-block {
	font-size:16px;
	color:#373737;
	font-weight:normal;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height:18px;
}
.demo-buttons {
	margin:0;
	padding:0;
}
.demo-buttons li{
	display:inline-block;
	margin-right: 10px;
	margin-top: 10px;
}
.demo-buttons li:last-child{
	margin-right: 0px;
}
/******ACCORDION******/
ul.accordion-style,
ol.accordion-style {
    margin: 0;
    padding: 0;
}
.accordion-style li {
	margin: 0;
	padding: 0;
	list-style: none outside none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ededed;
}
.accordion-style li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    *zoom: 1;
}
.accordion-style .loading {
    display: none;
}
.loading {
	display: none;
}
.accordion-style li h6 a {
	font-weight: normal;
	font-size: 12px;
	background-image: url(../../../Images/Default/li-icon-plus.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: #777777;
	display: block;
	height: 19px;
	transition: all 0.3s ease 0s;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 0.3s;
	-moz-transition-timing-function: ease;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 27px;
}
.accordion-style li h6 a:hover {
	background-image: url(../../../Images/Default/li-icon-plus-hover.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: #3c4c58;
	transition: all 0.3s ease 0s;
	-webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
	-moz-transition-duration: 0.3s;
    -moz-transition-timing-function: ease;
}
.accordion-style li.active h6 a {
    background-image: url(../../../Images/Default/li-icon-minus.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: #3c4c58;
	transition: all 0.3s ease 0s;
	-webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
	-moz-transition-duration: 0.3s;
    -moz-transition-timing-function: ease;
}
.accordion-style li.active h6 a:hover {
	background-image: url(../../../Images/Default/li-icon-minus-hover.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: #3c4c58;
	transition: all 0.3s ease 0s;
	-webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
	-moz-transition-duration: 0.3s;
    -moz-transition-timing-function: ease;
}
.accordion-style li.locked h6 a {
	background-image: url(../../../Images/Default/li-icon-minus.png);
	background-position: left center;
	background-repeat: no-repeat;
	transition: all 0.3s ease 0s;
	-webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
	-moz-transition-duration: 0.3s;
    -moz-transition-timing-function: ease;
}
.accordion-style li h6 {
	margin: 0;
	padding: 0;
}
.accordion-style .panel {
	margin-left: 17px;
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/******TABS******/
.tabs-nav {
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.tabs-nav li.active {
    line-height: 31px;
}
.tabs-nav li {
    float: left;
    line-height: 32px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.tabs-nav li a {
	color: #777777;
	display: block;
	letter-spacing: 0;
	outline: medium none;
	padding: 0 16px;
	text-decoration: none;
	margin-top: 2px;
    border-radius: 3px 3px 0 0;
}
.tabs-nav li a:hover, .tabs-nav li.active a {
    color: #3C4C58;
}
.tabs-nav li.active a {
	padding-bottom: 2px;
	background: none repeat scroll 0 0 #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4ac2f3;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #4ac2f3;
	border-left-color: #4ac2f3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
    border: 1px solid #e2e2e2;
    border-bottom:none;
    background-color: #fbfbfb;
    border-radius: 3px 3px 0 0;
}

.tabs-container {
	margin: -1px 0;
	overflow: hidden;
	width: 100%;
    border: 1px solid #e2e2e2;
    background-color: #fbfbfb;
    border-radius: 0 0 3px 3px;
}
.tab-content {
	padding-top: 0px;
	padding-bottom: 0px;
}
.tab-content p {
	padding-left: 15px;
	padding-bottom: 12px;
	padding-right: 15px;
}
/******DROPCAPS******/
.dropcap1 {
	 background: none repeat scroll 0 0 #EAEAEA;
    border-radius: 3px 3px 3px 3px;
    color: #777777;
    display: inline-block;
    float: left;
    font-size: 30px;
    font-weight: normal;
    height: 44px;
    line-height: 44px;
    margin: 6px 7px 0 0;
    padding-bottom: 2px;
    text-align: center;
    width: 36px;
}

.dropcap2 {
	color: #fff;
	display: inline-block;
	float: left;
	font-size: 23px;
	font-weight: 600;
	height: 40px;
	line-height: 38px;
	text-align: center;
	width: 40px;
	border-radius: 50px 50px 50px 50px;
	padding-left: 1px;
	background-attachment: scroll;
	background-color: #8f8f8f;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	margin-right: 7px;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 8px;
}
.dropcap3 {
    color: #777777;
    display: inline-block;
    float: left;
    font-size: 56px;
    font-weight: lighter;
    height: 36px;
    line-height: 56px;
    margin: 0 7px 0 0;
    padding-bottom: 2px;
    text-align: center;
    width: 36px;
}
/******STYLED LIST******/
.styled-list {
    list-style: none outside none;
    margin: 0;
	padding:0;
}
.styled-list.style-1 > li:before {
    background-position: 0 -30px;
}
.styled-list.style-2 > li:before {
    background-position: 0 -60px;
}
.styled-list.style-3 > li:before {
    background-position: 0 -15px;
}
.styled-list.style-4 > li:before {
    background-position: 0 0;
}
.styled-list.style-5 > li:before {
    background-position: 0 -45px;
}
.styled-list.style-6 > li:before {
    background-position: 0 -75px;
}
.styled-list > li:before {
	height: 15px;
	left: 0;
	top: 1.5px;
	width: 15px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../../../Images/Default/list-icons.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.styled-list > li:before {
    content: "";
    position: absolute;
}
.styled-list > li {
    padding-left: 19px;
    position: relative;
}
.demo-list-styles ul {
	margin-bottom:5px;
}

/*****PRICING TABLE*****/
.first-column {
	width: 210px;
	height: auto;
	float: left;
}

.first-column ul {
	margin: 141px 0 0 0;
}
.first-column ul li {
	width: 100%;
	height: 40px;
	background: #f5f5f5;
	margin: 0;
	display: block;
	
	color: #6b6b6b;
	font-size: 12px;
	line-height: 40px;
	
	text-indent: 20px;
}
.first-column ul li.alt {
	background: #fafafa;
}
.price-col-gray {
	float: left;
	width: 228px;
	height: auto;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	text-align: center;
	margin: 10px 0 0 5px;
	border: 1px solid #d6d6d6;
}
.m-left-0 {
	margin-left:0;
}	
.price-col-gray h1{
	margin: 0;
	height: 40px;
	display: block;
	background: #515151;
	color: #fcfcfc;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 40px;
	border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-o-border-top-left-radius: 3px;
	-ms-border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-o-border-top-right-radius: 3px;
	-ms-border-top-right-radius: 3px;
	font-weight: normal;
}
.price-col-gray span {
	margin: 0;
	display: block;
	color: #fff;
	font-size: 38px;
	font-weight: bold;
	background: #5f5f5f;
	padding: 20px 0;
	margin: 0;
	border-top: 1px solid #909090;
}
.price-col-gray p.gray {
	height: 30px;
	font-size: 12px;
	font-weight: normal;
	background: #5f5f5f;
	display: block;
	margin: 0;
	color:#CCCCCC;
}
.price-col-gray ul {
	margin: 0;
	padding:0;
}
.price-col-gray ul li {
	height: 40px;
	background: #f5f5f5;
	margin: 0;
	display: block;
	
	color: #6b6b6b;
	font-size: 12px;
	line-height: 40px;
	
	text-align: center;
}
.price-col-gray ul li:nth-child(2n) {
	background: #FDFDFD;
}
.price-col-gray ul li:last-child {
	padding: 22px 0;
	border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-o-border-bottom-left-radius: 3px;
	-ms-border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-o-border-bottom-right-radius: 3px;
	-ms-border-bottom-right-radius: 3px;
}
.price-marginleft-20 {
	margin-left: -20px;
}
.price-col-yellow {
	float: left;
	width: 228px;
	height: auto;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	text-align: center;
	margin: 0 0 0 2px;
	position: relative;
	z-index: 20;
	left: -10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-ms-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	border: 1px solid #d6d6d6;
}
.price-col-yellow h1 {
	margin: 0;
	height: 49px;
	display: block;
	background: #e8a900;
	color: #fcfcfc;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 49px;
	border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-o-border-top-left-radius: 3px;
	-ms-border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-o-border-top-right-radius: 3px;
	-ms-border-top-right-radius: 3px;
	font-weight: normal;
}
.price-col-yellow span {
	margin: 0;
	display: block;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	background: #ffbe11;
	padding: 20px 0;
	border-top: 1px solid #ffd35f;
}
.price-col-yellow p.white {
	height: 30px;
	font-size: 12px;
	font-weight: normal;
	display: block;
	background: #ffbe11;
	color: #fff;
	margin: 0;
}
.price-col-yellow ul {
	margin: 0;
	padding:0;
}
.price-col-yellow ul li {
	height: 40px;
	background: #f5f5f5;
	margin: 0;
	display: block;
	
	color: #6b6b6b;
	font-size: 12px;
	line-height: 40px;
	
	text-align: center;
}
.price-col-yellow ul li:nth-child(2n) {
	background: #FDFDFD;
}
.price-col-yellow ul li:last-child {
	padding: 30px 0;
	border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-o-border-bottom-left-radius: 3px;
	-ms-border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-o-border-bottom-right-radius: 3px;
	-ms-border-bottom-right-radius: 3px;
}

/******CONTACT FORM*******/
.contact-form-container {
	padding-top:7px;
}
#contact-form, #comment-form {
	margin-top:7px;
}
#contact-form label, #comment-form label{
	visibility:hidden;
	display:none;
}
.field-1-1 textarea{
	width:700px;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
    box-sizing: border-box;
}
.field-1-3 input{
	width:220px;
	margin-right:20px;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
    box-sizing: border-box;
}

.field-1-4 input{
	width:60px;
	margin-right:10px;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
    box-sizing: border-box;
}


.field-1-3:nth-of-type(3n) input{
	margin-right:0;
}



/******3 BLOCKS******/
.img-holder img {
	width:100%;
}
.box-main-container .img-holder {
	padding-top: 25px; padding-bottom: 15px;
    
}
.full-width img {
    width: 100%;
}
img {
    border: 0 none;
    max-width: 100%;
    vertical-align: top;
}
.box-main-container {
	padding-bottom: 15px;
	padding-top: 15px;
	background-color: #f0f0f0;
	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: dashed;
	border-left-style: solid;
	border-top-color: #d6d6d6;
	border-right-color: #d6d6d6;
	border-bottom-color: #d6d6d6;
	border-left-color: #d6d6d6;
	border-radius: 3px 3px 0 0;
	text-align:center;
}
.box-text-container {
	padding: 10px 20px;
	text-align: center;
	background-color: #f0f0f0;
	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-radius: 0 0 3px 3px;
}
.under-box-bg {
	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;
}
.box-text-container h5 {
	font-size:10px;
	line-height:14px;
	color:#656565;
	font-weight:normal;
}
.box-main-container a h3 {
	font-size:18px;
	line-height:22px;
	color:#373737;
	margin-bottom:0;
}
.box-main-container a:hover h3{
	color:#ffbd00;
}
.gears {
	background-image: url(../../../Images/Default/gears.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 62px;
	transition: all 0.5s ease 0s;
	-webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
	-moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease;
}
.box-main-container a:hover .gears{
	background-image: url(../../../Images/Default/gears-hover.png);
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 0.5s ease 0s;
	-webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
	-moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease;
}
.comp {
	background-image: url(../../../Images/Default/comp.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 62px;
	transition: all 0.5s ease 0s;
	-webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
	-moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease;
}
.box-main-container a:hover .comp{
	background-image: url(../../../Images/Default/comp-hover.png);
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 0.5s ease 0s;
	-webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
	-moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease;
}
.seo {
	background-image: url(../../../Images/Default/seo.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 62px;
	transition: all 0.5s ease 0s;
	-webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
	-moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease;
}
.box-main-container a:hover .seo{
	background-image: url(../../../Images/Default/seo-hover.png);
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 0.5s ease 0s;
	-webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
	-moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease;
}
.text-regular {
	font-weight:normal;
}
/******LATEST WORK******/
.bold {
	font-weight:bold;
}
.p-10 {
	padding:10px;
}
.lw-caption-container {
	float:left;
	padding-top: 6px;
	padding-bottom: 7px;
	font-size:16px;
	color:#373737;
	font-weight:lighter;
}
.lw-head-container {
	padding-top: 0px;
	padding-bottom: 0px;
	border-radius: 3px;
	background-color: #efefef;
	border: 1px solid #d6d6d6;
	padding-right: 10px;
	padding-left: 10px;
}
.jcarousel-scroll {
	float: right;
	padding-left: 11px;
	padding-top: 11px; padding-bottom: 11px; 
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dashed;
	border-top-color: #d6d6d6;
	border-right-color: #d6d6d6;
	border-bottom-color: #d6d6d6;
	border-left-color: #d6d6d6;
}
#mycarousel-next {
	width:7px;
	height:9px;
	display:block;
	float:right;
	margin-left: 10px;
	background-image: url(../../../Images/Default/next-small.png);
	background-repeat: no-repeat;
	background-position: left top;	
}
#mycarousel-prev {
	width:7px;
	height:9px;
	display:block;
	float:left;
	background-image: url(../../../Images/Default/prev-small.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.lw-text-container {
	padding:10px;
}
.lw-text-container p{
	padding:0px;
	margin:0px;
}
.lw-a-container {
	text-align:right;
}
.lw-item-container {
	background-color: #fff;
	border: 1px solid #d6d6d6;
	border-radius:3px;
}
.lw-item-caption-container {
	border-bottom: 1px dashed #D6D6D6;
	text-align: center;
	margin-top: 0px;
	padding-bottom: 10px;
	font-size: 14px;
	color: #373737;	
}
.lw-item-caption-container a{
	color:#373737;
}
.lw-item-caption-container a:hover{
	color:#e8a900;
}
.lw-item-text-container {
	text-align: center;
	font-size: 10px;
	line-height: 14px;
}
.lw-item-text-container p {
	margin: 8px 10px;
}

/*****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: 20px;
	padding-left: 20px;
}
.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;
}
/*******OUR CLIENTS*******/
.bw-wrapper {
    position:relative;
    display:block;
}
.our-clients-container ul{
	padding:0;
	margin:0;
}
.our-clients-container li {
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
	margin-right: 20px;
	margin-left: 20px;    /*width: 187px;*/
}
/*******FOOTER*******/
.right {
	float:right;	
}
.left {
	float:left;
}
.right-text {
	text-align:right;	
}
.footer-content-bg {
	padding-top: 25px;
	padding-bottom: 18px;
	background-color: #efefef;
	background-image: url(../../../Images/Default/footer-bg.png);
	background-repeat: repeat-x;
	background-position: left top;	
}
footer .caption {
	float:none;
}
footer .logo {
	margin-bottom: 8px;
}
footer h3, footer h4 {
	font-weight:normal;
}
.title-post-footer {
	margin-top:12px;
	font-size:12px;
	line-height:18px;
}
.title-post-footer a {
	color:#e8a900;
	font-weight:normal;
}
.title-post-footer a:hover {
	color:#373737;
	font-weight:normal;
}
ul.latest-post {
	padding:0;
	margin:0;
	margin-top: 10px;
}
ul.latest-post li {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #d6d6d6;
	border-right-color: #d6d6d6;
	border-bottom-color: #d6d6d6;
	border-left-color: #d6d6d6;	
}
ul.latest-post li:last-child {
	border:none;
	padding-bottom: 0px;
}
.date-post-footer {
	color:#ACACAC;
	font-size:12px;
	line-height:18px;
}
.icon_loc {
    background: url(../../../Images/Default/icon_footer_loc.png) no-repeat scroll left 3px transparent;
    margin-bottom: 6px;
    padding: 0 0 0 30px;
}
.icon_phone {
    background: url(../../../Images/Default/icon_footer_phone.png) no-repeat scroll left 4px transparent;
    margin-bottom: 6px;
    padding: 0 0 0 30px;
}
.icon_mail {
    background: url(../../../Images/Default/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;
}
.icon_mail a:hover{
    color:#e8a900;
}
.footer-copyright-bg {
	color:#a1a1a1;
	background-color: #484848;
	background-image: url(../../../Images/Default/footer-copyright-bg.png);
	background-repeat: repeat-x;
	background-position: left top;	
}
.footer-copyright-bg .eight.columns {
	padding-top: 25px;
	padding-bottom: 21px;	
}
.footer-menu {
	padding: 0px;
	margin:0px;
	list-style: none;
}
#footer-nav li {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    display: inline-block;
    list-style: none outside none;
    margin: 0 -3px 0 0;
}
#footer-nav li:first-child a {
    border-left: medium none;
    padding-left: 0;
}
#footer-nav li a {
    border-left: 1px solid #686868;
    display: block;
    padding: 0 15px;
	color:#a1a1a1;
}
#footer-nav li a:hover {
	color:#e8a900;
}
#footer-nav li:last-child a {
    padding-right: 0;
}
a.author {
	color:#cecece;
}
a.author:hover {
	color:#e8a900;
}

/******TWITTER******/
.tweet_list {
	margin:0;
	padding:0;
	margin-top: 2px;
}
.tweet_list li {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #d6d6d6;
	border-right-color: #d6d6d6;
	border-bottom-color: #d6d6d6;
	border-left-color: #d6d6d6;	
	padding-bottom: 12px;
	padding-top: 10px;
}
.tweet_list li:last-child {
	border:none;
	padding-bottom: 0px;
}
.tweet_time {
	display:block;
}
.tweet_time a{
	color:#acacac;
	font-style:italic;
}
.at {
	color:#e4c778;
}

/******BACK TO TOP BUTTON******/
#back-top {
	position: fixed;
	bottom: 15px;
    right: 25px;
	padding:0;
	margin:0;
	
}
#back-top a {
	text-decoration: none;
	width: 33px;
	height: 33px;
	display: block;
	margin-bottom: 7px;
	background-color: #f5f5f5;
	border-radius: 3px;
	background-image: url(../../../Images/Default/back-top.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #d6d6d6;
}
#back-top a:hover {
	background-color: #e2e2e2;
}

/******A, BUTTONS, A-BUTTONS******/
a.arrow:hover {
    color: #e8a900;
}
a.arrow {
    background-image: url(../../../Images/Default/reade-more-bg.png);
    background-position: right 4px;
    background-repeat: no-repeat;
    color: #373737;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    padding-right: 14px;
    text-decoration: none;
	margin-right: 3px;
}

/**********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;
	-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/Default/icon-get-theme.png) no-repeat scroll 130px center, -moz-linear-gradient(top, #efd740, #e5bd2c) !important;
	background: url(../../../Images/Default/icon-get-theme.png) no-repeat scroll 130px center, -webkit-linear-gradient(top, #efd740, #e5bd2c) !important;
	background: url(../../../Images/Default/icon-get-theme.png) no-repeat scroll 130px center, -o-linear-gradient(top, #efd740, #e5bd2c) !important; 
	background: url(../../../Images/Default/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/Default/icon-get-theme.png) no-repeat scroll 130px center,  -moz-linear-gradient(top, #f5e547, #e5bd2c) !important;
	background:url(../../../Images/Default/icon-get-theme.png) no-repeat scroll 130px center,  -webkit-linear-gradient(top, #f5e547, #e5bd2c) !important;
	background:url(../../../Images/Default/icon-get-theme.png) no-repeat scroll 130px center,  -o-linear-gradient(top, #f5e547, #e5bd2c) !important; 
	background:url(../../../Images/Default/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;
}

/*****HOVER based on http://tympanus.net/codrops/2011/11/02/original-hover-effects-with-css3/*********/
.view {
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
}
.view .mask,.view .content {
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.65);
   margin: 20px 0 0 0;
}
.view p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   text-align: center;
}
.view a.link {
	height: 21px;
	width: 21px;
	margin-right: 20px;
	display: inline-block;
	text-decoration: none;
	padding: 10px;
	background: rgba(0, 0, 0, 0.7);
	background-image: url(../../../Images/Default/link-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 3px;
}
.view a.link:hover {
	background-color: #2b2b2b;
}
.view a.zoom {
	height:21px;
	width:21px;
	display: inline-block;
	text-decoration: none;
	padding: 10px;
	background: rgba(0, 0, 0, 0.7);
	background-image: url(../../../Images/Default/zoom-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-radius:3px;  
}
.view a.zoom:hover {
	background-color: #2b2b2b;
}
.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first .mask {
	width:100%;
	height:100%;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(255,180,0, 0.8);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.view-first h2 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first p {
	padding-right:10px;
	padding-left:10px;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view-first:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}

/*****HOVER FOR 2COL PORTFOLIO*****/
.eight.columns .view-first p {
	margin-bottom: 38px;
	margin-top: 38px;
	padding-right: 10px;
	padding-left: 10px;
}
/*****HOVER FOR 3COL PORTFOLIO*****/
.one-third.column .view-first p {
	display:none;
}
.one-third.column .link, .one-third.column .zoom  {
	margin-top: 25px;
}
/*****HOVER FOR 4COL PORTFOLIO*****/
.our-projects .link, .our-projects .zoom, .four.columns .link, .four.columns .zoom  {
	margin-top: 42px;
}
.our-projects .view-first p, .four.columns .view-first p {
	display:none;
}
.our-projects .view-first h2, .four.columns .view-first h2 {
	display:none;
}

/*****MEDIA QUERIES*****/
@media all and (max-width: 425px){
	.search-container{
    width: 128px;
	}
	.search-text {
		width: 95px;
	}

}
@media all and (max-width: 510px){
	.logo-slogan {
		display:none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {

		#fdw nav ul li{
			margin-left:12px;
		}
}

/*****FOR MOBILE ******/
@media only screen and (max-width: 767px) {
		/* NAV MENU */
		nav#main-nav ul {
			display:none;
		}
		nav#main-nav select {
			width:100%;
			display:block;
			margin-right: 10px !important;
			margin-top: 25px;
			cursor:pointer;
			padding:6px;
			background:#f9f9f9;
			border:1px solid #e3e3e3;
			color:#777;
		}
}

/******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;
}

/******ALERT BOXES******/
.iconed-box.error:before {
    background-position: -36px center;
}
.iconed-box.success:before {
    background-position: 0 center;
}
.iconed-box.info:before {
    background-position: -72px center;
}
.iconed-box.notice:before {
    background-position: -108px center;
}
.iconed-box:before {
	height: 100%;
	left: 10px;
	max-height: 80px;
	top: 0;
	width: 36px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../../../Images/Default/box-icons.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.iconed-box:before {
    content: "";
    position: absolute;
}
.styled-box.success {
    background: none repeat scroll 0 0 #EDFFD7;
    border-color: #80c080;;
	color:#32a432;
}
.styled-box.error {
    background: none repeat scroll 0 0 #FFE8E7;
    border-color: #c77777;
	color:#cc3300;
}
.styled-box.info {
    background: none repeat scroll 0 0 #E2F1FF;
    border-color: #73bfe4;
	color:#4ac2f3;
}
.styled-box.notice {
    background: none repeat scroll 0 0 #FFFFEE;
    border-color: #fbc778;
	color:#ff9900;
}
.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;
}
.demo .styled-box {
	padding-top: 20px;
	padding-bottom: 20px;	/*margin-bottom: 20px;*/
}
.iconed-box {
    padding-left: 60px;
}
#contact-form .iconed-box {
    padding-left: 60px;
	width:220px;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
    box-sizing: border-box;
}
/******PORTFOLIO******/
ul#portfolio {
	margin:0 ;
	padding:0 ;
	transition:none !important;
	/*float:left;*/
}
.filter-portfolio ul {
	margin:0 ;
	padding:0 ;
}
ul#filter {
	margin:0;
	padding:0;
	margin-bottom: -4px;
	margin-top: -2px;
	float:right;
	border: 1px solid #d6d6d6;
	background-color: #f0f0f0;
	border-radius:3px;
}
ul#filter li{
	float:left;
	margin:0;
	padding:0;
	margin-bottom: -1px;
    margin-top: -1px;
}
ul#filter li a{
	padding-left:10px;
	padding-right:11px;
    padding-bottom: 6px;
    padding-top: 6px;
	margin: 0;
	color:#777777;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	display:block;
	border-right: 1px dashed #D6D6D6;
}
ul#filter li a:hover{
	color: #F0F0F0 ;
	background: #525252;
	border-right:1px solid #525252;
}

.filter-portfolio .content-under-container-white {
   margin-bottom: 25px;
}
ul#filter li.current a{
	position: relative;
	background: #525252;
	color: #F0F0F0 ;
	border-right:1px solid #525252;
}
ul#filter li.current a:after {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
ul#filter li.current a:after {
	border-color: rgba(82, 82, 82, 0);
	border-top-color: #525252;
	border-width: 8px;
	left: 50%;
	margin-left: -8px;
}
ul#filter li:first-of-type a {
	border-radius:3px 0 0 3px ;
}
ul#filter li:last-of-type a {
	border-radius:0 3px 3px 0 ;
	border:none;
}
ul#filter li:first-of-type {
	margin-left:-1px;
}
ul#filter li:last-of-type a {
	margin-right:-1px;
}
/******PORTFOLIO PROJECT OVERVIEW******/
ul.overview-style,
ol.overview-style {
    margin: 0;
    padding: 0;
}
.overview-style li {
	margin: 0;
	padding: 0;
	list-style: none outside none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ededed;
}
.overview-style li h6 {
	font-weight: normal;
	font-size: 12px;
	background-image: url(../../../Images/Default/li-cat.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: #777777;
	display: block;
	height: 19px;
	transition: all 0.3s ease 0s;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 0.3s;
	-moz-transition-timing-function: ease;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 27px;
}
.overview-style .panel {
	margin-left: 17px;
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.launch-button-container{
	margin-top:15px;
	text-align:center;
}
/******PAGINATION 1******/
.pagination-1-container {
	text-align:right;
}
.pagination-1 {
	margin:0;
	padding:0;
	background-color: #F0F0F0;
    border: 1px solid #D6D6D6;
    border-radius: 3px 3px 3px 3px;
	display:inline-block;
}
.pagination-1 li{
	float: left;
	margin:0;
	padding:0;
	margin-bottom: -1px;
    margin-top: -1px;
	
}
.pagination-1 li:last-child{
	border:none;
}
.pagination-1 li a{
	display: block;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-right:1px dashed #d6d6d6;
}

.pagination-1 a {
	color:#777777;
}
.pagination-1 a:hover {
	background:#525252;
	border-right:1px solid #525252;
	color:#f0f0f0;
    padding-bottom: 5px ;
    padding-top: 6px ;

}
.pagination-1 a.pag-current {
	background:#525252;
	border-right:1px solid #525252;
	color:#f0f0f0;
    padding-bottom: 5px !important;
    padding-top: 6px !important;
}
.pagination-1 .pag-next {
	padding: 10px !important;
    background-image: url("../../../Images/Default/next-small.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 9px;
    width: 7px;
}
.pagination-1 .pag-prev {
	padding: 10px !important;
    background-image: url("../../../Images/Default/prev-small.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 9px;
    width: 7px;
}
.pagination-1 a.pag-prev:hover {
	padding: 10px !important;
    background-image: url("../../../Images/Default/prev-small-hover.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 9px;
    width: 7px;
}
.pagination-1 a.pag-next:hover {
	padding: 10px !important;
    background-image: url("../../../Images/Default/next-small-hover.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 9px;
    width: 7px;
}
.pagination-1 li:first-of-type a {
	border-radius:3px 0 0 3px ;
}
.pagination-1 li:last-of-type a {
	border-radius:0 3px 3px 0 ;
	border:none;
}
.pagination-1 li:first-of-type {
	margin-left:-1px;
}
.pagination-1 li:last-of-type {
	margin-right:-1px;
}
/******PAGINATION 2******/
.pagination-2-container {
	text-align:center;
}
.pagination-2 {
	margin:0;
	padding:0;
	display:inline-block;
}
.pagination-2 li{
	float: left;
	margin:0;
	padding:0;
}
.pagination-2 li:last-child{
	border:none;
}
.pagination-2 li a{
	display: block;
	padding-right: 10px;
	padding-left: 10px;
}

.pagination-2 a {
	color:#777777;
}
.pagination-2 a:hover {
	color:#e8a900;
}
.pagination-2 a.pag-current {
	color:#e8a900;
}
.pagination-2 .pag-next {
	padding-top: 7px;
    background-image: url("../../../Images/Default/next-small.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 9px;
    width: 7px;
}
.pagination-2 .pag-prev {
	padding-top: 7px;
    background-image: url("../../../Images/Default/prev-small.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 9px;
    width: 7px;
}

.pagination-2 a.pag-prev:hover {
    background-image: url("../../../Images/Default/prev-small-2-hover.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 9px;
    width: 7px;
}
.pagination-2 a.pag-next:hover {
    background-image: url("../../../Images/Default/next-small-2-hover.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 9px;
    width: 7px;
}
/*******PORTFOLIO PAGINATION******/
.portfolio-pagination {
	float:right;
	margin: -2px 0 -4px;
}
/*******BLOG*******/
.blog-info-container ul {
	margin: 0;
    border-bottom: 1px dashed #d6d6d6;
    margin: 0 0 10px;
    padding-bottom: 0;
	padding-left:10px;
	padding-right:10px;
}
.blog-info-container ul li {
    font-size: 11px;
    margin: 0;
}
.blog-info-container ul li.date {
	display: block;
	float: left;
	padding: 10px 20px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../../../Images/Default/clock-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.blog-info-container ul li.author {
	display: block;
	float: left;
	padding: 10px 20px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../../../Images/Default/author-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.blog-info-container ul li.view {
	display: block;
	float: left;
	padding: 10px 20px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../../../Images/Default/view-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.blog-info-container ul li.comment {
	display: block;
	float: left;
	padding: 10px 20px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../../../Images/Default/comment-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.blog-info-container ul li.tag {
	display: block;
	float: left;
	padding: 10px 20px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../../../Images/Default/tag-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.blog-text-container  {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}
.blog-side-container {
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
}
.tab-content img {
	float:left;
	margin-right:10px;
	max-width:50px;
	height:50px;
}
.blog-side-container .tab-content  a {
	color:#777777;
}
.blog-side-container .tab-content  a:hover {
	color:#e8a900;
}
/******CATEGORIES******/
ul.categories-style,
ol.categories-style {
    margin: 0;
    padding: 0;
}
.categories-style li {
	margin: 0;
	padding: 0;
	list-style: none outside none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ededed;
}
.categories-style li h6 a {
	font-weight: normal;
	font-size: 12px;
	background-image: url(../../../Images/Default/li-cat.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: #777777;
	display: block;
	height: 19px;
	transition: all 0.3s ease 0s;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 0.3s;
	-moz-transition-timing-function: ease;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 27px;
}
.categories-style li h6 a:hover {
	background-image: url(../../../Images/Default/li-cat-hover.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: #3c4c58;
	transition: all 0.3s ease 0s;
	-webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
	-moz-transition-duration: 0.3s;
    -moz-transition-timing-function: ease;
}
.categories-style li.active h6 a {
    background-image: url(../../../Images/Default/li-cat-hover.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: #3c4c58;
	transition: all 0.3s ease 0s;
	-webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
	-moz-transition-duration: 0.3s;
    -moz-transition-timing-function: ease;
}
.categories-style li.active h6 a:hover {
	background-image: url(../../../Images/Default/li-cat-hover.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: #3c4c58;
	transition: all 0.3s ease 0s;
	-webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
	-moz-transition-duration: 0.3s;
    -moz-transition-timing-function: ease;
}
.categories-style li h6 {
	margin: 0;
	padding: 0;
}
.categories-style .panel {
	margin-left: 17px;
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/******FLICKR******/
ul#flickrfeed {
	margin:0;
	padding:0;
}
ul#flickrfeed li {
    display: inline-block;
    float: left;
}
ul#flickrfeed li a {
    background: none repeat scroll 0 0 #f8f8f8;
    border: 1px solid #d6d6d6;
    display: block;
    margin: 0 10px 10px 0;
    padding: 3px;
}
ul#flickrfeed li a:hover {
	border-color: #e8a900;
	background: none repeat scroll 0 0 #fcf4e0;
}
ul#flickrfeed li a img {
    width: 64px;
}
/******TABS BLOG*****/
.latest-post-sidebar {
	padding-left: 15px;
}
.latest-post-sidebar img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #d6d6d6;
    float: left;
    height: 52px;
    margin: 2px 14px 15px 0;
    padding: 3px;
    transition: all 0.3s linear 0s;
    width: 52px;
}

.latest-post-sidebar img:hover {
    border-color: #e8a900;
	background: none repeat scroll 0 0 #fcf4e0;
}
.latest-post-sidebar p.latest-post-sidebar-title {
    line-height: 15px;
    padding-top: 5px;
	padding-bottom:0px;
}
.latest-post-sidebar p {
    line-height: 15px;
    margin-bottom: 8px;
}

.latest-post-sidebar p.latest-post-sidebar-date {
    color: #ACACAC;
	padding-bottom: 0px;
	margin-bottom: 15px;
}
/******TAGS based on http://cssdeck.com/labs/tagtastic-tag-cloud******/
.tag-cloud ul {
	list-style-type: none;
	padding: 0;
}
.tag-cloud li {
	margin: 5px 5px 5px 10px;
	float: left;
}
.tag-cloud a {
	display: inline-block;
	position: relative;
	color: #996633;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
	text-decoration: none;
	text-align: center;
	padding: 4px 9px 6px 6px;
	font: bold 11px Tahoma, sans-serif;
	border-radius: 3px;
	border: 1px solid #cc912d;
	background-color:#f8c231;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12);
	box-shadow: 0 1px 0px rgba(255,255,255,0.4) inset;
	background-image: -webkit-linear-gradient(top, rgba(254,218,113,1) 0%,rgba(254,205,97,1) 60%,rgba(254,188,74,1) 100%);
	background-image: -moz-linear-gradient(top, rgba(254,218,113,1) 0%,rgba(254,205,97,1) 60%,rgba(254,188,74,1) 100%);
	background-image: -o-linear-gradient(top, rgba(254,218,113,1) 0%,rgba(254,205,97,1) 60%,rgba(254,188,74,1) 100%);
	background-image: -ms-linear-gradient(top, rgba(254,218,113,1) 0%,rgba(254,205,97,1) 60%,rgba(254,188,74,1) 100%);
	background-image: linear-gradient(top, rgba(254,218,113,1) 0%,rgba(254,205,97,1) 60%,rgba(254,188,74,1) 100%);
}
.tag-cloud a:hover {
	color: #492a0b;
}
.tag-cloud a:after {
	content: '';
	position: absolute;
	height: 50%;
	width: 15px;
	background-color:#f8c231;
	border-left: 1px solid #cc912d;
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(254,218,113,1) 1%,rgba(254,205,97,1) 100%);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(254,218,113,1) 1%,rgba(254,205,97,1) 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(254,218,113,1) 1%,rgba(254,205,97,1) 100%);
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(254,218,113,1) 1%,rgba(254,205,97,1) 100%);
	background-image: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(254,218,113,1) 1%,rgba(254,205,97,1) 100%);
	left: -5px;
	top: 1px;
	-webkit-transform: skewX(-35deg);
	-moz-transform: skewX(-35deg);
	-o-transform: skewX(-35deg);
	-ms-transform: skewX(-35deg);
	transform: skewX(-35deg);
}
.tag-cloud a:before {
	content: '';
	position: absolute;
	height: 48%;
	width: 15px;
	border-left: 1px solid #cc912d;
	bottom: 1px;
	left: -5px;
	-webkit-transform: skewX(35deg);
	-moz-transform: skewX(35deg);
	-o-transform: skewX(35deg);
	-ms-transform: skewX(35deg);
	transform: skewX(35deg);
	background-color:#f8c231;
	background-image: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(254,205,97,1) 10%,rgba(254,188,74,1) 100%);
	background-image: -moz-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(254,205,97,1) 10%,rgba(254,188,74,1) 100%);
	background-image: -o-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(254,205,97,1) 10%,rgba(254,188,74,1) 100%);
	background-image: -ms-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(254,205,97,1) 10%,rgba(254,188,74,1) 100%);
	background-image: linear-gradient(top, rgba(240,240,240,1) 0%,rgba(254,205,97,1) 10%,rgba(254,188,74,1) 100%);
}
.tag-cloud a span {
	background-color: #FFFFFF;
    border: 1px solid #CC912D;
    border-radius: 5px 5px 5px 5px;
    display: inline-block;
    height: 5px;
    left: -5px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 5px;
    z-index: 10;
}

/******COMMENTS******/

/******COMMENT LIST******/
.comment-list ol {
	margin:0;
	padding:0;
	list-style: none;
	margin-left: 0px;
}
.comment-list ol.comment-sub {
	list-style: none;
}
li.comment .single-comment {
	padding: 20px 0;
	border-top: 1px dashed #ddd;	
}
li.comment .single-comment.first-comment {
	border-top: none;
}
li.comment ol.comment-sub {
	margin-left: 45px;	
}

/******COMMENT LIST CONTENT******/
.avatar {
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #D6D6D6;
	border-radius:3px;
    padding: 4px;
}
.avatar img{
	width:100px;
	height:130px;
}
.comment-text {
	background-color: #FDFDFD;
    border: 1px solid #D6D6D6;
    border-radius: 3px;
	padding-left: 10px;
	padding-right: 10px;
}
.comment-list ol .comment-avatar {
	float: left;
	margin-right: 0px;
}
.comment-list ol .comment-avatar a.comment-edit {
	display: block;
	margin-top: 12px;
	text-align: center;
	font-style: italic;
}
.comment-list ol .comment-content {
	overflow: hidden;
}
.comment-list ol .comment-name {
	font-weight: bold;
	margin-left:15px;	
}
.comment-list ol .comment-name span{
	font-weight: normal;
	color: #aaa;
	margin: 0 8px;	
}

.comment-list ol .comment-name a {
    font-size: 14px;
    font-weight: 600;
}
.comment-list ol .comment-name a.comment-reply {
	font-size: 13px;
	font-weight: normal;
}
.comment-list ol .comment-desc {
	margin-left:15px;
	font-size: 12px;
	margin-bottom: 16px;	
	color: #999;
	font-style: italic;
}

/****************/
.comment-text-arrow  p{
	margin-top:10px;
	margin-bottom:10px;
}
.comment-text-arrow {
	margin-left: 15px;
	position: relative;
	background: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 3px;
	padding-left: 12px;
	padding-right: 12px;
}
.comment-text-arrow:after, .comment-text-arrow:before {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.comment-text-arrow:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 7px;
	top: 14px;
	margin-top: -7px;
}
.comment-text-arrow:before {
	border-color: rgba(214, 214, 214, 0);
	border-right-color: #d6d6d6;
	border-width: 8px;
	top: 14px;
	margin-top: -8px;
}

/******LEAVE COMMENT FORM*******/
.field-1-1-comment textarea{
	width:640px;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
    box-sizing: border-box;
}
.field-1-2-comment input{
	width:310px;
	margin-right:20px;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
    box-sizing: border-box;
}
.field-1-2-comment:nth-of-type(2n) input{
	margin-right:0;
}
.leave-comment-container #contact-form .iconed-box {
    padding-left: 60px;
	width:310px;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
    box-sizing: border-box;
}


/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {

		.logo-slogan {
			display:none;
		}
		
		.nl-text {
			display:none;
		}
		.our-clients-container li:nth-child(5) {
			display: none;
		}
		.our-clients-container li {
			margin-right: 19px;
			margin-left: 19px;
		}
		.field-1-3 input{
			width:172px;
			margin-right:20px;
			-moz-box-sizing: border-box; 
			-webkit-box-sizing: border-box;
			-o-box-sizing: border-box;
			box-sizing: border-box;
		}
		.field-1-1 textarea {
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-o-box-sizing: border-box;
			box-sizing: border-box;
			width: 556px;
		}
		/******LEAVE COMMENT FORM*******/
		.field-1-1-comment textarea{
			width:508px;
			-moz-box-sizing: border-box; 
			-webkit-box-sizing: border-box;
			-o-box-sizing: border-box;
			box-sizing: border-box;
		}
		.field-1-2-comment input{
			width:244px;
			margin-right:20px;
			-moz-box-sizing: border-box; 
			-webkit-box-sizing: border-box;
			-o-box-sizing: border-box;
			box-sizing: border-box;
		}
		#contact-form .iconed-box {
			padding-left: 60px;
			width:172px;
			-moz-box-sizing: border-box; 
			-webkit-box-sizing: border-box;
			-o-box-sizing: border-box;
			box-sizing: border-box;
		}
		.leave-comment-container #contact-form .iconed-box {
			padding-left: 60px;
			width:244px;
			-moz-box-sizing: border-box; 
			-webkit-box-sizing: border-box;
			-o-box-sizing: border-box;
			box-sizing: border-box;
		}
		.price-col-gray {
			width: 180px;
		}
		.price-col-yellow {
			width: 180px;
		}
		.pricebox-marginleft {
			margin-left: -20px;
		}
		/*****HOVER FOR 2COL PORTFOLIO*****/
		.eight.columns .view-first p {
			margin-bottom:8px;
			margin-top: 12px;
		}
		/*****HOVER FOR 3COL PORTFOLIO*****/
		.one-third.column .view-first p {
			display:none;
		}
		.one-third.column .link, .one-third.column .zoom  {
			margin-top: 5px;
		}
		/*****HOVER FOR 4COL PORTFOLIO*****/
		.our-projects .link, .our-projects .zoom, .four.columns .link, .four.columns .zoom  {
			margin-top: 25px;
		}
    }


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
        
		#logo-container {
			width:135px;
		}
		nav#main-nav select {
			background: none repeat scroll 0 0 #F9F9F9;
			border: 1px solid #E3E3E3;
			color: #777777;
			cursor: pointer;
			display: block;
			margin-right: 10px !important;
			margin-top: 26px;
			padding: 6px;
			padding-left: 1px;
			padding-right: 5px;
			width: 100%;
		}		
		.search-container{
			width: 128px;
		}
		.search-text {
			width: 95px;
		}
		.nl-text {
			display:none;
		}
		.nl-text-container .caption {
			display:none;
		}
		.newsletterform input {
			width: 96px;
			
		}
		.our-clients-container li:nth-child(5) {
			display: none;
		}
		.our-clients-container li:nth-child(4) {
			display: none;
		}
		.our-clients-container li:nth-child(3) {
			display: none;
		}
		.our-clients-container li:nth-child(2) {
			display: none;
		}
		.our-clients-container li {
		
			margin-left: 76px;
		}
		.footer-copyright-bg .eight.columns {
			padding-top: 20px;
			padding-bottom: 17px;
			text-align:center;	
		}
		#footer-nav li{
			display:list-item;
			
			
		}
		#footer-nav li a {
			color: #A1A1A1;
			/*display: block;*/
			padding: 0;
			border-bottom-width: 1px;
			border-bottom-style: dashed;
			border-left-style: none;
			border-bottom-color: #686868;
			padding-bottom: 5px; padding-top: 5px;
		}
		.error404-numb 	{
			padding:0;	
			margin:0;
			margin-bottom: 50px;
			text-align:center;
			color:#cccccc;
			font-size:120px;
			line-height:120px;
			font-weight:lighter;
		}
		.field-1-3 input{
			width:300px;
			margin-right:0px;
			-moz-box-sizing: border-box; 
			-webkit-box-sizing: border-box;
			-o-box-sizing: border-box;
			box-sizing: border-box;
		}
		.field-1-1 textarea {
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-o-box-sizing: border-box;
			box-sizing: border-box;
			width: 300px;
		}
		/******LEAVE COMMENT FORM*******/
		.field-1-1-comment textarea{
			width:300px;
			-moz-box-sizing: border-box; 
			-webkit-box-sizing: border-box;
			-o-box-sizing: border-box;
			box-sizing: border-box;
		}
		.field-1-2-comment input{
			width:300px;
			margin-right:0px;
			-moz-box-sizing: border-box; 
			-webkit-box-sizing: border-box;
			-o-box-sizing: border-box;
			box-sizing: border-box;
		}
		#contact-form .iconed-box {
			padding-left: 60px;
			width:300px;
			-moz-box-sizing: border-box; 
			-webkit-box-sizing: border-box;
			-o-box-sizing: border-box;
			box-sizing: border-box;
		}
		.leave-comment-container #contact-form .iconed-box {
			padding-left: 60px;
			width:300px;
			-moz-box-sizing: border-box; 
			-webkit-box-sizing: border-box;
			-o-box-sizing: border-box;
			box-sizing: border-box;
		}
		/******PRICING TABLE*****/
		.price-col-gray {
			float: none;
			width: 268px;
			left:0;
			margin-top: 0;
			margin-right: auto;
			margin-bottom: 20px;
			margin-left: auto;
		}
		.price-col-yellow {
			float: none;
			width: 268px;
			z-index: 20;
			left:0;
			margin-top: 0;
			margin-right: auto;
			margin-bottom: 20px;
			margin-left: auto;
		}
		/*****HOVER FOR 2COL PORTFOLIO*****/
		.view h2 {
			margin-bottom: 25px;
		}
    }

    @media only screen and (max-width: 479px) {
	
		.our-clients-container li {
		
			margin-left: 76px;
		}
		/******PORTFOLIO******/
		ul#filter {
			margin-top:15px;
		}
		/*****HOVER FOR 2COL PORTFOLIO*****/
		.eight.columns .view-first p {
			display:none;
		}
		/*****HOVER FOR 4COL PORTFOLIO*****/
		.our-projects .link, .our-projects .zoom  {
			margin-top: 65px;
		}
		.four.columns .link, .four.columns .zoom  {
			margin-top: 0px;
		}
		.four.columns .view-first h2 {
			display:block;
		}
		/*****HOVER FOR 3COL PORTFOLIO*****/
		.one-third.column .link, .one-third.column .zoom  {
			margin-top: 0px;
		}
		
	}
/* #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;
		}
		.our-clients-container li:nth-child(5) {
			display: none;
		}
		.our-clients-container li:nth-child(4) {
			display: none;
		}
		.our-clients-container li:nth-child(3) {
			display: none;
		}
		.our-clients-container li:nth-child(2) {
			display: block;
		}
		.our-clients-container li {
			margin-right: 31px;
			margin-left: 31px;
		}
		.footer-copyright-bg .eight.columns {
			padding-top: 20px;
			padding-bottom: 17px;
			text-align:center;	
		}
		.error404-numb 	{
			padding:0;	
			margin:0;
			margin-bottom: 50px;
			text-align:center;
			color:#cccccc;
			font-size:200px;
			line-height:200px;
			font-weight:lighter;
		}
		.field-1-3 input{
			width:420px;
			margin-right:0px;
			-moz-box-sizing: border-box; 
			-webkit-box-sizing: border-box;
			-o-box-sizing: border-box;
			box-sizing: border-box;
		}
		.field-1-1 textarea {
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-o-box-sizing: border-box;
			box-sizing: border-box;
			width: 420px;
		}
		/******LEAVE COMMENT FORM*******/
		.field-1-1-comment textarea{
			width:420px;
			-moz-box-sizing: border-box; 
			-webkit-box-sizing: border-box;
			-o-box-sizing: border-box;
			box-sizing: border-box;
		}
		.field-1-2-comment input{
			width:420px;
			margin-right:0px;
			-moz-box-sizing: border-box; 
			-webkit-box-sizing: border-box;
			-o-box-sizing: border-box;
			box-sizing: border-box;
		}
		#contact-form .iconed-box {
			padding-left: 60px;
			width:420px;
			-moz-box-sizing: border-box; 
			-webkit-box-sizing: border-box;
			-o-box-sizing: border-box;
			box-sizing: border-box;
		}
		.leave-comment-container #contact-form .iconed-box {
			padding-left: 60px;
			width:420px;
			-moz-box-sizing: border-box; 
			-webkit-box-sizing: border-box;
			-o-box-sizing: border-box;
			box-sizing: border-box;
		}
		/******PRICING TABLE*****/
		.price-col-gray {
			float: none;
			width: 268px;
			margin-top: 0;
			margin-right: auto;
			margin-bottom: 20px;
			margin-left: auto;
		}
		.price-col-yellow {
			float: none;
			width: 268px;
			left:0;
			margin-top: 0;
			margin-right: auto;
			margin-bottom: 20px;
			margin-left: auto;
		}
		/*****HOVER FOR 2COL PORTFOLIO*****/
		.eight.columns .view-first p {
			margin-bottom:30px;
			margin-top: 30px;
		}
		/*****HOVER FOR 4COL PORTFOLIO*****/
		.our-projects .link, .our-projects .zoom {
			margin-top: 35px;
		}
		.four.columns .link, .four.columns .zoom  {
			margin-top: 15px;
		}
		.four.columns .view-first p {
			display:inline-block;
			margin-top: 0px;
		}
		.four.columns .view-first h2 {
			display:block;
		}
		/*****HOVER FOR 3COL PORTFOLIO*****/
		.one-third.column .view-first p {
			display:inline-block;
			margin-top: 0px;
		}
		.one-third.column .link, .one-third.column .zoom  {
			margin-top: 15px;
		}
    }
			
				

/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/
/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }
	img, video {
		max-width: 100%;
		height: auto;
	}	
		

/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)

/* #Base 960 Grid
================================================== */

    .container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; }
    .container .column,
    .container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
    .row                                        { margin-bottom: 20px; }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }

    /* Base Grid */
    .container .one.column,
    .container .one.columns                     { width: 40px; }
    .container .two.columns                     { width: 100px; }
    .container .three.columns                   { width: 160px; }
    .container .four.columns                    { width: 220px; }
    .container .five.columns                    { width: 280px; }
    .container .six.columns                     { width: 340px; }
    .container .seven.columns                   { width: 400px; }
    .container .eight.columns                   { width: 460px; }
    .container .nine.columns                    { width: 520px; }
    .container .ten.columns                     { width: 580px; }
    .container .eleven.columns                  { width: 640px; }
    .container .twelve.columns                  { width: 700px; }
    .container .thirteen.columns                { width: 760px; }
    .container .fourteen.columns                { width: 820px; }
    .container .fifteen.columns                 { width: 880px; }
    .container .sixteen.columns                 { width: 940px; }
	
	.container .one-third.column                { width: 300px; }
    .container .two-thirds.column               { width: 620px; }

    /* Offsets */
    .container .offset-by-one                   { padding-left: 60px;  }
    .container .offset-by-two                   { padding-left: 120px; }
    .container .offset-by-three                 { padding-left: 180px; }
    .container .offset-by-four                  { padding-left: 240px; }
    .container .offset-by-five                  { padding-left: 300px; }
    .container .offset-by-six                   { padding-left: 360px; }
    .container .offset-by-seven                 { padding-left: 420px; }
    .container .offset-by-eight                 { padding-left: 480px; }
    .container .offset-by-nine                  { padding-left: 540px; }
    .container .offset-by-ten                   { padding-left: 600px; }
    .container .offset-by-eleven                { padding-left: 660px; }
    .container .offset-by-twelve                { padding-left: 720px; }
    .container .offset-by-thirteen              { padding-left: 780px; }
    .container .offset-by-fourteen              { padding-left: 840px; }
    .container .offset-by-fifteen               { padding-left: 900px; }
	
	/* INSIDE CONTAINERS */
	
	.container .in-column,
    .container .in-columns                       { float: left; display: inline; margin-left: 15px; margin-right: 15px; }
	
	.container .in-one-third.in-column          {width:282px;} 
	.container .in-two-third.in-column          {width:596px;}
	.container .in-sixteen.in-columns        	{width:908px;} 
	.container .in-eight.in-columns        		{width:439px;}
	.container .in-four.in-columns        		{width:204px;}
	.container .in-three-four.in-columns        {width:674px;}



/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {
        .container                                  { width: 768px; }
        .container .column,
        .container .columns                         { margin-left: 10px; margin-right: 10px;  }
        .column.alpha, .columns.alpha               { margin-left: 0; margin-right: 10px; }
        .column.omega, .columns.omega               { margin-right: 0; margin-left: 10px; }
        .alpha.omega                                { margin-left: 0; margin-right: 0; }

        .container .one.column,
        .container .one.columns                     { width: 28px; }
        .container .two.columns                     { width: 76px; }
        .container .three.columns                   { width: 124px; }
        .container .four.columns                    { width: 172px; }
        .container .five.columns                    { width: 220px; }
        .container .six.columns                     { width: 268px; }
        .container .seven.columns                   { width: 316px; }
        .container .eight.columns                   { width: 364px; }
        .container .nine.columns                    { width: 412px; }
        .container .ten.columns                     { width: 460px; }
        .container .eleven.columns                  { width: 508px; }
        .container .twelve.columns                  { width: 556px; }
        .container .thirteen.columns                { width: 604px; }
        .container .fourteen.columns                { width: 652px; }
        .container .fifteen.columns                 { width: 700px; }
        .container .sixteen.columns                 { width: 748px; }

        .container .one-third.column                { width: 236px; }
        .container .two-thirds.column               { width: 492px; }

        /* Offsets */
        .container .offset-by-one                   { padding-left: 48px; }
        .container .offset-by-two                   { padding-left: 96px; }
        .container .offset-by-three                 { padding-left: 144px; }
        .container .offset-by-four                  { padding-left: 192px; }
        .container .offset-by-five                  { padding-left: 240px; }
        .container .offset-by-six                   { padding-left: 288px; }
        .container .offset-by-seven                 { padding-left: 336px; }
        .container .offset-by-eight                 { padding-left: 384px; }
        .container .offset-by-nine                  { padding-left: 432px; }
        .container .offset-by-ten                   { padding-left: 480px; }
        .container .offset-by-eleven                { padding-left: 528px; }
        .container .offset-by-twelve                { padding-left: 576px; }
        .container .offset-by-thirteen              { padding-left: 624px; }
        .container .offset-by-fourteen              { padding-left: 672px; }
        .container .offset-by-fifteen               { padding-left: 720px; }
		
		/* INSIDE CONTAINERS */
	
		
		.container .in-one-third.in-column          {width:218px;} 
		.container .in-two-third.in-column          {width:468px;}
		.container .in-sixteen.in-columns        	{width:716px;} 
		.container .in-eight.in-columns        		{width:343px;}
		.container .in-four.in-columns        		{width:156px;}
		.container .in-three-four.in-columns        {width:530px;}

    }


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
        .container { width: 300px; }
        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column  { width: 300px; }

        /* Offsets */
        .container .offset-by-one,
        .container .offset-by-two,
        .container .offset-by-three,
        .container .offset-by-four,
        .container .offset-by-five,
        .container .offset-by-six,
        .container .offset-by-seven,
        .container .offset-by-eight,
        .container .offset-by-nine,
        .container .offset-by-ten,
        .container .offset-by-eleven,
        .container .offset-by-twelve,
        .container .offset-by-thirteen,
        .container .offset-by-fourteen,
        .container .offset-by-fifteen { padding-left: 0; }
		
		/* INSIDE CONTAINERS */
	
		
		.container .in-one-third.in-column,
		.container .in-two-third.in-column,
		.container .in-sixteen.in-columns,
		.container .in-eight.in-columns,
		.container .in-four.in-columns,
		.container .in-three-four.in-columns  {width:268px;}  

    }


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container { width: 420px; }
        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column { width: 420px; }
		
		/* INSIDE CONTAINERS */
			
		.container .in-one-third.in-column,
		.container .in-two-third.in-column,
		.container .in-sixteen.in-columns,
		.container .in-eight.in-columns,
		.container .in-four.in-columns,
		.container .in-three-four.in-columns  {width:388px;}

    }
	
/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #777777;
		/*font-family: "Georgia", "Times New Roman", serif;*/
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	/*p { margin: 0 0 20px 0; }
	p img { margin: 0; }*/
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	/*strong { font-weight: bold; color: #333; }*/
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote {
	margin: 0 0 20px;
	padding: 9px 20px 0 30px;
	/*border-left: 1px solid #ddd;*/
	background-image: url(../../../Images/Default/quote.png);
	background-repeat: no-repeat;
	background-position: left 5px;
}
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }
/* #Clearing
================================================== */

    /* Self Clearing Goodness */
   /* .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }*/

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
   /* .clearfix:before,
    .clearfix:after,*/
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after/*,
    .clearfix:after*/ {
      clear: both; }
    .row/*,
    .clearfix*/ {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    /*.clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }*/		
/*#slider-container {
	margin-bottom: 40px;
    padding-top: 15px;
}*/
.jcarousel-skin-tango .jcarousel-container {

}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    /*width: 245px;*/
    /*padding: 20px 40px;*/
}

.jcarousel-skin-tango .jcarousel-container-vertical {
   /* width: 300px;
    height: 245px;*/
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
   /* width:  300px;*/
    /*height: 75px;*/
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    /*width:  300px;*/
   /* height: 245px;*/
}

.jcarousel-skin-tango .jcarousel-item {
   /* width: 300px;*/
    /*height: 75px;*/
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 20px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(prev-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(next-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

/**
 * Additional styles for the controls.
 */
.jcarousel-control {
    margin-bottom: 10px;
    text-align: center;
}

.jcarousel-control a {
    font-size: 75%;
    text-decoration: none;
    padding: 0 5px;
    margin: 0 0 5px 0;
    border: 1px solid #fff;
    color: #eee;
    background-color: #4088b8;
    font-weight: bold;
}

.jcarousel-control a:focus,
.jcarousel-control a:active {
    outline: none;
}
/*
.jcarousel-scroll {
    margin-top: 10px;
    text-align: center;
}*/

.jcarousel-scroll form {
    margin: 0;
    padding: 0;
}

.jcarousel-scroll select {
    font-size: 75%;
}
/*
#mycarousel-next,
#mycarousel-prev {
    cursor: pointer;
    margin-bottom: -10px;
    text-decoration: underline;
    font-size: 11px;
}*/

.jcarousel-item {
    margin: 0 20px 0 0;
    width: 220px;
}
.jcarousel-item img{
    width:100%;
}

/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {
		.jcarousel-item {
			width: 172px;
		}
  		
    }


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
		.jcarousel-item {
			width: 300px;
		}
       
    }


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
 		.jcarousel-item {
			width: 200px;
		}

    }
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url(../images/fancybox/fancybox.png);
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
	
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url(../images/fancybox/fancybox.png) -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url(../images/fancybox/blank.gif);
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url(../images/fancybox/fancybox.png);
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url(../images/fancybox/fancybox.png);
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url(../images/fancybox/fancybox-x.png);
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url(../images/fancybox/fancybox.png);
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url(../images/fancybox/fancybox-y.png);
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url(../images/fancybox/fancybox.png);
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url(../images/fancybox/fancybox-x.png);
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url(../images/fancybox/fancybox.png);
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url(../images/fancybox/fancybox-y.png);
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url(../images/fancybox/fancybox.png);
	background-position: -40px -122px;
}

#fancybox-title {
	/*font-family: Helvetica;*/
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url(../images/fancybox/fancy_title_over.png);
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url(../images/fancybox/fancybox.png) -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	/*font-weight: bold;*/
	padding: 0 0 3px 0;
	background: url(../images/fancybox/fancybox-x.png) 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url(../images/fancybox/fancybox.png) -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
.color1
{
    border-Left: 10px solid #FF9900;
}

.color2
{
    border-Left: 10px solid #993300;
}

.color3
{
    border-Left: 10px solid #FFFF00;
}

.iconwidth16 
{
	min-width: 16px;
}



.adoPopup
{
    width: 480px;
    position:fixed;
    z-index: 8;
}



/* Popup Message */

	.success, .alert, .error, .info {
		cursor: pointer;
		font-family: Oswald;
		font-size: 14px;
		text-align: center;
		height: 45px;
		line-height: 45px;
		border-radius: 6px;
		box-shadow: 0 2px 4px #CCCCCC;
	}

	.success {
		background: #bdea74; /* Old browsers */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JkZWE3NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ZGM1NWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #bdea74 0%, #9dc55f 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bdea74), color-stop(100%,#9dc55f)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #bdea74 0%,#9dc55f 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #bdea74 0%,#9dc55f 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #bdea74 0%,#9dc55f 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #bdea74 0%,#9dc55f 100%); /* W3C */
		border: 1px solid #A2CD60;
		color: #597D21;
		text-shadow: 0 1px 0 #BCEF6D;
	}

	.alert {
		background: #eae874; /* Old browsers */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZTg3NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMGQwNWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #eae874 0%, #d0d05f 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eae874), color-stop(100%,#d0d05f)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #eae874 0%,#d0d05f 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #eae874 0%,#d0d05f 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #eae874 0%,#d0d05f 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #eae874 0%,#d0d05f 100%); /* W3C */
		border: 1px solid #D3D268;
		color: #898905;
		text-shadow: 0 1px 0 #F1F078;
	}

	.error {
		background: #ea7474; /* Old browsers */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhNzQ3NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNDRmNGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #ea7474 0%, #c44f4f 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea7474), color-stop(100%,#c44f4f)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ea7474 0%,#c44f4f 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ea7474 0%,#c44f4f 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ea7474 0%,#c44f4f 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ea7474 0%,#c44f4f 100%); /* W3C */
		border: 1px solid #CD7171;
		text-shadow: 0 1px 0 #EF8181;
		color: #800B0B;
	}

	.info {
		background: #54cef9; /* Old browsers */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU0Y2VmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZWE4YzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #54cef9 0%, #5ea8c5 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#54cef9), color-stop(100%,#5ea8c5)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #54cef9 0%,#5ea8c5 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #54cef9 0%,#5ea8c5 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #54cef9 0%,#5ea8c5 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #54cef9 0%,#5ea8c5 100%); /* W3C */
		border: 1px solid #6EB7D3;
		text-shadow: 0 1px 0 #80D2F2;
		color: #0F5F7E;
	}

.myfield1
{
    margin: 10px;
    width: 580px;    
}

.myfield2 input
{
    margin: 10px;
    width: 300px;    
}

.myfield3 input
{
    margin: 10px;
    width: 180px;    
}

.field-1-3 select{
	color: #9c9c9c;
	font-size: 12px;
	font-style: italic;
	font-weight: lighter;
	margin-top:10px;
	outline: medium none;
	border-radius: 3px;
	border: 1px solid #d6d6d6;
	padding: 7px;
	width:220px;
	margin-right:20px;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
    box-sizing: border-box;
}


.contact-form-container h6
{
    color: #45A3C7;
}

.OneColumn 
{
    float:left;
    width: 220px;
}

.adoLoading {
    display: none;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 1300px;
    background-image: url('../../../Images/slider-overlay-dark.png');
}
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 55px; /*background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;*/}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(../../../Images/Default/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 54%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -33px; opacity: 0.2;}
.flex-direction-nav .flex-prev {opacity: 0.2; left: -33px;}
.flexslider .flex-next:hover {opacity: 0.8;/* right: -33px;*/}
.flexslider .flex-prev:hover {opacity: 0.8; /*left: -33px;*/}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
/*
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}*/


/* Caption style */
/* IE rgba() hack */
/*.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}*/
.flex-caption {
	width: 36.7%;
	/*padding: 1.6%;*/
	margin-left: 15px;
	margin-bottom: 15px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #f8f8f8;
	color: #656565;
	/*text-shadow: 0 -1px 0 rgba(0,0,0,.3);*/
	font-size: 12px;
	line-height: 14px;
	border-radius:3px;
}
.flex-caption h2 {
	margin:0;
	font-weight:bold;
	font-size:20px;
	line-height:24px;
	color: #373737;
}
.flex-caption h3 {
	margin:0;
	font-weight:normal;
	font-size:20px;
	line-height:24px;
	color: #373737;
	
}
.caption-container {
	padding: 15px;
	border-bottom: 1px dashed #D6D6D6;
}
.caption-text-container {
	padding: 15px;
}
.caption-text-container p{
	padding:0;
	margin:0;
}
.caption-a-container {
	padding: 15px;
	padding-top:0;
	text-align:right;
}
a.slider-read-more{
	padding-right: 14px;
	font-size:12px;
	line-height:14px;
	color: #373737;
	font-weight:normal;
	text-decoration:none;
	background-image: url(../../../Images/Default/reade-more-bg.png);
	background-repeat: no-repeat;
	background-position: right 3px ;
}
a.slider-read-more:hover{

	color: #e8a900;

}
a.slider-read-more span{
	font-weight:bold;
}

.flexslider:after {
   /* background: url("../img/sep-hor.gif") no-repeat scroll 50% 0 transparent;
    bottom: 0;*/
    content: "";
   /* height: 2px;
    left: 0;*/
    position: absolute;
    width: 100%;
}
.flexslider {
   /* background: url("../img/sep-hor.gif") no-repeat scroll 50% 0 transparent;*/
    margin: 0 auto;
	margin-bottom: 58px;
    padding-top: 15px;
    /*padding: 2px 0;*/
    position: relative;
    width: 97.91%;
}


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

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

    @media only screen and (min-width: 768px) and (max-width: 959px) {
		/* Direction Nav */
		/*.flex-direction-nav .flex-next {background-position: 100% 0; right: -25px; }
		.flex-direction-nav .flex-prev {left: -25px;}
		.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
		.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}*/

    }


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

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

    @media only screen and (max-width: 767px) {
		.flex-caption {
			visibility:hidden !important;
			display:none !important;
		}
		.flex-direction-nav {
			visibility:hidden;
			display:none;
		}
       
    }


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

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

    @media only screen and (min-width: 480px) and (max-width: 767px) {
 		.flex-caption {
			visibility:hidden !important;
			display:none !important;
		}
		.flex-direction-nav {
			visibility:vissible;
			display:block;
		}
    }




