@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);
@import url('https://fonts.googleapis.com/css?family=Oswald');



.ts-section-top-footer{
    background:#008cba;
    font-family: 'Fjalla One', sans-serif;
}
    .ts-top-footer .contact-info:first-child{
    border:none
    }



.contact-info{
    text-align:center;
    height:118px;
    line-height:118px;
    border-left:1px solid rgba(255,255,255,.2)
}


.contact-info a,
.contact-info p{
    color:#fff;
    font-size:22px;
    font-weight:300
}
.contact-info span{
    height:50px;
    line-height:60px;
    width:50px;
    border:2px solid #fff;
    border-radius:50px;
    -moz-border-radius:50px;
    -webkit-border-radius:50px;
    -ms-border-radius:50px;
    -o-border-radius:50px;
    text-align:center;
    margin-right:15px;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
    background:#008cba;
}

.contact-info span i{
    font-size:20px;
    color:#fff
}
.contact-info a:hover{
    text-decoration:none;
    color:#eeeddd
}
.contact-info:hover span{
    border:1px solid #008cba;
    background:#fff;
    box-shadow:0 0 0 5px rgba(255,255,255,.4);
    -webkit-transform:scale(1.3);
    -moz-transform:scale(1.3);
    -ms-transform:scale(1.3);
    -o-transform:scale(1.3);
    transform:scale(1.3);
    -webkit-transition:all .5s ease-out;
    -moz-transition:all .5s ease-out;
    -ms-transition:all .5s ease-out;
    -o-transition:all .5s ease-out;
    transition:all .5s ease-out
}

.contact-info:hover span i{
    color:#008cba;
    -webkit-transition:all .5s ease-out;
    -moz-transition:all .5s ease-out;
    -ms-transition:all .5s ease-out;
    -o-transition:all .5s ease-out;
    transition:all .5s ease-out
}




/* Font */
.contact-info a,
.contact-info p{
font-size:30px
font-family: 'Slabo 27px', serif;    
                }

/* fa */
.contact-info span i,
    .ts-number-statistic h2,
    .ts-number-statistic h3{
        font-size:30px
                }
                }
                
.contact-info span{                
    height:55px;
    width:55px;
    line-height:55px;
    border-radius:55px;
    -moz-border-radius:55px;
    -webkit-border-radius:55px;
    -ms-border-radius:55px;
    -o-border-radius:55px;
    background: #428bca;
    
        
                }

.contact-info:hover span{
    border:1px solid #428bca;
    background:#fff;
    box-shadow:0 0 0 5px rgba(255,255,255,.4);
    -webkit-transform:scale(1.3);
    -moz-transform:scale(1.3);
    -ms-transform:scale(1.3);
    -o-transform:scale(1.3);
    transform:scale(1.3);
    -webkit-transition:all .5s ease-out;
    -moz-transition:all .5s ease-out;
    -ms-transition:all .5s ease-out;
    -o-transition:all .5s ease-out;
    transition:all .5s ease-out
}

.contact-info:hover span i{
    color:#428bca;
    -webkit-transition:all .5s ease-out;
    -moz-transition:all .5s ease-out;
    -ms-transition:all .5s ease-out;
    -o-transition:all .5s ease-out;
    transition:all .5s ease-out
}




/*media*/

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 15px;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}

.content ul li span.roundedBdr{
    background:#FFF; 
    border-radius:100%; 
    height:50px; 
    width:50px;
    border:3px solid #243960;
    line-height:40px; 
    float:left; 
    text-align:center; 
    color:#243960; 
    font-family: 'playfair_displayregular'; 
    font-size:30px;
    
}

.about p{  
    font-family: 'open_sansregular';
    font-size:15px; 
    line-height:20px; 
    color:#515355; 
    width: 100%;
    
}

