/*
Theme Name: Bootstrap Basic
Theme URI:
Author: Vee Winch
Author URI: http://okvee.net
Description: Bootstrap v.3 basic theme for developers to build their new theme very fast and easy.
Version: 1.0.3.1
License: MIT
License URI: http://opensource.org/licenses/MIT
Text Domain: bootstrap-basic
Domain Path: /languages/
Tags: white, gray, light, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, front-page-post-form, post-formats, threaded-comments, translation-ready

This theme built with Twitter Bootstrap v.3. It is basic theme with basic style for build new theme with Bootstrap.

*/
@charset "UTF-8";

@font-face {
  font-family: 'Lato';
  src:  url('fonts/Lato-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato Bold';
  src:  url('fonts/Lato-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/*
 * ===================== Animation =================
 */
@-webkit-keyframes slide {
  0%, 100% {
    -webkit-animation-timing-function: ease-in;
  }

  50% {
    bottom: 35px;
    -webkit-animation-timing-function: ease-out;
  }
}

@-o-keyframes slide {
  0%, 100% {
    -o-animation-timing-function: ease-in;
  }

  50% {
    bottom: 35px;
    -o-animation-timing-function: ease-out;
  }
}

@-moz-keyframes slide {
  0%, 100% {
    -moz-animation-timing-function: ease-in;
  }

  50% {
    -moz-animation-timing-function: ease-out;
    bottom: 35px;
  }
}

@keyframes slide {
  0%, 100% {
    animation-timing-function: ease-in;
  }

  50% {
    bottom: 35px;
    animation-timing-function: ease-out;
  }
}

.page.home .metaslider .btn.read-more,
.metaslider .flex-direction-nav a,
.scroll-down {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #4aa3d8;
}

.page.home .metaslider .btn.read-more:hover,
.metaslider .flex-direction-nav a:hover,
.scroll-down:hover {
	background-color: #3276b1;
}

.metaslider .flex-direction-nav a,
.scroll-down {
	display: block;
	border-radius: 100%;
	border: 2px solid #fff;
	cursor: pointer;
}

.metaslider .flex-direction-nav a {
	width: 40px;
	height: 40px;
}

.metaslider .flex-direction-nav .flex-prev {
	background: #4AA3D8 url('img/arrow-left-white.png') center center no-repeat;
}

.metaslider .flex-direction-nav .flex-next {
	background: #4AA3D8 url('img/arrow-right-white.png') center center no-repeat;
}

.scroll-down {
	position: fixed;
	width: 60px;
	height: 60px;
	left: 50%;
	margin-left: -32px;
	margin-top: -70px;
	background: #4AA3D8 url('img/arrow-down-white.png') center center no-repeat;
	bottom: 5px;
	z-index: 3;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
        -webkit-animation: slide 1s infinite;
        -moz-animation: slide 1s infinite;
        animation: slide 1s infinite;
}

.scroll-down:hover {
	background-color: #3276b1;
}

.scroll-down.hide-bottom {
    bottom:-100px;
    -webkit-animation:none;
    -moz-animation:none;
    animation:none;
}

.right, .yt-container.right {
  float: right;
}

.left {
  float: left;
}

.carrers {
  padding: 20px 0 120px 0;
  font-size: 18px;
  font-family: "Lato";
  color: #7e7e7e;
  margin-top: 100px;
}

.carrers a {
  color : #71A0D6;
}

.carrers h2, {
  text-align: left;
  font-family: "Lato-Bold" !important;
  color: #4AA3D8 !important;
  padding-bottom:25px;
  padding-top:25px;
  margin: 0 auto;
  text-align : center;
}
.carrers h2 {

}

.carrers h1 {
  margin-bottom: 40px;
  font-size: 36px;
  font-family: "Lato";
  color: #000;
}


.headcontent
{
font-weight: bold;
font-family: "Exo",sans-serif;
font-size: 20px;
line-height: 18px;
color: #999;
margin-top: 15px;
margin-right: 15px;
overflow: hidden;
border-bottom: 1px solid #E6E6E6;
height: 40px;
}

span.benefittitle {
font-family: 'Lato-Light';
font-size: 31px;
}

.info2 a{
color: #fff;

}

.info2 a:hover{
color: #3276B1;
}

.info3 a{
color: #fff;
}

.info3 a:hover{
color: #3276B1;
}

.col-centered {
  float:none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.bespoke-header {
  text-align:left !important;
  color: black !important;
}

.bs-example-js-navbar-scrollspy {
  display: none;
}

.nav > li > a:hover, .nav > li > a:focus {
	background-color: transparent!important;
}

.scroll-spy {
	position: fixed;
	top: 30%;
	left: -120px;
	z-index: 10000;
	list-style: none;
	padding: 0;
	-webkit-transition: left 0.5s;
	transition: left 0.5s;
}

.scroll-spy:hover {
	left: 0;
}

.scroll-spy:hover  .spy-section.active {
  left: 0px;
}

.scroll-spy:hover  .spy-section {
	left: 0;
}

.scroll-spy .spy-section {
  display: block;
  background-color: #4AA3D8;
  border-left: 0;
  margin-bottom: 10px;
  /* box-shadow: 0 0 10px 0 rgba(0,0,0,0.1); */
  position: relative;
  left: 0;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}
@media (max-width: 767px) {
    .scroll-spy.nav > li > a {
        padding: 10px;
    }
}
@media (max-width: 1100px) and (min-width: 768px) {
	.scroll-spy.nav > li > a {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

.scroll-spy .spy-section:hover {
  background-color: #3276b1;
}

.scroll-spy .spy-section.active {
  left: 120px;
}

.scroll-spy .spy-section a {
  padding: 10px;
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Lato-light';
  letter-spacing: 0.1em;
  text-decoration: none;
}

@media (max-width: 1390px) {
    .scroll-spy {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
        text-align: center;
        background-color: #4AA3D8;
    }
  
    .scroll-spy:hover {
            left: 0;
    }

    .scroll-spy .spy-section.active {
            left: 0;
            background-color: #3276b1;
    }

    .scroll-spy > .spy-section {
            margin-left: -0.3em;
            left: 0;
    }

    .scroll-spy .spy-section {
            display: inline-block;
            margin-bottom: 0;
    }
    
    .scroll-spy .spy-section a {
        padding: 10px 30px;
    }
}

.single .contents img {
	max-width: 100% !important;
}

@media (max-width: 768px) {

	

  .composide-summary-table {
    margin: 45px 0 45px 0px;
    width: 100%;
  }
  .composide-summary-table td {
    border-bottom: 1px solid #f2f2f2;
    padding-right: 13px;
  }

  .composide-summary-table td p {
    font-size:13px !important;
  }
  .composide-summary-table tr:first-child p {
    padding-bottom: 0px !important;
  }
  .composide-summary-table tr:first-child td {
    border-width:3px;
  }
}


@media (min-width: 768px) {
  .composide-summary-table {
    margin: 45px 20px 45px 20px;
    width: 100%;
  }
  .composide-summary-table td {
    /*border-bottom: 1px solid #f2f2f2; */ /* WP360.pro */
    border-bottom: 1px solid #d8edfd; /* WP360.pro */
    padding-right: 15px;
  }

  .composide-summary-table td p {
    font-size:20px !important;
  }
  .composide-summary-table tr:first-child p {
    padding-bottom: 0px !important;
  }
  .composide-summary-table tr:first-child td {
    border-width:3px;
  }
}

.videoWrapper {
  max-width: 853px;
  max-height: 480px;
  margin-top:140px;
  margin:70px auto 70px auto;
  /*padding-bottom: 56.25%;
  padding-top: 25px;*/
  /*height: 0;*/
}

.module-details {
  margin: 30px auto 30px auto;
}

.module-details table {
  font-size: 17px;
  font-family: "Lato";
  color: #7e7e7e;
}

.module-details img {
  width:35px;
}

.module-details h2 {
  margin: 0 auto 40px auto;
  text-align: center;
}

.module-details td {
  vertical-align:top;
  padding-right: 15px;
  border-bottom: 1px solid #f2f2f2;
  padding-top:20px;
}

.module-details tr:first-child td {
  border-bottom: 3px solid #f2f2f2;
  font-weight: bold;
  color : #333;
}

.module-details td:nth-of-type(2) {
  font-weight: bold !important;
  color : #333;
}

@media (max-width: 620px) {
	.module-details td img {
		display:none;
	}
}

@media (max-width: 420px) {
	.module-details table {
		margin-left: -10px;
	}
	
	.module-details td {
		padding-right: 0;
	}
}

.compobullet ul {
  list-style: none;
  margin:0px;
  padding:0px;
}

.compobullet li {
  padding-left: 2em;
  text-indent: -1.3em;
  padding-bottom: 8px;
}

.compobullet li:before {
  content: "•  ";
  padding-right:7px;
  color: #4AA3D8; /* or whatever color you prefer */
}

@media (max-width: 768px) {
  .module-details table {
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  .module-details .col-centered {
    padding: 0 0px 0 30px;
  }
}

/*
Required WordPress CSS
*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.bypostauthor {
}
.gallery-caption {
}
.sticky {
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.page-container {
margin-right: auto;
margin-left: auto;

}

@media (min-width: 790px) {
ul.contact {
border-left: 1px solid #3e3e3e;
border-right: 1px solid #3e3e3e;
}
}
/*WP360.pro 700=>960*/
@media (max-width: 960px) {
.navbar-default .navbar-nav > li > a {
padding-top: 10px !important;
padding-bottom: 10px !important;
}
}

h3 {
line-height: 35px;
}


.intro-header {
    padding-top: 30px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 30px;
    text-align: center;
    color: #f8f8f8;
    background: url(img/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}

.intro-header3 {
    padding-top: 30px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 30px;
    text-align: center;
    color: #f8f8f8;
    background: url(img/contact1.jpg) no-repeat center center;
    background-size: cover;
min-height: 501px;
}

.footertop a {
color: #fff;
}

.footertop a:hover {
color: #0171BB;
}

@media (min-width: 900px) {
	.footertop .col-sm-3 {
		width: 23%;
	}
}

.intro-header2 {
    padding-bottom: 30px;
    text-align: center;
    color: #f8f8f8;
    background: url(img/teamtop.jpg) no-repeat center center;
    background-size: cover;
}

.intro-header4 {
    padding-top: 30px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
  padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    color: #f8f8f8;
  background: url(img/whatwedo-banner.jpg) no-repeat center center;
    background-size: cover;
min-height: 501px;
}

.intro-clients {
   padding-top: 230px;
padding-bottom: 215px;
    text-align: right !important;
    color: #f8f8f8;
  background: url(img/clients-bg.jpg) no-repeat center center;
    background-size: cover;
min-height: 501px;
}
.intro-knowledge {
   padding-top: 230px;
padding-bottom: 215px;
    text-align: right !important;
    color: #f8f8f8;
  background: url(img/knowledgeBG.jpg) no-repeat center center;
    background-size: cover;
min-height: 501px;
}


.intro-clients h3{
font-family: 'Lato';
}


.intro-knowledge h2 {
font-family: 'Lato';
font-weight: bold;
font-size: 46px;
}

.intro-knowledge h3{
font-family: 'Lato';
}


.intro-clients h2 {
font-family: 'Lato';
font-weight: bold;
font-size: 46px;
}

.intro-message {
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 10%;
    padding-bottom: 10%;
}


.intro-message3 {
    position: relative;

    padding-bottom: 3%;
}


.intro-message2 {
    position: relative;
    padding-bottom: 1%;
    padding-top: 10px;
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
}

.intro-message3 {
    position: relative;
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
}


.intro-message2 h3{
font-family: "Lato";
line-height: 1.42857;
line-height: 25px;
font-size: 20px;
margin-top: 38px;
margin-bottom: 38px;
}



.intro-message2 img{
    width: 17px !important;
height:auto;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 128px;
}




.intro-message2 > h1 {
color: #fff;
}

.intro-message2 > h1 {
font-weight: bold;
line-height: 53px;
    margin: 0;
   font-family: "Lato";
    font-size: 46px;
}

@media (max-width: 500px) {
.intro-message2 > h1 {
font-weight: bold;
line-height: 53px;
    margin: 0;
   font-family: "Lato";
    font-size: 36px;
}
}


@media (max-width: 300px) {
.intro-message2 > h1 {
font-weight: bold;
line-height: 53px;
    margin: 0;
   font-family: "Lato";
    font-size: 26px;
}
}



span.scroll {
  font-family: "Lato";
    font-size: 12px;
}



.intro-message > h1 {
    margin: 0;
   font-family: "Lato";
    font-size: 36px;
}

.intro-message > h2 {
    margin: 0;
   font-family: "Lato";
    font-size: 36px;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
   margin-top: 45px;
    font-family: 'Lato';
    font-size: 20px;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
}




.intro-message3 > h3 {
   margin-top: 45px;
    font-size: 20px;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
}






.intro-message3 > h2 {
    line-height: 1.42857;
    font-family: "Lato";
    font-size: 46px;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
font-weight: bold;
}


.intro h2 {
text-align: center;
}


@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }


    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}



.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(img/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer {

    background-color: #ffffff;
}

p.copyright {
    margin: 15px 0 0;
}

@media(min-width:1100px) {
.homerow .row{
padding-right: 13px;
padding-left: -3px;
}
}


.homerow2 {
padding-top: 108px;
padding-bottom: 135px;
text-align: center;
}

.homerow2{
font-family: "Lato";
font-size: 20px;
}


.homerow2 .btn-default {
border-color: #d8e1f2 !important;
}

.homerow2 h2 {
margin-bottom: 58px;
}


.homerow5 {
margin-left: auto;
margin-right: auto;
max-width: 1144px;
padding-top: 58px;
text-align: center;
}

.homerow5{
font-family: 'Lato';
font-size: 20px;
}


.homerow6{
text-align: left;
color: #838383;

padding-bottom: 110px;
font-family: "Lato";
font-size: 20px;
}

.homerow6 h2{
margin-top: 60px;
text-align: center;
color: #000;
margin-bottom: 30px;
font-family: "Lato";
font-size: 36px;
}

.intro {
color: #000;
margin-bottom: 60px;
}

.homerow5 .btn-default {
border-color: #d8e1f2 !important;
}

.homerow5 h2 {
font-family: "Lato";
margin-bottom: 58px;
font-size: 46px;
}


.homerow7 .icons {
background-image: url('img/bgi2.png');

color: white;
}

.homerow7 {
text-align: center;
}

.homerow7 .btn-default {
border-color: #d8e1f2 !important;
}

.homerow3 {
padding-top: 70px;
padding-bottom: 70px;
text-align: center;
}
.homerow3 .btn-default {
border-color: #d8e1f2 !important;
}
.homerowbenefits {
width: 100%;
background: #E8F0F6;
border-top: 1px solid #D5E0E6;
border-bottom: 1px solid #D5E0E6;
}
.homerowbenefits .img-responsive {
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
}

.homerow11 {
margin-bottom: 80px;
padding-top: 80px;
padding-bottom: 80px;
width: 100%;
background: #f3f3f3;
}
.homerow11 h2{
font-family: 'Lato';
font-size: 36px;
padding-bottom: 50px;
text-align: center;
}
.carousel-inner .col-xs-2 {
    padding-right: 30px;
text-align: center;
}

.carousel-inner .col-xs-4 {
    padding-right: 30px;
text-align: center;
}
.carousel-inner .col-xs-4 p{
font-size: 13px !important;
}

.homerow {
text-align: center;
max-width: 1144px;
margin-left: auto;
margin-right: auto;
}



.back3 {
padding-left: 15px;
padding-right: 15px;
}

.back3 img{
border: 1px solid #dbdbdb;
}

@media (max-width: 1000px) {
.back3 {
margin-top: 30px;
}
}

@media (min-width: 1010px) {
.back3 {
margin-top: 0px;
}
}

@media (max-width: 650px) {
.back4 {
margin-top: 30px;
}
}

@media (min-width: 560px) and (max-width: 580px) {
.back3, .back4 {
height: 230px;
}
}


@media (min-width: 660px) and (max-width: 680px) {
.back3, .back4 {
height: 300px;
margin-left: 15px;
}
}


@media (min-width: 400px) and (max-width: 420px) {
.back3, .back4 {
height: 150px;
}
}


@media (min-width: 730px) and (max-width: 740px) {
.back3, .back4 {
height: 330px;
margin-left: 15px;
}
}
@media (min-width: 380px) and (max-width: 390px) {
.back3, .back4 {
height: 135px;
}
}




@media (min-width: 590px) and (max-width: 610px) {
.back3, .back4 {
height: 235px;
margin-left: 15px;
}
}

@media (min-width: 760px) and (max-width: 770px) {
.back3, .back4 {
height: 145px;
}
}




@media (min-width: 670px) {
.back4 {
margin-top: 0px;
}
}

.back4 {
padding-left: 15px;
padding-right: 15px;

}

.back4 img{
border: 1px solid #dbdbdb;
}


.homerow h2{
font-family: "Lato";
text-align: center;
padding-top: 100px;
padding-bottom: 60px;
font-size: 46px;
color: #4AA3D8;
}

.homerow .btn-lg {
margin-left: auto;
margin-right: auto;
display: block;
}

@media(min-width:1100px) {
.back2 a.btn.btn-default  {
margin-top: 80% !important;
margin-left: -120px !important;
border: 2px solid white;
color: #FFF;
position: absolute !important;
background-color: transparent;
font-size: 14px !important;
}
}


@media(min-width:1100px) {
.back5 a.btn.btn-default  {
margin-top: 80% !important;
margin-left: -83px !important;
border: 2px solid white;
color: #FFF;
position: absolute !important;
background-color: transparent;
font-size: 14px !important;
}
}

@media(max-width:1050px) {
.back5 a.btn.btn-default  {
border: 2px solid white;
color: #FFF;
position: absolute !important;
background-color: transparent;
    margin-top: 80% !important;
	font-size: 12px;
}
}



.back2   {
text-align: center !important;
}

.back5   {
text-align: center !important;
}

@media(max-width:1050px) {
.back2 a.btn.btn-default  {
margin-top: 80% !important;
margin-left: -50px !important;
border: 2px solid white;
color: #FFF !important;
position: absolute !important;
background-color: transparent !important;
font-size: 12px !important;
}
}

.back2 a.btn.btn-default:hover  {
border: 2px solid #E0E0E0;
color:#E0E0E0;
}


.tweeterbox {
position: absolute;
background-repeat: no-repeat;
background-position: top;
background-color: #f4f4f4;
margin-top: -57%;
width: 100%;
height: 100px;
display: block;
}




.tweeterbox p {
color: black;
font-weight: 600;
font-family: 'Lato';

}


.fa.fa-map-marker {
font-size: 1.9em !important;
margin-left: -30px;
position: absolute;
margin-top: -10px;
}



.tweeterbox  a {
color: black !important;
}

.sitebottom .fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 1.2em;
margin-right: 10px;
}

.fa.fa-mobile {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 1.6em;
margin-right: 20px;
}

.tweeterbox a:hover {
color: grey !important;
}


.thumblrbox {
position: absolute;
background-repeat: no-repeat;
background-position: bottom;
background-color: #f4f4f4;
margin-top: -125%;
width: 100%;
height: 95px;
display: block;
}


.thumblrbox .fa {
margin-top: 47px;
font-size: 1.7em;
}

.thumblrbox a {
color: black !important;
}


.thumblrbox a:hover {
color: grey !important;
}

.thumblrbox p {
color: black;
font-family: 'Lato';
font-weight: 600;
}

/*
body.page-template-Page-Documentation-php, .full-height {
    height:100%;
    overflow:hiddemen;
}
.page-template-Page-Documentation-php .sitebottom {
    display:none;
}

.page-template-Page-Documentation-php .site-content{
    height:90%;
    height:calc(100% - 125px);
    margin-top: 80px;
}

.page-template-Page-Documentation-php .embed-responsive {
    height:100%;
    width: 100%;
}

@media only screen and (max-width:991px) {
    .page-template-Page-Documentation-php .site-content {
        margin-top:0;
    }
}
*/

.page-template-Page-Documentation-php .container {
	 margin: 0;
	 padding: 0;
}

.page-template-Page-Documentation-php .embed-responsive {
	height:800px;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
	width:100%;
}

@font-face {
  font-family: "outlined-iconset";
  src:url("fonts/outlined-iconset.eot");
  src:url("fonts/outlined-iconset.eot?#iefix") format("embedded-opentype"),
    url("fonts/outlined-iconset.woff") format("woff"),
    url("fonts/outlined-iconset.ttf") format("truetype"),
    url("fonts/outlined-iconset.svg#outlined-iconset") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "outlined-iconset" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
font-size: 19px;
  font-family: "outlined-iconset" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-boat:before {
  content: "\e000";
}
.icon-booknote:before {
  content: "\e001";
}
.icon-booknote-add:before {
  content: "\e002";
}
.icon-booknote-remove:before {
  content: "\e003";
}

.icon-cloud-check:before {
  content: "\e006";
}
.icon-cloud-delete:before {
  content: "\e007";
}
.icon-cloud-download:before {
  content: "\e008";
}
.icon-cloud-upload:before {
  content: "\e009";
}
.icon-cloudy:before {
  content: "\e00a";
}
.icon-cocktail:before {
  content: "\e00b";
}
.icon-coffee:before {
  content: "\e00c";
}
.icon-compass:before {
  content: "\e00d";
}
.icon-compress:before {
  content: "\e00e";
}
.icon-cutlery:before {
  content: "\e00f";
}
.icon-delete:before {
  content: "\e010";
}
.icon-delete-folder:before {
  content: "\e011";
}
.icon-dialogue-add:before {
  content: "\e012";
}
.icon-dialogue-delete:before {
  content: "\e013";
}
.icon-dialogue-happy:before {
  content: "\e014";
}
.icon-dialogue-sad:before {
  content: "\e015";
}
.icon-dialogue-text:before {
  content: "\e016";
}
.icon-dialogue-think:before {
  content: "\e017";
}
.icon-diamond:before {
  content: "\e018";
}
.icon-dish-fork:before {
  content: "\e019";
}
.icon-dish-spoon:before {
  content: "\e01a";
}
.icon-download:before {
  content: "\e01b";
}
.icon-download-folder:before {
  content: "\e01c";
}
.icon-expand:before {
  content: "\e01d";
}
.icon-eye:before {
  content: "\e01e";
}
.icon-fast-food:before {
  content: "\e01f";
}
.icon-flag:before {
  content: "\e020";
}
.icon-folder:before {
  content: "\e021";
}
.icon-geolocalizator:before {
  content: "\e022";
}
.icon-globe:before {
  content: "\e023";
}
.icon-graph:before {
  content: "\e024";
}
.icon-graph-descending:before {
  content: "\e025";
}
.icon-graph-rising:before {
  content: "\e026";
}
.icon-hammer:before {
  content: "\e027";
}
.icon-happy-drop:before {
  content: "\e028";
}
.icon-headphones:before {
  content: "\e029";
}
.icon-heart:before {
  content: "\e02a";
}
.icon-heart-broken:before {
  content: "\e02b";
}
.icon-home:before {
  content: "\e02c";
}
.icon-hourglass:before {
  content: "\e02d";
}
.icon-image:before {
  content: "\e02e";
}
.icon-key:before {
  content: "\e02f";
}
.icon-life-buoy:before {
  content: "\e030";
}
.icon-list:before {
  content: "\e031";
}
.icon-lock-closed:before {
  content: "\e032";
}
.icon-lock-open:before {
  content: "\e033";
}
.icon-loudspeaker:before {
  content: "\e034";
}
.icon-magnifier:before {
  content: "\e035";
}
.icon-magnifier-minus:before {
  content: "\e036";
}
.icon-magnifier-plus:before {
  content: "\e037";
}
.icon-mail:before {
  content: "\e038";
}
.icon-mail-open:before {
  content: "\e039";
}
.icon-map:before {
  content: "\e03a";
}
.icon-medical-case:before {
  content: "\e03b";
}
.icon-microphone-1:before {
  content: "\e03c";
}
.icon-microphone-2:before {
  content: "\e03d";
}
.icon-minus:before {
  content: "\e03e";
}
.icon-multiple-image:before {
  content: "\e03f";
}
.icon-music-back:before {
  content: "\e040";
}
.icon-music-backtoend:before {
  content: "\e041";
}
.icon-music-eject:before {
  content: "\e042";
}
.icon-music-forward:before {
  content: "\e043";
}
.icon-music-forwardtoend:before {
  content: "\e044";
}
.icon-music-pause:before {
  content: "\e045";
}
.icon-music-play:before {
  content: "\e046";
}
.icon-music-random:before {
  content: "\e047";
}
.icon-music-repeat:before {
  content: "\e048";
}
.icon-music-stop:before {
  content: "\e049";
}
.icon-musical-note:before {
  content: "\e04a";
}
.icon-musical-note-2:before {
  content: "\e04b";
}
.icon-old-video-cam:before {
  content: "\e04c";
}
.icon-paper-pen:before {
  content: "\e04d";
}
.icon-paper-pencil:before {
  content: "\e04e";
}
.icon-paper-sheet:before {
  content: "\e04f";
}
.icon-pen-pencil-ruler:before {
  content: "\e050";
}
.icon-pencil:before {
  content: "\e051";
}
.icon-pencil-ruler:before {
  content: "\e052";
}
.icon-plus:before {
  content: "\e053";
}
.icon-portable-pc:before {
  content: "\e054";
}
.icon-pricetag:before {
  content: "\e055";
}
.icon-printer:before {
  content: "\e056";
}
.icon-profile:before {
  content: "\e057";
}
.icon-profile-add:before {
  content: "\e058";
}
.icon-profile-remove:before {
  content: "\e059";
}
.icon-rainy:before {
  content: "\e05a";
}
.icon-rotate:before {
  content: "\e05b";
}
.icon-setting-1:before {
  content: "\e05c";
}
.icon-setting-2:before {
  content: "\e05d";
}
.icon-share:before {
  content: "\e05e";
}
.icon-shield-down:before {
  content: "\e05f";
}
.icon-shield-left:before {
  content: "\e060";
}
.icon-shield-right:before {
  content: "\e061";
}
.icon-shield-up:before {
  content: "\e062";
}
.icon-shopping-cart:before {
  content: "\e063";
}
.icon-shopping-cart-content:before {
  content: "\e064";
}
.icon-sinth:before {
  content: "\e065";
}
.icon-smartphone:before {
  content: "\e066";
}
.icon-spread:before {
  content: "\e067";
}
.icon-squares:before {
  content: "\e068";
}
.icon-stormy:before {
  content: "\e069";
}
.icon-sunny:before {
  content: "\e06a";
}
.icon-tablet:before {
  content: "\e06b";
}
.icon-three-stripes-horiz:before {
  content: "\e06c";
}
.icon-three-stripes-vert:before {
  content: "\e06d";
}
.icon-ticket:before {
  content: "\e06e";
}
.icon-todolist:before {
  content: "\e06f";
}
.icon-todolist-add:before {
  content: "\e070";
}
.icon-todolist-check:before {
  content: "\e071";
}
.icon-trash-bin:before {
  content: "\e072";
}
.icon-tshirt:before {
  content: "\e073";
}
.icon-tv-monitor:before {
  content: "\e074";
}
.icon-umbrella:before {
  content: "\e075";
}
.icon-upload:before {
  content: "\e076";
}
.icon-upload-folder:before {
  content: "\e077";
}
.icon-variable:before {
  content: "\e078";
}
.icon-video-cam:before {
  content: "\e079";
}
.icon-volume-higher:before {
  content: "\e07a";
}
.icon-volume-lower:before {
  content: "\e07b";
}
.icon-volume-off:before {
  content: "\e07c";
}
.icon-watch:before {
  content: "\e07d";
}
.icon-waterfall:before {
  content: "\e07e";
}
.icon-website-1:before {
  content: "\e07f";
}
.icon-website-2:before {
  content: "\e080";
}
.icon-wine:before {
  content: "\e081";
}
.icon-calendar:before {
  content: "\e082";
}
.icon-alarm-clock:before {
  content: "\e083";
}
.icon-add-folder:before {
  content: "\e084";
}
.icon-accelerator:before {
  content: "\e085";
}
.icon-agenda:before {
  content: "\e086";
}
.icon-arrow-left:before {
  content: "\e087";
}
.icon-arrow-down:before {
  content: "\e088";
}
.icon-battery-1:before {
  content: "\e089";
}
.icon-case:before {
  content: "\e08a";
}
.icon-arrow-up:before {
  content: "\e08b";
}
.icon-arrow-right:before {
  content: "\e08c";
}

.icon-check:before {
  content: "\e091";
}

.icon {
    z-index: 999;
    margin-left: auto;
    margin-right: auto;
    background: none repeat scroll 0% 0% #0171BB;
    color: #FFF;
    text-align: center;
    display: block;
    border: 3px solid #F1EBED;
    padding-top: 9px;
    border-radius: 100%;
    width: 46px;
padding-bottom: 6px;
margin-bottom: 10px;
}



#footer-row .icon {
border: medium none;
width: 200px;
border-radius: 0px;
background: none repeat scroll 0% 0% #000;
padding-top: 35px;
padding-bottom: 35px;
    margin-right: 49%;
}





span.locate {
font-family: "Lato";
font-weight: 600;
font-size: 15px;
position: absolute;
margin-top: -2px;
margin-left: 10px;

}

.icons {
color: #878183;
font-family: "Lato";
font-weight: 600;
font-size: 14px;
background-image: url("img/bgi.png");
background-position: top;
background-repeat: repeat-x;
text-align: center;
width: 100%;
}









.icons p{
padding-top: 10px;
}


@media (min-width: 992px) {
.icons1 .col-md-2 {
    width: 19.9967%;
}
}
@media (max-width: 992px) {
.icons1 .col-xs-6 {
margin-top: 70px;
}
}



@media (min-width: 1000px) {
.nav > li > a {
padding-left: 20px !important;
padding-right: 20px !important;
font-size: 16px;
}
}

.contents3 {
text-align: right;
}


.icons1 h2 {
margin-bottom: 45px;
font-family: "Lato";
font-size: 36px;
text-align: center;
color: #0171BB;;
}

.icons1 .row {
margin-top: 70px;
margin-bottom: 70px;
}



.icon:hover {
    z-index: 999;
    margin-left: auto;
    margin-right: auto;
    background: url('img/ringH.png') #0171BB;
 background-position: center center;
 background-repeat: no-repeat;
    color: #FFF;
    text-align: center;
    display: block;
    border: 3px solid #F1EBED;
    padding: 9px;
    border-radius: 100%;
    width: 46px;
padding-bottom: 6px;
}


@media (min-width: 1000px) {
.wedo {
   font-family: 'Lato';
color: grey;
font-size: 20px;
margin-left: auto;
margin-right: auto;
width: 70%;
}
}

@media (max-width: 990px) {
.wedo {
   font-family: 'Lato';
color: grey;
font-size: 19px;
margin-left: auto;
margin-right: auto;
width: 90%;
}
}


.homerow4 h2 {
    margin-bottom: 45px;
    font-family: "Lato";
    font-size: 36px;
    text-align: center;
    color: #0171BB;
}


.servicebottom h2 {
    margin-bottom: 45px;
    font-family: "Lato";
    font-size: 36px;
    text-align: center;
    color: #0171BB;
}

.homerow8 h2 {
    margin-bottom: 45px;
    font-family: "Lato";
    font-weight: 600;
    font-size: 36px;
    text-align: center;
    color: #0171BB;
}


.homerow8 {
padding-top: 80px;
    margin-top: 80px;
border-top: 1px solid #E6E6E6;
}


.testimonials1 {
color: #848484;
padding-top: 80px;
background-image: url('img/testimonials.jpg');
 background-position: top center;
background-repeat: no-repeat;
}

.testimonials1 p{
line-height: 35px;
}


.testimonials2 {
color: #848484;
padding-top: 80px;
background-image: url('img/testimonials.jpg');
 background-position: top center;
background-repeat: no-repeat;
}

.testimonials2 p{
line-height: 35px;
}

span.quoteT {
color: #A4A4A4;
font-style: italic;
font-size: 16px;
}

.testimonial-content:before,
.testimonial-content:after {
	display: block;
	/* background: url('img/testimonials.jpg') center center no-repeat; */
	font-family: Georgia, serif;
	font-size: 100px;
	color: #ddd;
}

.testimonial-content:before {
	content: '\201c';
	margin: -0.2em 0 -0.75em -0.03em;
}

.testimonial-content:after {
	content: '\201d';
	margin: -0.2em -0.03em -0.9em 0;
	text-align: right;
	position: absolute;
	right: 15px;
	bottom: 100px;
}

.testimonial-thumbnail {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: 0.5;
	float: none;
}

.wrapper-flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.testimonial:hover .testimonial-thumbnail {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
}

@media (min-width: 1000px) and (max-width: 1050px) {
.back2 a.btn.btn-default {
margin-left: -100px !important;
  }
}
@media (min-width: 1000px) and (max-width: 1050px) {
.back5 a.btn.btn-default {
margin-left: -70px !important;
  }
}



@media (min-width: 450px) and (max-width: 850px) {
.back2 a.btn.btn-default {
margin-left: -90px !important;
  }
}

@media (min-width: 450px) and (max-width: 850px) {
.back5 a.btn.btn-default {
margin-left: -70px !important;
  }
}

@media (max-width: 400px){
.back2 a.btn.btn-default {
margin-top: 80% !important;
margin-left: -80px !important;
border: 1px solid #FFF;
color: #FFF !important;
position: absolute !important;
background-color: transparent !important;
font-size: 8px !important;
}
}

@media (max-width: 400px){
.back5 a.btn.btn-default {
margin-top: 80% !important;
margin-left: -80px !important;
border: 1px solid #FFF;
color: #FFF !important;
position: absolute !important;
background-color: transparent !important;
font-size: 8px !important;
}
}

@media (max-width: 400px){
.back2 a.btn.btn-default:hover {
border: 1px solid #FFF;
}
}

@media (max-width: 400px){
.back5 a.btn.btn-default:hover {
border: 1px solid #FFF;
}
}

@media (max-width: 500px){
.thumblrbox {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #F4F4F4;

    width: 100%;
    display: block;
    font-size: 10px;
    height: 80px;
    margin-top: -105%;
}
}




@media (max-width: 500px){
.thumblrbox p {
    color: #000;
    font-family: "Lato";
    font-weight: 600;
}
}

@media (max-width: 500px){
.tweeterbox {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #F4F4F4;
    margin-top: -57%;
    width: 100%;
    height: 80px;
    display: block;
    font-size: 10px;
}
}

@media (min-width: 768px) and (max-width: 1100px) {
.nav > li > a {
    padding-left: 25px !important;
    padding-right: 2px !important;
    font-size: 15px;
}
}

.Slider {
background: url('img/main5.jpg') no-repeat scroll center center / cover transparent;
    padding-top: 30px;

    text-align: center;
    color: #F8F8F8;
min-height: 500px;
}

.metaslider .ms-image {
	position: relative;
}

.metaslider .ms-image img {
    padding: 0 20px!important;
}

.page .flexslider .slides p.read-more-container {
    text-align: center;
    margin: 15px 0;
    float: none;
}

.metaslider .flexslider .caption-wrap {
    position: static;
    float: left;
    padding-right: 200px;
    margin: 10px -200px 0 0;
    background: transparent;
    opacity: 1;
    max-width: 100%;
}

.metaslider .flexslider .caption {
    max-width: 100%;
    text-align: left;
    padding-left: 20px;
}

.page .metaslider .flexslider .caption {
	color: #4aa3d8;
}

.page-template-Page-Modules-php .metaslider + div {
	border-top: 1px solid #e7e7e7;
}

.page-template-Page-Modules-php .feature .ico {
	padding: 0;
	margin: 20px 0;
}

.page.home .homerow{
	max-width: 1900px;
}

.page.home .homerow .featur {
	text-align:left;
}

/*.page.home*/ .metaslider .flexslider .caption-wrap {
	position: absolute;
	bottom: 65px;
	padding: 0;
}

.page-template-Page-Modules-php .metaslider .flexslider .has-read-more-button .caption-wrap {
	bottom: 135px;
}

/*.page.home*/ .metaslider .flexslider .caption {
	font-size: 36px;
	line-height: 36px;
	color: #4aa3d8;
	background-color: rgba(255,255,255,0.8);
	padding: 20px 40px;
	margin: 0 20px;
}

.page.home .metaslider .flexslider .caption {
	padding: 20px 190px 20px 40px;
}


.page.home .flexslider .slides p.read-more-container {
    /* text-align: center; */
    /* margin: 15px 0; */
    /* float: right; */
	position: absolute;
	bottom: 85px;
	right: 40px;
	margin: 0;
}

.page.home .metaslider .btn.read-more {
    color: #ffffff;
    /* border-color: #ffffff; */
	background-color: #4aa3d8;
    margin-right: 20px;
	padding: 6px 20px;
}

.page.home .metaslider .btn.read-more:hover,
.page.home .metaslider .btn-negative:hover {
	outline: 0;
}

.page.home .feature.pull-left {
  /* margin-left: 90px; */
}

.page.home .row.featur {
	margin-bottom: 60px;
	overflow: hidden;
}

.page.home .row.featur .ico .img-responsive,
.page-template-Page-Modules-php .row.featur .ico .img-responsive {
	max-width: 80%;
}

@media (max-width: 768px) {

	
	.metaslider .flexslider .caption-wrap {
		margin: 10px 0 0 0;
		padding-right: 20px;
		padding-bottom: 10px;
	}
	
	.metaslider .flexslider .caption {
		font-size: 10px;
		text-align: center;
	}
	
	.flexslider .slides p.read-more-container {
		float: none;
	}

	.page.home .metaslider .flexslider .caption-wrap {
		bottom: 35px;
	}
	
	.page .metaslider .flexslider .caption {
		font-size: 18px;
		line-height: 18px;
		text-align: left;
		padding: 10px 120px 10px 20px;
		margin: 0 0 0 20px;
	}
	
	.page.home .metaslider .flexslider .caption {
		padding: 10px 120px 10px 20px;
	}
	
	.page-template-Page-Modules-php .metaslider .flexslider .caption {
		padding: 10px 20px;
	}

	.page.home .flexslider .slides p.read-more-container {
		bottom: 51px;
	}
	
	.page.home .metaslider .btn.read-more,
	.page.home .metaslider .btn-negative {
		margin-right: 0;
		padding: 3px 10px;
		font-size: 12px;
	}
	
	.page-template-Page-Modules-php .metaslider .flexslider .has-read-more-button .caption-wrap {
  		bottom: 75px;
	}
	
}

@media (max-width: 399px) {
	.page.home .metaslider .flexslider .caption-wrap {
		bottom: 10px;
	}
	
	.page.home .flexslider .slides p.read-more-container {
		bottom: 26px;
	}
	
	.page-template-Page-Modules-php .metaslider .flex-direction-nav {
		transform: translateY(-45vw);
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.row.featur {
		overflow: hidden;
		min-height: 420px;
	}
}
/*
@media (min-width: 1100px) {
.Slider {
padding-bottom: 450px;
}
}

@media (min-width: 400px) and (max-width: 1099px) {
.Slider {
padding-bottom: 560px;
}
}

@media (max-width: 399px) {
.Slider {
padding-bottom: 860px;
}
}
*/

.excerpt {
	clear: both;
}

.feature {
	max-width: 560px;
	padding: 0 25px;
}

@media (max-width:767px){
	.feature {
		max-width: 767px;
		padding: 0 25px;
	}
}

@media (min-width:1280px){
	.feature {
		max-width: 720px;
		padding: 0 80px;
	}
}

.col-xs-4.profile h3 {
	font-family: "Lato";
	font-size: 20px;
	font-weight: bold;
}

.col-xs-2.profile h3 {
	font-family: "Lato";
	font-size: 18px;
	font-weight: bold;
}


.col-xs-2 .profile-content p {
	margin-bottom: 0px;
	font-family: 'Lato';
	font-size: 18px;
	color: #838383;
	font-weight: normal;
}

section.row.profiles .col-xs-2 i.fa.fa-linkedin {
	margin-left: 10px;
}


section.row.profiles {
	padding-right: 15px;
	text-align: left;
}


@media(min-width:900px) {
	section.row.services {
	margin-right: -15px;
	text-align: left;
	padding-left: 15px;
	}
}





.homerow4 {
	border-top: 1px solid #E6E6E6;
	margin-top: 80px;
	padding-top: 60px;
}





.contents4 {
	padding-bottom: 80px;
	padding-top: 80px;
}




.col-lg-2.col-sm-3.col-xs-6.profile {
	margin-bottom: 30px;
}

section.row.profiles .col-sm-4.col-xs-12 {
	margin-bottom: 30px;
}


section.row.profiles .col-sm-4.col-xs-12 {
	padding-left: 15px;
	padding-right: 15px;
}

section.row.services .col-sm-4.col-xs-12 {
	padding-left: 15px;
	padding-right: 15px;
}

section.row.profiles .col-lg-2.col-sm-3.col-xs-6 {
padding-left: 15px;
padding-right: 15px;
}



.col-xs-4 .profile-content p {
	margin-bottom: 0px;
	font-family: 'Lato';
	font-size: 20px;
	color: #838383;
	font-weight: normal;
}


span.tweeterprof {
	font-family: 'Lato';
	font-size: 19px;
	font-weight: normal;
	color: #333;
	margin-left: 10px;
}

iframe {
	width: 100%;
}

.copyright {
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
	color: #7f7d7d;
	font-family: "Lato";
	font-size: 14px;
}

.service-content {
	border-left: 1px solid grey;
	border-right: 1px solid grey;
	border-bottom: 1px solid grey;
	text-align: center;
}

.service-content h3{
	padding-top: 25px;
	padding-bottom: 25px;
	color: black;
	margin-top: 0px;
	text-align: center;
	font-size: 22px;
	font-family: 'Lato';
}
.service-content {
	// min-height: 405px;
	color: #5d5d5d;
	font-size: 14px;
	padding-bottom: 40px;
}
section.row.clients {
	padding-left: 15px;
	padding-right: 30px;
}

.service-content p{
	color: #5d5d5d;
	font-size: 14px;
	padding: 0px 15px 25px 15px;
}

.service-header img {
	width:100% !important;
}

@media (max-width: 900px) {
	.col-lg-4.col-md-6.col-sm-6.col-xs-12.service {
	padding: 15px;
	}
}



@media (min-width: 900px) {
	.col-lg-4.col-md-6.col-sm-6.col-xs-12.service  {
	padding-right: 40px;
	margin-bottom: 40px;
	}
}

.clents-header img{
width: auto !important;
}

.clents-content h3 {
margin-bottom: 45px;
font-size: 46px;
font-family: 'Lato';
}


.clents-content p {
font-size: 20px;
font-family: 'Lato';
color: #838383;
}


.outer {
    box-shadow: 0px 0px 0px 3px rgba(299, 299, 299, 0.6);
}



.homerow7 .icon {
    z-index: 999;
    margin-left: auto;
    margin-right: auto;
    background: none repeat scroll 0% 0% #0171BB;
    color: #FFF;
    text-align: center;
    display: block;
    border: none;
    width: 46px;
padding-top: 11px;
padding-bottom: 8px;
margin-bottom: 10px;
}


.homerow7 .icon:hover {
 background: url('img/ringH.png') #0171BB;
 background-position: center center;
 background-repeat: no-repeat;

}
@media (min-width:650px) {
.carousel-control {
 margin-top: 27%;
  width:5%;
position:absolute;
}
}

@media (max-width:650px) {
.carousel-control {
 margin-top: 52%;
  width:5%;
position:absolute;
}
}



.homerow7 .icons1 .row {
margin-top: 50px;
margin-bottom: 50px;
}


.carousel-inner p {
 font-family: 'Lato';
text-align: center;
font-size: 20px;


}

.Zebra_Tooltip_Arrow div:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #FFF;
    border-left-width: 0px;
}


.btn.btn-default.btn-lg.right {
display: block;
float: right;
}

.col-xs-12.clients {
margin-top: 55px;
padding-right: 30px;
border: 1px solid #e5e5e5;
padding-top: 30px;
padding-bottom: 30px;
}

.col-xs-12.service2 {
margin-top: 15px;
padding: 55px 0px;
}



.clents-footer {
margin-top: 45px;
}

.clents-header img {
    vertical-align: middle;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto !important;
}

.clents-header {
min-height: 250px;
}


#main-column.col-md-12.content-area.clients {
border-top: 2px solid #E5E5E5;
}

.clents-footer .btn-default {
border-color: #000;
}

.service-footer .btn-default {
border-color: #000;
}

.service-footer .btn-default:hover{
color: #000;
}

@media (min-width: 900px) {
.entry-content.clients {
padding-left: 190px;
}
}


@media (min-width: 900px) {
.entry-content.team {
padding-left: 190px;
}
}


@media (min-width: 900px) {
.entry-content.services {
padding-left: 190px;
}
}

.entry-content.services {
margin-top: 50px;
}

@media (min-width: 900px) {
.entry-content.knowledge {
padding-left: 190px;
}
}

.entry-content.knowledge {
margin-top: 50px;
}

.entry-content.media {
margin-top: 50px !important;
}

.base {
width: 100%;
min-height: 300px;
display: block;
border-bottom: 1px solid #E5E5E5;
}


.entry-content.clients p {
color: #838383;
font-size: 20px !important;
font-family: "Lato";
}

.entry-content.team p {
color: #838383;
font-size: 20px !important;
font-family: "Lato";
}

.entry-content.team {
margin-top: 50px;
}


.entry-content.clients h2 {
text-align: left;
margin-top: 50px;
margin-bottom: 50px;
}


.entry-content.knowledge p {
color: #838383;
font-size: 20px !important;
font-family: "Lato";
}

.entry-content.media p {
color: #838383;
font-family: "Lato-Light";
}


.entry-content.media .contm {
font-size: 20px;
font-family: "Lato";
}


.entry-content.knowledge h2 {
margin-top: 50px;
margin-bottom: 50px;
}

.entry-content.media h2 {
margin-top: 50px;
margin-bottom: 50px;
}

.entry-content.services p {
color: #838383;
font-size: 20px !important;
font-family: "Lato";
}
.entry-content.services h2 {
margin-top: 50px;
margin-bottom: 50px;
}

span.sumtitle {
padding: 3px 10px;
opacity: 0.4;
}

.entry-summary {
color: #838383;
font-size: 14px !important;
font-family: "Lato";
margin-top: 50px;


}

.entry-summary .btn-sm {
font-weight: normal;
color: #838383;font-family: "Lato";
    padding: 3px 10px;
    font-size: 14px;
     line-height: 1.5;
    border-radius: 0px !important;
opacity: 0.4;
}
.btn.btn-default.btn-sm.here {
opacity: 1.0 !important;
}




span.here {
color: #0171BB;
opacity: 1.0 !important;
}

img.img_grayscale {
width: 80% !important;
}


li.nonesector {
display: none !important;
}



.at300m {
display: none;
}


.addtoany_shortcode {
transition: color 0.3s ease 0s;
display: block;
float: left;
width: 80px;
}

.sharecount {
font-size: 20px;
font-family: 'Lato';
font-weight: bold;
display: block;

}

span.share-link {
padding: 9px 24px 10px 24px;
border-top: 2px solid #C8C8C8;
border-right: 2px solid #C8C8C8;
border-bottom: 2px solid #C8C8C8;
margin-bottom: -20px;
position: absolute;
margin-left: -4px;
}

.sharecount a{
color: #c8c8c8 !important;
}


.carousel-caption a.btn.btn-default {
    border-width: 2px;
    color: #FFF !important;
    background-color: transparent !important;
    font-size: 13px;
}


@media (min-width: 1000px) {
.carousel-caption a.btn.btn-default {
 margin-left: -20px;
}

}


.homerow4 .carousel-caption {
text-shadow: none !important;
}

.homerow4 .carousel-inner p {
font-family: 'Lato';
font-size: 14px;
}


.homerow4 .carousel-inner {
margin-right: 0px;
}


.servicebottom .carousel-caption {
text-shadow: none !important;
}

.servicebottom .carousel-inner p {
font-family: 'Lato';
font-size: 14px;
}


.servicebottom .carousel-inner {
margin-right: 0px;
}

.sharepost {
 font-family: "Lato";
margin-top: 80px;
font-size: 20px;
display: block;
float: left;
}
.sharepost i {
font-size: 30px;
}

.sharepostT {
margin-right: 40px;
display: block-inline;
float: left;
}

.sharepostL {
padding-top: 5px;

display: block-inline;
float: left;
}


.sharepost a {
color: #0171BB;
}



img.wrapperW {
width: 150px !important;
 height: 150px !important;

}

a.moreTT {
padding-bottom: 15px;
}


.entry-content.services ul {
list-style-type:none;
padding-left: 20px;
}


.entry-content.services li {
margin-bottom: 20px;
padding-left: 40px;
background: url('list.png') no-repeat 0 3px;;
color: #838383;
font-size: 20px !important;
font-family: "Lato";
}

b, strong {
font-family: 'Lato';
color: black;
}

@media (max-width: 900px) {
.col-md-5.col-md-offset-6.col-sm-8.col-sm-offset-4 {
padding-right: 30px;
}
}

span.toltitle {
font-size: 16px;
color: #0171BB;
text-align: center !important;
font-weight: bold;
  font-family: 'Lato';
}

.Zebra_Tooltip {
font-family: 'Lato' !important;
}


@media (max-width: 600px) {
.col-md-3.col-sm-6.col-xs-12 .carousel-caption .btn {
width: 100%;
font-size: 15px;
}
}



li.contact a{
color: white;
}
li.contact a:hover {
color: #0171BB;
}
.icon.icon-map span.locate {
-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}

.icon.icon-map span.locate:hover{
color: #0171BB;
}

.profile-footer .fa {
margin-right: 20px;
}

h2.top {
margin-top: 90px !important;
}

.copyright a {
color: #7F7D7D;
}

.events {
padding: 2%;
border: 2px solid #d2d2d2;
width: 250px;
height: 225px;
display: block;
float: left;
text-align: center;
font-size: 18px;
margin-left: auto;
margin-right: auto;
}

@media (max-width: 960px) {
.events {
margin-bottom: 30px;
}
}

@media (min-width: 970px) {
.events {
margin-bottom: 10px;
}
}

.row .eve {
margin: 0px !important;
padding: 0px !important;
}

.events h4{
padding-top: 30px;
padding-bottom: 30px;
font-size: 26px;
color: #5e8bc6;
}

.eventstop {
margin-top: 60px;
}

span.descriptionev {
color: #838383;
font-size: 15px;
}

span.descriptionev a {
color: #5e8bc6;
text-decoration: underline;
font-size: 15px;
}


span.descriptionev2 {
display: block;
margin-top: 50px;
color: #838383;
font-size: 15px;
}

span.descriptionev2 a {
color: #5e8bc6;
text-decoration: underline;
font-size: 15px;
}


.contm img {
width: auto !important;
}

span.joe {
color: #6795d1;
}

span.mailto a {
color: #838383;
}

span.mailto a:hover {
color: #0171BB;
}

.row.download {
margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}


.row.media {
padding-bottom: 20px;
padding-top: 20px;
border-top: 1px solid #ededed;
border-bottom: 1px solid #ededed;
margin-top: 20px !important;
}


.row.download img{
margin-left: auto;
margin-right: auto;
display: block;
}

span.mediafile a{
text-decoration: underline;
font-size: 16px;
color: #686868;
line-height: 14px;
}

.fileM {
display: block;
padding: 20px;
}
span.medialist {
margin-left: 25px;
}
.contm b {
font-family: "Lato";
color: grey !important;
}

.lead {
font-family: "Lato";
color: #838383;
}
.profile-content22 p {
font-family: "Lato";
color: #838383;
}

.profile-content11 p {
font-family: "Lato";
color: #838383;
}

.profile-footer22 i {
color: #0171bb;
}

.profile-footer22 i:hover {
color: #2a6496;
}


.profile-footer22 i.fa.fa-linkedin {
margin-left: 15px;
}

.teami-content h3 {
margin-bottom: 15px;
font-size: 46px;
font-family: 'Lato';
}


.teami-content p {
margin-top: 15px;
font-size: 16px;
font-family: 'Lato';
color: #838383;
}

.profile-content22 .lead.position {
font-size: 16px;
font-family: 'Lato';
color: #838383;
}

.profile-content22 h3 {
font-size: 20px;
}



.profile-content11 .lead.position {
font-size: 19px;
font-family: 'Lato';
color: #838383;
}


.profile-content11 h3 {
font-size: 24px;
}


.profile-header:hover {
-webkit-transition: opacity .23s ease-in-out;
        -moz-transition: opacity .23s ease-in-out;
        -ms-transition: opacity .23s ease-in-out;
        -o-transition: opacity .23s ease-in-out;
        transition: opacity .23s ease-in-out;
  filter:alpha(opacity=60); opacity:0.6;
}
.profile-header {
background: blue;
}


.teami-content p.lead.position {
font-size: 20px;
font-family: 'Lato';
color: #838383;
}


@media (min-width: 990px) {
  .moho1, .moho2, .moho3, .moho4 , .moho5 , .moho6 {
    /*padding-right: 15px;
    padding-left: 15px;*/
    display: block;
    height: 148px;
    width: auto;
    min-height: 300px !important;
  }
}

@media (min-width: 750px) and (max-width: 989px) {
.moho1, .moho2, .moho3, .moho4, .moho5, .moho6 {
display: block;
width: 365px;
height: 365px;
}
}




@media (min-width: 550px) and (max-width: 749px) {
.moho1, .moho2, .moho3, .moho4, .moho5, .moho6 {
display: block;
width: 365px;
height: 295px;

}
}

@media (min-width: 400px) and (max-width: 549px) {
.moho1, .moho2, .moho3, .moho4, .moho5, .moho6 {
display: block;
width: 365px;
height: 260px;
}
}

@media (min-width: 400px) and (max-width: 549px) {
.moho1, .moho2, .moho3, .moho4, .moho5, .moho6 {
display: block;
width: 365px;
height: 260px;
}
}

@media (min-width: 300px) and (max-width: 399px) {
.moho1, .moho2, .moho3, .moho4, .moho5, .moho6 {
display: block;
  width: 365px;
  height: 260px;
}
}


@media (min-width: 1190px) {
.moho1, .moho2, .moho3, .moho4, .moho5, .moho6 {
display: block;
width: auto;
}
}

.moho1 img, .moho2 img, .moho3 img, .moho4 img, .moho5 img, .moho6 img {
border: 1px solid #DBDBDB;
}

@media (max-width: 1200px) {
.moho1 img, .moho2 img, .moho3 img, .moho4 img, .moho5 img, .moho6 img {
width: 90% !important;
margin-left: 5%;
}
}


img.top {

}
@media (max-width: 1200px) {
img.bottom {

}
}


#cf {
  position:relative;
  margin:0 auto;
  max-width: 260px;
  margin: 0 auto;
  max-height:260px;
}

#cf img {
  position: absolute;
  left:0;
  max-width: 260px;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#cf img.top:hover {
  opacity:0;
}

.col-xs-3.moh {
padding: 0px;
}

.intro-message b {
font-family: 'Lato';
color: white;
}

.contm a {
color: #838383;
}


.events{
color: #838383;
}

.col-md-2.col-sm-6.sectors {
padding: 15px;
}


.col-md-2.col-sm-6.sectors p{
font-family: 'Lato';
text-align: center;
font-size: 20px;
}


#gallery-1 .gallery-item {
margin-top: 20px !important;

}

.col-xs-7.feature {
max-width: 690px;
padding-right: 25px;
}

.featuredi {
padding-left: 25px;
max-width: 690px;
float: right;
}

.featuredi2 {
float: right;
display: block;
width: 100%;
overflow: hidden;
}

.visible-xs .featur .featuredi {
	padding-left: 0;
}

.visible-xs .featur .slideInLeft,
.visible-xs .featur .slideInRight {
	margin: auto;
}

.container.mac,
.modulsrow {
margin-bottom: 110px;
margin-top: 110px;
font-family: 'Lato';
padding: 0px !important;
}

.modal-header {
	background-color: #0092D0;
}

.modal-title {
	color: #ffffff;
	font-family: 'Lato';
	font-size: 30px;
}

.page-template-Page-Documentation-php .embed-responsive {
	overflow: hidden;
}

.page-template-Page-Documentation-php.ios .embed-responsive {
	-webkit-overflow-scrolling: touch;
	 overflow-y: scroll;
}

@media (min-width: 1200px) {
	.col-xs-7.feature2 {
		/* padding-top: 6%; */
	}

	.col-xs-7.feature {
		/* padding-top: 6%; */
	}
}

.container.mac p,
.modulsrow p {
font-family: 'Lato-Light';
font-size: 20px;
color: #7e7e7e;
line-height: 33px;
margin-bottom: 25px;
}

.row.featur {
margin-bottom: 130px;
}

@media (min-width: 500px) {
.container.mac h3,
.modulsrow h3 {
margin-bottom: 25px;
font-size: 46px;
color: #4AA3D8;
line-height: 1.1em !important;
}

.modulsrow h3.small {
   font-size: 36px;
   width:80%;
   margin-left:100px;
}

.page-template-Page-Modules-php .modulsrow h3.small {
	margin-left: 0;
}

.modulsrow .ico {
  margin-right:-111px;
}

.page-template-Page-Modules-php .modulsrow .ico {
	margin-right: 0;
}
.page-template-Page-Modules-php .contents_off {
	max-width: 1900px;
	margin: 0 auto;
}

.modulsrow .feature.pull-left {
    /* margin-left:90px; */
}
}

@media (max-width: 499px) {
.container.mac h3,
.modulsrow h3 {
margin-bottom: 25px;
font-size: 36px;
color: #4AA3D8;
line-height: 40px !important;
}
}



.container.mac h2,
.modulsrow h2 {
text-align: center;
margin-bottom: 110px;
font-size: 46px;
color: #000;
}
.container.mac h2 {
    padding-top: 0;
    margin-bottom:30px;
}



.select3 {
padding: 10px 30px !important;
font-family: 'Lato-Light' !important;
font-size: 21px !important;
padding: 10px 0px;
text-align: center;
display: -moz-box;
}



@media (min-width: 400px) {
.select4 {
padding: 10px 30px !important;
font-family: 'Lato-Light' !important;
font-size: 21px !important;
padding: 10px 0px;
text-align: center;
display: -moz-box;
width: 320px;
}
}


@media (max-width: 399px) {
.select4 {
padding: 10px 30px !important;
font-family: 'Lato-Light' !important;
font-size: 21px !important;
padding: 10px 0px;
text-align: center;
display: -moz-box;
width: 100%;
}
}

.contentscenter {
text-align: center;
}

.pricing {
width: 100%;
display: block;
margin-top: 100px;
padding-bottom: 55px;
background: #f8f8f8;
}

@media (min-width: 768px) and (max-width: 1024px) {

	.featuredi2 {
		position: relative;
		overflow: hidden;
		min-height: 470px;
	}
	
	.featur .slideInLeft,
	.featur .pull-left .slide-in {
		position: absolute;
		left: -100%;
		max-width: 200%!important;
		padding-left: 80px;
	}
	
	.featur .slideInRight,
	.featur .pull-right .slide-in {
		position: absolute;
		right: -100%;
		max-width: 200%!important;
		padding-right: 80px;
	}
}

@media (min-width: 1025px) {

	.featuredi2 {
		position: relative;
		overflow: hidden;
		min-height: 470px;
	}

	.featur .slideInLeft ,
	.featur .slideInRight {
		max-width: 95%;
	}
	
	.featur .slideInLeft {
		margin-left: 5%;
	}
	.featur .slideInRight {
		margin-right: 5%;
	}
}


@media (min-width: 900px) {
span.orsign {
margin-left: 20px;
font-size: 21px;
font-family: 'Lato';
}
}

@media (min-width: 400px) and (max-width: 699px) {
span.orsign {
margin-left: -80px;
font-size: 21px;
font-family: 'Lato';
}
}


@media (min-width: 700px) and (max-width: 899px) {
span.orsign {
margin-left: 30px;
font-size: 21px;
font-family: 'Lato';
}
}


@media (min-width: 350px) and (max-width: 399px) {
span.orsign {
margin-left: -50px;
font-size: 21px;
font-family: 'Lato';
}
}

@media (max-width: 349px) {
span.orsign {
margin-left: -20px;
font-size: 21px;
font-family: 'Lato';
}
}




span.orsign a{
text-decoration: underline;
color: #fff;
font-size: 21px;
font-family: 'Lato';
font-weight: bold;
}
span.orsign a:hover{
color: #3276B1;
}

.btn.changeb {
font-size: 16px;
text-decoration: underline;
color: #71A0D6;
background: #f8f8f8;
font-weight: normal;
padding: 0px;
margin-top: -2px;
}

span.currencyhelp {
font-size: 16px;
color: #7e7e7e;
}
span.already {
color: black;
font-size: 46px;
}

.testimonialright {
  font-family: "Lato-Light";
  line-height: 25px;
  color: #7e7e7e;
  font-size: 16px;
  padding-left: 20%;
  padding-right:20%;
  text-align: center;
}

.testimonialleft {
  font-family: "Lato-Light";
  line-height: 25px;
  font-size: 16px;
  color: #7e7e7e;
  padding-right: 20%;
  padding-left:20%;
  text-align: center;
}

span.testauthor {
color: #bec4ca;
}

@media (min-width: 900px) {
.introlink {
padding-left: 20%;
display: block;
margin-bottom: 20px;
}
}


@media (min-width: 400px) and (max-width: 699px) {
.introlink {
padding-left: 30%;
display: block;
margin-bottom: 20px;
}

}


@media (min-width: 700px) and (max-width: 899px) {
.introlink {
padding-left: 3%;
display: block;
margin-bottom: 20px;
}
}








@media (min-width: 350px) and (max-width: 399px) {
.introlink {
padding-left: 15%;
display: block;
margin-bottom: 20px;
}
}

@media (max-width: 349px) {
.introlink {
padding-left: 5%;
display: block;
margin-bottom: 20px;
}
}

.introlink .btn-default {
float: left;
}


@media (max-width: 600px) {
.introlink .btn-default {

display: block;
margin-bottom: 20px;
}
}


span.orsign {
    display: block;
    float: left;
    margin-top: 5px;
}



@media (min-width: 1100px) {
.testimonialleft {
  padding-top: 70px;
}

.testimonialright {
padding-top: 70px;
}
}
.col-xs-2.ico {
    padding-top: 30px;
}



/** animated boxes **/
  .wow:first-child {
      visibility: hidden;
    }

.intro-module {
display: block;
width: 100%;
margin-left: auto;
margin-right: auto;
background: #44A9E2;
}

.intro-module.affix{
    top:0;
    z-index:99;
}

.admin-bar .intro-module.affix{
    top:32px;
}


.feature1, .feature2, .feature3, .feature4, .feature5, .feature6 {
max-width: 1164px;
margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
display: block;
}
.featuresrow {
border-bottom: 1px solid #E7E7E7;
display: block;
width: 100%;
}

.featurecontent {
border-top: 1px solid #E7E7E7;
display: block;
margin-bottom: -100px;
}

/* .col-xs-12.feature2, .col-xs-12.feature {
  padding-left:25px;
  padding-right: 25px;
} */

.features-module-icon {
  max-width: 125px;
}

.module-module-icon {
  max-width: 125px;
}

.benefits-icon {
  max-width: 125px;
}

.cloud-icon {
  max-width: 125px;
}

.module-wrapper.active {
	border-top: 9px solid #1073ba;
}

.module-wrapper {
  display:inline-block;
  margin: 0 40px ;
  padding: 25px 0;
  min-width:80px;
  box-sizing: border-box;
  color: #fff;
  font-family: "Lato-Bold";
  font-size:16px;
  top:0;
  vertical-align: top;
}

.module-wrapper img {
  display:inherit;
  max-height:40px;
  vertical-align:middle;
}

.module-wrapper img + span {
  vertical-align:middle;
}

.module-wrapper.cloud-icon img {
    margin-right:7px;
}


.module-wrapper:not(.active):hover {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position:relative;
  top:10px;
}

.modulescontainer {

max-width: 1164px;
margin-left: auto;
margin-right: auto;
text-align:center;
}

@media (max-width: 850px) {
	.modulescontainer {
		max-width: 100%;
		max-width: 100vw;
	}
    .module-wrapper {
        margin: 0;
        padding: 15px 20px;
    }
}

@media (max-width: 620px) {
	.module-wrapper {
		width: 25%;
		padding: 15px 0px;
		margin-left: -0.3em;
	}
    .module-wrapper img{
        display:none;
    }
}

.modules-icon .modulesicon{
  padding-top:50px !important;
}

.modules-icon .modulesicon1 {
  padding-top:60px !important;
}

.modules-icon .modulestitle  {
  padding-top:25px !important;
}

.modulesicon {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding-top: 60px;
}


span.modulestitle {
padding-top:35px;
text-align: center !important;
color: #fff;
font-size: 20px;
font-family: "Lato-Bold";
display: block;
}


span.modulestitle2 {
padding-top:35px;
text-align: center !important;
color: #fff;
font-size: 20px;
font-family: "Lato-Bold";
display: block;
margin-left: -15%;
}

.col-xs-2.modicon {
padding-top: 10px;
}



.modulesicon4 {
border-top: 7px solid #0092D0;
padding-top: 110px;
margin-left: 20%;
margin-right: 33%;
}

.modulesicon:hover {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding-top: 90px;
}

.modulescontainer .modules-icon .modulesicon:hover {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding-top: 75px !important;
}

.modulesicon3:hover {
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
    padding-top: 90px;
}

.modulesicon1 {
border-top: 9px solid #1073ba;
padding-top: 80px;
}

.modulesicon1, .modulesicon {
margin-left: 33%;
margin-right: 33%;
}

.modulesicon3 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding-top: 60px;
  margin-left: 20%;
  margin-right: 33%;
}

.cloud-icon .modulesicon1{
  width:166px;
}
.cloud-icon .modulestitle {
  padding-left:60px;
}

.col-xs-10.modicon2 p {
font-size: 16px;
font-family: "Lato";
color: #7e7e7e;
}

@media (max-width:500px){
  .modulsrow .col-sm-6.col-xs-12 {
    padding-left:0px !important;
    padding-right:0px !important;
  }
  .modulsrow {
    padding:0px !important;
  }
  .col-xs-10.modicon2 {
    padding-left:5px !important;
    padding-right:0px !important;
  }
  .col-xs-10.modicon2 p  {
    font-size:12px;
  }
}

.modulsrow {
padding: 0px 30px;
}

.modulsrow a {
  font-size:16px;
  color: #4AA3D8;
}

.modulsrow a.btn {
	color: #ffffff;
}

.col-xs-10.modicon2 h3 {
margin-top: 0px !important;
font-size: 28px;
font-family: "Lato-Bold";
color: #4AA3D8;
}



.featuresrow h3 {
text-align: center;
margin-top: 140px !important;
margin-bottom: 45px !important;
font-size: 36px;
font-family: "Lato";
color: #4AA3D8;
}

.featuresrow p {
line-height: 25px;
margin-bottom: 45px !important;
font-size: 16px;
font-family: "Lato";
color: #7e7e7e;
text-align: center;
}

@media (min-width: 900px) {
.clouddesc {
float: left;
}
}

.meet h2,.meet h1, .meetC h2 {
font-size: 36px;
color: #0092D0;
font-family: "Lato";
text-align: center;
}

.meetC {
display: block;
padding: 30px 0px;
width: 100%;
}

.meettitle1 {
font-family: "Lato";
font-size: 36px;
color: #0092D0;
}

.clouddesc {
padding-right: 25px !important;
padding-left: 35px !important;
display: block;
}
.row.meet {
margin-top: 100px;
}

.row.meet2 {
margin-top: 100px;
margin-bottom: 100px;
}

.meet p {
font-size: 20px;
color: #7e7e7e;
padding-top: 15px;
padding-bottom: 15px;
font-family: "Lato-Light";
}

.meet2 p {
font-size: 20px;
color: #7e7e7e;
padding-top: 15px;
padding-bottom: 15px;
font-family: "Lato-Light";
}



.clouddesc p {
line-height: 25px;
font-size: 16px;
font-family: "Lato";
color: #7e7e7e;
}

.cloudcontent {
margin-bottom: -100px;
}

.clouddesc h3{
margin-bottom: 40px;
font-size: 36px;
font-family: "Lato";
color: #000;
}

.clouddesc2 p {
line-height: 25px;
font-size: 16px;
font-family: "Lato";
color: #7e7e7e;
}


.clouddesc2 h3{
margin-bottom: 40px;
font-size: 36px;
font-family: "Lato";
color: #000;
}


@media (min-width: 1000px) {
.clouddesc, .clouddesc2 {
max-width: 550px;
}
}

@media (min-width: 1400px) {
.clouddesc, .clouddesc2 {
padding-top: 50px;
}
}

.clouddesc2 {
padding-left: 25px !important;
padding-right: 35px !important;
display: block;
}

@media (min-width: 900px) {
.clouddesc2 {
float: right;
}
}

.col-xs-10.modicon2 {
  height:100%;
  position:relative;
  padding-bottom:15px;
}

.col-xs-10.modicon2 .more-about-module {
  position:absolute;
  bottom: -5px;
}


.col-xs-10.modicon2 .more-about-module a  {
font-size: 16px;
font-family: "Lato-Bold";
color: #4AA3D8;
}

.col-xs-10.modicon2 .more-about-module  a{
font-size: 16px;
font-family: "Lato-Bold";
color: #4AA3D8;
}

.col-xs-10.modicon2 .more-about-module  a:hover {
color: #0072BC;
}


.col-xs-10.modicon2 {
  min-height: 260px;
  padding-left: 25px;
  padding-right: 35px;
  padding-bottom:25px;
  position:relative;
}

.row-eq-height a {
  display:inline;
  display:inline-table;
  display:inline-block;
  vertical-align:bottom;
}

#cena2 {
float: left !important;
width: 48%;
text-align: right;
min-height: 30px;
display: block;
}

