/* ----------------------------------------------------------- */
/*                         BASICS                              */
/* ----------------------------------------------------------- */

.hidden {
    display: none;
}

.float-left {
    float: left;
}

img.float-left {
    float: left;
    margin-right: 10px;
}

.float-right {
    float: right;
}

.center {
    text-align: center;
}

.italic {
    font-style: italic;
}

.separator {
    height: 20px;
    width: 100%;
    z-index: 5;
}

.separator.large {
    height: 36px;
    text-align: center;
}

.separator.dotted {
    height: 3px;
    background: url(/images/tiles/separator.gif) repeat-x;
}

.separator.dotted.grey {
    height: 3px;
    background: url(/images/tiles/separatorGrey.gif) repeat-x;
}

.circle-wrap {
    -webkit-border-radius: 50em;
    -moz-border-radius: 50em;
    border-radius: 50em;
}

.border {
    border: 2px solid #000;
}

.border.large {
    border: 10px solid #fff;
}

.boxsizing {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.boxsizing img {
    display: block;
}

.alignleft {
    text-align: left;
}

.preloader {
    position: relative;
    width: 50px;
    height: 50px;
	-webkit-border-radius: 50em;
    -moz-border-radius: 50em;
    border-radius: 50em;
    margin: 0;
    background: #000 url(/images/preloader_dark.gif) no-repeat center center;
    margin: 0 auto;
}

.preloader.main {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 999999;
}


/* ----------------------------------------------------------- */
/*                          BLUR                               */
/* ----------------------------------------------------------- */

.blur{
 height: 100%;
 position: absolute;
  top:0;
  visibility: hidden;
  z-index: -1;
}

.blur .blr{
 position: fixed;
 height: 100%;
 left: 50%;
 top:0;
 float: left;
 background: url(/images/home/blur.jpg) no-repeat center center;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
 background-attachment: fixed;
}

.blur .overlay{
 position: fixed;
 height: 100%;
 width: 1000px;
 left: 50%;
 margin-left: -500px;
 background: rgba(0, 0, 0, 0.5);
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#50000000', endColorstr='#50000000');
}




@media only screen and (min-width: 768px) and (max-width: 999px) {
	
	.blur .overlay                                  { width: 768px; margin-left: -384px;}
	
	}


@media only screen and (max-width: 767px) {
	
	.blur .overlay                                 { width: 300px; margin-left: -150px; }

}



@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	.blur .overlay                                 { width: 420px; margin-left: -210px; }
	
	
}



/* ----------------------------------------------------------- */
/*                    SECTION HEADERS                          */
/* ----------------------------------------------------------- */

/*section header*/
.sectionHeader {
    text-align: center;
}

.sectionHeader.inner {
    margin-top: 40px;
}

.sectionHeader.nomenu {
    margin-top: 30px;
}

.sectionHeader.alignleft {
    text-align: left;
}

.sectionHeader p {
    font-size: 25px;
    margin: 0 auto;
    line-height: 1.5em;
}

.sectionHeader.alignleft p {
    margin: 0;
}


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

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

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


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

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

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

    .sectionHeader p {
        font-size: 20px;
    }

    .sectionHeader h1 {
        font-size: 80px;
        margin-bottom: 10px;
    };
}


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

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

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

    .sectionHeader p {
        font-size: 25px;
    }

    .sectionHeader h1 {
        font-size: 96px;
    };
}


/* ----------------------------------------------------------- */
/*                    SECTION FOOTERS                          */
/* ----------------------------------------------------------- */

.wrapper.footer {
    height: 400px;
    width: 100%;
    position: relative;
    float: left;
    overflow: hidden;
}

.wrapper.footer .footerPattern {
    width: 100%;
    height: 100%;
    position: absolute;
}

.wrapper.footer h1, .wrapper.footer p {
    color: #fff;
}

.wrapper.footer h2.alt {
    line-height: 50px;
}

.wrapper.footer h6 {
    margin-bottom: 20px;
}

.wrapper.footer p {
    font-size: 20px;
    line-height: 30px;
}

.wrapper footer.small {
    padding: 23px 0 20px 0;
    height: auto;
}

.wrapper footer.small p {
    margin-bottom: 0;
}

/*SECTION FOOTER QUOTES*/


.wrapper.footer.quote h2.alt {
    padding-top: 30px;
}

.wrapper.footer.quote p {
    margin-top: 10px;
    font-size: 25px;
    line-height: 1.4em;
}

.wrapper.footer.quote .speech {
    width: 58px;
    height: 45px;
    margin: 0 auto;
    margin-bottom: 20px;
    background: url('/images/icons/quote.png') no-repeat;
}


/*SECTION FOOTER CLIENTS*/

