/* --------------------------------------
=========================================
GLOBAL STYLES
=========================================
-----------------------------------------*/
html {
    font-size: 100%;
}
body {
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #808285;
    line-height: 1.5;
    text-align: center;
    overflow-x: hidden !important;
    margin: auto !important;
}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */

@-webkit-viewport {
    width: device-width;
}
@-moz-viewport {
    width: device-width;
}
@-ms-viewport {
    width: device-width;
}
@-o-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}
a {
    -webkit-transition: all ease 0.25s;
            transition: all ease 0.25s;
}
a:hover {
    text-decoration: none;
}

.btn:focus,
.btn:active {
    outline: inherit;
}


/* Other fixes*/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
            box-sizing: border-box;
}
ul,
ol {
    padding-left: 0 !important;
}
li {
    list-style: none;
}
/* PRE LOADER */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: url(../images/bg-1.jpg) no-repeat center top fixed;
    -webkit-background-size: cover;
    background-size: cover;
}
.status {
    width: 4em;
    height: 4em;
    position: absolute;
    left: 50%;
    top: 50%;
    color:#fff;
    margin: -2em 0 0 -2em;
}


/*---------------------------------------
   Typography                
-----------------------------------------*/

/* FONT FACE LOADER */
@font-face {
    font-family: 'Lane';
    src: url('../fonts/lanenar_Lane.eot');
    src: url('../fonts/lanenar_Lane.eot?#iefix') format('embedded-opentype'), url('../fonts/lanenar_Lane.woff') format('woff'), url('../fonts/lanenar_Lane.ttf') format('truetype'), url('../fonts/lanenar_Lane.svg#Lane') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
 
    @font-face {
        font-family: 'Lane';
        src: url('../fonts/lanenar_Lane.svg#Lane') format('svg');
    }
}

/* HEADINGS */

h1,
h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    letter-spacing: -.05em;
}
h1 {
    font-size: 3.75rem;
    line-height: 4rem;
}
h2 {
    font-size: 3.125rem;
    line-height: 3rem;
    font-weight: 300;
}
h3 {
    font-size: 24px;
    line-height: 38px;
    font-weight: 400;
}
h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
h5 {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -.05em;
}

/*---------------------------------------
   CUSTOM BUTTON              
-----------------------------------------*/
.btn-mas-info {
    color: #fff;
    box-shadow:         inset 0px 0px 0px 1px rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.6);
    -moz-box-shadow:    inset 0px 0px 0px 1px rgba(255, 255, 255, 0.6);
    -o-box-shadow:      inset 0px 0px 0px 1px rgba(255, 255, 255, 0.6);
    margin-bottom: 5%;
    display: block;
}
.btn-mas-info:hover,
.btn-mas-info:focus {
    background-color: rgba(255, 255, 255, 0.14);
    color: #fff;
}
.standard-button {
    background: #2d6cb5;
    color: #ffffff;
    box-shadow:         inset 0px 0px 0px 1px #668ebe;
    -webkit-box-shadow: inset 0px 0px 0px 1px #668ebe;
    -moz-box-shadow:    inset 0px 0px 0px 1px #668ebe;
    -o-box-shadow:      inset 0px 0px 0px 1px #668ebe;
}
.standard-button:hover,
.standard-button:focus {
    background: rgba(45, 108, 181, 0.5);
    color: #ffffff;
}
.standard-button2 {
    background: #367ABD;
    color: #ffffff;
    box-shadow:         inset 0px 0px 0px 1px #367ABD;
    -webkit-box-shadow: inset 0px 0px 0px 1px #367ABD;
    -moz-box-shadow:    inset 0px 0px 0px 1px #367ABD;
    -o-box-shadow:      inset 0px 0px 0px 1px #367ABD;
}
.standard-button2:hover,
.standard-button2:focus {
    /*background: rgba(149, 202, 87, 0.8);*/
	background: #367ABD;
    color: #ffffff;
}
.standard-button3 {
    background: rgba(0, 0, 0, .2);
    color: #ffffff;
    box-shadow:         inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2);
    -moz-box-shadow:    inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2);
    -o-box-shadow:      inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2);
}
.standard-button3:hover, 
.standard-button3:focus {
    background: rgba(255, 255, 255, 0.21);
    color: #ffffff;
}
.standard-button-lined {
    background-color: transparent;
    color: #fff;
    box-shadow:         inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
    -moz-box-shadow:    inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
    -o-box-shadow:      inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
}
.standard-button,
.standard-button2,
.standard-button3,
.standard-button-lined, 
.btn-mas-info
{
    font-weight: 400;
    border-radius: 4px;
    border: none;
    display: block;
    -webkit-transition: all ease 0.25s;
            transition: all ease 0.25s;
    padding: 10px;
}
.standard-button:hover,
.standard-button2:hover,
.standard-button3:hover {
    border: none;
}
.standard-button i,
.standard-button2 i,
.standard-button3 i {
    vertical-align: inherit;
    margin-right: 8px;
}
.acceder-btn-mini {
    position: relative;
    float: right;
    padding: 9px 10px;
    background-color: #2d6cb5;
    background-image: none;
    border: 1px solid #2d6cb5;
    border-radius: 4px;
    height: 40px;
    width: 40px;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
}
.acceder-btn-mini:hover,
.acceder-btn-mini:focus{
    background: #1d5596;
    color: #ffffff;
}
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary {
    background: #2d6cb5;
    border-color: inherit;
}