#euro2 {
float: right !important;
width: 48%;
text-align: left;
display: block;
min-height: 30px;
}

#cena1 {
float: left !important;
width: 48%;
text-align: right;
min-height: 30px;
display: block;
}

#euro {
float: right !important;
width: 48%;
text-align: left;
display: block;
min-height: 30px;
}
#cenniki {
min-height: 30px;
display: block;
}

.pricet22 option {
border: none !important;
padding-left: 32%;
}

.botmedia {
margin-bottom: 20px;
}

@media (min-width: 1000px) {
.row.plan .col-md-3.col-sm-6.col-xs-6 {
padding: 15px;
}
}

.col-md-3.col-sm-3.mailto img {
padding-top: 7px;
}


@media (min-width: 650px) and (max-width: 999px) {
.row.plan .col-md-3.col-sm-6.col-xs-6 {
padding-left: 25px;
}
}






@media (max-width: 340px) {
.pric10 {
padding-top: 32px !important;
padding-bottom: 32px !important;
}
.pric11 {
padding-top: 23px !important;
padding-bottom: 23px !important;
display: block;
}
.pric12 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}

.pric13 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}
.pric15 {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
}

.pric16 {
    display: block;
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}

.pric17 {
    padding-top: 35px !important;
    padding-bottom: 33px !important;
}

