@charset "utf-8";/* Overwrite this file in your application /app/assets/stylesheets/comfortable_mexican_sofa/admin/application.css */


@font-face {
    font-family: 'Rotonda-Regular';
    src: url('/assets/fonts/Rotonda-Regular.ttf');
    src: local('☺'), url('/assets/fonts/Rotonda-Regular.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'RotondaC';
    src: url('/assets/fonts/RotondaC.ttf');
    src: local('☺'), url('/assets/fonts/RotondaC.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/


.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;

	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */


.bx-wrapper .bx-prev:hover {
	/*background-position:-23px 0;*/
    margin-left:-10px;
}

.bx-wrapper .bx-next:hover {
	/*background-position: 23px 0;*/
    margin-right:-10px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *


 */

@import url('fonts.css');

html, body{
    width: 100%;
    height: 100%;
    overflow-x:hidden ;
    margin:0;
    font-family:'RotondaC';
    padding: 0;
    background: url('/assets/bg.png') repeat;
    background-size: 40px 40px;
}
a{
    outline: none!important;
}
#map-canvas {
    width: 95%;
    margin: 0 auto;
    height: 100%;
    padding: 0px
}
.winmodal{
    z-index: 1000;
    display:inline-block;
    /*width: 0px;*/
    /*height:0px;*/

    position: fixed;

    top:100px!important;
    right: 0;

    /*bottom: 0;*/
    left: 0;
    margin:0 auto;

}
.notice{
    position: fixed;
    top:0px;
    display: inline-block;
    width: 100%;
    text-align: center;
    height:100px;
    line-height: 5em;
    font-size:20px;
    color:#fff;
    background:rgba(0,215,25,0.8) ;
    z-index: 100;
}
.error-note{
    background: rgba(255,93,177,0.8)!important;
    z-index: 9999;
}
.super-form{
    width:100%;
    top:0%;
    left:0;
    text-align: center;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    -ms-transition:all 0.3s;
    transition:all 0.3s;
}
.inline-error{
    display: inline-block;
    position: absolute;
      z-index: -1;
    /*height:40px;*/
    text-indent: -99999px;
    background:transparent url('/assets/err.png') no-repeat;
    background-size: 20px 16px;
    box-sizing: content-box;
    width: 20px;
    left:15px;
    top:32px;
    margin-top:4px;
    font-weight:400;
    letter-spacing: 0.055em;
    max-width: 500px;
    content: no-close-quote;
    font-size: 19px;

}
label {
    display:none;
}
.super-form form{
    position: relative;
    width:600px;
    height:454px;
    margin:0 auto;
    background:transparent url('/assets/linenbg.png') no-repeat;
    background-size: 960px 454px;
    z-index:999!important;
}
.super-form .close-button{
    position: absolute;
    display:inline-block;
    float:right;
    right:-18px;
    text-decoration: none;
    background:transparent url('/assets/close.png') no-repeat;
    background-size: 18px 18px;
    top:-18px;
    width:18px;
    height:18px;
    color:#000;
    text-indent: -99999px;
    z-index:9999!important;
}
.super-form form div{
    position: relative;
    width:350px;
    float:left;
    left:50px;
    top:95px;
}

.super-form h2{
    position: relative;
    font-family: 'RotondaC'!important;
    font-weight:600;
    font-size: 32px;

    letter-spacing: 0.06em;
    top:116px;
    color:#01bdf0;
    margin-bottom:15px;
    width:100%;
    z-index: 9999;
    text-align: center;
    line-height: 39px;
    display: inline-block;
}
.super-form input[type="text"]{
    margin-top: 4px;
    position: relative;
    display: inline-block;
    text-align: start;
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 8px;
    border:1px solid #ddd;
    background:#fff;
    width: 100%;
    float: left;
    left:54px;
    top:20px;
    font-family: 'RotondaC';
    font-weight:400;
    letter-spacing: 0.055em;
    max-width: 500px;
    content: no-close-quote;
    font-size: 14px;
    padding: 12px 16px 7px 25px;
    color: #000;
}
.super-form textarea{
    margin-top: 12px;
    position: relative;
    display: inline-block;
    text-align: start;
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 8px;
    border:1px solid #ddd;
    /*background:#e3f2f6;*/
    width: 100%;
    height:60px;
    left:54px;
    top:20px;
    font-family: 'Rotonda-Regular';
    font-weight:400;
    letter-spacing: 0.055em;
    max-width: 500px;
    content: no-close-quote;
    font-size:14px;
    padding: 12px 16px 7px 25px;
    color: #000;
}
.commit{
    width: 100%!important;
    left:0px!important;
}
.comit{
    width: 100%!important;
    left:0px!important;
}
.super-form input[type="submit"]{
    position: relative;
    font-family: 'RotondaC';
    padding: 10px 50px 5px 50px;
    z-index: 10;
    color:#fff;
    display: inline-block;
    font-size:14px;
    text-align: center;
    box-shadow: 0px 4px 1px rgba(0,190,22,0.3);
    cursor: pointer;
    top:45px;
    left:0px;
    margin:0 auto;
    border:none;
    border-bottom:2px solid rgba(0,0,0,0.3);
    border-radius: 5px;
    letter-spacing: 0px;
    font-weight: normal;
    background: rgba(0,215,25,1);
    background: -moz-linear-gradient(top, rgba(0,215,25,1) 0%, rgba(0,215,25,1) 18%, rgba(0,190,22,1) 45%, rgba(0,190,22,1) 71%, rgba(0,190,22,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,215,25,1)), color-stop(18%, rgba(0,215,25,1)), color-stop(45%, rgba(0,190,22,1)), color-stop(71%, rgba(0,190,22,1)), color-stop(100%, rgba(0,190,22,1)));
    background: -webkit-linear-gradient(top, rgba(0,215,25,1) 0%, rgba(0,215,25,1) 18%, rgba(0,190,22,1) 45%, rgba(0,190,22,1) 71%, rgba(0,190,22,1) 100%);
    background: -o-linear-gradient(top, rgba(0,215,25,1) 0%, rgba(0,215,25,1) 18%, rgba(0,190,22,1) 45%, rgba(0,190,22,1) 71%, rgba(0,190,22,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,215,25,1) 0%, rgba(0,215,25,1) 18%, rgba(0,190,22,1) 45%, rgba(0,190,22,1) 71%, rgba(0,190,22,1) 100%);
    background: linear-gradient(to bottom, rgba(0,215,25,1) 0%, rgba(0,215,25,1) 18%, rgba(0,190,22,1) 45%, rgba(0,190,22,1) 71%, rgba(0,190,22,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d719', endColorstr='#00be16', GradientType=0 );

    -webkit-transition:all 0.2s;
    -moz-transition:all 0.2s;
    -ms-transition:all 0.2s;
    -o-transition:all 0.2s;
    transition: all 0.2s;
}
.super-form input[type="submit"]:active{
    border-bottom:0px solid rgba(0,0,0,0.2);
    box-shadow:inset 0px 4px 1px rgba(0,0,0,0.1);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    background: rgba(0,190,22,1);
    background: -moz-linear-gradient(top, rgba(0,190,22,1) 0%, rgba(0,190,22,1) 29%, rgba(0,190,22,1) 55%, rgba(0,215,25,1) 82%, rgba(0,215,25,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,190,22,1)), color-stop(29%, rgba(0,190,22,1)), color-stop(55%, rgba(0,190,22,1)), color-stop(82%, rgba(0,215,25,1)), color-stop(100%, rgba(0,215,25,1)));
    background: -webkit-linear-gradient(top, rgba(0,190,22,1) 0%, rgba(0,190,22,1) 29%, rgba(0,190,22,1) 55%, rgba(0,215,25,1) 82%, rgba(0,215,25,1) 100%);
    background: -o-linear-gradient(top, rgba(0,190,22,1) 0%, rgba(0,190,22,1) 29%, rgba(0,190,22,1) 55%, rgba(0,215,25,1) 82%, rgba(0,215,25,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,190,22,1) 0%, rgba(0,190,22,1) 29%, rgba(0,190,22,1) 55%, rgba(0,215,25,1) 82%, rgba(0,215,25,1) 100%);
    background: linear-gradient(to bottom, rgba(0,190,22,1) 0%, rgba(0,190,22,1) 29%, rgba(0,190,22,1) 55%, rgba(0,215,25,1) 82%, rgba(0,215,25,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00be16', endColorstr='#00d719', GradientType=0 );
}


.super-form .thx{
    position: relative;
    width:685px;
    height:205px;
    margin:0 auto;
    text-align:center;
    background: #fff;
    border-radius:4px;
    z-index:999!important;
}
.super-form .thx .close-button{
    position: absolute;
    display:block;
    float:right;
    right:23px;
    top:25px;
    width:26px;
    height:25px;
    content:'';
    text-indent: 99999px;
    background:url('../img/close.png') no-repeat 50% 50% ;
    background-size:contain;
    z-index:9999!important;
}
.super-form .thx div{
    position: relative;
    width:500px;
    text-align:center;
    margin:0 auto;
}
.super-form .thx h1 {
    position: relative;
    font-family: 'RotondaC';
    font-size:32px;
    font-weight:400;
    margin:0 auto;
    line-height: 39px;
    letter-spacing:0.02em;
    top:42px;
    margin-bottom:30px;
    width:70%;
    text-align: center;
    display: inline-block;
}
.super-form .thx p{
    font-family: 'RotondaC';
    color:#01bdf0;
    font-size: 19px;
    letter-spacing:0.008em;
    font-weight: 600;
    padding-top:13px;
}

.overlay{
    z-index: 900;
    display: none;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    height:100%;
    background-color:rgba(1,189,240,0.9)!important;
}
.maket{
    position: fixed;
    top:0px;
    width: 100%;
    height: 100%;
    background: url('/assets/form.jpg') no-repeat 0 0px;
    background-size: cover;
    opacity: 0.4;
    z-index: 99999;
}
.container{
    position: relative;
    width: 100%;
    height:auto;
    display: inline-block;
    text-align:center;

}
header{
    position:relative;
    top:0px;
    padding-top:74px;
    left:0px;
    width: 950px;
    margin:0 auto;
    height: 100px;
    padding-bottom: 20px;
    z-index: 1;
}
header .logo {
    position: relative;
    float:left;
    text-align: left;
    width: 20%;
}
.logo a{
    display: inline-block;
    height: 100%;
}
.logo:after{
   position: absolute;
    width: 5px;
    right:-20px;
    top:17px;
    height: 50px;
    border-radius:5px;
    float: right;
    content: '';
    display: inline-block;
    background: #dfdfdf;
}
.whats{
    position: relative;
    width: 50%;
    float: left;
    text-align: left;
    padding-left: 30px;
}
.whats p{
    position: relative;
    font-family: 'RotondaC';
    padding: 3% 5%;
    font-size:14px;
    letter-spacing: 1px;
    font-weight: normal;
}
.contact-info{
    position: relative;
    width: 22%;
    padding-left: 45px;
    top:-10px;
    float: left;
    text-align: left;
}
.phone{
    position: relative;
    width: 100%;
    background: url('/assets/phone.png') no-repeat 0% 0%;
    background-size: 15px 27px;
}
.phone p{
    position: relative;
    font-family: 'RotondaC';
    padding: 1% 1%;
    font-size:23px;
    padding-left: 30px;
    letter-spacing: 0px;
    margin:0;
    font-weight: normal;
}
.callus{

}
.call-button{
    position: relative;
    font-family: 'RotondaC';
    padding: 5% 15% 2% 15%;
    color:#fff;
    display: inline-block;
    font-size:14px;
    text-decoration: none;
    text-align: center;
    left: 32px;
    box-shadow: 0px 4px 1px rgba(0,190,22,0.3);
    cursor: pointer;
    top:15px;
    border:none;
    border-bottom:2px solid rgba(0,0,0,0.3);
    border-radius: 5px;
    letter-spacing: 0px;
    margin:0;
    font-weight: normal;
    background: rgba(0,215,25,1);
    background: -moz-linear-gradient(top, rgba(0,215,25,1) 0%, rgba(0,215,25,1) 18%, rgba(0,190,22,1) 45%, rgba(0,190,22,1) 71%, rgba(0,190,22,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,215,25,1)), color-stop(18%, rgba(0,215,25,1)), color-stop(45%, rgba(0,190,22,1)), color-stop(71%, rgba(0,190,22,1)), color-stop(100%, rgba(0,190,22,1)));
    background: -webkit-linear-gradient(top, rgba(0,215,25,1) 0%, rgba(0,215,25,1) 18%, rgba(0,190,22,1) 45%, rgba(0,190,22,1) 71%, rgba(0,190,22,1) 100%);
    background: -o-linear-gradient(top, rgba(0,215,25,1) 0%, rgba(0,215,25,1) 18%, rgba(0,190,22,1) 45%, rgba(0,190,22,1) 71%, rgba(0,190,22,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,215,25,1) 0%, rgba(0,215,25,1) 18%, rgba(0,190,22,1) 45%, rgba(0,190,22,1) 71%, rgba(0,190,22,1) 100%);
    background: linear-gradient(to bottom, rgba(0,215,25,1) 0%, rgba(0,215,25,1) 18%, rgba(0,190,22,1) 45%, rgba(0,190,22,1) 71%, rgba(0,190,22,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d719', endColorstr='#00be16', GradientType=0 );

-webkit-transition:all 0.2s;
-moz-transition:all 0.2s;
-ms-transition:all 0.2s;
-o-transition:all 0.2s;
    transition: all 0.2s;
}
.call-button:active{
    border-bottom:0px solid rgba(0,0,0,0.2);
    box-shadow:inset 0px 4px 1px rgba(0,0,0,0.1);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    background: rgba(0,190,22,1);
    background: -moz-linear-gradient(top, rgba(0,190,22,1) 0%, rgba(0,190,22,1) 29%, rgba(0,190,22,1) 55%, rgba(0,215,25,1) 82%, rgba(0,215,25,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,190,22,1)), color-stop(29%, rgba(0,190,22,1)), color-stop(55%, rgba(0,190,22,1)), color-stop(82%, rgba(0,215,25,1)), color-stop(100%, rgba(0,215,25,1)));
    background: -webkit-linear-gradient(top, rgba(0,190,22,1) 0%, rgba(0,190,22,1) 29%, rgba(0,190,22,1) 55%, rgba(0,215,25,1) 82%, rgba(0,215,25,1) 100%);
    background: -o-linear-gradient(top, rgba(0,190,22,1) 0%, rgba(0,190,22,1) 29%, rgba(0,190,22,1) 55%, rgba(0,215,25,1) 82%, rgba(0,215,25,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,190,22,1) 0%, rgba(0,190,22,1) 29%, rgba(0,190,22,1) 55%, rgba(0,215,25,1) 82%, rgba(0,215,25,1) 100%);
    background: linear-gradient(to bottom, rgba(0,190,22,1) 0%, rgba(0,190,22,1) 29%, rgba(0,190,22,1) 55%, rgba(0,215,25,1) 82%, rgba(0,215,25,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00be16', endColorstr='#00d719', GradientType=0 );
}
.callus p{
    position: relative;
    font-family: 'RotondaC';
    padding: 1% 1%;
    width: 70%;
    font-size:13px;
    padding-left: 32px;
    letter-spacing: 0px;
    margin:0;
    font-weight: normal;
       color:#01beff;
}

.content{
    position:relative;
    top:0px;
    padding-top:8px;
    left:0px;
    width: 1024px;
    margin:0 auto;
    height: 100%;
    padding-bottom: 20px;
    z-index: 1;
}
section{
    position: relative;
    width: 100%;
    height: 100%;
}
.hr{
    position: relative;
    display: inline-block;
    font-size: 70px;
    color:#ddd;
    letter-spacing: -8px;
    width: 50%;
    top:-10px;
}
.fig {
    position: absolute;
    display: inline-block;
    width: 100%;
    /*height: 0px;*/
    border: 1px dotted #dcdcdc;
}
.f-sec{
    height:600px;
}
.f-left{
    left:-95%;
    top:22px;
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);

}
.f-right{
    left:95%;
    top:44px;
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
}
.f-cent{
    left:5%;
    top:42px;
    width: 90%;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
}
.s-left{
    left:-95%;
    top:518px;
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);

}
.s-right{
    left:95%;
    top:545px;
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
}
.s-cent{
    top:539px;
    left:5%;
    width: 90%;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

.cent-left, .cent-right{
    position: absolute;
    width: 100%;
    height:70px;
    display: inline-block;
    background: url('/assets/pack.png') no-repeat;
    background-size: 70px 70px;
}
 .cent-left{
     top:250px;
     left:-21.5%;
 }
 .cent-right{
     top:250px;
     left:115%;
 }
 .contacts{
     position: relative;
     width: 700px;
     left:20px;
     margin:0 auto;
     padding-top: 35px;
 }
.mail {
    position: relative;
    width: 350px;
    float:left;
    text-align: left;
}
.mail img{
    width:60px;
    float: left;
    margin:2% 5%;
}
.mail p{
    margin:12px 0px;
    width: 70%;
    font-size:13px;
    float:left;
}
.mail p a{
    display: inline-block;
    color:#01beff;
    font-size:14px;
    width: 100%;
}
.heading{
    text-align: left;
    font-size: 36px;
    width: 700px;
    margin:5px 0px;
    position: relative;
    left:43px;
}
.head-sec{
    position: relative;
    width: 100%;
    height: auto;
}
.heading .dot{
    position: absolute;
    display: inline-block;
    width: 13px;
    left:-33px;
    top:10px;
    background: #01beff;
    height: 13px;
    border-radius:50%;
}
.head-sec .arrow{
    position: absolute;
    right: 230px;
    top:10px;
    display: inline-block;
    width: 84px;
    height: 55px;
    background: url('/assets/bluearrow.png') no-repeat;
    background-size: 70px 50px;
}
.mark{
    position: absolute;
    bottom: -100px;
    right:75px;

}
.map-sec{
    top:0px;
    height:370px;
}
.map-sec .f-left{
    left:-97%;
    top:-33px;
}
.map-sec .f-right{
    left:97%;
    top:20px;
}

.map-sec .s-left{
    left:-97%;
    top:330px;
}
.map-sec .s-right{
    left:97%;
    top:385px;
}
.s-sec{
    top:-25px;
    height:300px;
}
.s-sec .f-left{
    left:-97%;
    top:0px;
}
.s-sec .f-right{
    left:97%;
    top:20px;
}

.s-sec .s-left{
    left:-97%;
    top:317px;
}
.s-sec .s-right{
    left:97%;
    top:335px;
}
.clients{
    position: relative;
    width:600px;
    padding-left: 45px;
    height:auto;
}
.clients h2{
    color:#01beff;
    text-align: left;;
    font-size: 40px;
}
.clients h2 span{
    position: absolute;
    top:0px;
    left:130px;
}
.clients p{
    position: absolute;
    display: inline-block;
    text-align: left;
    top:30px;
    left:50px;
    width: 400px;
    padding-left:85px;
    font-size: 13px;
}

.fifth-sec{
    top:25px;
    height:300px;
}

.com-sec .cent-left, .com-sec .cent-right{
    position: absolute;
    width: 100%;
    top:160px;
    height:70px;
    display: inline-block;
    background: url('/assets/unnamed.png') no-repeat;
    background-size: 70px 70px;
}

.com-sec{
    height:350px;
}

.com-sec .s-left{
    left:-96%;
    top:333px;
}
.com-sec .s-right{
    left:95%;
    top:355px;
}
.workpeople{
    position: absolute;
    right:100px;
    display: inline-block;
    text-align: left;
    width: 30%;
    top:100px;
}
.workpeople p{
    font-size: 13px;
}
.workpeople h2{
    margin:0;
    font-size: 20px;
}
.workpeople h2:nth-child(2){
    color:#01beff;
}
.feedback{
    position: absolute;
    width: 960px;
    left:120px;
    top:100px;
    display: inline-block;
    text-align: left;

}
.feedback img{
    position: absolute;
    float: left;
    width:120px;
    border-radius: 50%;
    border:5px solid #01beff;
    top:-60px;
    left:-150px;
}
.feedback p{
    position: absolute;
    width: 60%;
    left:110px;
    font-size:14px;
    top:50px;
    line-height: 16px;
    display: inline-block;
    text-align: left;
}
.feedback h2{
    position: absolute;
    width: 60%;
    left:110px;
    font-size:20px;
    top:0px;
    display: inline-block;
    text-align: left;
}
.feed .bx-wrapper {
    position: absolute;
    width: 100%;
    top: 0px;
    margin: 0 auto;
    padding: 0;
    height: 500px;
}
.feed .bx-viewport{
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 400px!important;
}
.feed .bx-wrapper img{
    height:auto!important;
}
.refresh{
    position: absolute;
    display: inline-block;
    width:100%;

    top:-50px;
    left:0;
    right:0;
    margin: 0 auto;

}
.refresh a{
    position: relative;
    z-index: 90;
    font-family: 'RotondaC';
    display: inline-block;
    width:133px;
    height:142px;
    line-height:30px;
    padding-top: 38px;
    color:#000;
    font-size:19px;
    font-weight:900;
    text-decoration: none;

    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -ms-transition:all 0.5s;
    transition:all 0.5s;

}
.refresh a:hover{
    color:#01beff ;
}

.refresh i{
    position: absolute;
    display: inline-block;
    width:133px;
    cursor: pointer;
    height:142px;
    padding-top: 0px;
    background: url('/assets/refresh.png') no-repeat;
    background-size: contain;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -ms-transition:all 0.5s;
    transition:all 0.5s;
}
.refresh:hover i{
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    /*left:15px;*/
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 940px;
    height:539px;
    display: inline-block;
}
.com-sec .bx-wrapper img {
    max-width: 940px;
    height:354px;
    display: inline-block;
}
.com-sec .bx-pager{
    display: none;
}

.com-sec .bx-wrapper .bx-prev {
    top:180px;

}

.com-sec .bx-wrapper .bx-next {
    top:180px;

}
/** THEME
===================================*/

.bx-wrapper .bx-viewport {

    box-shadow: none;
    height:auto;
    left: -5px;
    background: transparent;
    border:none;
     top:8px;
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 35px;
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(images/bx_loader.gif) center center no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #fff;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    /*background: #666;*/
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #01beff;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 0px;
    top:240px;
    background: url('/assets/leftarrow.png') no-repeat;

}

.bx-wrapper .bx-next {
    right: 0px;
    top:240px;
    background: url('/assets/rightarrow.png') no-repeat;

}


.bx-wrapper .bx-controls-direction a {
    position: absolute;

    outline: 0;
    width: 77px;
    height: 81px;
    text-indent: -9999px;
    z-index: 9999;
    -webkit-transition:all 0.2s;
    -moz-transition:all 0.2s;
    -ms-transition:all 0.2s;
    -o-transition:all 0.2s;
    transition:all 0.2s;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;

    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;

    margin: 0 3px;
}


/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}
.call-but{
    position: relative;
    font-family: 'RotondaC';
    padding: 8px 20px 5px 20px;
    z-index: 10;
    color:#fff;
    text-decoration: none;
    display: inline-block;
    font-size:14px;
    text-align: center;
    box-shadow: 0px 4px 1px rgba(0,190,22,0.3);
    cursor: pointer;
    top:-35px;
    border:none;
    border-bottom:2px solid rgba(0,0,0,0.3);
    border-radius: 5px;
    letter-spacing: 0px;
    margin:0;
    font-weight: normal;
    background: rgba(0,215,25,1);
    background: -moz-linear-gradient(top, rgba(0,215,25,1) 0%, rgba(0,215,25,1) 18%, rgba(0,190,22,1) 45%, rgba(0,190,22,1) 71%, rgba(0,190,22,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,215,25,1)), color-stop(18%, rgba(0,215,25,1)), color-stop(45%, rgba(0,190,22,1)), color-stop(71%, rgba(0,190,22,1)), color-stop(100%, rgba(0,190,22,1)));
    background: -webkit-linear-gradient(top, rgba(0,215,25,1) 0%, rgba(0,215,25,1) 18%, rgba(0,190,22,1) 45%, rgba(0,190,22,1) 71%, rgba(0,190,22,1) 100%);
    background: -o-linear-gradient(top, rgba(0,215,25,1) 0%, rgba(0,215,25,1) 18%, rgba(0,190,22,1) 45%, rgba(0,190,22,1) 71%, rgba(0,190,22,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,215,25,1) 0%, rgba(0,215,25,1) 18%, rgba(0,190,22,1) 45%, rgba(0,190,22,1) 71%, rgba(0,190,22,1) 100%);
    background: linear-gradient(to bottom, rgba(0,215,25,1) 0%, rgba(0,215,25,1) 18%, rgba(0,190,22,1) 45%, rgba(0,190,22,1) 71%, rgba(0,190,22,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d719', endColorstr='#00be16', GradientType=0 );

    -webkit-transition:all 0.2s;
    -moz-transition:all 0.2s;
    -ms-transition:all 0.2s;
    -o-transition:all 0.2s;
    transition: all 0.2s;
}
.call-but:active{
    border-bottom:0px solid rgba(0,0,0,0.2);
    box-shadow:inset 0px 4px 1px rgba(0,0,0,0.1);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    background: rgba(0,190,22,1);
    background: -moz-linear-gradient(top, rgba(0,190,22,1) 0%, rgba(0,190,22,1) 29%, rgba(0,190,22,1) 55%, rgba(0,215,25,1) 82%, rgba(0,215,25,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,190,22,1)), color-stop(29%, rgba(0,190,22,1)), color-stop(55%, rgba(0,190,22,1)), color-stop(82%, rgba(0,215,25,1)), color-stop(100%, rgba(0,215,25,1)));
    background: -webkit-linear-gradient(top, rgba(0,190,22,1) 0%, rgba(0,190,22,1) 29%, rgba(0,190,22,1) 55%, rgba(0,215,25,1) 82%, rgba(0,215,25,1) 100%);
    background: -o-linear-gradient(top, rgba(0,190,22,1) 0%, rgba(0,190,22,1) 29%, rgba(0,190,22,1) 55%, rgba(0,215,25,1) 82%, rgba(0,215,25,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,190,22,1) 0%, rgba(0,190,22,1) 29%, rgba(0,190,22,1) 55%, rgba(0,215,25,1) 82%, rgba(0,215,25,1) 100%);
    background: linear-gradient(to bottom, rgba(0,190,22,1) 0%, rgba(0,190,22,1) 29%, rgba(0,190,22,1) 55%, rgba(0,215,25,1) 82%, rgba(0,215,25,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00be16', endColorstr='#00d719', GradientType=0 );
}
.baner-but{
    position: absolute;
    font-family: 'RotondaC';
    padding: 10px 23px 8px 23px;
    z-index: 10;
    color:#fff;
    display: inline-block;
    font-size:16px;
    text-align: center;
    box-shadow: 0px 5px 2px rgba(0,190,22,0.3);
    cursor: pointer;
    text-decoration: none;
    border:none;
    border-bottom:2px solid rgba(0,0,0,0.3);
    border-radius: 5px;
    letter-spacing: 0px;
    margin:0;
    font-weight: normal;
    background: rgba(0,215,25,1);
    background: -moz-linear-gradient(top, rgba(0,215,25,1) 0%, rgba(0,215,25,1) 18%, rgba(0,190,22,1) 45%, rgba(0,190,22,1) 71%, rgba(0,190,22,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,215,25,1)), color-stop(18%, rgba(0,215,25,1)), color-stop(45%, rgba(0,190,22,1)), color-stop(71%, rgba(0,190,22,1)), color-stop(100%, rgba(0,190,22,1)));
    background: -webkit-linear-gradient(top, rgba(0,215,25,1) 0%, rgba(0,215,25,1) 18%, rgba(0,190,22,1) 45%, rgba(0,190,22,1) 71%, rgba(0,190,22,1) 100%);
    background: -o-linear-gradient(top, rgba(0,215,25,1) 0%, rgba(0,215,25,1) 18%, rgba(0,190,22,1) 45%, rgba(0,190,22,1) 71%, rgba(0,190,22,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,215,25,1) 0%, rgba(0,215,25,1) 18%, rgba(0,190,22,1) 45%, rgba(0,190,22,1) 71%, rgba(0,190,22,1) 100%);
    background: linear-gradient(to bottom, rgba(0,215,25,1) 0%, rgba(0,215,25,1) 18%, rgba(0,190,22,1) 45%, rgba(0,190,22,1) 71%, rgba(0,190,22,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d719', endColorstr='#00be16', GradientType=0 );

    -webkit-transition:all 0.2s;
    -moz-transition:all 0.2s;
    -ms-transition:all 0.2s;
    -o-transition:all 0.2s;
    transition: all 0.2s;
}
.baner-but:active{
    border-bottom:0px solid rgba(0,0,0,0.2);
    box-shadow:inset 0px 4px 1px rgba(0,0,0,0.1);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    background: rgba(0,190,22,1);
    background: -moz-linear-gradient(top, rgba(0,190,22,1) 0%, rgba(0,190,22,1) 29%, rgba(0,190,22,1) 55%, rgba(0,215,25,1) 82%, rgba(0,215,25,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,190,22,1)), color-stop(29%, rgba(0,190,22,1)), color-stop(55%, rgba(0,190,22,1)), color-stop(82%, rgba(0,215,25,1)), color-stop(100%, rgba(0,215,25,1)));
    background: -webkit-linear-gradient(top, rgba(0,190,22,1) 0%, rgba(0,190,22,1) 29%, rgba(0,190,22,1) 55%, rgba(0,215,25,1) 82%, rgba(0,215,25,1) 100%);
    background: -o-linear-gradient(top, rgba(0,190,22,1) 0%, rgba(0,190,22,1) 29%, rgba(0,190,22,1) 55%, rgba(0,215,25,1) 82%, rgba(0,215,25,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,190,22,1) 0%, rgba(0,190,22,1) 29%, rgba(0,190,22,1) 55%, rgba(0,215,25,1) 82%, rgba(0,215,25,1) 100%);
    background: linear-gradient(to bottom, rgba(0,190,22,1) 0%, rgba(0,190,22,1) 29%, rgba(0,190,22,1) 55%, rgba(0,215,25,1) 82%, rgba(0,215,25,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00be16', endColorstr='#00d719', GradientType=0 );
}
.feed-but{
    position: absolute;
    font-family: 'RotondaC';
    padding: 10px 23px 6px 23px;
    z-index: 10;
    color:#fff;
    display: inline-block;
    font-size:15px;
    text-align: center;
    box-shadow: 0px 5px 2px rgba(0,190,22,0.3);
    cursor: pointer;
    top:180px;
    right:450px;
    border:none;
    border-bottom:2px solid rgba(0,0,0,0.3);
    border-radius: 5px;
    letter-spacing: 0px;
    margin:0;
    font-weight: normal;
    background: rgba(0,215,25,1);
    background: -moz-linear-gradient(top, rgba(0,215,25,1) 0%, rgba(0,215,25,1) 18%, rgba(0,190,22,1) 45%, rgba(0,190,22,1) 71%, rgba(0,190,22,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,215,25,1)), color-stop(18%, rgba(0,215,25,1)), color-stop(45%, rgba(0,190,22,1)), color-stop(71%, rgba(0,190,22,1)), color-stop(100%, rgba(0,190,22,1)));
    background: -webkit-linear-gradient(top, rgba(0,215,25,1) 0%, rgba(0,215,25,1) 18%, rgba(0,190,22,1) 45%, rgba(0,190,22,1) 71%, rgba(0,190,22,1) 100%);
    background: -o-linear-gradient(top, rgba(0,215,25,1) 0%, rgba(0,215,25,1) 18%, rgba(0,190,22,1) 45%, rgba(0,190,22,1) 71%, rgba(0,190,22,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,215,25,1) 0%, rgba(0,215,25,1) 18%, rgba(0,190,22,1) 45%, rgba(0,190,22,1) 71%, rgba(0,190,22,1) 100%);
    background: linear-gradient(to bottom, rgba(0,215,25,1) 0%, rgba(0,215,25,1) 18%, rgba(0,190,22,1) 45%, rgba(0,190,22,1) 71%, rgba(0,190,22,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d719', endColorstr='#00be16', GradientType=0 );

    -webkit-transition:all 0.2s;
    -moz-transition:all 0.2s;
    -ms-transition:all 0.2s;
    -o-transition:all 0.2s;
    transition: all 0.2s;
}
.feed-but:active{
    border-bottom:0px solid rgba(0,0,0,0.2);
    box-shadow:inset 0px 4px 1px rgba(0,0,0,0.1);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    background: rgba(0,190,22,1);
    background: -moz-linear-gradient(top, rgba(0,190,22,1) 0%, rgba(0,190,22,1) 29%, rgba(0,190,22,1) 55%, rgba(0,215,25,1) 82%, rgba(0,215,25,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,190,22,1)), color-stop(29%, rgba(0,190,22,1)), color-stop(55%, rgba(0,190,22,1)), color-stop(82%, rgba(0,215,25,1)), color-stop(100%, rgba(0,215,25,1)));
    background: -webkit-linear-gradient(top, rgba(0,190,22,1) 0%, rgba(0,190,22,1) 29%, rgba(0,190,22,1) 55%, rgba(0,215,25,1) 82%, rgba(0,215,25,1) 100%);
    background: -o-linear-gradient(top, rgba(0,190,22,1) 0%, rgba(0,190,22,1) 29%, rgba(0,190,22,1) 55%, rgba(0,215,25,1) 82%, rgba(0,215,25,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,190,22,1) 0%, rgba(0,190,22,1) 29%, rgba(0,190,22,1) 55%, rgba(0,215,25,1) 82%, rgba(0,215,25,1) 100%);
    background: linear-gradient(to bottom, rgba(0,190,22,1) 0%, rgba(0,190,22,1) 29%, rgba(0,190,22,1) 55%, rgba(0,215,25,1) 82%, rgba(0,215,25,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00be16', endColorstr='#00d719', GradientType=0 );
}
@media only screen and (min-width: 1024px) and (max-width:1200px) {

}

footer{
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    height:150px;
}
footer p{
    font-size: 12px;
}
