/* ========================================== */
/*
DOCUMENT INFORMATION
	- Document: Appr - app showcase WordPress theme
	- Version:  1.0
	- Created for: Themeforest
	- Author: pedrodonkey
	- Support: support@patagoncreative.com

/* ========================================== */
/*
COLORS - change from custom.css
	- default body text   		#3E4754
	- header nav bar		   		#FFFFFF
	- header nav bar minimized	#33789C
	- header nav bar highlight	#FFFFFF + #EEF4FA
	- sub nav header		   		#CCCCCC
	
	- links and highlight 	#3E4754


 FONTS - Change from index.html
	Montserrat
	Open Sans
*/	
/* ========================================== */


/* ========================================== */
/* ===================KEY==================== */
/* ========================================== */
/*

	1. = GLOBAL STYLES
	2. = CONTAINER STYLES
	3. = MAIN NAVIGATION STYLES
	4. = HOME BLOCK STYLES
	5. = MEDIA LOGOS
	6. = FOOTER STYLES
	7. = NOTIFICATION BLOCK STYLES
	8. = CONTACT/REGISTER BLOCK STYLES
	9. = HOME SLIDER STYLES
	10. = MODAL WINDOWS STYLES
	11. = SOCIAL BLOCK STYLES
	12. = SHOWCASE GALLERIES BLOCK STYLES
	13. = HOME INTRO STYLES
	14. = QUOTE/TESTIMONIAL ROTATOR STYLES
	15. = PAGE PRE LOADER STYLES

*/	
/* ========================================== */
/* ========================================== */


/* === GLOBAL STYLES === */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
     display: block;
}
 body {
     background-image: url(../img/bodyBG.png);
     background-repeat: repeat;
     background-attachment:fixed;
     font: 16px/26px 'Open Sans', HelveticaNeue , Helvetica Neue, Helvetica, Arial, sans-serif;
     color: #3E4754;
     -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
     -webkit-text-size-adjust: 100%;
     margin: 0;
     overflow:hidden;
    /*remove this if you are not using the preloader*/
}
 h1, h2, h3, h4 {
     margin: 1em 0;
}
 h1 {
     font-size: 36px;
}
 h2 {
}
 h3 {
     font-size: 28px;
}
 a {
     color: #000000;
     text-decoration: none;
}
 a:focus, a:active {
     outline: none!important;
}
 hr {
     -moz-border-bottom-colors: none;
     -moz-border-image: none;
     -moz-border-left-colors: none;
     -moz-border-right-colors: none;
     -moz-border-top-colors: none;
     border-color: #CCCCCC -moz-use-text-color -moz-use-text-color;
     border-right: 0 none;
     border-style: dotted none none;
     border-width: 1px 0 0;
     clear: both;
     color: #FFFFFF;
     margin-top: 35px;
     width: 620px;
}
 input {
     margin: 18px 1px 0 20px;
     -webkit-box-shadow: 0px 0px 0px #FFFFFF;
}
 .justify {
     text-align: justify;
}
 *, *:after, *:before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     padding: 0;
     margin: 0;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

.home-block li > ul,
.home-block li > ol {
	margin-left: 20px!important;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
	width: 100%;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #006EB2;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #006EB2;
	color: #fff;
	text-shadow: none;
}