.pric101 {

    padding-top: 35px !important;
    padding-bottom: 33px !important;
}

.pric102 {
    display: block;
    padding-top: 23px !important;
    padding-bottom: 23px !important;
}

.pric103 {
    display: block;
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}

.pric66 {
    display: block;
    padding-top: 23px !important;
    padding-bottom: 23px !important;
}

.pric106 {
    display: block;
    padding-top: 23px !important;
    padding-bottom: 23px !important;
}

.pric107 {
    padding-top: 33px !important;
    padding-bottom: 35px !important;
}


.select.blue {

padding-top: 15px;
padding-bottom: 10px;
}

}






@media (min-width: 350px) and (max-width: 400px) {
.pric10 {
padding-top: 23px !important;
padding-bottom: 22px !important;
}
.pric11 {
padding-top: 11px !important;
padding-bottom: 12px !important;
}
.pric12 {
    padding-top: 23px !important;
padding-bottom: 23px !important;
}

.pric13 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}
.pric15 {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
}

.pric16 {
   padding-top: 22px !important;
padding-bottom: 22px !important;
}

.pric17 {
    padding-top: 24px !important;
padding-bottom: 23px !important;
}

.pric101 {
padding-top: 21px !important;
padding-bottom: 21px !important;
}



.pric103 {
padding-top: 23px !important;
padding-bottom: 23px !important;
}