.about h2{ 
    font-family: 'MyriadPro';
    color:#515355;
}
.about h3{
    color:#243960; 
    font-size:18px;
    padding-bottom:3px;
    margin:0;
    font-family: 'MyriadPro';
    width: 100%;
    
}
ul.about{ 
    padding:47px 0 0 0;
    margin:0;
}
ul.about li{  
    font-family: 'open_sansregular'; 
    font-size:15px; 
    float:left; 
    list-style:none; 
    padding-bottom:26px;
}

.innerpagecontainer .media { 
    float: left; margin:0px; 
    font-family: "open_sansregular";
}
.innerpagecontainer .media-left{
    margin-right:15px;
    float:left;
}
.innerpagecontainer .highlight{ 
    color:#243960; 
    font-style:italic; 
    font-family: "open_sansregular";
}


/*ts acordion*/
.ts-acordion.ui-accordion .ui-accordion-header{
    background:#f3f3f3;
    font-size:14px;
    font-weight:300;
    color:#000;
    line-height:26px;
    border:none;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    margin:0 0 18px;
    padding:13px 32px 13px 15px;outline:0
}
.ts-acordion h2 .fa,.ts-acordion h3 .fa{
    color:#008cba;
    margin-right:10px;
    font-size:10px;
    line-height:26px
}
.ts-acordion .ui-accordion-header.ui-state-active{
    color:#fff;
    background:#42454a;
    position:relative;
    margin-bottom:12px
}
.ts-acordion .ui-accordion-header.ui-state-active:after{
    position:absolute;
    border-top:10px solid #42454a;
    border-left:10px solid transparent;
    border-bottom:10px solid transparent;
    border-right:10px solid transparent;
    bottom:-17px;left:15px;
    content:""
}
.ts-acordion .ui-icon{
    text-indent:0;
    background:0 0
}
.ts-acordion.ui-accordion .ui-accordion-header .ui-accordion-header-icon{
    left:auto;
    right:12px;
    color:#008cba;
    margin-right:0;
    font-size:14px;
    line-height:normal
}
.ts-acordion .ui-accordion-header.ui-state-active .ts-active-header{
    background:url(../images/plus-accordion.png) center no-repeat
}
.ts-acordion .ui-accordion-header .ts-header{
    background:url(../images/add-accordion.png) center no-repeat
}
.ts-acordion.ui-accordion .ui-accordion-content{
    border:1px solid #EBEBEB;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    margin-bottom:35px;
    padding:20px 35px;
    font-size:14px;
    line-height:26px;
    font-weight:300;
    color:#737373
}
.ts-acordion .ui-accordion-header:before{
    content:"\f111";
    color:#008cba;
    margin-right:8px;
    font-family:FontAwesome;
    font-size:11px
}
.ts-acordion.ts-acordion-style2 .ui-accordion-header.ui-state-active:after,
.ts-acordion.ts-acordion-style2 .ui-accordion-header:before{
    display:none
}
.ts-acordion.ts-acordion-style2.ui-accordion .ui-accordion-header .ui-accordion-header-icon{
    right:auto;
    left:0;
    height:auto;
    color:#737373;
    font-size:18x;
    margin-top:-10px
}
.ts-acordion.ts-acordion-style2.ui-accordion .ui-accordion-header{
    background:0 0;
    border:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    border-radius:0;
    color:#252525;
    font-size:14px;
    font-weight:400;
    line-height:48px;
    margin:0;
    padding:0 0 0 15px;border-bottom:1px solid #ededed
}
.ts-acordion.ts-acordion-style2.ui-accordion .ui-accordion-header:last-child{
    border:none
}
.ts-acordion.ts-acordion-style2 .ui-accordion-header.ui-state-active{
    color:#008cba;
    border:none
}
.ts-acordion.ts-acordion-style2.ui-accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon{
    color:#008cba
}
.ts-acordion.ts-acordion-style2.ui-accordion .ui-accordion-content{
    border:none;
    margin-bottom:30px;
    padding:0
}
.ts-acordion.ui-accordion .ui-accordion-content .wpb_text_column{
    margin-bottom:0
}