/* === CONTAINER STYLES === */
 #wrap {
     margin: 160px auto 0;
     text-align: left;
     width: 1400px;
}
 #head {
     margin: 0 auto;
     text-align: center;
}
#content {
	font-size: 16px/26px;
	font-family: 'Open Sans', HelveticaNeue , Helvetica Neue, Helvetica, Arial, sans-serif;
}
 #home-content {
     margin-top: -160px;
}
 #sliderWrapper {
     width: 1200px;
}
 #wrapper, #wrapperFooter {
     font-size: 0.8em;
     line-height: 1.6em;
     margin: 0 auto 40px;
     width: 1200px;
}
 #wrapper p, #wrapperFooter p {
     margin-bottom: 1em;
}
 #wrapper.page {
     font-size: 0.9em;
     line-height: 1.8em;
     width: 1200px;
}
 #wrapper.page h2 {
     padding: 0;
     line-height: 1.1em;
     margin: 10px 0 0;
     font-weight: 600;
     letter-spacing: -3px;
}
 .homeshadow {
     background-color: #FFFFFF;
     border-bottom: 1px solid #DADADA;
     box-shadow: 0 1px 2px #CCCCCC;
}
/* === MAIN NAVIGATION STYLES === */
 #nav {
     float: right;
     padding: 35px 0 0;
     width: auto;
}
 #nav ul {
     float: right;
     height: 50px;
}
 #nav li {
     display: inline;
     float: left;
     text-align: center;
     width: auto;
}
 #nav li a {
     border-bottom: medium none;
     color: #333333;
     display: block;
     font-size: 20px;
     font-weight: 400;
     padding: 15px;
}
 a:link {
     font-weight: normal;
     text-decoration: none;
}
 a.btn.btn-info {
     color: #fff!important;
     font-weight: normal;
     text-decoration: none;
}
 a:visited {
     font-weight: normal;
     text-decoration: none;
}
 a:hover {
     font-weight: normal;
     text-decoration: underline;
}
 a:active {
     font-weight: normal;
     text-decoration: none;
}
/* === HOME BLOCK STYLES === */
 #home-press {
     text-align: center;
     border-bottom: 1px solid #dadada;
}
 .home-block {
     border-bottom: 1px solid #DADADA;
     padding: 60px 80px 60px;
     text-align: center;
     display: block;
}
 .home-block.alternate {
     background-color: #fafafa;
}
 .no-padding {
     padding: 60px 0;
}
 .no-padding-left {
     padding: 0px;
}
 .no-padding-right {
     padding: 0px;
}
 .no-padding-bottom {
     padding: 0px;
}
 .no-padding-left li, .no-padding-right li, .no-padding-bottom li {
     text-align: center;
     list-style: none;
     padding:0;
     margin:0;
}
 img.no-padding-left {
     /* margin-bottom: -40px; */
     opacity: 0;
     transition: opacity .3s ease-in;
}
 img.no-padding-right {
     /* margin-bottom: -40px; */
     opacity: 0;
     transition: opacity .3s ease-in;
}
 img.no-padding-bottom {
     margin-bottom: -40px;
     opacity: 0;
     transition: opacity .3s ease-in;
}
/* .minHeightImg {
     min-height: 500px;
}*/
 .home-block ul {
     margin: 0px!important 
}
 .home-block h1 {
     margin: 0 0 30px 0 !important;
}
 .home-block h2 {
     font-size: 32px;
     margin: 0 0 15px 0 !important;
}
 .home-block .intro {
     padding: 145px 60px 0 0!important;
     font-size: 15px;
     line-height: 28px;
     font-weight: 400;
     text-align: center;
}
 .home-block .intro_opp {
     padding: 145px 0 30px 60px!important;
     font-size: 15px;
     line-height: 28px;
     font-weight: 400;
     text-align: center;
}

.intro li, .intro_opp li {
list-style-type: disc!important;
list-style-position: inside!important;
text-align: left;
padding-left: 15px;
margin: 5px;
}

 .home-block h4 {
     font-size: 26px;
     font-weight: 700;
     letter-spacing: -0.03em;
     margin-bottom: 35px;
     text-align: left;
     line-height: 30px;
}
 .intro, .intro_opp {
     padding: 0 20px 0 20px!important;
     font-size: 1.1em;
     line-height: 1.5em;
     font-weight:lighter;
}
 .home-block h3.introParagraph, h3.introParagraph {
     margin: 10px 0 50px!important;
     font-size: 19px;
     line-height: 24px;
     font-weight:lighter;
     letter-spacing: -1px;
}

.subParagraph, h4.subParagraph {
font: 16px/26px 'Open Sans', HelveticaNeue , Helvetica Neue, Helvetica, Arial, sans-serif!important;
text-align: center!important;
font-weight: normal!important;
}

 #home-contact .introParagraph {
     margin: 10px 0 30px!important;
}
 .videobox {
     position: relative;
     width: 125px;
     height: 75px;
     margin: 0 auto;
}
 .videobox span {
     display: block;
     position: absolute;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
     z-index: 1;
     background: url(../img/play.png) no-repeat center center;
}
 .videobox.pull-left {
     margin: 0 10px 10px 0;
}

.videobox .img-polaroid {
	/*width: 134px;
	height: 100px;*/
	}
