/** HELPERS **/
.buttonmargin12 {
    margin-bottom: 12px;
}

/** IPAD CONTAINERS **/

.carousel-ipad-container div {
    margin-top: 170px;
    margin-left: 80px;
}

#specification-ipad {
    margin-top: 270px;
    margin-bottom: 160px;
}

.ipad-middle {
    transform: rotate(90deg) scale(1.5);
}

/** ABOUT **/

.about{
	background: url("../image/backgrounds/background1.jpg") no-repeat center center / cover;
}

.slider-paragraph {
    margin-bottom: 30px;
}

.hidden-xs.btn.btn-primary {
      margin-top: 8px;
}
.hidden-xs.btn.btn-primary:hover {
      margin-top: 8px;
}

/** LOADER **/
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loader {
    margin: 0 10px -13px 0;
    display: inline-block;
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #2AA0C0; /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
}

.loader::before {
    content: '';
}

/* CONTACT FORM */

.contact {
    background: #444849;
}

.contact .panel {
    display: inline-block; left: 50vw; transform: translateX(-50%);
    background: #fff;
    padding:50px 25px;
    position: relative;
    margin-top: 20px;
}

.contact .panel h3 {
    margin-bottom: 25px;
}

#contact-form {
    padding: 25px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    background: #fff;
}

#contact-form .form-group{
    margin-bottom: 40px;
}

#contact-form span {
    font-size: 18px;
    color: #898989;
}

#contact-form .form-control{
    border-radius: 0;
    border:none;
    border-bottom: 1px solid #ebebeb;
    margin-top: 10px;
    background: transparent;
    height: 40px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.0);

}

#contact-form .form-control:focus{
    border-bottom: 1px solid #2794B2;
}

#contact-form textarea.form-control{
    height: 100px;
}

.contact .panel .contact-details {
    margin-top: 30px;
    color: #333;
    font-size: 1.1em;
}

.contact .panel .contact-details li {
    margin-top: 20px;
}

.contact .panel .contact-details li:first-of-type {
    margin-top: 5px;
}

.contact .panel .contact-details li i {
    margin-right: 10px;
    border: 2px solid #2794B2;
    border-radius: 50px;
    text-align: center;
    width: 35px;
    line-height: 32px;
    color: #2794B2;
    float: left;
}

.contact .panel .contact-details ul {
    display: inline-block;
    margin-left: 20px;
}

#office-locations li span {
    display: block;
}

#office-email {
    display: inline-block;
    padding: 5px;
    margin-left: 15px;
}

.contact-label{
  padding-left: 10px ;
}

.phone-number{
  width: 120px;
  display: inline-block;
}

#promoVideo {
    margin-top: 100px;
}

#promoVideo iframe {
    width: 90%;
    max-width: 1120px;
    max-height: 630px;
    height: 50.6vw;
}

#features {
    margin-top: 0;
    padding-top: 0;
}

#testimonials img {
    height: auto;
    width: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

a[data-lity] {
    display: block;
    position: relative;
}

#testimonials .play-button {
    position: absolute;
    height: calc(75px * .8);
    width: calc(125px * .8);

    top: 50%; left: 50%;
    transform: translate(-50%, -50%);

    z-index: 1;
    border-radius: 15px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3019+0,cf0404+100;Red+3D */
    background: #2AA0C0; /* Old browsers */
    background: -moz-linear-gradient(top, #2AA0C0 0%, #2AA0C0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2AA0C0 0%,#2AA0C0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2AA0C0 0%,#2AA0C0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2AA0C0', endColorstr='#2AA0C0',GradientType=0 ); /* IE6-9 */
}

#testimonials .play-button .triangle {
    position: relative;
    top: 50%; left: 50%;
    transform: translate(-40%, -50%);

    height: 0;
    width: 0;

    border-top: calc(20px * .8) solid transparent;
    border-bottom: calc(20px * .8) solid transparent;
    border-left: calc(30px * .8) solid white;
}

#pricing {
    margin-bottom: 50px;
}

.contact-holder {
    margin-top: 50px !important;
}

#testimonials .owl-carousel blockquote {
    margin-top: 10px;
}

#testimonials .owl-carousel p {
    float: right;
}

.owl-item {
    opacity: 1 !important;
}

#signup-modal .modal-header {
    background-color: #2AA0C0;
    color: white;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

@media only screen and (max-width : 1300px) {
    .intro-text p {
        width:80%;
    }
}

@media only screen and (max-width: 1024px) {

    .btn-primary{
        margin-top: 5px;
    }
    .intro-text {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 992px) {
    .ipad-middle {
        transform: rotate(90deg) scale(1.2);
    }
}

@media only screen and (max-width : 767px) {

    #switch-language {
        top: 0; right: 14px;
    }

	#bs-example-navbar-collapse-1{
		background: #fff;
	    padding: 0;
	    margin: 0;
	    height: 0;
	    position: fixed;
	    width: 100%;
	    left: 0;
	    top: 70px;
		max-height: none;
	}

	#bs-example-navbar-collapse-1.in {
	    height: calc(100% - 70px) !important;
	}

    #bs-example-navbar-collapse-1 ul {
        margin: 0;
    }

    #bs-example-navbar-collapse-1 ul li {
        margin: 0 10px;
        border-bottom: 1px solid #2AA0C0;
        box-sizing: content-box;
        padding: 15px 0;
    }

    #bs-example-navbar-collapse-1 ul li a {
        color: #2AA0C0;
        font-size: 16px;
    }


    .intro-text {
        margin-top: 0 !important;
    }

    .intro-text p {
        width: 100%;
    }

    .intro-text .button a {
        width: 45%;
    }

    .carousel-control.left > span {
        left: 20px !important;
    }

    .carousel-control.right > span {
        right: 20px !important;
    }


}

