/*
 * Theme Name: <?php echo $corp_data['title'] ?>
 * Author: Creativico
 * Created: 07/17/2013
 */
 
 /**** HTML / Body ****/
 html, body {
   margin: 0;
   padding: 0;
   font-family: 'Open Sans', sans-serif !important;
 }
 
 body {
   font-family: 'Open Sans', sans-serif !important;
   font-size: 13px;
 }
 
 body section {
   position: relative;
   top: 0px;
 }
 
 body .wpc-top-teaser {
   top:0;
 }
 
 body section.wpc-top-bar {
   position: relative;
   top:0;
 }
 
 body section:last-of-type {
   top:0px;
 }
 
 body footer {
   position: relative;
 }
 
 /**** General Typography Settings ***/
 h1, h2, h3, h4, h5, h6, p {
   font-family: 'Open Sans', sans-serif !important;
 }
 
 /**** Various Body Types ****/
 body.slider .wpc-top-bar {
   background:rgba(19, 28, 34, 0.95);
 }
 
 body.slider .wpc-slider {
   margin-top: 110px;
 }
 
 /**** Links ****/
 a {
   color: #fff;
 }
 
 a:hover {
   color: #fff;
   text-decoration: none !important;
 }
 
 .move-to-top {
   top:-110px;
   position: relative;
 }
 
 .clear {
   clear: both;
 }
 
 .wpc-dropdown-menu {
   display: none;
 }

 /**** Top Bar ****/
 .wpc-top-bar {
   width: 100%;
   z-index:990;
   height: 110px;
   border-bottom: 10px solid #3EA9C9;
   position: relative;
   background: url('../images/backgrounds/dark_mosaic.png') top left repeat;
 }
 
 .wpc-top-bar .wpc-logo {
   font-size: 24px;
   color: #fff;
   line-height: 110px;
   font-weight: normal;
   font-family: 'Titillium Web', sans-serif;
 }
 
 .wpc-top-bar .wpc-logo img {
   max-height: 105px;
 }
 
 .wpc-top-bar .wpc-main-menu {
   list-style: none;
   margin: 0;
   text-align: right;
 }
 
 .wpc-top-bar .wpc-main-menu>li {
   display: inline-block;
   line-height: 108px;
 }
 
 .wpc-top-bar .wpc-main-menu>li a {
   display: block;
   padding: 0px 30px 0px 30px;
   font-weight: bold;
   border-top:2px solid transparent;
 }
 
 .wpc-top-bar .wpc-main-menu>li a.wpc-active {
   border-top:2px solid #ffa61a;
   color: #ffa61a !important;
 }
 
 .wpc-top-bar .wpc-main-menu>li a:hover {
   border-top:2px solid #ffa61a;
   color: #ffa61a !important;   
 }
 
 
 /**** Template - No Teaser ****/
 .no-teaser .wpc-logo {
   color: #6d6d6d !important;
 }
 
 .no-teaser .wpc-top-bar .row {
   border-bottom: 1px solid #dfdfdf;
 }
 
 .no-teaser .wpc-main-menu a {
   color: #6d6d6d !important;
 }
 
 .no-teaser section {
   position: relative;
   top: 0px;
 }
 
 body.no-teaser footer {
   position: relative;
   top: 0px;
 }
 
 
 /**** Top Teaser ****/
 .wpc-top-teaser {
   background: url('../demo/bridge.jpg') 0px 0px fixed repeat-y;
   background-size: cover;
   height: 690px;
   width: 100%;
   overflow: hidden;
   z-index:900;
 }
 
 .wpc-background-opacity {
   position: absolute;
   top:0;
   left:0;
   height: 100%;
   min-height: 100%;
   width: 100%;
   background:rgba(19, 28, 34, 0.90);
 }
 
 .wpc-top-teaser .container {
   z-index:999;
   position: relative;
   min-height: 100%;
 }
 
 .wpc-top-teaser .wpc-teaser-holder {
   position: absolute;
   bottom: 0;
   right: 0;
 }
 
 .wpc-teaser-holder .wpc-content {
   width: 48%;
   margin-right: 2%;
   margin-bottom: 25px;
   display: inline-block;
   vertical-align: top;
   padding-top: 30px;
 }
 
 .wpc-teaser-holder .wpc-content h2 {
   color:#fff;
   font-weight: normal;
   margin-bottom: 25px;
 }
 
 .wpc-teaser-holder .wpc-content p {
   color: #68bbf5;
   padding-bottom: 10px;
 }
 
 .wpc-teaser-holder .wpc-image {
   width: 48%;
   margin-right:0;
   display: inline-block;
   vertical-align: top;
 }
 
 .wpc-form-teaser .wpc-teaser-holder {
 }
 
 /**** Template - Top Teaser Features List ****/
 .wpc-features {
   margin-bottom: 25px;
 }
 
 .wpc-features i {
   display: inline-block;
   vertical-align: top;
   color: #fff;
   width: 55px;
   font-size: 3.5em;
   margin-right: 20px;
 }
 
 .wpc-features .wpc-features-inner {
   display: inline-block;
   width: 80%;
   vertical-align: text-bottom;
 }
 
 .wpc-features .wpc-features-inner span {
   width: 100%;
   display: block;
 }
 
 .wpc-features .wpc-features-inner span.wpc-features-title {
   color: #fff;
   font-size: 18px;
   font-weight: bold;
 }
 
 .wpc-features .wpc-features-inner span.wpc-features-content {
   color: #fff;
 }

 
 /**** Template - Teaser Form ****/
 .wpc-teaser-form {
   width: 100%;
   min-height: 550px;
   border-radius:5px 5px 0px 0px;
   background:rgba(254,254,254,1);
   overflow: hidden;
 }
 
 .wpc-teaser-form .wpc-form-title {
   background-color: #f3f3f3;
 }
 
 .wpc-teaser-form .wpc-form-title h2 {
   padding: 20px 0px;
   text-align: center;
   margin: 0;
 }
 
 .wpc-teaser-form form {
   margin: 0 auto 25px auto;
   width: 80%;
 }
 
 .wpc-teaser-form input, .wpc-teaser-form select {
   -webkit-appearance:none;
   width: 96%;
   margin: 20px 0px 0px 0px;
   padding: 15px 2% !important;
   border:1px solid #f3f3f3 !important;
   color: #a9a9a9 !important;
   height: auto !important;
 }
 
 .wpc-teaser-form select {
   width: 100% !important;
   height: 50px !important;
   line-height: 20px !important;
   padding: auto 2% !important;
   outline: -webkit-focus-ring-color auto 0px !important;
   -webkit-appearance:none !important;
 }
 
 .wpc-teaser-form select:focus {
   outline: -webkit-focus-ring-color auto 0px !important;
   -webkit-appearance:none !important;
 }
 
 .wpc-teaser-form textarea {
   width: 96%;
   margin: 20px 0px 0px 0px;
   padding: 15px 2% !important;
   border:1px solid #f3f3f3 !important;
   color: #a9a9a9 !important;
   height: auto !important;
   resize:none;
 }
 
 .wpc-teaser-form input[type="submit"]:hover {
   background-color: #ffa61a !important;
 }  
   
 .wpc-teaser-form input[type="submit"] {
   border:1px solid transparent !important;
   border-radius:5px !important;
   width: 100%;
   background-color: #1e3344 !important;
   color: #fff !important;
   font-weight: bold;
   text-transform: uppercase;
 }
 
 .wpc-teaser-form input:focus, .wpc-teaser-form select:focus, .wpc-teaser-form textarea {
   border:1px solid #f3f3f3 !important;
   box-shadow:none !important;
 }
 
 /**** Slider Section ****/
 .wpc-slider {
   background-color: #fff;
   padding: 0px 0px 0px 0px;
   margin-top: 30px;
 }
 
 /**** Default Section ****/
 .wpc-default {
   background-color: #fff;
   padding: 35px 0px;
 }
 
 .wpc-default h2 {
   text-align: center;
   color: #727171;
   font-weight: normal;
   margin: 50px 0px;
 }
 
 /**** Top Shadow ****/
 .wpc-top-shadow {
   background: url('../images/shadows/shadow-3.png') top center no-repeat;
 }
 
 /**** One Third Boxes ****/
 .wpc-boxes-container {
   width: 100%;
   text-align: center;
 }
 
 .wpc-boxes-container .wpc-box {
   background-color: #fefefe;
   display: inline-block;
   border-radius:5px;
   overflow: hidden;
   vertical-align: top;
   float:none !important;
 }
 
 .wpc-boxes-container .wpc-box .top {
   background-color: #447ba2;
   height: 10px;
   -webkit-transition: background-color 0.5s ease;
   -moz-transition: background-color 0.5s ease;
   -ms-transition: background-color 0.5s ease;
   -o-transition:  background-color 0.5s ease;
   transition:  background-color 0.5s ease; 
 }
 
 .wpc-boxes-container .wpc-box .content {
   background-color: #fefefe;
   border: 1px solid #f3f3f3;
   border-radius:0px 0px 5px 5px;
   padding-bottom: 20px;
   min-height: 340px;
 }
 
 .wpc-boxes-container .wpc-box {
   -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   -o-transition:  all 0.5s ease;
   transition:  all 0.5s ease; 
 }
   
 .wpc-boxes-container .wpc-box:hover {
   -webkit-box-shadow: 0px 0px 12px rgba(50, 50, 50, 0.25);
   -moz-box-shadow:    0px 0px 12px rgba(50, 50, 50, 0.25);
   box-shadow:         0px 0px 12px rgba(50, 50, 50, 0.25);
 }
 
 .wpc-boxes-container .wpc-box:hover .top {
   background-color: rgba(255,115,0, 1);
 }
 
 .wpc-boxes-container .wpc-box .content h3 {
   font-size: 19px;
   color: #727171;
   margin: 25px 0px;
 }
 
 .wpc-boxes-container .wpc-box .content p {
   color: #989898;
   min-height: 80px;
 }
 
 .wpc-boxes-container .wpc-box.one-third {
   width: 31%;
   margin-left: 2%;
 }
 
 .wpc-boxes-container .wpc-box.one-third:nth-child(3n) {
   
 }
 
 /**** Full Width Box ****/
 .wpc-full-box:before {
   clear:both;
 }
 
 .wpc-full-box {
   margin: 0 auto;
   border-radius:5px;
   overflow: hidden;
   background-color: #f1f1f1;
   border:1px solid #e3e3e3;
   min-height: 30px;
   width: 80%;
 }
 
 .wpc-full-box .left {
   width: 64%;
   display: inline-block;
   vertical-align: top;
 }
 
 .wpc-full-box .right {
   width: 35%;
   display: inline-block;
   vertical-align: top;
   text-align: right;
 }
 
 .wpc-full-box .wpc-content {
   padding: 20px 35px;
 }
 
 .wpc-full-box .wpc-content h2 {
   margin: 0;
   font-size: 18px;
   line-height: 21px;
   text-align: left;
 }
 
 .wpc-full-box .wpc-button {
   padding: 20px 55px;
   margin-top: 15px;
   margin-right: 35px;
 }
 
 /**** Icon Boxes ****/
 .wpc-boxes-container .wpc-icon-box h3 {
   line-height: 21px;
 }
 
 .wpc-boxes-container .wpc-icon-box {
   display: inline-block;
   vertical-align: top;
 }
 
 
 .wpc-boxes-container .wpc-icon-box .icon {
   width: 20%;
   max-width: 100px;
   display: inline-block;
   vertical-align: top;
   margin-top:15px;
   font-size: 2.2em;
   text-align: left;
 }
 
 .wpc-boxes-container .wpc-icon-box .icon i {
   border-radius:5px;
   background-color: #1e3444;
   color: #fff;
   padding: 10px;
   width: 25px;
   height: 25px;
   display: inline-block;
   text-align: center;
 }
 
 .wpc-boxes-container .wpc-icon-box .content {
   width: 69%;
   display: inline-block;
   vertical-align: top;
   text-align: left;
 }
 
 .wpc-boxes-container .wpc-icon-box .content h3 {
   font-size: 19px;
   color: #727171;
   font-weight: normal;
   margin: 0;
 }
 
 .wpc-boxes-container .wpc-icon-box .content p {
   color: #989898;
   min-height: 80px;
 }
 
 .wpc-boxes-container .wpc-icon-box.one-third {
   width: 31%;
   margin-left: 2%;
 }
 
 .wpc-boxes-container .wpc-icon-box.one-third:nth-child(3n) {
   margin-left: 0%;
 }
 
 /**** Team Section ****/
 .wpc-team-section {
   min-height:300px; /* Temporary */
   background:url('../demo/nature-01.jpg') top left repeat-y;
   background-size: cover;
 }
 
 .wpc-team-section .wpc-background-opacity {
   background: rgba(255, 126,0,0.8);
 }
 
 .wpc-team-section .row {
   text-align: center;
 }
 
 .wpc-team-section .row .wpc-team-member {
   margin-right: 50px;
 }
 
 .wpc-team-section .row .wpc-team-member:last-child {
   margin-right: 0px;
 }
 
 .wpc-team-section .wpc-title h2 {
   color: #fff;
   font-weight: normal;
   text-align: center;
   z-index:9999;
   position: relative;
 }
 
 .wpc-team-member {
   margin-top: 5px;
   z-index:9999;
   position: relative;
   width: 190px;
   display: inline-block;
 }
 
 .wpc-team-member>.wpc-inner {
   margin: 0 auto;
   border-radius:50% 50% 50% 50%;
   overflow: hidden;
 }
 
 .wpc-team-member .wpc-inner .wpc-team-hover {
   opacity:0;
   position: absolute;
   top:0;
   left:0;
   width: 100%;
   height: 100%;
   min-height: 100%;
   -webkit-transition: opacity 0.5s ease;
   -moz-transition: opacity 0.5s ease;
   -ms-transition: opacity 0.5s ease;
   -o-transition:  opacity 0.5s ease;
   transition:  opacity 0.5s ease; 
   border-radius:50% 50% 50% 50%;
   overflow: hidden;
   background:rgba(0,0,0,0.8);
 }
 
 .wpc-team-member .wpc-inner .wpc-team-hover .wpc-inner {
   text-align: center;
   color: #fff !important;
   padding-top: 80px;
 }
 
 .wpc-team-member .wpc-inner .wpc-team-hover .wpc-inner span {
   font-size: 11px;
 }
 
 .wpc-team-member .wpc-inner:hover .wpc-team-hover {
   opacity:1;
   -webkit-transition: opacity 0.5s ease-in-out;
   -moz-transition: opacity 0.5s ease-in-out;
   -ms-transition: opacity 0.5s ease-in-out;
   -o-transition:  opacity 0.5s ease-in-out;
   transition:  opacity 0.5s ease-in-out; 
 }
 
 .wpc-team-member .wpc-inner img {
   max-width: 100%;
 }
 
 /**** Testimonials ****/
 .wpc-testimonials {
   background-color: #f0f0f0;
   padding: 35px 0px;
 }
 
 .wpc-testimonials .wpc-title h2 {
   font-weight: normal;
   text-align: center;
   color: #ffa61a;
 }
 
 .wpc-testimonial-list {
   margin: 0;
   list-style: none;
 }
 
 .wpc-testimonial-list li {
   width: 100%;
 } 
 
 .wpc-testimonial-list h2 {
   font-weight: normal;
   font-size: 21px;
   text-align: center;
 }
 
 .wpc-testimonial-list .author {
   font-style: italic;
   text-align: center;
 }
 
 /**** FAQ ****/
 .wpc-faq {
   background-color: #f0f0f0;
   padding: 35px 0px;
 }
 
 .wpc-faq .wpc-title h2 {
   font-weight: normal;
 }
 
 .wpc-faq .ui-accordion-header {
   line-height: 20px;
   height: 20px;
   padding-left: 30px;
   background: url('../images/faq-icon.png') top left no-repeat;
   background-position: 0 -20px;
   background-size:20px auto;
   color: #447ba2;
 } 
 
 .wpc-faq .ui-accordion-header-active {
   background: url('../images/faq-icon.png') top left no-repeat;
   background-position: 0 0px;
   background-size:20px auto;
 }
 
 .wpc-faq-list h3 {
   font-size: 18px;
   font-weight: normal;
 }
 
 /**** Portfolio ****/
 .wpc-portfolio {
   background-color: #f0f0f0;
   padding: 35px 0px;
 }
 
 .wpc-portfolio .wpc-title h2 {
   text-align: left;
   font-weight: normal;
   color: #ffa61a;
 }
 
 .wpc-portfolio-list {
   list-style: none;
   margin: 0;
 }
 
 .wpc-portfolio-list li a img {
   -webkit-transition: opacity 0.5s ease;
   -moz-transition: opacity 0.5s ease;
   -ms-transition: opacity 0.5s ease;
   -o-transition:  opacity 0.5s ease;
   transition:  opacity 0.5s ease; 
 }
 
 .wpc-portfolio-list li {
   display: inline-block;
   height: 170px;
   margin-bottom: 25px;
 }
 
 .wpc-portfolio-list li .img {
   border: 5px solid #fff;
   overflow: hidden;
   max-height: 160px;
 }
 
 .wpc-portfolio-list li a:hover img {
   opacity:0.5;
 }
 
 .wpc-portfolio-filters {
   list-style: none;
   margin:0px 0px 20px 20px;
 }
 
 .wpc-portfolio-filters li:after {
   padding-left: 10px;
   content: "  \\";
   font-weight: bold;
 }
 
 .wpc-portfolio-filters li:last-child:after {
   content: none;
 }
 
 .wpc-portfolio-filters li {
   display: inline-block;
   padding-right: 15px;
   font-size: 12px;
 }
 
 .wpc-portfolio-filters li a {
   color: #282828;
 }
 
 .wpc-portfolio-filters li a:hover {
   color: #447ba2;
 }
   
    
 /**** Full Width ****/
 .full-width {
   margin:25px 0px;
 }
 
 
 /**** Break Title ****/
 .break-title {
   text-transform: uppercase;
   border-bottom: 1px dashed #dfdfdf;
   display: block;
   width: 100%;
   margin: 35px 0px;
 }
 
 /**** Footer & Footer Widgets ****/
 footer {
   background-color: #1d282f;
   padding: 0px 0px 0px 0px;
   color: #5f717c !important;
 }
 
 footer .footer-widgets, footer .footer-bar {
   position: relative;
   top:0;
 }
 
 footer .footer-widgets .row {
   padding: 25px 0px;
 }
 
 footer .footer-bar .row {
   border-top: 1px solid #313d45;
   padding: 25px 0px;
 }
 
 footer .footer-bar .copyright-text {
   line-height: 40px;
 }
 
 .footer-widgets .widget-box {
 }
 
 .footer-widgets .widget-box h3 {
   color:#4d93c5;
   font-size: 16px;
   margin: 0;
   font-weight: normal;
 }
 
 .footer-widgets .widget-box ul {
   margin: 0;
   padding: 0;
   list-style: none;
 }
 
 .footer-widgets .widget-box ul li {
   padding: 4px 0px;
 }
 
 .footer-widgets .widget-box ul li a {
   color: #fff !important;
 }
 
 .footer-widgets .widget-box ul li a:hover {
   color: #ffa61a !important;
 }
 
 /**** Buttons ****/
 .wpc-button {
   display: inline-block;
   padding: 10px 18px;
   border-radius:5px;
   text-transform: uppercase;
   font-weight: bold;
   font-size: 11px;
 }
 
 /**** Predefined Colors ****/
 .wpc-orange {
   background-color: #3EA9C9;
   -webkit-box-shadow: 0px 3px 0px rgba(27, 46, 61, 0.96);
   -moz-box-shadow:    0px 3px 0px rgba(27, 46, 61, 0.96);
   box-shadow:         0px 3px 0px rgba(27, 46, 61, 0.96);
   color: #fff;
 }
 
 .wpc-orange:hover {
   background-color: #feb139;
 }
 
 .wpc-blue {
   background-color: #1e3344;
   -webkit-box-shadow: 0px 3px 0px rgba(27, 46, 61, 0.96);
   -moz-box-shadow:    0px 3px 0px rgba(27, 46, 61, 0.96);
   box-shadow:         0px 3px 0px rgba(27, 46, 61, 0.96);
   color: #fff;
 }
 
 .wpc-blue:hover {
   background-color: #233d53;
 }
 
 .wpc-blue-top-bar {
   background-color: #447ba2;
   margin-bottom: 50px;
 }
 
 /**** Default Margins ****/
 .wpc-margin-right {
   margin-right: 8px;
 }
 
 /**** Google Map Container ****/
 .google-map-container {
   width: 100%;
   min-height: 200px;
   border: 0px !important;
 }
 
 .google-map-container img {
   max-width: none !important;
 }
 
 
 /**** Predefined Patterns ****/
 .pattern-noisy {
   background: url('../images/backgrounds/noisy_grid.png') top left repeat;
 }
 
 .pattern-neutral {
   background: url('../images/backgrounds/ps_neutral.png') top left repeat;
 }
 
 .pattern-wood {
   background: url('../images/backgrounds/retina_wood.png') top left repeat;
 }
  
 .pattern-white-tiles {
   background: url('../images/backgrounds/white_tiles.png') top left repeat;
 }
 
 .pattern-denim {
   background: url('../images/backgrounds/denim.png') top left repeat;
 } 
 
 .pattern-diagmonds {
   background: url('../images/backgrounds/diagmonds.png') top left repeat;
 } 
 
 .pattern-dark-mosaic {
   background: url('../images/backgrounds/dark_mosaic-v2.png') top left repeat;
 }
 
 
 /**** Widgets ****/
 .widgets {
   padding: 0px 20px;
 }
 
 .widgets input {
   max-width: 100% !important;
   margin: 0;
 }
 
 .widget {
   margin-bottom: 30px;
 }
 
 .tagcloud a {
    float: left;
    font-size: 11px !important;
    height: 24px;
    line-height: 24px;
    margin-bottom: 10px;
    position: relative;
 }
 
 .tagcloud a {
    background: none repeat scroll 0 0 #447ba2;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    color: #FFFFFF !important;
    margin-left: 15px;
    margin-right: 10px;
    padding: 0 10px 0 12px;
    text-decoration: none;
 }
 
 .tagcloud a:before {
    border-color: transparent #447ba2 transparent transparent;
    border-style: solid;
    border-width: 12px 12px 12px 0;
    content: "";
    float: left;
    height: 0;
    left: -12px;
    position: absolute;
    top: 0;
    width: 0;
 }
 
 .tagcloud a:after {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    box-shadow: -1px -1px 2px #111111;
    content: "";
    float: left;
    height: 4px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 4px;
 }
 
 .tagcloud a:hover {
    background: none repeat scroll 0 0 #ffa61a;
 }
 
 .tagcloud a:hover:before {
    border-color: transparent #ffa61a transparent transparent;
 }
 
 .widget_pages ul {
   list-style: none;
   margin: 0;
   padding: 0;
 }
 
 .widget_pages ul>li {
   padding: 5px 0px 0px 15px;
 }
 
 .widget_pages ul>li a {
   color: #282828;
 }
 
 .widget_pages ul>li a:hover {
   color: #e9991c;
 }
 
 .widget_calendar a {
   color: #727171;
 }