/* === MEDIA LOGOS === */
 .media_list {
     width: auto;
     margin: 12px auto!important;
     overflow: hidden;
     text-align: center;
}
 .media_list li {
     display: inline-block;
     margin: 0;
}
 .media_list a {
     display: block;
     height: 56px;
     background-image: url(../img/media_logos.png);
     background-repeat: no-repeat;
     background-size: 1206px auto;
     text-indent: -10000px;
}
 .media-computerworld {
     width: 197px;
     background-position: 0 0;
}
 .media-computerworld:hover, .media-computerworld:focus {
     background-position: 0 -59px;
}
 .media-venturebeat {
     width: 269px;
     background-position: -205px 0;
}
 .media-venturebeat:hover, .media-venturebeat:focus {
     background-position: -205px -59px;
}
 .media-engadget {
     width: 213px;
     background-position: -476px 0;
}
 .media-engadget:hover, .media-engadget:focus {
     background-position: -476px -59px;
}
 .media-macworld {
     width: 152px;
     background-position: -690px 0;
}
 .media-macworld:hover, .media-macworld:focus {
     background-position: -690px -59px;
}
 .media-cnet {
     width: 133px;
     background-position: -852px 0;
}
 .media-cnet:hover, .media-cnet:focus {
     background-position: -852px -59px;
}
 .media-techcrunch {
     width: 225px;
     background-position: -983px 0;
}
 .media-techcrunch:hover, .media-techcrunch:focus {
     background-position: -983px -59px;
}
/* === FOOTER STYLES === */
 #footer {
     clear: left;
     text-align: left;
     font-size: 0.9em;
     margin: 0 auto;
     padding: 0 0 85px;
     height: 70px;
}
 span#footer-title {
     float: left;
     padding: 20px;
     width: 45%;
}
 #footer h2 {
     font-size: 24px;
     font-weight: normal;
}
 #copyright, #footerNav {
     color: #999999;
     font-size: 1em;
     line-height: 1.4em;
     text-align: center;
     margin-bottom: 10px;
}
 #copyright ul {
     margin-bottom: 5px;
}
 #copyright li {
     display: inline;
     border-right: 1px solid #999999;
     padding-right: 3px;
     padding-left: 5px;
}
 #copyright li:last-child,
 #copyright li:first-child {
     border-right: none;
	 padding-right: 0px;
}
 div#copyright a.copyright:link, div#footerNav a:link {
     color: #696969;
     font-weight: normal;
     text-decoration: none;
}
 div#copyright a.copyright:visited, div#footerNav a:visited {
     color: #696969;
     font-weight: normal;
     text-decoration: none;
}
 div#copyright a.copyright:hover, div#footerNav a:hover {
     color: #888888;
     font-weight: normal;
     text-decoration: none;
}
 div#copyright a.copyright:active, div#footerNav a:active {
     color:#696969;
     font-weight: normal;
     text-decoration: none;
}
/* === NOTIFICATION BLOCK STYLES === */
 #formMessage {
     background: #ffffff;
}
 .userMessage {
    color: #333333;
    text-align:center;
     margin: 0 8px;
    padding: 2px;
     font-size:15px;
     background: none;
}
/* === CONTACT/REGISTER BLOCK STYLES === */
 .contact-info-message, .contact-info-error, .contact-info-email-error {
     display:none;
     font-size: 15px;
}
 .contact-info-message .icon-sprite {
     color: #468847;
     text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
}
 .contact-form input[type="text"], .contact-form input[type="password"], .contact-form input[type="email"] {
     background-color: #F3F4F6;
     border: 1px solid #BCC3C9;
     color: #666;
     height: 36px;
     line-height: 36px;
     padding: 0 0 0 10px;
     font-size: 14px;
}
 .contact-form a.btn-full {
     margin: 10px;
     height: 40px;
     display: inline-block;
     cursor: pointer;
}
 .contact-form a.btn-half {
     margin: 10px;
     height: 40px;
     display: inline-block;
     cursor: pointer;
}
 .contact-form input#first_name, .contact-form input#last_name {
     margin: 10px;
     width: 155px;
}
 .contact-form label {
     cursor: pointer;
}
 .contact-form fieldset {
     margin:20px;
     padding:10px;
     text-align: left;
}
 .contact-form fieldset legend {
}
 .contact-form fieldset p {
     margin:5px 0;
}
 div.error {
     color: #cc0000;
}
 span#error_msg {
     color: #cc0000;
     text-align: left;
     line-height: 1.5em;
}
 .contact-info {
     margin:20px 0 20px 10px;
     font-size: 1.1em;
     font-weight:lighter;
}
 .contact-info .clearfix {
     height: 15px;
}
 .contact-info span {
     display: block;
}
 .contact-info span strong.highlight {
     color: #33789C;
     font-weight: bold;
}
 .contact-info span.address {
     color: #C6C6C6;
}
 .contact-info h3 {
     font-size: 20px;
     font-weight: normal;
     line-height: 20px;
     margin:0;
}
 .contact-info h4 {
     font-size: 14px;
     font-weight: lighter;
     line-height: 14px;
     margin:5px 0;
}
 .contact-info.text-left p {
     font-size: 24.5px;
     line-height: 24px;
     margin: 0 0 10px !important;
     padding: 0;
}
 .home-contact input {
     background-color: #F3F4F6;
     margin: 3px 3px 3px 0 !important;
     padding: 0 0 0 10px;
     font-size: 14px;
     height: 40px;
     line-height: 14px;
     color: #666666;
     border-radius: 0!important;
}
 .home-contact textarea {
     background-color: #F3F4F6;
     margin: 3px 3px 3px 0 !important;
     padding: 5px 0 0 10px;
     font-size: 14px;
     line-height: 24px;
     height: 100px;
     color: #666666;
     resize: vertical;
     border-radius: 0!important;
     border: 1px solid #BCC3C9!important;
}
 .home-contact input[type="text"], .home-contact input[type="email"] {
     border: 1px solid #BCC3C9;
}
 .home-contact input.short {
     border: 1px solid #BCC3C9;
     width: 44.2%!important;
}
 .home-contact textarea{
     border: 1px solid #BCC3C9;
     width: 90%!important;
}
 .home-contact input.terms, span.hint {
     margin: 3px 10px 3px 0 !important;
     font-size: 14px;
     color: #777;
     vertical-align: middle;
     height: 30px;
}
 .home-contact input.terms, span.hint input {
     background: transparent;
}
 .home-contact input#slide-submit {
     margin: 3px 10px 3px 0 !important;
     font-size: 14px;
     color: #777;
     vertical-align: middle;
     margin: 0 !important;
     padding: 0 !important;
     background-color: transparent;
}
 a.home-contact {
     cursor: pointer;
}
 button.contact-submit {
     height: 36px;
    /*margin-left: -8px!important;
    */
     border-radius: 0;
}
/* Form Validation */
 .contact-form .error {
    border: 1px solid #CE0000!important;
}

