@media only screen and (max-width:500px) {
    .contact-section .col-md-6 {
        width: 100%!important
    }
    .download{
        margin-top: 210px;
}
    .nav-dot{
        margin-top: 335px !important;
    }
    .square{
        margin-top: 50px !important;
        float: left;
       margin-left: 50px !important;
    }
    .right{
        margin-left: 0 !important;
    }
    .col-md-2{
        width: 100% !important;
    }
    .btn-container 
    {
	margin-left: 0 !important;
    }
}

.content-header {
    font-family: 'Oleo Script', cursive;
    color: #000;
    font-size: 45px
}

.section-content {
    text-align: center
}

#contact {
    font-family: 'Teko', sans-serif;
    padding-top: 5px;
    width: 100%;
    height: auto;
    background: #3a6186;
    background: -webkit-linear-gradient(to left, #f49707, #fac625);
    background: linear-gradient(to left, #f49707, #fac625);
    color: #fff
}

.contact-section .col-md-6 {
    width: 50%
}

.form-group {
    margin-top: 10px;
    font-family: 'Muller-Thin';
    font-size: 14px
}

label {
    font-size: 1.3em;
    line-height: 1em;
    font-weight: normal
}

.form-control {
    color: #080808
}

textarea.form-control {
    height: 135px
}

.submit {
    font-size: 1.1em;
    float: right;
    width: 150px;
    background-color: #fefaf3;
    color: #000;
    font-family: 'Muller-Thin';
    font-size: 14px
}
.img-responsive{width: 100%;}

hr{margin-top: 0 !important;}

.square {
    width: 200px;
    height: 200px;
    border: 10px solid #fff;
    color: white;
    font-family: Futura;
    font-size: 40px;
    text-align: center;
    line-height: 180px;
    margin: auto;
    margin-top: 50px;
    transition-property: background, border-radius;
    transition-duration: .3s;
    transition-timing-function: linear;
    font-family: calibri
}

.square:hover {
    border-radius: 50%
}

.circle {
    position: relative;
    width: 100%;
    height: 300px;
    perspective: 600px;
    -webkit-perspective: 600px;
    -moz-perspective: 600px
}

.circle .front {
    position: absolute;
    z-index: 9;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.circle.flipping .front {
    z-index: 9;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg)
}

.circle .back {
    position: absolute;
    width: 100%;
    height: 300px;
    background: #3cf;
    overflow: hidden;
    text-align: center;
    z-index: 8;
/*    margin-left: 50px;*/
    -webkit-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateY(-180deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.circle.flipping .back {
    z-index: 10;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    background-color: #3cf;
    border-color: transparent;
    border-style: solid;
    border-width: 1px;
    color: #fff
}

.circle .back .circle_style {
    background-color: #fff;
    width: 120px;
    height: 40px;
    margin-left: 80px
}

.circle .back .circle_style a {
    color: #3cf;
    text-decoration: none;
    list-style: none;
    text-align: center;
    margin: 10px 0 0 7px;
    float: left
}

.circle .back .circle_style:hover {
    background-color: #000
}

.round:hover {
    transition: .70s;
    -webkit-transition: .70s;
    -moz-transition: .70s;
    -ms-transition: .70s;
    -o-transition: .70s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(3660deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.btn-container {
    margin-left: 400px;
    margin-bottom: 50px
}

.btn-new {
    position: relative;
    display: block;
    width: 300px;
    padding: 10px 20px;
    color: #000;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    border: 3px solid #fbc521;
    overflow: hidden;
    z-index: 1;
    background-color: #fff
}

.btn-new:hover {
    background-color: black;
    color: #fff;
    border: 3px solid #000
}

.contact-form {
    margin-top: 15px
}

.contact-form .textarea {
    min-height: 220px;
    resize: none
}

.form-control {
    box-shadow: none;
    border-color: #eee;
    height: 49px
}

.form-control:focus {
    box-shadow: none;
    border-color: #00b09c
}

.form-control-feedback {
    line-height: 50px
}

.main-btn {
    background: #fbc521;
    color: #060606;
    border-color: #ef734b;
}

.main-btn:hover {
    background: #00a491;
    color: #fff
}

.form-control-feedback {
    line-height: 50px;
    top: 0
}

div.slideOutTab {
    position: fixed;
    width: 230px;
    height: 70px;
    top: 70px;
    background-color: #fbc521;
    right: -150px;
    margin-top: 150px
}

div.slideOutTab a:hover {
    background-position: 0 -33px
}

.color {
    background-color: #fbc521
}

h6 {
    font-size: 18px;
    color: #000;
    margin-bottom: -40px;
    margin-left: 80px;
    text-align: center
}

h6:before {
    position: absolute;
    top: 10px;
    font-family: FontAwesome;
    left: 15px;
    color: #fff;
    font-size: 50px
}

.btn-new2 {
    position: relative;
    display: block;
    width: 300px;
    padding: 10px 70px;
    color: #000;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    border: 3px solid #fbc521;
    overflow: hidden;
    z-index: 1;
    background-color: #fff
}

.btn-new2:hover {
    background-color: black;
    color: #fff;
    border: 3px solid #000
}

.divider {
    display: flex;
    overflow: hidden
}

.divider span {
    height: 9px;
    width: 100%;
    transition: transform 2s ease
}

.divider span:nth-child(1) {
    background: #fbc521
}

.divider span:nth-child(2) {
    background: #000
}

.divider span:hover {
    transform: scale(15)
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    box-sizing: border-box
}

*:before,
*:after {
    box-sizing: border-box
}

.containernew {
    margin: 4% auto;
    width: 210px;
    height: 140px;
    position: relative;
    perspective: 1000px
}

#carouselnew {
    width: 100%;
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
    animation: rotation 20s infinite linear
}

#carouselnew:hover {
    animation-play-state: paused
}

#carouselnew figure {
    display: block;
    position: absolute;
    width: 90%;
    left: 10px;
    top: 10px;
    background: black;
    overflow: hidden;
    border: solid 5px black
}

#carouselnew figure:nth-child(1) {
    transform: rotateY(0deg) translateZ(288px)
}

#carouselnew figure:nth-child(2) {
    transform: rotateY(40deg) translateZ(288px)
}