.pric66 {
    display: block;
    padding-top: 23px !important;
    padding-bottom: 23px !important;
}

.pric106 {
    display: block;
    padding-top: 23px !important;
    padding-bottom: 23px !important;
}

.pric107 {
padding-top: 23px !important;
padding-bottom: 23px !important;
}


.select.blue {
padding-top: 12px;
padding-bottom: 10px;
}

}





.pric101 {
display: block;
}

.pric102 {
display: block;
}

.pric103 {
display: block;
}

.pric104 {
display: block;
}

.pric105 {
display: block;
}

.pric106 {
display: block;
}

.pric107 {
display: block;
}

.pric108 {
display: block;
}

.pric1 {
display: block;
}

.pric2 {
display: block;
}

.pric3 {
display: block;
}


.pric4 {
display: block;
}

.pric5 {
display: block;
}

.pric6 {
display: block;
}

.pric7 {
display: block;
}

.pric8 {
display: block;
}

.pric9 {
display: block;
}

.pric10 {

display: block;
}

.pric11 {

display: block;
}
.pric12 {
display: block;
}
.pric13 {
display: block;
}
.pric14 {
display: block;
}
.pric15 {
display: block;
}
.pric16 {
display: block;
}
.pric17 {
display: block;
}
 .pric22 {
display: block;
}


 .pric33 {
display: block;
}


 .pric44 {
display: block;
}



 .pric55 {
display: block;
}



 .pric66 {
display: block;
}



 .pric77 {
display: block;
}



 .pric88 {
display: block;
}


 .pric99 {
display: block;
}