.help-block {
	font-size: 13px;
	line-height: 18px;
}


/* === HOME SLIDER STYLES === */

.slidesjs-play,
.slidesjs-stop {
	display: none!important;
	visibility:hidden!important;
	}

.banner {
	display: none;
	}
 .bannercontainer {
     position: relative;
}
/* === MODAL WINDOWS STYLES === */
 .modal-popup-clients {
     max-width:800px;
     margin: 20px auto;
     background: #FFF;
     padding: 0;
     line-height: 0;
}
 .modal-popup-clients h2 {
     font-size: 28px;
     font-weight: normal;
}
 .ajcol {
     width: 50%;
     float:left;
     line-height: 1.231;
}
 .ajcol img {
     width: 100%;
     height: auto;
}
 .ajaxContainer {
     padding: 1em;
}
/** * Fade-move animation for client gallery */
/* at start */
 .my-mfp-slide-bottom .zoom-anim-dialog {
     opacity: 0;
     -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
     -o-transition: all 0.2s ease-out;
     transition: all 0.2s ease-out;
     -webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 0 );
     -moz-transform: translateY(-20px) perspective( 600px ) rotateX( 0 );
     -ms-transform: translateY(-20px) perspective( 600px ) rotateX( 0 );
     -o-transform: translateY(-20px) perspective( 600px ) rotateX( 0 );
     transform: translateY(-20px) perspective( 600px ) rotateX( 0 );
}
/* animate in */
 .my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
     opacity: 1;
     -webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 );
     -moz-transform: translateY(0) perspective( 600px ) rotateX( 0 );
     -ms-transform: translateY(0) perspective( 600px ) rotateX( 0 );
     -o-transform: translateY(0) perspective( 600px ) rotateX( 0 );
     transform: translateY(0) perspective( 600px ) rotateX( 0 );
}
/* animate out */
 .my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
     opacity: 0;
     -webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 0 );
     -moz-transform: translateY(-10px) perspective( 600px ) rotateX( 0 );
     -ms-transform: translateY(-10px) perspective( 600px ) rotateX( 0 );
     -o-transform: translateY(-10px) perspective( 600px ) rotateX( 0 );
     transform: translateY(-10px) perspective( 600px ) rotateX( 0 );
}
/* Dark overlay, start state */
 .my-mfp-slide-bottom.mfp-bg {
     opacity: 0;
     -webkit-transition: opacity 0.3s ease-out;
     -moz-transition: opacity 0.3s ease-out;
     -o-transition: opacity 0.3s ease-out;
     transition: opacity 0.3s ease-out;
}
/* animate in */
 .my-mfp-slide-bottom.mfp-ready.mfp-bg {
     opacity: 0.8;
}
/* animate out */
 .my-mfp-slide-bottom.mfp-removing.mfp-bg {
     opacity: 0;
}
 @media all and (max-width:30.6em) {
     .ajcol {
         width: 100%;
         float:none;
    }
}
/* === SOCIAL BLOCK STYLES === */
 .social ul {
     margin: 0!important;
}
 .soc_list {
     overflow:hidden;
     position:relative;
     padding-bottom:10px;
     list-style: none;
}
 .soc_list li {
     display: inline-block;
     text-align: center;
     margin-right:6px;
     margin-bottom:10px;
}
 .soc_list li a {
     position:relative;
     display:block;
     width:60px;
     height:60px;
     overflow:hidden;
}
 .soc_list li a img {
     position:absolute;
     left:0;
     top:0;
}
 .soc_list li a:hover img {
     top:-60px;
}
 span.social-list.facebook {
     background: #3b5998;
     color: #FFFFFF;
}
/* === SHOWCASE GALLERIES BLOCK STYLES === */
 ul.showcaseThumbs {
     padding-bottom: 0px;
}
 .showcaseThumbs li {
     display: inline-block;
     padding: 4px;
     list-style: none;
}
 .showcaseThumbs li img {
     display: block;
     width: 100%;
     height: auto;
}
 .gallery-item a:hover {
     opacity: 0.85!important;
     display: block;
}
/* === HOME INTRO STYLES === */
 #home-intro {
     margin: 0 0 0 0;
     padding-top: 40px;
     padding-bottom: 20px;
}
 #home-intro h1 {
     font-size: 36px;
     font-weight: 100;
}
 #home-intro h1 span {
     font-weight: normal;
     color: #33789C;
}
 #home-about{
}
 #home-about .row{
}
 #home-about p.first-about {
     font-size: 15px;
     text-align:justify;
     font-weight:bold;
}
 #home-about h3 {
     font-size: 22px;
     margin: 0 0 5px;
}
 #home-services {
}
 #home-services ul {
     margin:0px!important;
}