#carouselnew figure:nth-child(3) {
    transform: rotateY(80deg) translateZ(288px)
}

#carouselnew figure:nth-child(4) {
    transform: rotateY(120deg) translateZ(288px)
}

#carouselnew figure:nth-child(5) {
    transform: rotateY(160deg) translateZ(288px)
}

#carouselnew figure:nth-child(6) {
    transform: rotateY(200deg) translateZ(288px)
}

#carouselnew figure:nth-child(7) {
    transform: rotateY(240deg) translateZ(288px)
}

#carouselnew figure:nth-child(8) {
    transform: rotateY(280deg) translateZ(288px)
}

#carouselnew figure:nth-child(9) {
    transform: rotateY(320deg) translateZ(288px)
}

#carouselnew img {
    -webkit-filter: grayscale(1);
    cursor: pointer;
    transition: all .5s ease
}

#carouselnew img:hover {
    -webkit-filter: grayscale(0);
    transform: scale(1.2, 1.2)
}

@keyframes rotation {
    from {
        transform: rotateY(0deg)
    }
    to {
        transform: rotateY(360deg)
    }
}

.mac_container {
    width: 100%;
    max-width: 600px;
    margin: 40px auto 30px
}

.mac_scaler {
    margin: auto;
    width: 100%;
    /*padding-top: 57.875%;*/
    height: auto;
    /*position: relative*/
}

.mac_holder {
    /*position: absolute;*/
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.mac_screen {
    margin: auto;
    background: #111;
    width: 100%;
    height: auto;
    border-top-left-radius: 2% 3%;
    border-top-right-radius: 2% 3%;
    border-bottom-left-radius: 5% 3%;
    border-bottom-right-radius: 5% 3%;
    box-sizing: border-box;
    padding: 3%;
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd
}

.mac_container iframe{margin: auto;
    width: 100%;
    float: right;}

.mac_container .mac_screen_content .col-md-12.thumb{
    padding: 0;
}
.mac_screen:before {
    content: '';
    position: absolute;
    right: .3%;
    top: .5%;
    width: 36.5%;
    height: 35%;
    border: 1px solid #666;
    border-bottom: 0;
    border-left: none;
    border-top-right-radius: 4.5% 7%
}

.mac_screen:after {
    content: '';
    position: absolute;
    right: -25%;
    top: -25%;
    width: 40%;
    height: 150%;
    background: rgba(200, 200, 200, 0.2);
    background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(200, 200, 200, 0) 40%);
    transform: rotate(-30deg)
}

.mac_camera {
    background: #333;
    border-radius: 50%;
    width: 1%;
    height: 1.5%;
    position: absolute;
    left: 49.5%;
    top: 2%
}

.mac_camera:after {
    content: '';
    position: absolute;
    left: 35%;
    top: 40%;
    width: 30%;
    height: 30%;
    border-radius: 50%;
    background: #777
}