.wrapper.footer.clients img {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.wrapper.footer.clients a:hover img {
    opacity: .7;
}

.wrapper.footer.clients .carousel li {
    display: block;
}

/*SECTION FOOTER TESTIMONIAL*/

.wrapper.footer.testimonial .carousel li {
    text-align: center;
    margin: 0 auto;
}

.wrapper.footer.testimonial .carousel p {
    font-size: 25px;
    line-height: 1.4em;
}

/*SECTION FOOTER NEWSLETTER*/
.wrapper.footer.newsletter article:first-child p {
    margin-top: 20px;
    font-size: 25px;
    line-height: 32px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .wrapper.footer.newsletter .row-ten {
        margin-bottom: 0;
    };
}

.wrapper.footer.newsletter h2.alt {
    padding-top: 30px;
}




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

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

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


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

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

@media only screen and (max-width: 767px) {
	
    .wrapper.footer h2.alt {
        font-size: 26px;
        line-height: 40px;
    }

    .wrapper.footer p,
	.wrapper.footer.quote p,
	.wrapper.footer.testimonial .carousel p,
	.wrapper.footer.newsletter header p {
        font-size: 16px;
    };
}


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

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

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





/* ----------------------------------------------------------- */
/*                      SOCIAL ICONS                           */
/* ----------------------------------------------------------- */
.socialIcons {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    z-index: 2;
}

.socialIcons li {
    position: relative;
    display: inline;
    list-style: none;
    text-indent: -9999px;
    float: left;
    width: 26px;
    height: 26px;
    overflow: hidden;
    margin-right: 5px;
    margin-bottom: 5px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    background-color: transparent;
    -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;
}

.socialIcons li.last {
    margin-right: 0;
}

.socialIcons li a {
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    height: 30px;
    width: 30px;
}

.socialIcons li a:hover {
    text-decoration: none;
}

.socialIcons.text li {
    text-indent: 0;
    width: auto;
    height: 36px;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    overflow: visible;
    padding-top: 10px;
    padding-right: 8px;
    cursor: pointer;
    background-position: 0 5px;
}

.socialIcons.text li {
    height: 26px;
}

.socialIcons.text li a {
    margin-left: 30px;
    font-size: 15px;
    display: inline;
}

@media only screen and (max-width: 767px) {
	.socialIcons.text li {
        width: 26px;
		height: 36px;
        overflow: hidden;
        padding:0;
        background-position: 0 5px;
      }

}


.badoo {background: url('/images/icons/social/badoo.html') no-repeat;}
.bebo {background: url('/images/icons/social/bebo.png') no-repeat;}
.blogger {background: url('/images/icons/social/blogger.png') no-repeat;}
.delicious {background: url('/images/icons/social/delicious.png') no-repeat;}
.deviant_art {background: url('/images/icons/social/deviant_art.png') no-repeat;}
.digg {background: url('/images/icons/social/digg.png') no-repeat;}
.dribble {background: url('/images/icons/social/dribble.png') no-repeat;}
.email {background: url('/images/icons/social/email.png') no-repeat;}
.facebook {background: url('/images/icons/social/facebook.png') no-repeat;}
.flickr {background: url('/images/icons/social/flickr.png') no-repeat;}
.friendfeed {background: url('/images/icons/social/friendfeed.html') no-repeat;}
.gmail {background: url('/images/icons/social/gmail.png') no-repeat;}
.google_plus {background: url('/images/icons/social/google_plus.png') no-repeat;}
.last_fm {background: url('/images/icons/social/last_fm.png') no-repeat;}
.linkedin {background: url('/images/icons/social/linkedin.png') no-repeat;}
.my_space {background: url('/images/icons/social/my_space.png') no-repeat;}
.picasa {background: url('/images/icons/social/picasa.png') no-repeat;}
.pinterest {background: url('/images/icons/social/pinterest.png') no-repeat;}
.reddit {background: url('/images/icons/social/reddit.png') no-repeat;}
.rss {background: url('/images/icons/social/rss.png') no-repeat;}
.skype {background: url('/images/icons/social/skype.png') no-repeat;}
.stumble_upon {background: url('/images/icons/social/stumble_upon.png') no-repeat;}
.technorati {background: url('/images/icons/social/technorati.html') no-repeat;}
.tumblr {background: url('/images/icons/social/tumblr.png') no-repeat;}
.twitter {background: url('/images/icons/social/twitter.png') no-repeat;}
.vimeo {background: url('/images/icons/social/vimeo.png') no-repeat;}
.yahoo_mail {background: url('/images/icons/social/yahoo_mail.png') no-repeat;}
.you_tube {background: url('/images/icons/social/you_tube.png') no-repeat;}




/* #add this share
================================================== */

.addthis_button_facebook_like {
    width: 75px;
}

.addthis_button_tweet {
    width: 85px;
}

.addthis_button_google_plusone {
    width: 65px;
}


/* ----------------------------------------------------------- */
/*                        HOME PAGE                            */
/* ----------------------------------------------------------- */
body, html {
    height: 100%;
}

html {
    background: #000 url('/images/home/1.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
	
}

html.mobile {
    background-attachment: scroll !important;
}

.homeFade{
  position: absolute;
  width: 100%;
  height: 120%;
  top:0;
  bottom:0;
  z-index: 999998;
}

#home {
    position: relative;
    height: 100%;
    text-align: center;
	visibility: hidden;
}

.ie8 #home {
    min-width: 1000px;
}

#home .container{
 height: 100%;
}




.logo {
    background: url(/images/logo.png) no-repeat;
}

.logo.small {
    background: url(/images/logoSmall.png) no-repeat;
}

#home .logo {
    width: 250px;
    height: 250px;
    position: absolute;
    margin:0 auto;
  top: 50%;
  left: 50%;
  margin-top: -125px;
  margin-left: -125px;

}

.blog .logo,
.logo.small{
  position: absolute;
  width: 155px;
  height: 95px;
  top: 0px;
  right: 25px;
  margin:0;

}