.ts-list-style h4{
    font-size:16px;
    font-weight:0;
    color:#252525
}
.ts-list-style ul{
    padding:0;
    list-style:none
}
.ts-list-style ul li{
    line-height:36px
}
.ts-list-style ul li span{
    font-size:16px;
    margin-right:10px
}
.ts-list-style ul li a{
    color:#737373;
    line-height:36px;
    font-size:14px
}
.ts-list-style ul li a:hover,
.ts-list-style.underlist li a{
    color:#008cba
}

.ts-caption-small .fa,
.ts-caption-small-right .fa

{
    width:25px;
    height:25px;
    text-align:center;
    line-height:25px;
    background:#008cba

}




/*end ts acordion*/




/*button contact*/

.button {
    background-color: #4CAF50; /* Green */
    height: 70px;
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.button1 {
    background-color: white; 
    color: black; 
    border: 2px solid #4CAF50;
}

.button1:hover {
    background-color: #4CAF50;
    color: white;
}

.button2 {
  margin: 0 auto;
  
  font-size: 2.0rem;
  padding-top: 20px;
  display: block;
  background-color: #008cba;
  border: 1px solid transparent;
  color: #ffffff;
  font-weight: 500;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.button2:hover {
  background-color: #ffffff;
  color: #008cba;
  border-color: #008cba;
}

.button3 {
    background-color: white; 
    color: black; 
    border: 2px solid #f44336;
}

.button3:hover {
    background-color: #f44336;
    color: white;
}

.button4 {
    background-color: white;
    color: black;
    border: 2px solid #e7e7e7;
}

.button4:hover {background-color: #e7e7e7;}

.button5 {
    background-color: white;
    color: black;
    border: 2px solid #555555;
}

.button5:hover {
    background-color: #555555;
    color: white;
}



/* end button contact */

/*************************
**********Services CSS********
**************************/

.post-thumb {
  position: relative;
}





#post-carousel .carousel-indicators {
  bottom: 3px;
  left: 90%;
}

.blog-left-control, .blog-right-control {
  position: absolute;
  top: 45%;
  width: 30px;
  text-align: center;
  color: rgba(255,255,255,.7);
  font-size: 36px;
}

.blog-left-control {
  left: 0;
}

.blog-right-control {
  right: 0;
}

.blog-left-control:hover, .blog-right-control:hover {
  color: #fff;  
}

.entry-header h3 a {
  line-height: 30px;
}

.entry-header .date, 
.entry-header .cetagory {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
}

.entry-header .date:after {
  content: "";
  position: absolute;
  left: 0;
  bottom:-22px;
  width: 20px;
  height: 3px;
}



.load-more {
  display:block;
  text-align: center;
  margin-top: 70px;
}

.btn-loadmore {
  border: 1px solid #f2f2f2;
  color: #666666;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 125px;
  text-transform: uppercase;
}

.btn-loadmore:hover {
  color:#fff;
}

/* footer
================================================== */

footer {
    padding: 55px 0 0;
    border-top: 0 solid transparent;
    padding-bottom: 44px;
    border-top-width: 1px;
    background: #222222;
}

.footer-v2 footer {
    background: #f7f7f7;
    border-top: 3px solid #eee;
    padding: 45px 0;
    padding-bottom: 30px;
}

footer a:hover {
    color: #25CBF5;
}

footer, footer p {
    color: #999;
    line-height: 21px;
}

.footer-v2 footer, .footer-v2 footer p {
    color: #666;
}

footer .widget ul li,
footer .v-category-widget ul,
footer .v-archive-widget ul,
footer .v-nav-menu-widget ul,
footer .v-recent-comments-widget ul,
footer .v-meta-data-widget ul,
footer .v-recent-entry-widget ul {
    border-color: #333333;
}


footer .widget hr {
    border-color: #333333;
}

footer h4 {
    font-family: source_sans_probold,Arial,Helvetica,Tahoma,sans-serif;
    letter-spacing: 1.8px;
    font-weight: 400!important;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
    font-size: 13px;
    line-height: 23px;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    color: #f4f4f4!important;
}

footer a {
    color: #fff;
    /*font-size: 14px !important;*/
}

.footer-v2 footer a {
    color: #444;
}

footer a, footer a:hover {
    text-decoration: none !important;
}

footer .widget {
    padding-bottom: 10px;
}

footer ul.social-icons li a {
    border: 1px solid rgba(247, 247, 247, 0.17);
    border-radius: 0 100px 100px;
    margin-right: 8px;
}

.footer-v2 footer ul.social-icons li a {
    border: 1px solid rgba(61, 61, 61, 0.52);
}

.copyright {
    padding: 16px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    border-top: 0 solid transparent;
    border-top-width: 1px;
    background-color: #2C2C2C;
    border-top-color: #333333;
}

.footer-v2 .copyright {
    background-color: #EBEBEB;
    border-top-color: #E0E0E0;
}

.copyright p {
    font-size: 12px;
    float: left;
    margin-bottom: 0;
    line-height: 24px;
    color: #aaa;
    padding-bottom: 2px;
    font-family: 'Roboto', sans-serif;
}

.footer-v2 .copyright p {
    color: #555;
}

.copyright a, .copyright a:hover {
    text-decoration: none;
}

.copyright nav .menu {
    float: right;
}

.copyright nav .menu li {
    font-size: 13px;
    margin: 0 !important;
}

.copyright nav .menu li:first-child {
    border-left: 0;
}

.copyright nav .menu li ul {
    display: none;
}


footer .widget ul.wp-tag-cloud li > a {
    border: 1px solid #3F3E3E;
    padding: 5px 8px;
}

footer .widget .wp-tag-cloud li a {
    background: #242424;
    border-color: #5E5E5E;
}

footer .widget ul.wp-tag-cloud li > a:hover {
    color: #fff;
}



footer .widget ul li > a {
    padding-bottom: 4px;
    padding-top: 10px;
}

footer .v-recent-entry-widget.widget ul li:first-child a {
    padding-top: 0px;
}

footer .v-recent-entry-widget .post-date {
    margin-bottom: 10px;
    display: block;
    margin-top: -2px;
    font-size: 12px;
}

.copyright a {
    color: #aaa;
    border-bottom: solid 1px rgba(255,255,255,.07);
    padding-bottom: 2px;
    font-size: 12px;
}

.footer-v2 .copyright a {
    color: #555;
    border-bottom: solid 1px rgba(206, 206, 206, 0.6);
}

.copyright a:hover {
    color: #25CBF5;
}

.pull-bottom-small {
    margin-bottom: 20px;
}

/* #Widgets
================================================== */

.widget {
    padding-bottom: 50px;
}

.widget ul {
    margin: 0;
    list-style: none;
}

.widget ul li {
    margin-bottom: 0;
    line-height: 19px;
}

.widget ul.v-list li {
    line-height: 180%;
}

.widget ul li > a {
    padding: 10px 0;
    display: block;
}

.widget a {
    text-decoration: none;
}

.widget a:hover {
    text-decoration: underline;
}

.portfolio-grid li {
    float: left;
    height: 70px;
    position: relative;
    margin: 0 6px 6px 0 !important;
}

.portfolio-grid li a img {
    width: 70px;
    height: 70px;
}












/*social buttons *************************/
/* Reset */
@import url(//codepen.io/chrisdothtml/pen/ojLzJK.css);
.social-buttons {
  height: 90px;
  margin: auto;
  font-size: 0;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.social-button {
  display: inline-block;
  background-color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: 0 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  opacity: .99;
  border-radius: 28%;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
  transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-button:before {
  content: '';
  background-color: #000;
  width: 120%;
  height: 120%;
  position: absolute;
  top: 90%;
  left: 90%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
  transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-button .fa {
  
  vertical-align: center;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
  transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-button.facebook:before {
  background-color: #3B5998;
   font-size: 30px; 
}
.social-button.facebook .fa {
  color: #3B5998;
font-size: 30px;
}
.social-button.twitter:before {
  background-color: #3CF;
    font-size: 30px;
}
.social-button.twitter .fa {
  color: #3CF;
    font-size: 30px;
}
.social-button.linkedin:before {
  background-color: #0177b5;
    font-size: 30px;
}
.social-button.linkedin .fa {
  color: #0177b5;
    font-size: 30px;
}
.social-button.dribbble:before {
  background-color: #F26798;
    font-size: 30px;
}
.social-button.dribbble .fa {
  color: #F26798;
    font-size: 30px;
}
.social-button.skype:before {
  background-color: #00AFF0;
    font-size: 30px;
}
.social-button.skype .fa {
  color: #00AFF0;
    font-size: 30px;
}
.social-button:focus:before, .social-button:hover:before {
  top: -10%;
  left: -10%;
}
.social-button:focus .fa, .social-button:hover .fa {
  color: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
}



/*---------------*/
/***** Zoe *****/
/*---------------*/

figure.effect-zoe figcaption {
	top: auto;
	bottom: 0;
	padding: -6em;
	height: 2em;
	background: #fff;
	color: #3c4a50;
    text-align: center;
    overflow: hidden;

	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-zoe h2 {
    font-size: 15px;
    font-family: 'Fjalla One', sans-serif;
	float: center;
   
}

figure.effect-zoe figcaption > span {
	float: right;
}

figure.effect-zoe p {
	position: absolute;
	bottom: 8em;
	padding: 1em;
	color: #fff;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-zoe h2,
figure.effect-zoe figcaption > span {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
}

figure.effect-zoe figcaption > span::before {
	display: inline-block;
	padding: 8px 10px;
	font-family: 'feathericons';
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
	content: '\e000';
}

.icon-paper-clip::before {
	content: '\e001';
}

.icon-heart::before {
	content: '\e024';
}

figure.effect-zoe h2 {
	display: inline-block;
}

figure.effect-zoe:hover p {
	opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover figcaption > span {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h2 {
	-webkit-transition-delay: 0.05s;
    max-height: inherit
	transition-delay: 0.05s;
}

figure.effect-zoe:hover figcaption > span:nth-child(4) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-zoe:hover figcaption > span:nth-child(3) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-zoe:hover figcaption > span:nth-child(2) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}


/* contact *****************/

.contactFrm h4 {
    font-size: 1em;
    color: #252525;
    margin-bottom: 0.5em;
    font-weight: 300;
    letter-spacing: 5px;
}
.contactFrm input[type="text"], .contactFrm input[type="email"], .contactFrm input[type="tel"] {
    width: 92%;
    color: #008cba;
    background: #fff;
    outline: none;
    font-size: 0.9em;
    padding: .7em 1em;
    border: 1px solid #008cba;
    -webkit-appearance: none;
    display: block;
    margin-bottom: 1.2em;
}
.contactFrm textarea {
    resize: none;
    width: 93.5%;
    background: #fff;
    color: #008cba;
    font-size: 0.9em;
    outline: none;
    padding: .6em 1em;
    border: 1px solid #008cba;
    min-height: 10em;
    -webkit-appearance: none;
}
.contactFrm input[type="submit"] {
    outline: none;
    color: #FFFFFF;
    padding: 0.5em 0;
    font-size: 1em;
    margin: 1em 0 0 0;
    -webkit-appearance: none;
    background: #008cba;
    transition: 0.5s all;
    border: 2px solid #008cba;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
    width: 47%;
    cursor: pointer;
}
.contactFrm input[type="submit"]:hover {
    background: none;
    color: #008cba;
}
p.statusMsg{font-size:18px;}
p.succdiv{color: #008000;}
p.errordiv{color:#E80000;}


/******Panels********/

.panel >.panel-heading span {
    background-color: #008cba;
    color: white
    padding:     
        
}

.panel >.panel-heading {
    background-color: #008cba;
    color: white
        
}


.panel, .panel-heading a {
     
    color: white;
}
.panel, .panel-heading a:hover {
     
    color: darkslategrey;
}


/*****quadro****/

.text {
    width: auto;
    min-width: 195px;
    min-height:195px;
    height:auto;
    border:1px solid #ddd; 
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); 
    margin: 0,2px 0px; 
    
    overflow:hidden;
    border-color: white; 
    background-color: #222222; 
    
}

.content-text {
    padding:5px 15px 10px;
    margin: 0px;
}

.content-text h3 {
    font-size: 50px;
    color: white;
    padding: 5px;
    text-align: center;
}

.content-text p {
    font-size: 20px;
    font-family: 'Fjalla One', sans-serif;
    color: white;
    text-align: center
    
}


/********pontilhado*****/

.divx {
    padding: 10px;
     border: 2px; /*Definindo o estilo da borda*/
     background-color: #f5f4f4; /*Cor de fundo para melhor visualização do exemplo*/
      /*Altura para melhor visualização do exemplo*/
   height: 420px;
     width: auto; /*Largura para melhor visualização do exemplo*/
    border-radius: 5px;
    
    box-shadow: 2px 2px 2px grey;
   
}

.divx h3{
    font-weight: 400;
}

.divy {
    padding: 10px;
    padding-top: 0px;
     border: 2px solid #999; /*Definindo o estilo da borda*/
     background-color: #FFF; /*Cor de fundo para melhor visualização do exemplo*/
      /*Altura para melhor visualização do exemplo*/
   height: 350px;
     width: auto; /*Largura para melhor visualização do exemplo*/
}


/************ vertical line ************/

.verticalLine {
  border-left: 1px solid #999;
padding-left: 30px;  
    height: 250px
}


/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
    padding-top: 40px;
  
}

section.module z {
    color: black;
    
}

section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 100px 0;
    
}
section.module.parallax {
  height: 250px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 
}
section.module.parallax h1 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 48px;
  line-height: 600px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
section.module.parallax-1 {
  background-image: url("../img/services.jpg");
    height: auto;
    min-height: 250px;
   
    
   
}

section.module.parallax-1 h2{
    font-size: 35px;
    font-weight: 500
    
   
}
section.module.parallax-2 {
  background-image: url("../img/demo/_small/2.jpg");
}
section.module.parallax-3 {
  background-image: url("../img/demo/_small/3.jpg");
}

@media all and (min-width: 600px) {
  section.module h2 {
    font-size: 42px;
  }
  section.module p {
    font-size: 20px;
  }
  section.module.parallax h1 {
    font-size: 96px;
  }
}
@media all and (min-width: 960px) {
  section.module.parallax h1 {
    font-size: 160px;
  }
}
/*************novo teste parallax ************/


/*-----------------progress bar------------------*/

.stepwizard-step p {
    margin-top: 10px; 
    font-family: 'Roboto', sans-serif;
    font-size: 18px
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;     
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 23px;
    bottom: 0;
    left: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #008cba;
    z-order: 0;
    
}

.stepwizard-step {    
    
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 6px 0;
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  line-height: 2px;
  border-radius: 15px;
    
}

.btn.btn-primary {
    background-color: #009EDA;
}

/************* arrows ************/

.tp-leftarrow.default,
.tp-rightarrow.default{
    background:rgba(255,255,255,.19);
   
    max-width: 48px;

    max-height: 48px;
    line-height:48px;
    text-align:center;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;
    font-size:30px;
    color:#fff
}

.tp-leftarrow.default:hover,
.tp-rightarrow.default:hover{
    color:#009EDA
}
.tp-leftarrow.default:after{
    content:"\f104"
}
.tp-rightarrow.default:after{
    content:"\f105"
}
.tp-leftarrow.custom,
.tp-rightarrow.custom{
    background:#4f5053
}

/* bug case 
@media only screen and (max-width: 768px) {
    .tp-leftarrow.default,
    .tp-rightarrow.default {
        display: none;
    }
    
}

*/