.mac_bottom {
    background: #e9e9e9;
    background: linear-gradient(#ccc 50%, #444);
    width: 100%;
    height: 5%;
    position: relative;
    top: -1.7%;
    border-bottom-left-radius: 6% 50%;
    border-bottom-right-radius: 6% 50%
}

.mac_bottom_top_half {
    width: 100%;
    height: 50%;
    background: #e9e9e9;
    background: linear-gradient(90deg, #aaa, #f3f3f3 .5%, #aaa 2.5%, #f3f3f3 5.5%, #f3f3f3 94.5%, #aaa 97.5%, #f3f3f3 99.5%, #aaa)
}

.mac_bottom:after {
    content: '';
    position: absolute;
    right: 1%;
    bottom: 11%;
    width: 98%;
    height: 0;
    box-shadow: 1px 0 8px 1px #333
}

.mac_thumb_space {
    background: #bbb;
    background: radial-gradient(90% 150% at 50% 1%, #eee 49%, #888);
    margin: auto;
    width: 15%;
    height: 60%;
    border-bottom-left-radius: 8% 100%;
    border-bottom-right-radius: 8% 100%
}

.mac_screen_content {
    background: #333;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center
}

.boxs:nth-child(2n-1) {
    background-color: rgba(0, 0, 0, 0.05)
}

.boxs {
    display: inline-block;
    height: 100%;
    width: 100%;
    float: left;
    position: relative;
    transition: all .2s ease;
    background-color: #e74c3c
}

.boxs p {
    color: #777;
    font-family: Lato, "Helvetica Neue";
    font-weight: 300;
    position: absolute;
    font-size: 20px;
    width: 100%;
    height: 25px;
    text-align: center;
    bottom: 0;
    margin: 0;
    top: 160px;
    background-color: #fff;
    opacity: 0;
    text-transform: uppercase;
    transition: all .2s ease
}

.boxs:hover p {
    bottom: 0;
    top: 175px;
    opacity: 1;
    transition: all .2s ease;
    z-index: 2
}

@media(max-width:700px) {
    .box {
        width: 100%
    }
    .box:nth-child(2n-1) {
        background-color: inherit
    }
    .box:nth-child(4n),
    .box:nth-child(4n-3) {
        background-color: rgba(0, 0, 0, 0.05)
    }
}

@media(max-width:420px) {
    .boxs {
        width: 100%
    }
    .boxs:nth-child(4n),
    .box:nth-child(4n-3) {
        background-color: inherit
    }
    .box:nth-child(2n-1) {
        background-color: rgba(0, 0, 0, 0.05)
    }
    .btn-container 
    {
	margin-left: 0 !important;
    }
}

.loader7 {
    position: relative;
    width: 40px;
    height: 40px;
    top: 40%;
    top: -webkit-calc(50% - 20px);
    top: calc(50% - 20px);
    left: 43%;
    left: -webkit-calc(50% - 20px);
    left: calc(50% - 20px);
    background-color: black
}

.loader7:before {
    content: "";
    position: absolute;
    background-color: #fbbf1c;
    height: 10px;
    width: 10px;
    border-radius: 10px;
    -webkit-animation: loader7 2s ease-in-out infinite;
    animation: loader7 2s ease-in-out infinite
}

.loader7:after {
    content: "";
    position: absolute;
    background-color: #fbbf1c;
    top: 0;
    left: 0;
    height: 40px;
    width: 0;
    z-index: 0;
    opacity: 1;
    -webkit-animation: loader72 10s ease-in-out infinite;
    animation: loader72 10s ease-in-out infinite
}

@-webkit-keyframes loader7 {
    0% {
        left: -12px;
        top: -12px
    }
    25% {
        left: 42px;
        top: -12px
    }
    50% {
        left: 42px;
        top: 42px
    }
    75% {
        left: -12px;
        top: 42px
    }
    100% {
        left: -12px;
        top: -12px
    }
}

@keyframes loader7 {
    0% {
        left: -12px;
        top: -12px
    }
    25% {
        left: 42px;
        top: -12px
    }
    50% {
        left: 42px;
        top: 42px
    }
    75% {
        left: -12px;
        top: 42px
    }
    100% {
        left: -12px;
        top: -12px
    }
}

@-webkit-keyframes loader72 {
    0% {
        width: 0
    }
    70% {
        width: 40px;
        opacity: 1
    }
    90% {
        opacity: 0;
        width: 40px
    }
    100% {
        opacity: 0;
        width: 0
    }
}

@keyframes loader72 {
    0% {
        width: 0
    }
    70% {
        width: 40px;
        opacity: 1
    }
    90% {
        opacity: 0;
        width: 40px
    }
    100% {
        opacity: 0;
        width: 0
    }
}

.quote-rotate {
    position: absolute;
    top: 30px;
    opacity: 0;
    transition: opacity, 0.3s, ease;
    font-family: 'Neon';
    font-size: 30px;
    width: 100%
}

.quote-dots {
    margin: 0 auto;
    text-align: center
}

.nav-dot {
    height: 10px;
    width: 10px;
    border-radius: 50px;
    border: 1px solid black;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    margin-top: 175px
}

.quotes {
    position: relative;
    position: relative
}

.show {
    opacity: 1;
    visibility: visible
}

.dot-fill {
    background-color: #fbc521
}

.nav-dot:last-of-type {
    margin: 0
}
.mac_bottom {display: none;}
.port_padd{padding:2px;}

