/*!
 * Start Bootstrap - Stylish Portfolio (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}



.logo{
    max-height:200px;
    width:7%;
}
h1{
    color:#fff;
    text-align: center;
    font-weight: 100;
    font-size:4.5em;
}
.text-vertical-center h2, .text-vertical-center h3{
    color:#fff;
    text-shadow: 0px 1px 0px #212121, 1px 0px 0px #212121;
}
.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

#top .my-f-button{
    border-radius: 3px;
    margin-top:100px;
    background: #fa8d49; 
}
#top .my-f-button:hover{
    background: #EEA236;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Image Style */

.iphone{
    width:33.333%;
    float:left;
    padding:0px 5%;
}
.progress{
    width: 54.4%;
    margin: 0 auto;
    margin-bottom: 25px;
}
.iphone:focus{
    outline: none;
}
.iphone img{
    width:100%;
}
.my-apply{
    height:40px;
    background: #fa8d49;
    border:1px solid #EEA236;
    border-radius: 4px;
}
.service-item .i-tittle {
    font-size: 24px;
    margin-top: 200px;
    float: right;
    width: 53%;
    border-top: 4px solid #D1600C;
}
#screens{
    background: url(../img/bg3.jpg);
    background: -webkit-linear-gradient(left, #fff , rgba(255,255,255,.5)), url(../img/bg3.jpg);
    background: linear-gradient(to left, #fff , rgba(255,255,255,.5)) , url(../img/bg3.jpg);
    background-size: 100% 100%;
    background-position: center center;   
}

.iphone .iphone-out{
    float:left;
    width: 45%;
    height: auto;
    border-style: solid;
    border-width: 57px 12px 57px 12px;
    -moz-border-image: url(../img/iphone.png) 48 15 71 19;
    -webkit-border-image: url(../img/iphone.png) 48 15 71 19;
    -o-border-image: url(../img/iphone.png) 48 15 71 19;
    border-image: url(../img/iphone.png) 61 15 76 19 fill;
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    transform: translateX(250px);
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.fa-check:before{
    color:#fff;
}
.fa-circle:before {
    content: "\f111";
    color: #59AF5B;
}
.service-item h4{
    font-size:22px;
}
.service-item p{
    font-size:16px;
}
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/bg.jpg);
    background: -webkit-linear-gradient(45deg, #686767 , rgba(103,103,103,.5)), url(../img/bg.jpg);
    background: linear-gradient(45deg, #686767 , rgba(103,103,103,.5)) , url(../img/bg.jpg);
    background-size: cover;
    background-position: center center;
}
/* About */

.about {
    padding: 50px 0;
}

/* Services */

.services {
    padding: 50px 0;
}

.service-item {
    margin-bottom: 30px;
}

/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: url(../img/callout.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Portfolio */

.portfolio {
    padding: 50px 0;
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}

/* Call to Action */

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

.call-to-action .btn {
    margin: 10px;
}

/* Map */

.map {
    height: 500px;
}

@media(max-width:768px) {
    .map {
        height: 75%;
    }
}

.map iframe {
    pointer-events: none;
}

/* Footer */

footer {
    padding: 10px 0;
}

#to-top {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
}
@media screen and (max-width: 1023px){
    .service-item .i-tittle{
        margin-top:120px;
    }
}
@media screen and (max-width:600px){
    .service-item .i-tittle {
    margin-top: 80px;
    }
    .iphone{
    padding: 0 3%;
    }
    .row{
        margin-right:0px;
        margin-left:0px;
    }
    #services .my-text{
        font-size:14px;
    }
    #signup input[type=text]{
        width:100%!important;
    }
}
@media screen and (max-width: 520px){
    .iphone{
        padding:0 1%;
    }
}
@media screen and (max-width:420px){
    .iphone .iphone-out{
        border-width: 41px 10px 46px 10px;
    }
}
@media screen and (max-width: 380px){
    .service-item .i-tittle{
        font-size:17px;
    }
    #services h1{
        font-size:3em;
    }
    .services {
    padding: 20px 0;
    }
    .call-to-action h1{
      font-size:3em;  
    }
    .call-to-action {
    padding: 20px 0;
    }
}
@media screen and (max-width: 340px){
    .iphone{
        padding: 0px 5px;
    }
    .iphone .iphone-out {
    border-width: 34px 8px 37px 8px;
    }
    .progress{
        width:100%;
    }
    #top .my-f-button{
        margin-bottom: 20px;
    }
    #top h2{
        font-size:24px;
    }
    #top h3{
        font-size:18px;
    }
    #top{
        padding: 0px 10px;
    }
    .logo {
    width: 16%;
    }
    .check input{
        width:30%;
        float:left;
    }
    .check label{
        width:65%;
        float:right;
    }
}