/* Module page new */

.action-bar {
	position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: rgba(255,255,255,0.5);
    padding: 10px;
    z-index: 9;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}

@media (max-width: 480px) {
	.action-bar .btn {
		font-size: 14px;
		padding: 5px 10px;
	}
        
        .action-bar .text-right {
            text-align: center;
        }
}

@media (max-width: 278px) {
    .action-bar{
        background:#fff;
    }
    
    .action-bar .btn {
        color: #4AA3D8;
        background:none;
        padding:0;
        clear:both;
        display:block;
        float:none;
    }
        
        .action-bar .btn:hover{
            color:inherit;
            text-decoration: underline;
            background:none;
            border:none;
        }
        
        .action-bar .btn:focus{
            outline: none;
        }
        
        .action-bar .btn + .btn {
            margin-top: 5px;
	}
}

/* Table */

.module-details table.default td {
   	font-weight: normal !important;
	color: inherit;
}

.module-details table.default th {
   	font-weight: bold;
	color: #333;
}

.module-details table.default thead th {
	border-bottom: 3px solid #f2f2f2;
	padding: 10px;
}

.module-details table.default tbody th {
	color: #7e7e7e;
}

.module-details table.default tr:first-child td {
	color: inherit;
}

.module-details table.default tbody td,
.module-details table.default tbody th {
    border-bottom: 1px solid #f2f2f2;
	padding: 10px;
	vertical-align: top;
}