#home h1.slogan{
  font-size: 40px;
  line-height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 168px;
  text-transform: uppercase;
}


#home .scrollBtn{
  width: 40px;
  height: 40px;
  background: #fff url(/images/icons/homeDown.png) no-repeat 0 -40px;
  z-index: 9999;
  position: absolute;
  left:50%;
  bottom: 75px;
  margin-left: -20px;
  cursor: pointer;
}

#home h4.scrollTxt{
  font-size: 17px;
  line-height: 17px;
  position: absolute;
  left:0;
  bottom: 44px;
}

#home h4.scrollTxt span{
  cursor: pointer;
}

#home .scrollBtn,
#home h4.scrollTxt{
    -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;
}

#home .scrollBtn:hover,
#home .scrollBtn.over{
  background-position: 5px 5px;
  width: 50px;
  height: 50px;
  margin-left: -25px;
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
	
	.blog .logo,
	.logo.small{
	  width: 100px;
	  height: 61px;
      background-size: 100px 61px;
	  top: 14px;
	
	}
	
}


@media only screen and (max-width: 767px) {
    /*
    html {
        background-attachment: scroll !important;
    };
	*/
	
	#home .logo {
		background-size: 126px 126px;
		width: 126px;
		height: 126px;
		top: 50%;
		left: 50%;
		margin-top: -63px;
		margin-left: -63px;
	
	}
	
	#home h1.slogan{
	   	  display: none;
	}
	
	#home .scrollBtn{

	  bottom: 45px;

	}
	
	#home h4.scrollTxt{

	  bottom: 14px;
	}
	
	
	.blog .logo,
	.logo.small{
		
		position: relative;
		right: 0;
		margin:0 auto;
		top: -5px;
		
		width: 100px;
	  height: 61px;
      background-size: 100px 61px;
	
	}

	
	
	
}



/* ----------------------------------------------------------- */
/*                           MENU                              */
/* ----------------------------------------------------------- */
.menuBg{
	width: 100px;
	height: 55px;
	position: absolute;
    display: block;
    top: 50%;
    margin-top: -26px;
}

.mainnav form {
    display: none;
    margin: 0;
}

.mainnav form select {
    padding: 5px 10px 5px 10px;
    margin-top: 3px;
    margin-bottom: 5px;
}

.mainnav {
    z-index: 3;
	width: 100%;
	visibility: hidden;
}

.mainnav .menu {
	position: relative;
    width: 100%;
    padding-top: 1px;
    padding-bottom: 5px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px -7px 13px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -7px 13px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -7px 13px rgba(0, 0, 0, 0.2);
}

.ie8 .mainnav {
    min-width: 1000px;
}

.blog .mainnav {
    position: fixed;
    top: 0;
    left: 0;
	width: 100%;
}

.mainnav .menu ul {
    position: relative;
	margin-left: 25px;
	margin-top: 28px;
	margin-bottom: 22px;
text-transform: uppercase;
}

.mainnav .menu ul li {
    display: inline;
    font-size: 25px;
    line-height: 36px;
    margin-left: 10px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
	
	
}


.mainnav .menu ul li a{
	padding:0 10px;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.mainnav .menu ul li a:hover{
	opacity: .5;
	filter: alpha(opacity=50);
}

.mainnav .menu ul li:first-child {
    margin-left: 0;
}


.mainnav .menu a:hover, .mainnav .menu a.selected {
    text-decoration: none;


}


.mainnav .navSocial{
	background-color: #eee;
    height: 36px;
    -webkit-box-shadow: 0px 7px 13px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 7px 13px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 7px 13px rgba(0, 0, 0, 0.2);
}

.mainnav .navSocial ul{
	margin-left: 25px;
}



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

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

@media only screen and (min-width: 768px) and (max-width: 999px) {
	
	.mainnav .menu ul li {

		font-size: 25px;
		line-height: 36px;
		margin-left: 0px;
		
	}
}


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


@media only screen and (max-width: 767px) {
	
	.mainnav{
	   text-align: center;	
	}
	
    .mainnav .menu ul {
        display: none;
    }

    .mainnav form {
        display: inline-block;
		padding: 16px 0 10px 0;
    }
	
	.mainnav .navSocial ul{
		margin-left: 0px;
	}
	.mainnav .navSocial ul li{
		height: 36px;
	}
	
	.mainnav .navSocial{
	   display:none;	
	}
}





/* ----------------------------------------------------------- */
/*                     PORTFOLIO PAGE                          */
/* ----------------------------------------------------------- */
#portfolio figure {
    cursor: pointer;
}

#portfolio figure img {
    position: relative;
    float: left;
}

figcaption {
    position: absolute;
    float: left;
    background: rgba(255, 255, 255, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#CCFFFFFF', endColorstr='#CCFFFFFF');
    text-align: center;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    opacity: 0;
}

figcaption p {
    font-size: 12px;
    line-height: 12px;
}

#portfolio figure:hover figcaption,
#portfolio figure.selected figcaption{
    opacity: 1;
}

.ie8 figcaption {
    display: none;
}

.ie8 #portfolio figure:hover figcaption,
.ie8 #portfolio figure.selected figcaption{
    display: block;
}

.portfolioSingle {
    position: relative;
    float: left;
	margin-top: 45px;
}

.portfolioSingle .separator {
    margin-bottom: 16px;
}