/* === WIDGETS BLOCK === */
#home-widgets {
display: inline-block;
width: 100%;
float: left;
}


/************************************************
*	Widgets									*
************************************************/	
	
/* Primary Sidebar, Footer Sidebar */

.widget {
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	line-height: 1.2857142857;
	width: 100%;
	word-wrap: break-word;
	background: #F8F8F8;
	padding: 5px 5px 15px 5px;
}

.widget a {
	color: #fff;
}

.widget a:hover {
	color: #A8A8A8;
}

.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
	margin: 24px 0 12px;
}

.widget h1 {
	font-size: 22px;
	line-height: 1.0909090909;
}

.widget h2 {
	font-size: 20px;
	line-height: 1.2;
}

.widget h3 {
	font-size: 18px;
	line-height: 1.3333333333;
}

.widget h4 {
	font-size: 16px;
	line-height: 1.5;
}

.widget h5 {
	font-size: 14px;
	line-height: 1.7142857142;
}

.widget h6 {
	font-size: 12px;
	line-height: 2;
}

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

.widget abbr[title] {
	border-color: rgba(255, 255, 255, 0.7);
}

.widget mark,
.widget ins {
	color: #000;
}

.widget pre,
.widget fieldset {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget code,
.widget kbd,
.widget tt,
.widget var,
.widget samp,
.widget pre {
	font-size: 12px;
	line-height: 1.5;
}

.widget blockquote {
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 18px;
}

.widget blockquote cite {
	color: #fff;
	font-size: 14px;
	line-height: 1.2857142857;
}

.widget dl,
.widget dd {
	margin-bottom: 18px;
}

.widget ul,
.widget ol {
	list-style: none;
	margin: 0;
}

.widget li > ol,
.widget li > ul {
	margin-left: 10px;
}

.widget table,
.widget th,
.widget td {
	border-color: rgba(255, 255, 255, 0.2);
}

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

.widget del {
	color: rgba(255, 255, 255, 0.4);
}

.widget hr {
	background-color: rgba(255, 255, 255, 0.2);
}

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

.widget input,
.widget textarea {
	background-color: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: 16px;
	padding: 1px 2px 2px 4px;
}

.widget input:focus,
.widget textarea:focus {
	border-color: rgba(255, 255, 255, 0.3);
}

.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	background-color: #333333;
	border: 0;
	font-size: 12px;
	padding: 5px 15px 4px;
}

