/*	################################################################

	Author: Carlos Alvarez
	URL: http://alvarez.is

	Project Name: SOLID - Bootstrap 3 Theme
	Version: 1.0
	URL: http://alvarez.is
	
################################################################# */ 
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700,900);
@import url(https://fonts.googleapis.com/css?family=Lato:400,900);
@import url("prettyPhoto.css") screen;
@import url("hoverex-all.css") screen;

/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */
	* { 
		margin: 0;
		padding: 0px;
	} 

body { 
	background: #ffffff; 
	margin: 0; 
	height: 100%; 
	color: #384452;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}

p { 
	padding: 0; 
	margin-bottom: 12px; 
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px; 
	line-height: 24px;
	color: #384452; 
	margin-top: 10px; 
}
.mtext{
margin-top: 75px;
}


@media ( max-width: 768px ){

.checkbox.checkbox-inline {
    display: block;
    margin-left: 0px !important;
}

.ptop40{
padding-top: 40px;
}

.mtext{
margin-top: 21px !important;
}
.quotebtn {
    margin-left: -41px;
}
}

.navbar-default {
	background-color: rgba(56, 68, 82, 0.89);
	border-color: transparent;
}
@media ( min-width:1024px ){
.navbar-default {
	background-color: transparent;
	border-color: transparent;
}
.eqheight{
	    height: 88px;
}
}

.original{
background-color: rgba(56, 68, 82, 0.89) !important;
}

.bcolor{
 background-color: rgba(56, 68, 82, 0.89) !important;
}

.pwrap{
margin-bottom:0px !important;
}


.request_form input{
    background: #f3f3f3;
    border-radius: 0px;
}
.request_form textarea{
    background: #f3f3f3;
    border-radius: 0px;
}
.checkbox {
  padding-left: 20px; }
  .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555; }
  .checkbox input[type="checkbox"] {
    opacity: 0; }
    .checkbox input[type="checkbox"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after {
      font-family: 'FontAwesome';
      content: "\f00c"; }
    .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff; }

.radio {
  padding-left: 20px; }
  .radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
    .radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 3px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #555555;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .radio input[type="radio"] {
    opacity: 0; }
    .radio input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .radio input[type="radio"]:checked + label::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
    .radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
  .radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
  background-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #428bca; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }




#twrap .carousel-control.right,.carousel-control.left { 
background-image:none !important;
}
#twrap .carousel-indicators{
bottom: -69px;
}
#twrap .carousel-inner{
height: 250px;
}
.rbtn{
	    padding: 24px;
    background: rgb(56, 68, 82);
    color: #fff;
    position: relative;
    font-size: 18px;
}
.rbtn:after{
	position: absolute;
    content: "\f105";
    font-family: FontAwesome;
    right: -44px;
    top: 0px;
    background: rgb(50, 57, 66);
    height: 100%;
    width: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rbtn:hover{
	background: #323942;
    color: #fff;
}
.rbtn:hover:after {
	content: "\f107";
	font-family: FontAwesome;
     transition: 0.2s;
}


.quotebtn{
	       padding-top: 50px;
}
img {
	height: 250px;;
	max-width: 100%;
}
.ourskills img{
	height: 50px;
	max-width: 100%;
	margin-right: 8px;
}
.ourskills span{
	cursor: pointer;
}
.ourskills span:hover{
	color: #f4982a;
}
a { 
	padding: 0;
	margin: 0;
	text-decoration: none; 
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
}
a:hover,
a:focus {
  text-decoration: none;
  color:#01b2fe;
}

::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
::selection {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.centered {
	text-align: center
}
.mytop76{
	margin-top: 70px !important;
}
.plugin-box ul{
	list-style-type: none;
}
.plugin-box ul li{
	padding: 9px 0 9px 0;
	position: relative;
}
.plugin-box ul li:before{
	    position: absolute;
    font-family: FontAwesome;
    content: "\f105";
    color: #00b3fe;
    /*left: -10px;*/
}
.category a{
	    margin-left: 12px;
}
.plugin_pages li a,.plugin_latest_posts li a{
	 margin-left: 12px;
}
.permalink a{
	font-weight: bold;
}
.mtop60{
	    margin-top: 60px;
}
.post-content p{
	    text-align: justify;
}
.plugin_pages{
	display: none;
}
#msg{
	display: none;
	color: green;
}
csmall2 a{
	    font-size: 12px !important;
    color: #f39c12 !important;
}
/*.portfolio-item{
	padding-left: 10px;
	border:1px solid #000;
}*/
/*	################################################################
	BOOTSTRAP MODIFICATIONS & TWEAKS
################################################################# */
.navbar {
	min-height: 70px;
	padding-top: 10px;
	margin-bottom: 0px;
}

.navbar-brand {
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
}

.navbar-header .navbar-brand {
	color: white;
}

.navbar-default .navbar-nav > li > a {
	color: white;
	font-weight: 100;
	font-size: 16px;
	/*letter-spacing: 2px;*/
	font-family: 'Ubuntu', sans-serif !important;

}

.navbar-default .navbar-nav > li > a:hover {
	/*color: #026792;*/
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #00b3fe;
	background-color: transparent;

}



.dropdown-menu {
	background: rgba(56, 68, 82, 0.89);
}

.dropdown-menu > li > a {
	color: white;
	font-weight: 100;
	font-size: 16px;
	/*letter-spacing: 2px;*/
	font-family: 'Ubuntu', sans-serif !important;
}

.btn-theme {
  color: #fff;
  background-color: #384452;
  border-color: #384452;
  margin: 4px;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
  color: #fff;
  background-color: #00b3fe;
  border-color: #00b3fe;
}

.dmbutton:hover,
.dmbutton:active,
.dmbutton:focus{
	color: #ffffff;
	background-color: #222222;
	border-color: #ffffff;
}

.section h4{
	min-height: 40px;
}

.line{
	width: 187px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 37px;
    border: 1px solid #384452;
}
.fc{
	font-size: 17px;
    margin-top: 14px;
    background: #e4e4e4;
    padding: 9px;
}
.contact-info-list {
    padding-left: 0;
    list-style: none;
    padding: 15px 0 25px 0;
}
.contact-info-list>li {
    padding: 4px 0 10px 44px;
    position: relative;
    font-size: 14px;
}
.contact-info-list>li .icon {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 2px;
    text-align: center;
    line-height: 30px;
}
.section:hover i{
	color: #7b7979 !important;
}
.section i:hover{
	color: #7b7979 !important;
}
.contact-info-list>li .icon {
    border-radius: 2px;
    background: #ecede6;
}
.social-list__footer {
    padding-left: 0;
    list-style: none;
    margin: 0 0 0 -3px;
}
.social-list__footer>li:first-child {
    padding-left: 0;
}
.social-list__footer>li {
    padding: 0;
    margin: 0 0 6px 3px;
    display: inline-block;
    vertical-align: top;
}
.social-list__footer>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.social-list__footer>li>a {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    text-shadow: 0 1px 0 rgba(0,0,0,.2);
    vertical-align: top;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.social-list__footer>li>a {
    width: 30px;
    height: 30px;
    border-radius: 2px;
    background: #00b3fe;
    color: #fdffe8;
    line-height: 30px;
}
.serimg{
	background: url('../img/cloud.png');
    background-repeat: no-repeat;
    background-position: right;
}
#clouds{
	    margin-top: -200px;
}
#clouds path {
        fill: #ffffff;
    stroke: #ffffff;
}
.dmbutton {
	background:rgba(0, 0, 0, 0);
	border: 1px solid #ffffff;
	color: #ffffff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding-top: 1.025rem;
	padding-right: 2.25rem;
	letter-spacing:0.85px;
	padding-bottom: 1.0875rem;
	padding-left: 2.25rem;
	font-size: 1.55rem;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	-webkit-appearance: none;
	font-weight: normal !important;
}

.mtb {
	margin-top: 80px;
	margin-bottom: 80px;
}

.mb {
	margin-bottom: 60px;
}

.mt {
	margin-top: 60px;
}

.hline {
	border-bottom: 2px solid #384452;
}

.hline-w {
	border-bottom: 2px solid #ffffff;
	margin-bottom: 25px;
}
/*	################################################################
	SITE WRAPS
################################################################# */



#headerwrap {
	background-color: #00b3fe;
	min-height: 550px;
	padding-top: 100px;
	text-align:center;
	padding-bottom: 0px;
         width:100%;
}

#headerwrap h3, h5 {
	color: white;
	font-weight: 400;
}

#headerwrap h1 {
	color: white;
	margin-bottom: 25px;
}

#headerwrap .img-responsive {
	margin: 0 auto;
}


/* Services Wrap */
#service {
	/*margin-top: 100px;*/
	margin-bottom: 80px;
}

#service i {
	color: #00b3fe;
	font-size: 60px;
	padding: 15px;
}

#footerwrap .col-lg-4:hover h4{
	color: #03aff7;
}
.mtop5{
	    margin-top: 2px;

}
.mtop20{
	    margin-top: 20px;

}

.mtop35{
	margin-top: 35px;
}
.mleft35{
	margin-left: 35px;
}
/* Portfolio Wrap */
#portfoliowrap {
	padding-top: 60px;
	margin-bottom: 60px;
	display: block;
	text-align: center;
	background: #eee;
	padding-bottom: 60px;
}
.logoimg{
	height: 57px;
}
.vlogo{
	    padding: 0;
}
#portfoliowrap h3 {
	margin-bottom: 15px;
}