.portfolioSingle h4 {
    font-family: 'Droid Sans', sans-serif;
    margin-bottom: 12px;
}

.portfolioSingle h3 {
    margin-bottom: 10px;
}

.portfolioSingle nav {
    height: 18px;
    position: absolute;
    display: block;
    right: 20px;
    top: -28px;
}

.portfolioSingle nav .prev,
.portfolioSingle nav .next,
.portfolioSingle nav .close,
.portfolioSingle nav .link {
    position: relative;
    display: inline;
    float: left;
    cursor: pointer;
    width: 18px;
    height: 18px;
    overflow: hidden;
    margin-left: 10px;
    -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;
}

.portfolioSingle nav .prev {
    background: url('/images/icons/singlePrev.png') no-repeat;
}

.portfolioSingle nav .next {
    background: url('/images/icons/singleNext.png') no-repeat;
}

.portfolioSingle nav .close {
    background: url('/images/icons/singleClose.png') no-repeat;
}

.portfolioSingle nav .link {
    background: url('/images/icons/link.html') no-repeat;
}



/* ----------------------------------------------------------- */
/*                      CONTACT PAGE                           */
/* ----------------------------------------------------------- */


/* contact form */

.contactInfo p {
    font-size: 25px;
    line-height: 35px;
}

.contactInfo a {
    padding-bottom: 4px;
}

.contactInfo a:hover{
   text-decoration: underline;	
}

.contactInfo h2{
 margin-bottom: 10px;	
}

.contactForm hr {
    color: inherit;
    height: 0;
    margin: 6px 0 6px 0;
    padding: 0;
}

.contactForm h2 {
	margin-bottom: 18px;
}

.quote span.black {
    display: inline-block;
    margin-bottom: 8px;
}



/* Form style */

.contactForm p.info {
    display: inline;
}

.contactForm label {
    display: inline-block;
    float: left;
    height: 26px;
    width: 155px;
}

.contactForm label input {
    display: inline-block;
    float: left;
    height: 18px;
}

.contactForm input, select {
    width: 215px;
    margin: 0;
    padding: 10px 5px 10px 4px;
    margin-bottom: 10px;
}

.contactForm input.right-ten {
    margin-right: 10px;
}

.contactForm select {
    width: 225px;
}

.contactForm textarea {
    width: 100%;
    margin-bottom: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
 /* Firefox */
    -webkit-box-sizing: border-box;
 /* Safari */;
}

.contactForm input[type="text"], .contactForm textarea {
    border: 3px solid transparent;
    -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;
}

.contactForm input.submit {
    margin-top: 5px;
    float: right;
    line-height: 14px;

    width: auto;
    padding: 21px 18px 22px 18px;
    cursor: pointer;
    border: 0px solid #fff;
    -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;
}

@-moz-document url-prefix() {
    .contactForm input.submit {
        padding: 12px 18px 13px 18px;
    };
}

.contactForm input[type="submit"][disabled] {
    background: #888;
    cursor: default;
}

.contactForm fieldset {
}

.contactForm label.radio {
    display: block;
    width: 100%;
    margin: 0px 0 0px 0;
}

.contactForm #verifyImage {
    width: auto;
    margin: -5px 20px 0 0px;
    float: left;
}

.contactForm #verifyImage img {
    border: none;
}

.contactForm #verify {
    width: auto;
    margin: -5px 20px 0 0;
    float: left;
}

.contactForm p {
    margin-bottom: 8px;
}

.verifyText {
    margin-top: 3px;
    margin-bottom: 40px;
}

.contactForm span.required {
    font-size: 13px;
} /* Select the colour of the * if the field is required. */

#message {
    margin: 10px 0;
    padding: 0;
}

.error_message {
    display: block;
    line-height: 22px;
    border: none;
    background: none;
    padding: 0;
    margin-bottom: 20px;
}

ul.error_messages {
    margin: 0 0 0 0px;
    padding: 0;
}

ul.error_messages li {
    line-height: 22px;
}

.loader {
    padding: 0 10px;
}

.contactForm #success_page {
    display: block;
    line-height: 22px;
    border: 1px solid #6dd900;
    background: #c8f7a8 url(/images/icons/success.png) no-repeat 15px 12px;
    padding: 14px 15px;
    padding-left: 55px;
    color: #000;
}

input[type="checkbox"] {
    width: 20px !important;
    margin: 4px 0 0;
    margin-top: 1px \9;
    float: left;
    *margin-top: 0;
    line-height: normal;
    cursor: pointer;
}

input[type="radio"] {
    width: 20px !important;
}

.error_message h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    color: #f00;
}

.contactForm #success_page h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    color: #00b200;
}

.contactForm #success_page {
    display: block;
    line-height: 22px;
    border: none;
    background: none;
    padding: 0;
    color: #000;
}



/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {


  
    .contactForm #verifyImage {
        margin: 0px 10px 0 0px;
    }

    .contactForm #verify {
        margin: 0px 0px 0 0;
    }

    .verifyText {
        margin-top: 4px;
    }

    .twelve.columns .contactForm #verifyImage {
        margin: 0px 0px 10px 0px;
    };
}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	

  
    .contactForm #verifyImage {
        margin: 5px 10px 0 0px;
    }

    .contactForm #verify {
        margin: 5px 10px 0 0;
    }

    .verifyText {
        margin-top: 5px;
    }

    .twelve.columns .contactForm #verifyImage {
        margin: 5px 10px 0 0px;
    };
}	
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
}