.widget input[type="button"]:hover,
.widget input[type="button"]:focus,
.widget input[type="reset"]:hover,
.widget input[type="reset"]:focus,
.widget input[type="submit"]:hover,
.widget input[type="submit"]:focus {
	background-color: #A8A8A8;
}

.widget input[type="button"]:active,
.widget input[type="reset"]:active,
.widget input[type="submit"]:active {
	background-color: #A8A8A8;
}

.widget .wp-caption {
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 18px;
}

.widget .widget-title {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	margin: 0 0 24px 0;
	text-transform: uppercase;
}

.widget-title,
.widget-title a {
	color: #fff;
}

.widget-title a:hover {
	color: #A8A8A8;
}

.widget_rss li {
text-align: left;
margin: 10px;
list-style-type: disc;
list-style-position: inside;
}

.widget_rss span.rss-date {
font-style: italic;
font-size: 12px;
}

.widget_rss li a {
font-weight: bold;
}


/* Content Sidebar Widgets */

.content-sidebar .widget a {
	color: #333333;
}

.content-sidebar .widget a:hover {
	color: #A8A8A8;
}

.content-sidebar .widget pre {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget mark,
.content-sidebar .widget ins {
	color: #2b2b2b;
}

.content-sidebar .widget abbr[title] {
	border-color: #2b2b2b;
}

.content-sidebar .widget fieldset {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget blockquote {
	color: #767676;
}

.content-sidebar .widget blockquote cite {
	color: #2b2b2b;
}

.content-sidebar .widget li > ol,
.content-sidebar .widget li > ul {
	margin-left: 18px;
}

.content-sidebar .widget table,
.content-sidebar .widget th,
.content-sidebar .widget td {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget del {
	color: #767676;
}

.content-sidebar .widget hr {
	background-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget input,
.content-sidebar .widget textarea {
	background-color: #fff;
	border-color: rgba(0, 0, 0, 0.1);
	color: #2b2b2b;
}

.content-sidebar .widget input[type="text"] {
height: 30px;
margin-top: 10px;
border-radius: 0;
}

.content-sidebar .widget input:focus,
.content-sidebar .widget textarea:focus {
	border-color: rgba(0, 0, 0, 0.3);
}

.content-sidebar .widget input[type="button"],
.content-sidebar .widget input[type="reset"],
.content-sidebar .widget input[type="submit"] {
	background-color: #333333;
	border: 0;
	color: #fff;
}

.content-sidebar .widget input[type="button"]:hover,
.content-sidebar .widget input[type="button"]:focus,
.content-sidebar .widget input[type="reset"]:hover,
.content-sidebar .widget input[type="reset"]:focus,
.content-sidebar .widget input[type="submit"]:hover,
.content-sidebar .widget input[type="submit"]:focus {
	background-color: #A8A8A8;
}

.content-sidebar .widget input[type="button"]:active,
.content-sidebar .widget input[type="reset"]:active,
.content-sidebar .widget input[type="submit"]:active {
	background-color: #A8A8A8;
}

.content-sidebar .widget .wp-caption {
	color: #767676;
}

.content-sidebar .widget .widget-title,
.content-sidebar .widget .widget-title a {
	color: #2b2b2b;
	font-size: 26px;
	font-family: 'Open Sans', HelveticaNeue , Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 600;
	margin: 0 0 18px;
	padding-top: 7px;
	text-transform: none;
	letter-spacing: -1px;
}

.content-sidebar .widget .widget-title a {
	color: #2b2b2b;
}

.content-sidebar .widget .widget-title a:hover {
	color: #A8A8A8;
}

/* List Style Widgets*/

.content-sidebar .widget_archive li,
.content-sidebar .widget_categories li,
.content-sidebar .widget_links li,
.content-sidebar .widget_meta li,
.content-sidebar .widget_nav_menu li,
.content-sidebar .widget_pages li,
.content-sidebar .widget_recent_comments li,
.content-sidebar .widget_recent_entries li,
.content-sidebar .widget_categories li ul,
.content-sidebar .widget_nav_menu li ul,
.content-sidebar .widget_pages li ul {
	border-color: rgba(0, 0, 0, 0.1);
}
.widget_nav_menu li ul {
display: block;
}

.widget_nav_menu li ul li {
display: block;
}

.widget_nav_menu li ul li a {
margin-left: 5px;
}

.widget_nav_menu li {
text-align: center;
font-size: 18px;
margin: 5px 0 5px 0;
}



/* Calendar Widget*/

.widget_calendar table {
	line-height: 2;
	margin: 0;
}

.widget_calendar caption {
	font-weight: 700;
	line-height: 1.7142857142;
	margin-bottom: 18px;
	text-align: left;
	text-transform: uppercase;
}

.widget_calendar thead th {
	background-color: rgba(255, 255, 255, 0.1);
}

.widget_calendar tbody td,
.widget_calendar thead th {
	text-align: center;
}

.widget_calendar tbody a {
	background-color: #333333;
	color: #fff;
	display: block;
}

.widget_calendar tbody a:hover {
	background-color: #A8A8A8;
}

.widget_calendar tbody a:hover {
	color: #fff;
}

.widget_calendar #prev {
	padding-left: 5px;
}

.widget_calendar #next {
	padding-right: 5px;
	text-align: right;
}


/* === QUOTE/TESTIMONIAL ROTATOR STYLES === */
 .cbp-qtrotator {
     position: relative;
     margin: 1em auto 1em auto;
     max-width: 800px;
     width: 100%;
}
 .cbp-qtrotator .cbp-qtcontent {
     position: absolute;
     top: 0;
     z-index: 0;
     opacity: 0;
     width: 100%;
}
 .no-js .cbp-qtrotator .cbp-qtcontent {
     border-bottom: none;
}
 .cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent, .no-js .cbp-qtrotator .cbp-qtcontent {
     position: relative;
     z-index: 100;
     pointer-events: auto;
     opacity: 1;
}
 .cbp-qtrotator .cbp-qtcontent:before, .cbp-qtrotator .cbp-qtcontent:after {
     content: " ";
     display: table;
}
 .cbp-qtrotator .cbp-qtcontent:after {
     clear: both;
}
 .cbp-qtprogress {
     position: absolute;
     background: #47a3da;
     height: 1px;
     width: 0%;
     top: 0;
     z-index: 1000;
}
 .cbp-qtrotator blockquote {
     margin: 0;
     padding: 0;
}
 .cbp-qtrotator blockquote p {
     font-size: 18px;
     color: #BFBFBF;
     font-weight: lighter;
     font-style: italic;
     font-family: 'Nunito', sans-serif;
     margin: 35px 0 5px!important;
}
 .cbp-qtrotator blockquote footer {
     font-size: 1.1em;
     color: #c7c7c7;
}
 .cbp-qtrotator blockquote footer:before {
     content: '― ';
}
 .cbp-qtrotator .cbp-qtcontent img {
     float: right;
     margin-left: 3em;
}
 .cbp-qtrotator blockquote {
     border-left:none!important;
}
/* === PAGE PRE LOADER STYLES === */
 #preloader {
     position:fixed;
     top:0;
     left:0;
     right:0;
     bottom:0;
     background-color:#fff;
    /* change if the mask should have another color then white */
     z-index:999999;
    /* makes sure it stays on top */
}
.spinner {
  margin: 10px 0 0 10px;
  border: 2px solid #eeeeee;
  font-size: 40px;
  width: 1em;
  height: 1em;
  border-radius: .5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border-top-color: #377B9E;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/*Retina images served up here*/
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 

.videobox span {
  background: url(../img/play@2x.png) no-repeat center center;
  background-size: 50%;
}
}

.footmenu {
	color:#828282;
	text-align:center;
	}
	
.footmenu .menu.menulast {
	display:none;
	}

.footmenu .menu {
	float: left;
	font-size: 14px;
    text-align: center;
    width: 100%;
	}
	
.footmenu .menu span {
    margin-right: 5px;
	}
	
.footmenu .menu a {
	border-right: 1px solid #000000;
    line-height: 13px;
    list-style: none;
    margin-right: 8px;
    padding-right: 8px;
	}
	
.footmenu .menu a:last-child {
	border-right:none;
	}
	
/************************************************
*	Sticky Class				     		    * 
************************************************/

.sticky {
font-weight: bold;
}

/************************************************
*	Single Page/Post Classes					    * 
************************************************/

.postTeaser {
margin: 20px 0 50px 0;
}

.more-link {
	display: block;
	}

.postDate {
	float: right;
	}

.post-edit-link {
float: right;
}

.featuredImage {
	margin-bottom: 25px;
	}

.wp-default-content p {
	margin-bottom: 0!important;
	}

.wp-default-content h2 {
	margin: 15px 0 15px 0 !important;
	}
.wp-default-content h4 {
	text-align: center;
	}
	
.wp-default-content ul {
	
	}
.postTeaser h4 {
	text-align: left!important;
	}
.wp-default-content ul,
.wp-default-content ol,
.wp-default-content pre {
	text-align: left;
	margin: 0 0 10px 25px!important;
	}

.blogcategory {
margin-top: 50px!important;
}

.blogcategory,
.blogtags {
background: #efefef;
margin: 20px 0 20px 0;
padding: 5px;
}

.previous, .next {
font-weight: bold;
list-style: none;
font-size: 14px;
text-decoration: underline;
margin-top: 20px;
}

#page-links {
float: left;
clear: left;
margin-top: 20px;
font-size: 14px;
font-weight:bold;
}