.section-title {
	font-size: 36px;
    color: #0092D0;
    font-family: "Lato";
    text-align: center;
	margin: 80px 0 50px;
}

.title-medium {
	font-size: 20px;
	font-family: "Lato";
	font-weight: bold;
	color: #333;
}

.float-left {
	margin-right: 20px;
	margin-bottom: 20px;
}

.contact-data {
	text-align: center;
}

.contact-data .contact-container {
	text-align: left;
	display: inline-block;
}

.contact-data .fa {
    font-size: 1em;
    display: inline-block;
    width: 25px;
    text-align: right;
    margin-right: 0.5em;
	vertical-align: middle;
}

.contact-data .fa.fa-mobile {
    font-size: 1.5em;
    vertical-align: middle;
}

.slider-section {
	margin-bottom: 100px;
}

.slider-section .text-container {
	padding-left: 20px;
}

.slider-section p, .slider-section ul {
    font-family: 'Lato';
    font-size: 17px;
    font-weight: bold;
    margin: 0;
    padding-top: 0;
}

.slider-section ul {
    margin-top:10px;
}

.slider-section li {
    margin-bottom:20px;
}

.yt-section .col-md-6 + .col-md-6 {
	padding-left: 30px;
}

.yt-container {
	margin-left: 40px;
}

@media screen and (max-width:991px) {
	.yt-container {
		float: none!important;
		clear:both!important;
                margin-left: 0;
	}
        
        .slider-section .text-container {
            padding-left: 0;
        }
}

.contents .embed-responsive {
	margin-bottom: 10px!important;
}

.find-more-module .title-medium {
    margin: 0;
    
}

.find-more-module > p {
    margin-bottom:0;
    padding-bottom:0;
}

.single-wp360-modules .meet p{
    color: #6b6b6b;
}

@media screen and (min-width:1500px) {
	.find-more-module.fixed {
		position: fixed;
		top: 40px;
		width: 225px;
                right: 1%;
	}
}

@media screen and (min-width:1600px) {
	.find-more-module.fixed {
		width: 255px;
	}
}


/******************************************/

@media (max-width: 649px) {
.row.plan .col-md-3.col-sm-6.col-xs-6 {
padding-left: 5px;
}
}

// More practical CSS...
// using mobile first method (IE8,7 requires respond.js polyfill https://github.com/scottjehl/Respond)