/* ----------------------------------------------------------- */
/*                          BLOG                               */
/* ----------------------------------------------------------- */

.blog .date {
    width: 80px;
    height: 80px;
    font-size: 12px;
    float: left;
    text-align: center;
    font-weight: 700;
    margin-right: 16px;
}

.blog .date .day {
    font: 26px/26px 'Oswald', sans-serif;
    display: block;
    margin-top: 14px;
}

.blog .excerpt, .blog .title {
    padding-left: 104px;
}

/*
.blog .excerpt h3, .blog .title h3 {
    padding-top: 7px;
    margin-bottom: 8px;
}
*/
.blog .excerpt h3, .blog .title h3 {
  line-height: 46px;
  margin-bottom: 8px;
}

.blog .excerpt h3 a {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}



.blog .excerpt .meta, .blog .title .meta {
    margin-bottom: 7px;
    font-size: 12px;
}

.blog .title .meta {
    margin-bottom: 2px;
}

.blog  .meta a {
    padding-bottom: 2px;
}

.blog  .meta a:hover {
    text-decoration: underline;
}

.blog .excerpt p {
    margin-bottom: 15px;
}

.blog .button {
    margin-bottom: 0;
}

.pagination {
    position: relative;
    text-align: center;
}


.pagination ul {
    margin: 0;
    list-style: none;
}