#page-links a {
text-decoration: underline;
}

.entry h2 {
font-size: 14px;
font-weight: bold;
font-family: sans-serif, "arial", helvetica;
letter-spacing: normal!important;
}


/************************************************
*	Images  					     		    * 
************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px!important;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	border: 1px solid #E6E6E6;
	text-align: center;
	background-color: #F7F7F7;
	padding: 4px 0px 5px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}

/************************************************
*	Comments									*
************************************************/

#respond {
width: 100%;
margin: 60px 0 5px 0;
padding: 1px 10px 8px 10px;
background: #efefef;
}

#comments {
border-top: 2px solid #cecece;
margin-top: 20px;
}
	
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	margin: 0px 5px 0px 10px;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}
	
.wp-default-content input[type="text"],
.wp-default-content input[type="password"] {
	min-height: 24px!important;
	margin-top: 10px!important;
	}

#commentform input,
.wp-default-content input[type="submit"],
.wp-default-content input[type="button"]{
	width: 170px;
	display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 98%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.reply a, .reply a:visited {
	background: #0076A3;
	color: #FFFFFF!important;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #0076A3;
	}
	
.reply a:hover {
	background: #003663;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #003663;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #F7F7F7;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px dotted #E6E6E6;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	margin: 0px;
	padding: 0px;
	}
	
.commentlist .bypostauthor {}

code {
	white-space: normal!important;
	}


code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif!important;
	font-size: 14px!important;
	-webkit-hyphens: none!important;
	-moz-hyphens:    none!important;
	-ms-hyphens:     none!important;
	hyphens:         none!important;
	line-height: 1.6!important;
	background-color: none!important;
	border: none!important;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/* Contact Form 7 */

.contacto {
	padding: 30px 0;
	text-align: left !important;
}

.contacto .span6 {
	padding-left: 10% !important;
}
.contacto input, .contacto textarea  {
	width: 100%;
	height: 35px !important;
}
.contacto textarea {
	height: 80px !important;
}

.wpcf7-submit{
	background: #4284c6;
	    background: -moz-linear-gradient(top, #6cb5ff, #4284c6);
	    background: -webkit-gradient(linear, left top, left bottom, from(#6cb5ff), to(#4284c6));
	    background-image: -o-linear-gradient(#6cb5ff, #4284c6);
	    -pie-background: linear-gradient(#6cb5ff, #4284c6);
	padding:8px 30px;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	border:1px solid #FFF;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom:10px;
	display:inline-block;
}
.wpcf7-submit:hover{
	cursor: pointer;
	text-decoration:none;
	color:#FFF;
	border:1px solid #555;
	background: #2a77c4;
    background: -moz-linear-gradient(top, #46a0fc, #2a77c4);
    background: -webkit-gradient(linear, left top, left bottom, from(#46a0fc), to(#2a77c4));
}
.wpcf7-acceptance{padding: 0 10px !important;}

.contacto input[type="checkbox"] {
margin: 0px 5px 0 !important;
}


/* Slider */

#slides .slidesjs-navigation { top: 280px !important;}