.portfolio {
	padding:0 !important;
	margin:0 !important;
	display:block;
}
/*.slider {
    width: 100%;
    margin: 100px auto;
}*/
.slick-slide h4{
	color: #035d82;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.portfolio-item .title:before {border-radius:0; display:none}
.portfolio-item p {margin:0px 0 30px;}
.portfolio-item h3 {margin:-10px 0 10px; font-size:16px; text-transform:uppercase;}

.portfolio-item img{
    max-width: 95%;
    /*padding: 13px;*/
    border: 1px solid #ccc;
    height: 146px;
}
.project-item{
	    border: 1px solid #ccc;
	        margin-bottom: 30px;
	            background: #fff;
}
.project-item-image-container {
    border: none;
    cursor: pointer;
    height: 100%;
    position: relative;
    width: 100%;
}
.project-item-image-container > img {
    width: 260px !important;
        height: 146px !important;
}
.project-item-image-container {
       border-bottom: 1px solid #ccc;
    cursor: pointer;
    height: 100%;
    position: relative;
    width: 100%;
}
.project-item .thumbnail {
    background: #fff;
    border: none !important;
        display: block;
    line-height: 0px;
}
.project-item .caption {
    text-align: center;
    background: #FFFFFF;
    margin-top: -10px;
    border-top: 0px;
}
.project-item h5 a {
        border-bottom: 1px solid #ccc;
    padding: 0 0 9px 0;
    display: block;
    color: #3a3a3a;
    font-size: 16px;
    margin-bottom: 10px;
        font-weight: bold;
}
.caption small{
	font-size: 12px;
}
.tpl6 h3
{
	color:#fff;
	margin:0;
	padding:40px 5px 0;
	font-size:16px;
	text-transform:uppercase;
}
.tpl6 .dmbutton
{
	display:inline-block;
	margin:30px 5px 20px 5px;
	font-size:13px;
}

.tpl6 .bg
{
	height:100%;
	width:100%;
	background-color:#00b3fe;
	background-color:rgba(0,179,254,.9);
	text-align:center;
	cursor: pointer;
}

/* Testimonials Wrap */
#twrap {
	background: url(../img/t-back.jpg) no-repeat center top;
	margin-top: 0px;
	padding-top:60px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 350px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#twrap i {
	font-size: 50px;
	color: white;
	margin-bottom: 25px;
}

#twrap p {
	color: white;
	font-size: 15px;
	line-height: 30px;
}

/* clients logo */
#cwrap {
	background: #fff;
	margin-top: 0px;
	padding-top: 80px;
	padding-bottom: 100px;
}

#cwrap h3 {
	/*margin-bottom: 60px;*/
}
.thumbnail img{
	width: 100%;
}
/* Footer */
#footerwrap {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #384452;
}

#footerwrap p {
	color: #bfc9d3;
}

#footerwrap h4 {
	color: white;
}

#footerwrap i {
	font-size: 30px;
	color: #bfc9d3;
	padding-right: 25px;
}

#footerwrap i:hover {
	color: #00b3fe
}

/*	################################################################
	PAGE CONFIGURATIONS
################################################################# */
/* General Tweaks */

#blue {
	background: #00b3fe;
	margin-top: 60px;
	margin-bottom: 60px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#blue h3 {
	color: white;
	margin-left: 15px;
         margin-top:10px !important;
}

.ctitle {
	color: #00b3fe;
	font-weight: 700;
	margin-bottom: 15px;
}

csmall {
	font-size: 12px;
	color: #b3b3b3;
}
csmall2 {
	font-size: 12px;
	color: #f39c12
}

.spacing {
	margin-top: 40px;
	margin-bottom: 40px;
}

.badge-theme {
	background: #00b3fe;
}

/* Contact Page */
#contactwrap {
	background: url(../img/contact.jpg) no-repeat center top;
	margin-top: -60px;
	padding-top:0px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 400px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Blog Page */
.popular-posts { 
	margin: 0px;
	padding-left: 0px;
	}
	
.popular-posts li {
	list-style: none; 
	margin-bottom: 20px; 
	min-height: 70px;
}
.popular-posts li a, 
.popular-posts li a:hover {
	color:#2f2f2f; 
	text-decoration: none;
	}
	
.popular-posts li img {
	float: left; 
	margin-right: 20px;
	}
	
.popular-posts li em {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #b3b3b3
	}

.popular-posts p {
	line-height: normal;
	margin-bottom: auto;
}	

.share i {
	padding-right: 15px;
	font-size: 18px;
}