.pagination li a {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.pagination li {

    float: left;
    display: block;
    padding: 5px 10px;
    margin-left: 1px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.pagination li.active {
    cursor: default;
}



.pagination li.selected {
    cursor: default;
}

.pagination span {
    text-align: left;
    display: inline-block;
    float: left;
    margin-left: 10px;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Oswald', sans-serif;
    padding: 5px 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .pagination {
        padding-top: 30px;
    }

	.pagination.row-eighty {
			margin-bottom: 50px;
	}


}


/* ----------------------------------------------------------- */
/*                         WIDGETS                             */
/* ----------------------------------------------------------- */

.widget.search input[type="text"] {
    border: 1px solid transparent;
    width: 142px;
    padding: 13px 15px 12px 15px;
    float: left;
    margin: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}


.widget.search form {
    border: 3px solid #eee;
    float: left;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.widget.search form.focus {
    border: 3px solid #f1d96a;
}

.widget.search input[type="submit"] {
    width: 45px;
    height: 45px;
    padding: 0;
    margin: 0;
    border: none;
    float: left;
    cursor: pointer;
    background: #eeeeee url('/images/icons/search.png') no-repeat 14px 14px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.widget.search form.focus input[type="submit"] {
    background: #fff url('/images/icons/search.png') no-repeat 14px 14px;
}

.widget h4 {
    margin-bottom: 18px;
}

.widget.menu ul {
position: relative;
}

.widget.menu li {
    font-size: 12px;
    padding: 8px 0;
    position: relative;
}


.widget.menu li:after{
   content:"";
   position:absolute;
   top:0px;
   left:0px;
   right:0px;
   bottom:0px;
   height: 1px;
  background: url(/images/tiles/separator.gif) repeat-x top left;

}

.widget.menu ul:after{
   content:"";
   position:absolute;
   left:0px;
   right:0px;
   bottom:0px;
   height: 1px;
  background: url(/images/tiles/separator.gif) repeat-x top left;

}



.widget.menu li a {
    padding-bottom: 2px;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
    .widget.text p {
        padding-bottom: 20px;
    }

    .widget.menu {
        padding-bottom: 5px;
    };
	

}

.tags li {
    display: inline-block;
    margin-bottom: 3px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.tags li a {
    display: inline-block;
    padding: 6px 8px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}



/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

    .widget.search input[type="text"] {
        width: 187px;
    };
}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
    .widget.search input[type="text"] {
        width: 307px;
    };
}

/* ----------------------------------------------------------- */
/*                   MAILCHIMP NEWSLETTER                      */
/* ----------------------------------------------------------- */
.mailchimp .separator {
    width: 306px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.mailchimp {
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.mailchimp p {
    margin-bottom: 0;
}

.mailchimp input[type="text"] {
    margin: 0 auto;
    background: transparent;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    width: 306px;
    font-family: 'Droid Sans', sans-serif;
}

.mcresult {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.mailchimp input[type="submit"] {
    border-width: 0px;
    margin: 0;
    padding: 7px 20px 8px 20px;
}

@-moz-document url-prefix() {
    .mailchimp input[type="submit"] {
        padding: 11px;
    };
}




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

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

@media only screen and (max-width: 767px) {
    .mailchimp .separator {
        width: 270px;
    };
}


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

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

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

    .mailchimp .separator {
        width: 306px;
    };
}


/* #tiny accordion
================================================== */

.acc {
    list-style: none;
	margin-top: 10px;
	width: 100%;
}

.acc .separator{
	margin:0;
}



.acc h4 {
	position: relative;
	font-family: 'Droid Sans', sans-serif; font-weight: 700;
	font-size: 13px;
	line-height: 21px;
    margin-bottom: 0px;
    cursor: pointer;
	padding: 5px 5px 8px 0px;
    -webkit-transition: color 0.2s ease-out, background 0.2s ease-out;
    -moz-transition: color 0.2s ease-out, background 0.2s ease-out;
    -o-transition: color 0.2s ease-out, background 0.2s ease-out;
    -ms-transition: color 0.2s ease-out, background 0.2s ease-out;
    transition: color 0.2s ease-out, background 0.2s ease-out;
}



.acc h4 .icon{
  position: relative;
  float: left;
  width: 18px;
  height: 18px;
  margin-right: 14px;
  margin-top: 2px;
  overflow: hidden;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}




.acc .acc-section {
   overflow: hidden;
}

.acc .acc-content {
   width: 100%;
   padding: 4px 0 10px 0;
   margin-bottom: 5px;
   line-height: 23px;
}

.acc h4 .icon{
  background: #aaa url('/images/icons/plus.png') 4px 4px no-repeat;
}
.acc .acc-selected .icon{
    transform:rotate(45deg);
-ms-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
}


/* ----------------------------------------------------------- */
/*                         progressbars                              */
/* ----------------------------------------------------------- */

.progressbars .under, .progressbars .over {
    position: absolute;
    display: block;
    height: 10px;
	 margin: 6px 0;
}

.progressbars .under {
    width: 100%;
}

.progressbars .over {
    width: 0;
}

.progressbars li {
    padding-bottom: 3px;
}





/* ----------------------------------------------------------- */
/*                     PRICING TABLES                          */
/* ----------------------------------------------------------- */


.pricingTable{
	position: relative;
    text-align: center;
}

.pricingTable header{
  padding: 20px 0;
}

.pricingTable header h4{
  color: #fff;
  font-size: 25px;
  text-align: center;
  margin:0
}

.pricingTable .price{
   font: 50px 'Lora', serif;
   margin-top: 15px;
   margin-bottom: 5px;
   margin-left: -16px;

}

.pricingTable .currency {
   font-size: 25px;
}

.pricingTable .recurrence {
  font: 15px 'Droid Sans', sans-serif; font-weight: 700;
  margin-bottom: 20px;
}


.pricingTable .features p{
  margin:0;
  padding: 8px 0;
}

.pricingTable .features {
 text-align: center;
 padding: 0 10px;
}

.pricingTable .button {
 display:inline-block;
 margin: 0px auto 25px 0;
}



/* pricing table 5 columns
================================================== */


.ie9 .onefifth .pricingTable .recurrence, .ie8 .onefifth .pricingTable .recurrence {
  clear: both;
}

.onefifth.pricingTable .price{
 font-size: 40px;
}




/* #Media Queries - Responsive
================================================== */

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 999px) {
	
	
	.onefourth.pricingTable .price{
	 font-size: 36px;
	}
	
	.onefifth.pricingTable .price{
	 font-size: 26px;
	}
	.onefifth.pricingTable .recurrence {
	  font-size: 14px;
	}
	.onefifth.pricingTable .button.normal {
	 padding: 15px 10px;
	}
	
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {



}



/* ----------------------------------------------------------- */
/*                           TABS                              */
/* ----------------------------------------------------------- */

.ui-tabs {
    zoom: 1;
}

.ui-tabs ul {
}

.ui-tabs .ui-tabs-nav {
    list-style: none;
    position: relative;
    overflow: hidden;
    margin: 0;
}

.ui-tabs .ui-tabs-nav li {
    position: relative;
    float: left;
	border: 1px solid #333;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.ui-tabs .ui-tabs-nav li:first-child {

}

.ui-tabs .ui-tabs-nav li:last-child {
}



.ui-tabs .ui-tabs-nav li a {
    float: left;
    text-decoration: none;
    padding: 10px 10px;
    color: #777;
    font-weight: 700;
    font-size: 13px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;

}

.ui-tabs .ui-tabs-nav 
li.ui-tabs-active a {
    background: #777;
    color: #fff;
}

.ui-tabs .ui-tabs-nav 
li.ui-tabs-active {


}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    position: relative;
    height: auto !important;
    margin-top: -1px;
	  padding: 10px;
	  padding-left: 0;
	  font-size: 14px;
}

.blog .ui-tabs .ui-tabs-panel {

	  padding-top: 0;

}

.ui-tabs .ui-tabs-panel img {
    border: 2px solid transparent;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.ui-tabs .ui-tabs-panel li:hover p{
	    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.ui-tabs .ui-tabs-panel ul {
    margin: 0;
}

.ui-tabs .ui-tabs-panel li {
    position: relative;
    padding: 10px;
	padding-left:0;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	min-height: 56px;
}

.ui-tabs .ui-tabs-panel li:after{
   content:"";
   position:absolute;
   left:0px;
   right:0px;
   bottom:0px;
   height: 1px;
  background: url(/images/tiles/separator.gif) repeat-x top left;

}

.ui-tabs .ui-tabs-panel li.last {
    margin-bottom: 0px;
}



.ui-tabs .ui-tabs-panel li:hover > a img {
    border-color: #000;
}

.ui-tabs .ui-tabs-panel li:hover p,
.ui-tabs .ui-tabs-panel li:hover small {
    color: #000;
}

.blog .ui-tabs .ui-tabs-panel p {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 19px;
}

.ui-tabs .ui-tabs-panel p img {
    float: left;
    margin-right: 10px;
}

.ui-tabs .ui-tabs-hide {
    display: none !important;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
    .tabs div li {
        min-height: 53px;
    };
}



/* ----------------------------------------------------------- */
/*                     CALL TO ACTION                          */
/* ----------------------------------------------------------- */

.actionBox{
  position: relative;
  display: block;
  padding: 10px 2px 13px 20px;
  border-left: 10px solid #eee;
  clear: both;
}

.actionBox h3{
	font-size: 30px;
    line-height: 34px;
	color: #fff;
	margin-bottom: 13px;
}

.actionBox p{
  margin:0 !important;
  
}

.actionBox a{
  float: right;
  position: relative;
  margin-left: 20px;
  margin-top: 18px;
  margin-right: 15px;
}


/* ----------------------------------------------------------- */
/*                 progresscircles                             */
/* ----------------------------------------------------------- */

.progresscircles .arc {
    margin-bottom: 7px;
    font-weight: 300;
}

.ie8 .progresscircles .arc {
    display: inline-block;
}



/* ----------------------------------------------------------- */
/*                         progressbars                              */
/* ----------------------------------------------------------- */

.progressbars .under, .progressbars .over{
  position: absolute;
  display: block;
  height: 10px;
}

.progressbars .under{
  width: 100%;
}

.progressbars .over{
  width: 0;
}

.progressbars li{
 margin-bottom: 30px;	
}

.progressbars li h5{
 margin-bottom: 2px;	
}




/* ----------------------------------------------------------- */
/*                       TEAM MEMBER                           */
/* ----------------------------------------------------------- */

.teamMember {
    position: relative;
}

.teamMember h5 {
    margin-left: 2px;
}

.teamMember img {
    margin-bottom: 14px;
    float: left;
    margin-right: 15px;
}

.teamMember p {
    margin: 0;
}

.teamMember .socialIcons, .teamMember ul.socialIcons {
    margin-top: 6px;
    margin-bottom: 0;
}

.teamMember .socialIcons li {
    margin-bottom: 2px;
}

.teamMember small {
    margin-bottom: 5px;
}



/* ----------------------------------------------------------- */
/*                      FLEX SLIDER                            */
/* ----------------------------------------------------------- */


/*
 * 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 {
    background: #fff;
    position: relative;
    zoom: 1;
    overflow: hidden;
}

.flexslider.small {
    border: none;
}

.flexslider.small + h4 {
    margin-top: 15px;
}

.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;
}




/* Direction Nav */
.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: 20px 10px -20px 10px;
    display: block;
    position: absolute;
    bottom: 50%;
    cursor: pointer;
    text-indent: -9999px;
    -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;
}

.flexslider.small .flex-direction-nav a {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    bottom: 30px;
}


/*
.arrowvisible .flex-direction-nav a {
    opacity: 0.8;
}
*/
.flex-direction-nav .flex-next {
    background: #333 url(/images/icons/flexRight.png) no-repeat center center;
    right: 0px;
}

.flex-direction-nav .flex-prev {
    background: #333 url(/images/icons/flexLeft.png) no-repeat center center;
    left: 0px;
}

.flexslider:hover .flex-next {
    right: 0px;
}

.flexslider:hover .flex-prev {
    left: 0px;
}

.flex-direction-nav .flex-disabled {
    opacity: .3!important;
    filter: alpha(opacity=30);
    cursor: default;
}

/* Control Nav */
.flex-control-nav {
    position: absolute;
    top: -19px;
    right: 0;
}

.flexslider.border .flex-control-nav {
    right: -10px;
    top: -29px;
}

.flex-control-nav li {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 8px;
    height: 8px;
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    margin-left: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.flex-control-paging li a.flex-active {
    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;
    };
}


/* ----------------------------------------------------------- */
/*                        BUTTONS                              */
/* ----------------------------------------------------------- */
.button {
    font: 20px 'Oswald', sans-serif;
	font-weight: 300;
    line-height: 42px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    margin-right: 10px;
    margin-bottom: 10px;
}

.button.large {
    padding: 28px;
}

.button.normal {
    padding: 8px 24px;
}

.button.small {
    padding: 7px 20px 8px 20px;
}

@-moz-document url-prefix() {
    .button.small {
        padding: 8px 20px 7px 20px;
    };
}

/*button colors*/

.button {
    color: #000;
    background-color: #000;
}

.button:hover {
    color: #fff;
    text-decoration: none;
}

.button.reverted {
    color: #000;
}

.button.reverted:hover {
    color: #fff;
    background-color: #555;
}






/* ----------------------------------------------------------- */
/*                         COLORS                              */
/* ----------------------------------------------------------- */
/*
.wrapper.content .container{
 background: rgba(0, 0, 0, 0.7);
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#01000000', endColorstr='#01000000');
}
*/


/*#000*/
.tipsy-inner,
.homeFade{
    background-color: #000;
}


figcaption,
.socialIcons.text li,
.socialIcons.text li a,
.button:hover,
.pagination li:hover a,
.pagination li.active,
.widget.menu li a:hover,
figcaption p,
.teamMember h4,
figcaption h4,
.tags li:hover a,
.teamMember h5,
.pricingTable header.highlighted h4{
    color: #000;
}





/*#fff*/
.socialIcons li:hover,
.socialIcons.text li a:hover,
.socialIcons.text li:hover,
#home .scrollBtn:hover,
#home .scrollBtn.over{
	background-color: #fff;
}



.mega-entry .mega-entry-innerwrap,
.filter,
.cj-zoom-item,
.blog .date.border,
.widget.menu li,
.widget.menu ul{
    border-color: #fff;
}

h6,
h2.alt,
p.lead,
.sectionHeader p,
a.highlightBg:hover,
.mailchimp input[type="text"],
.txtfx,
.mainnav a, .mainnav a:visited,
.mainnav a.default,
.pagination li,
.pagination li a,
.tags li a,
.ui-tabs .ui-tabs-nav 
li.ui-tabs-active a,
h1,
h2,
h4,
h5,
.blog .date,
.blog .excerpt h3 a,
.blog .title h3,
.portfolioSingle h4,
.portfolioSingle h3,
.contactInfo p,
.contactForm input[type="text"], .contactForm textarea,
.wrapper footer.small p,
.pagination span,
.widget.menu li a,
.pricingTable .features p,
.pricingTable .price,
.pricingTable .recurrence,
.button,
#home .scrollBtn:hover + h4.scrollTxt,
#home .scrollBtn.over + h4.scrollTxt,
.widget.search input[type="text"]{
    color: #fff;
}



/*#000*/
.highlightBg,
.error_message,
.contactForm #success_page p,
h3,
.tipsy-inner,
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
.ui-tabs .ui-tabs-panel li:hover p,
.ui-tabs .ui-tabs-panel li:hover small,
body,
p,
h3.alt,
h4.alt,
.acc h4,
blockquote,
blockquote p,
select,
.acc .acc-content,
.ui-tabs .ui-tabs-nav li a{
    color: #aaa;
}



/*#777*/
.contactInfo h2,
.contactForm h2{
	color: #777;
}

a.highlightBg:hover{
    background-color: #777;
}




/*#333*/
.mainnav a.selected{
	color: #333;
}

.border.large,
.ui-tabs .ui-tabs-nav li,
.ui-tabs .ui-tabs-nav li a{
    border-color: #333;
}

.mainnav .menu,
.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev,
.contactForm input[type="text"], 
.contactForm textarea,
.wrapper footer.small,
.ui-tabs .ui-tabs-nav li,
.ui-tabs .ui-tabs-nav li a{
    background-color: #333;
}



/*#555*/
.news h3,
.actionBox h5 {
    color: #555;
}

.news figure,
.pagination li,
.button,
.progressbars .under,
.tags li{
    background-color: #555;
}



/*#aaa*/
.miniNavBtn,
.flex-control-paging li a,
.acc h4 .icon,
.acc .acc-selected .icon,
.mainNavWrapper .socialIcons li:hover,
.mega-hover:hover .mega-hoverview:hover,
.mega-hover:hover .mega-hoverlink:hover {
    background-color: #aaa;
}

.filter,
small {
    color: #aaa;
}


/*#ccc*/
.portfolioSingle footer {
    color: #ccc;
}

.portfolioSingle footer .back .button {
    background-color: #ccc;
}



/*#222*/
.actionBox,
.pricingTable,
p.lead,
.widget.search input[type="submit"],
.widget.search input[type="text"]{
    background-color: #222;
}


/*#eee*/
.widget.search form{
    border-color: transparent;
}

/*#111*/

.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.pricingTable header{
	background-color: #111;
}


.ui-tabs .ui-tabs-panel li:hover > a img{
	border-color: #111;
}


/*#eee*/
.menuBg{
  background-color: #eee;	
}


/*#transparent*/
.ui-tabs .ui-tabs-panel,
.widget.search form.focus input[type="submit"],
.widget.search input[type="text"]:focus{
	background-color: transparent;
}

.contactForm input[type="text"]:focus, 
.contactForm textarea:focus,
.widget.search input[type="text"]:focus{
    background: none;
}






/*
///////////////
HIGHLIGHT COLOR
///////////////
*/

.highlightColor,
h1.highlightColor, 
h2.highlightColor, 
h3.highlightColor, 
h4.highlightColor, 
h5.highlightColor, 
h6.highlightColor,
.filter:hover,
.filter.selected,
.portfolioSingle footer .back:hover,
.news article h3:hover,
.news article h3.over,
.news.selected > article h3,
.acc h4.acc-selected,
.blog .excerpt h3 a:hover,
a,
.ui-tabs .ui-tabs-panel li:hover p,
#home h4.scrollTxt{
    color: #f1d96a;
}

.highlightBg,
.portfolioSingle footer .back:hover > .button,
.news figure:hover,
.news figure.over,
.news.selected > figure,
.progressbars .over,
.miniNavBtn:hover,
.miniNavBtn.miniNavSelected,
.acc .acc-selected .icon,
.dark .acc .acc-selected .icon,
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover,
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active,
.button:hover,
.button.reverted,
.pricingTable header.highlighted,
.dropCap,
.separator,
.teamMember,
.pagination li:hover,
.pagination li.active,
.tags li:hover,
.widget.menu li a:hover,
#home .scrollBtn{
    background-color: #f1d96a;
}

.filter:hover,
.filter.selected,
.actionBox,
.mega-entry .mega-entry-innerwrap.over,
.contactForm input:focus,
textarea:focus, select:focus,
.widget.search form.focus{
    border-color: #f1d96a;
}

.tipsy-arrow {
    border-top-color: #f1d96a;
}






/*
///////////////
UPDATES
///////////////
*/