/*---------------------------------------
   TEXTS               
-----------------------------------------*/

.white-text {
    color: #ffffff;
}
.dark-text {
    color: #367ABD;
}
.grey-bg {
    background: #F7F8FA !important;
}


/*---------------------------------------
   SECTIONS          
-----------------------------------------*/

.section-header {
    padding-bottom: 78px;
}
.section-header h2 {
    margin-bottom: 20px;
}
.section-header .section-description {
    display: inline-block;
    position: relative;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*---------------------------------------
   LINES          
-----------------------------------------*/

.colored-line {
    margin: auto;
    z-index: 1;
    width: 165px;
    height: 1px;
}
.beneficios .colored-line,
.funciones .colored-line {
    margin: 20px auto;
    z-index: 1;
    width: 165px;
    height: 1px;
}
.white-line {
    margin: auto;
    z-index: 1;
    width: 165px;
    height: 1px;
    background: #ffffff;
}
.colored-line-left {
    float: left;
    z-index: 1;
    display: block;
    width: 165px;
    height: 1px;
}

/*---------------------------------------
=========================================
 **   SECTION STYLES                
=========================================
-----------------------------------------*/

/*---------------------------------------
   SECTION:  HOME                 
-----------------------------------------*/

header {
    background: url(../images/bg-1.jpg) no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
}
header .full-screen {
    width: 100%;
    min-height: 100%;
}

/* TOP BAR WITH NAVIGATION */

.sticky-navigation {
    min-height: 60px;
    background: #FFFFFF;
    border: none;
    padding: 0 !important;
    margin-bottom: 0 !important;
    -webkit-backface-visibility: hidden;
    -webkit-box-shadow: 0px -5px 10px 10px rgba(50, 50, 50, 0.2);
          box-shadow: 0px -5px 10px 10px rgba(50, 50, 50, 0.2);
}
.navbar-toggle {
    height: 40px;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-brand {
    padding: 0 0 0 15px;
    display: inline-block;
    line-height: 60px;
}
.sticky-navigation .navbar-header img {
  max-height: 40px;
  -webkit-backface-visibility: hidden;
}

.sticky-navigation .main-navigation .current .dropdown-menu a {
    border-top: 0px;
}

.sticky-navigation .main-navigation .current .dropdown-menu li:last-child {
    margin-right: 0px;
}

.sticky-navigation .main-navigation .dropdown-menu li:last-child {
    margin-right: 0px;
}

.sticky-navigation .main-navigation .current a {
    color: #367ABD;
    position: relative;
    outline: none;
    border-top: 4px solid #367ABD;
}
.sticky-navigation .main-navigation li a {
    line-height: 30px;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
}
.sticky-navigation .main-navigation li a:hover {
    color: #000000;
    background-color: rgba(0, 0, 0, 0.07);
}

@media (min-width: 992px) { 
.dropdown:hover .dropdown-menu {
    display: block;
}
}

.dropdown .dropdown-menu {
    display:none;
}

.dropdown-menu li {
    padding:0px;
}

.dropdown-menu li a {
    padding:0px;
    margin:0px;
    line-height: 10px;
    border-top: 0px;
}

header .only-logo .navbar {
    padding: 20px 0;
}
header .only-logo .navbar img{
    width: 220px;
    margin: 0 auto;
}
header .only-logo .navbar .navbar-header {
    float: none;
}

/* INTRO */

header .home-contents {
    margin-top: 0;
    margin-bottom: 50px
}
header .intro-section {
    text-align: center;
}
header .intro-section .intro {
    color: #fff;
    margin-bottom: 20px;
    padding: 0;
    font-size: 2.1em;
    line-height: 1.2;
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
}

header .intro-section .subtitle {
    color: #EE4035;
    margin-bottom: 20px;
    padding: 0;
    font-size: 2.1em;
    line-height: 1.2;
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
}

.intro strong{
    font-weight: 700;
}
header .intro-section h5 {
    color: #fff;
    line-height: 1.5;
    font-size: .8em;
}
header .intro-section h5 strong {
    font-weight: 700;
}
header .intro-section .buttons {
    margin-bottom: 10px;
}


/*---------------------------------------
   SECTION:  FEATURES                 
-----------------------------------------*/

.features {
    padding-top: 80px;
    padding-bottom: 30px;
    background: #ffffff;
}
.features .features-left {
    text-align: center;
    margin-top: 26px;
    margin-bottom: 80px;
}
.features .features-left .icon-container {
    float: right;
    margin-left: 20px;
}
.features .features-right {
    text-align: center;
    margin-top: 26px;
    margin-bottom: 80px;
}
.features .features-right .icon-container {
    float: left;
    margin-right: 20px;
}
.features .feature {
    margin-bottom: 40px;
}
.fetaure-details h4 {
    line-height: 1.2;
    padding-top: 15px;
}
.features .feature .icon-container {
    display: block;
    min-height: 120px;
    margin-top: 5px;
}
.feature-list li i {
    color: #367ABD;
}
.features .feature .icon-container .icon {
    color: #367ABD;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 70px;
    text-align: center;
    -webkit-transition: all ease-in 0.25s;
            transition: all ease-in 0.25s;
    -webkit-background-clip: padding-box;
           -moz-background-clip: padding;
            background-clip: padding-box;
}
.features .phone-image {
    max-width: 250px;
    margin: auto;
    margin-bottom: 80px;
}
.features .phone-image img {
    width: 100%;
}

/*---------------------------------------
   SECTION:  VIDEO / QUE ES                 
-----------------------------------------*/

.app-brief {
    padding-top: 110px;
    padding-bottom: 60px;
}
.app-brief h2 {
    margin-bottom: 20px;
    text-align: center;
}
.app-brief .phone-image {
    max-width: 350px;
    margin: auto;
    margin-bottom: 50px;
}
.app-brief .phone-image img {
    width: 100%;
}
.app-brief .left-align {
    text-align: center;
    margin-bottom: 50px;
}
.app-brief .left-align p {
    display: block;
    float: none;
    margin-top: 50px;
}
.app-brief .left-align .feature-list {
    margin-top: 40px;
}
.app-brief .left-align .feature-list li {
    line-height: 2;
}
.app-brief .left-align .feature-list li i {
    margin-right: 10px;
    vertical-align: inherit;
}

/* VIDEO */

video {
    max-width: 100%;
    height: auto;
}
iframe,
embed,
object {
    max-width: 100%;
}
.video-container {
    width: 90%;
    background: transparent !important;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 40px; 
}
.video {
    background: transparent !important;
}

/*---------------------------------------
   SECTION:  FRASE                 
-----------------------------------------*/
.testimonials {
    color: #ffffff;
    background: url(../images/mobile-phone-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    opacity: 1;
}
.image-background {
    padding-top: 110px;
    padding-bottom: 110px;
    background: rgba(149,202,88,.75);
    background: -moz-linear-gradient(left, rgba(149,202,88,.75) 0%, rgba(45,108,180,.75) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(149,202,88,.75)), color-stop(100%, rgba(45,108,180,.75)));
    background: -webkit-linear-gradient(left, rgba(149,202,88,.75) 0%, rgba(45,108,180,.75) 100%);
    background: -o-linear-gradient(left, rgba(149,202,88,.75) 0%, rgba(45,108,180,.75) 100%);
    background: -ms-linear-gradient(left, rgba(149,202,88,.75) 0%, rgba(45,108,180,.75) 100%);
    background: linear-gradient(to right, rgba(149,202,88,.75) 0%, rgba(45,108,180,.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95ca58', endColorstr='#2d6cb4', GradientType=1 );
}
.testimonials .feedback {
    width: 100%;
    margin: auto;
}
.testimonials .feedback h2 {
    text-shadow: 0px 5px 7px rgba(0, 0, 0, 0.4);
    font-size: 2em;
    line-height: 1;
}
/*---------------------------------------
   SECTION:  SERVICES           
-----------------------------------------*/

.services {
    padding-top: 80px;
    padding-bottom: 60px;
}
.services .single-service {
    padding-bottom: 60px;
}
.services .single-service .service-icon {
    font-size: 60px;
}
.services .single-service h3 {
    margin-top: 20px;
}
.section-description a{
    color: inherit;
    text-decoration: underline;
}
.section-description a:hover{
    color: #367ABD;
    font-weight: 400;
}

/*---------------------------------------
   SECTION:  DOWNLOAD                 
-----------------------------------------*/

.download {
    color: #fff;
}
.download .solid-color {
    padding-top: 60px;
    padding-bottom: 70px;
}
.download .download-container {
    padding-bottom: 20px;
}
.download .subscription-form-container {
    padding-bottom: 60px;
}
button.btn-subscrpcion {
    width: 100%;
    margin: 5px 0 0 0;
    text-transform: uppercase;
}
.download .subscription-form .input-box {
    height: 57px;
    padding-left: 20px;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #FFF;
    border: 1px solid #FFF;
    display: block;
}
.download .subscription-form .input-box:focus, 
.download .subscription-form .input-box:active {
    color: #000;
    font-weight: 300;
}
.download .subscription-form .subscription-success,
.download .subscription-form .subscription-error {
    display: none;
}
.download h2 {
    margin-bottom: 20px;
    font-size: 1.7em;
    line-height: 1;
}
.download h3 {
    margin-bottom: 10px;
    font-size: 1em;
    line-height: 1;
    font-weight: 300;
}
.download .buttons a {
    display: block;
    margin-bottom: 5px;
}
.image {
    font-size: 24px;
    width: 150px;
    height: 150px;
    margin: 20px auto;
}


/*---------------------------------------
SECTION:  FACEBOOK                 
-----------------------------------------*/

.call-to-action {
    color: #ffffff;
}
.face-text{
    display: inline-block;
}
.call-to-action-container1,
.call-to-action-container2 {
    text-align: center;
    display: block;
}
.call-to-action-container1 {
    padding: 20px 0 0 0;

}
.call-to-action-container2 {
    padding: 20px 0 20px 0;
}

.call-to-action-container1 h2 { 
    font-size: 1.7em;
    line-height: 1;
    margin: 0;
}
.call-to-action-container2 a { 
    color: #fff;
    display: inline-block;
    font-size: 3.5rem;
    margin-right: 7px;
    line-height: 0;
}
.call-to-action-container2 a:hover {
    color: #367ABD;
}
.face-text {
    display: inline-block;
}
.face-text .chico {
    font-size: 1em;
    display: block;
    font-weight: 300;
    text-align: left;
    margin: 0 0 2px 15px;
    line-height: 1;
}
.face-text .grande {
    font-size: 2em;
    display: block;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.05em;
}
.face-text .grande span {
    font-weight: 300;
    font-size: 1.5rem;
}

/*---------------------------------------
SECTION:  SCREENSHOTS 
-----------------------------------------*/

.screenshots_index_owl, .screenshots {
    padding-top: 80px;
    padding-bottom: 120px;
}

.screenshots_index_owl .shot, .screenshots .shot {
    background: rgb(244, 244, 244);
    padding: 5px;
    margin: 13px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    border: 1px solid #e5e5e5;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}
.screenshots_index_owl .shot:hover, .screenshots .shot:hover {
    box-shadow:         0px 0px 20px rgba(0, 0, 0, 0.21);
    box-shadow:         0px 0px 20px rgba(0, 0, 0, 0.21);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.21);
    -moz-box-shadow:    0px 0px 20px rgba(0, 0, 0, 0.21);
    -o-box-shadow:      0px 0px 20px rgba(0, 0, 0, 0.21);
}
.screenshots_index_owl .shot img, .screenshots .shot img {
    border-radius: 4px;
    width: 250px;
    height: 140px;
    display: block;
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}


.shot.item-galeria {
    width:266px;
    float:left;
}

.tit-item-galeria {
	
display: block;
	
padding-top: 2px;
	
padding-bottom: 4px;
	
font-weight: 600;
	
color: #367ABD;
}

/*---------------------------------------
SECTION:  PRESUPUESTO 
-----------------------------------------*/

.presupuesto {
    padding-top: 70px;
    padding-bottom: 60px;
}

/*---------------------------------------
   SECTION:  FOOTER                
-----------------------------------------*/

.validate-form {
    text-align: left;
}

footer .contact-box {
    margin-bottom: 40px;
}
footer .contact-box .contact-button {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin: auto;
    position: relative;
    font-size: 40px;
    line-height: 70px;
    vertical-align: middle;
    margin-top: -40px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 0px 3px #ffffff;
            box-shadow: 0px 0px 0px 3px #ffffff;
    -webkit-backface-visibility: hidden;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
/*footer .contact-box .contact-button:hover {
    color: #ffffff;
}*/
footer .contact-box .expanded-contact-form {
    margin-top: 10px;
    /*display: none;*/
}
footer .contact-box .expanded-contact-form button {
    display: inline;
    text-transform: uppercase;
}
footer .contact-box .expanded-contact-form .success,
footer .contact-box .expanded-contact-form .error {
    display: none;
}
footer .contact-box .expanded-contact-form .input-box {
    margin-bottom: 5px;
    margin-top: 5px;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*width: 100%;*/
}
footer .contact-box .expanded-contact-form .input-box-mitad {
    width: 32%;
    display: inline;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

footer .contact-box .expanded-contact-form label {margin-bottom: 0px;font-weight: 300;font-size: small;margin-left: 4px;}

footer .contact-box .expanded-contact-form .textarea-box {
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
footer .contact-box .expanded-contact-form .textarea-box:active {
    color: #000;
}
footer img {
    width: 150px;
    opacity: .3;
}
footer .social-icons {
    margin-top: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 50px;
}
footer .social-icons li {
    display: inline-block;
    margin: 5px;
}
footer .social-icons li a {
    font-size: 30px;
    color: #c2c2c2;
}
footer .copyright {
    color: #808080;
    padding-top: 10px;
    margin-bottom: 50px;
    font-size: .8em;
}
.vias-contacto{
    margin: 20px auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #367ABD;
}
.vias-contacto h3{
    font-weight:600;
}
.vias-contacto .data-contacto {
    margin-bottom: 5px;
    display: block;
}
.vias-contacto .data-contacto a{
    text-decoration: none;
    display: inline-block;
}
.vias-contacto .data-contacto a:hover{
    text-decoration: none;
}
.vias-contacto .data-contacto i{
    margin-right:5px;
    color: #367ABD;
    display: inline-block;
}
/* --------------------------------------
=========================================

Verde: #367ABD
Verde oscuro: #557532
Azul: #2d6cb5
Azul oscuro: #1d4370
Gris: #808285

=========================================
----------------------------------------- */

.solid-color {
    background: #367ABD;
}
.solid-color-blue {
    background: #2d6cb5;
}
.gradient-bg {
    background: rgba(61,61,61,1);
    background: -moz-linear-gradient(top, rgba(61,61,61,1) 0%, rgba(26,26,26,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(61,61,61,1)), color-stop(100%, rgba(26,26,26,1)));
    background: -webkit-linear-gradient(top, rgba(61,61,61,1) 0%, rgba(26,26,26,1) 100%);
    background: -o-linear-gradient(top, rgba(61,61,61,1) 0%, rgba(26,26,26,1) 100%);
    background: -ms-linear-gradient(top, rgba(61,61,61,1) 0%, rgba(26,26,26,1) 100%);
    background: linear-gradient(to bottom, rgba(61,61,61,1) 0%, rgba(26,26,26,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#1a1a1a', GradientType=0 );
}
.colored-line,
.colored-line-left {
    background: #367ABD;
}
.main-color {
    color: #367ABD;
}
.color-bg {
    background: #008ed6;
    color: #FFFFFF;
}

.services .single-service .service-icon,
.services .single-service h3 {
    color: #367ABD;
}
.screenshots .owl-theme .owl-controls .owl-page span {
    background: #008ed6;
}
footer .contact-button {
    border: 2px solid #367ABD;
    color: #367ABD;
}
footer .contact-button {
    border: 2px solid #367ABD;
    color: #367ABD;
}
/*footer .contact-button:hover {
    background: #367ABD;
}*/
footer .contact-box .expanded-contact-form .input-box:active,
footer .contact-box .expanded-contact-form .textarea-box:active,
footer .contact-box .expanded-contact-form .input-box:focus,
footer .contact-box .expanded-contact-form .textarea-box:focus {
    border: 1px solid #367ABD;
}
footer .social-icons li a:hover {
    color: #367ABD;
}

#contact-form .invalid input:required:invalid,
#contact-form .invalid textarea:required:invalid {
  background: #ad0e15;
  color: white;
}
#contact-form .invalid input:required:valid,
#contact-form .invalid textarea:required:invalid {
  background: transparent;
}
#contact-form #loading,
#contact-form #success,
#contact-form #errors {
  border: solid 1px;
  margin: 10px 0px;
  padding: 10px;
  text-align: center;
  display: none;
}
#contact-form #loading {
  border-color: #f0ad4e;
  color: #f0ad4e;
}
#contact-form #success {
  border-color: #5cb85c;
  color: #5cb85c;
}
#contact-form #errors {
  border-color: #ec1c24;
  color: #ec1c24;
}
#contact-form #errors.visible,
#contact-form #success.visible,
#contact-form #loading.visible {
  display: block;
}
input.standard-button2 {
    width: 100px;
    margin: 0 auto;
}

