
 body {
  font-family: 'Open Sans', sans-serif;
  background-color: #f2f2f2;
  font-size: 16px;
  color: #8a8a8a;
  font-weight: normal;
  letter-spacing: 0.03em;
  line-height: 1.6em
}
html, body {
    height: 100%;
}
body {
    width: 100%;
    height: 100%;
}
a {
  color: #08a7dc;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
a, .btn, button {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
p {
    color: rgba(28,54,83,0.6);
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 26px;
    /*overflow-x: hidden;*/
}
/* ---------------------------------------------- /*
 * Typography
/* ---------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
  font: 700 50px/1.4 Raleway, sans-serif;
  text-transform: normal;
  letter-spacing: normal;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
  color: #08a7dc;
  text-transform: none;

}
h1 {
  font-size: 50px !important
}
h2 {
  font-size: 35px;
  letter-spacing: 1px;
  color: #08a7dc;
  font-weight: 700;
 
}
h3 {
  font-size: 18px;
  letter-spacing: 1px;
}
h4 {
  font-size: 13px;
  letter-spacing: 1px;
}
h5 {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 400;
}
h6 {
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 400;
}
section {
  width: 100%;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
img {
  max-width: 100%;
}
 
.blue {
  color: #08a7dc;
}

button, a {
    outline:0 !important;
}
button:focus {outline:0 !important;}
.margin0 {
    margin-top: 0px;
}
.margin10 {
    margin-top: 10px;
}
.margin20 {
    margin-top: 20px;
}
.margin30 {
    margin-top: 30px;
}
.margin40 {
    margin-top: 40px;
}
.margin50 {
    margin-top: 50px;
}
.margin60 {
    margin-top: 60px;
}
.margin70 {
    margin-top: 70px;
}
.margin80 {
    margin-top: 80px;
}

.margin90 {
    margin-top: 90px;
}

.margin100 {
    margin-top: 100px;
}

.no-padding{
  padding-right: 15px;
  padding-left: 15px;
}
/* Hero Section */
header.hero {
  background: url(../assets/hero-bg.png) no-repeat center center fixed;
/*  background: -moz-radial-gradient(center,ellipse cover,#05abe0 0,#1b93ca 60%,#309bc9 100%);
  background: -webkit-radial-gradient(center,ellipse cover,#05abe0 0,#1b93ca 60%,#309bc9 100%);
  background: radial-gradient(ellipse at center,#05abe0 0,#1b93ca 60%,#309bc9 100%);*/
    background: -webkit-linear-gradient(-405deg, #1fb3cf 0, #304999 100%);
    background: linear-gradient(135deg, #1fb3cf 0, #304999 100%);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  padding-bottom: 80px;
}

header.hero .hero-text {
  margin-top:120px;
  margin-bottom: 100px;
  color: #FFF
}

header.hero .row {
  position: relative;
}
header.hero .hero-text img.iMac{
  padding: 0px
}
a.menu {
  position: absolute;
  right: 0;
  top: 3em;
}
a.menu img {
  max-width: 40px;
}
a.menu:hover {
  transform: translateX(-5px);
  -webkit-transform: translateX(-5px);
}
header.hero h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 6.5em !important;
  font-weight: 600;
  line-height: 1.1em;
  color: #fff
}
header.hero h1 span,
header.hero h3 {
  font-weight: 300;
  line-height: 1.6em;
  color: #fff
}
header.hero .btn { 
  margin: 3em 5px 3em 0; 
  padding: 15px 45px; 
  font-size: 16px 
}

ul.social-links li {
  display: inline-block;
}
ul.social-links li a {
  padding: 5px;
  opacity: 0.6;
}
ul.social-links li.label {
  font-size: 20px;
  opacity: 0.6;
  font-weight: 400;
}
ul.social-links li a:hover {
  opacity: 1;
}
ul.social-links li a img {
  max-height: 30px;
}



/* Main navigation */
nav {
  height: 40px;
  width: 100%;
  position: absolute;
  right: 0;
  top: 3em;
  cursor: pointer;
  transition: .25s ease-in-out;
}
#menu-toggle {
  width: 40px;
  clear: both;
  float: right;
}
#menu-toggle span.line {
  display: block;
  height: 4px;
  width: 40px;
  background-color: #fff;
  transition: .25s ease-in-out;
}
#menu-toggle .hamburger span.line {
  margin-bottom: 0.45em;
  clear: both;
  float: right;
}
#menu-toggle .hamburger span.line:nth-child(1) {
  width: 30px;
  transition-delay: .25s;
}
#menu-toggle .hamburger span.line:nth-child(2) {
  transition-delay: .325s;
}
#menu-toggle .hamburger span.line:nth-child(3) {
  width: 20px;
  transition-delay: .475s;
}

#menu-toggle .cross span.line {
  width: 0px;
  position: absolute;
  top: 10px;
  right: 0;
}
#menu-toggle .cross span.line:nth-child(1) {
  transform: rotate(45deg);
  transition-delay: .0s;
}
#menu-toggle .cross span.line:nth-child(2) {
  transform: rotate(-45deg);
  transition-delay: .25s;
}

#menu-toggle.open .hamburger span.line {
  width: 0px;
}
#menu-toggle.open #hamburger span:nth-child(1) {
  transition-delay: 0s;
}
#menu-toggle.open #hamburger span:nth-child(2) {
  transition-delay: .125s;
}
#menu-toggle.open #hamburger span:nth-child(3) {
  transition-delay: .25s;
}

#menu-toggle.open .cross span.line:nth-child(1) {
  width: 40px;
  transition-delay: 1s;
}
#menu-toggle.open .cross span.line:nth-child(2) {
  width: 40px;
  transition-delay: 1.25s;
}

ul.main-nav {
  padding-right: 20px;
  display: flex;
  justify-content: flex-end;
  opacity: 0;
  visibility: hidden;
  transition: .25s all;
  position: absolute;
  top: 0;
  right: 5%;
}
ul.main-nav li {
  display: inline-block;
}
ul.main-nav li a {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 15px;
}
ul.main-nav li a:hover {
  color: #fff;
  opacity: .7
}
ul.main-nav.show-it {
  opacity: 1;
  visibility: visible;
  transition-delay: .25s;
  position: absolute;
  top: 0;
  right: 5%;
  color: #fff;
  z-index: 999;
}

nav img.theKitchenLogo {
  margin-top: -20px;
}

/* Video popup */
iframe.kitchen-video{
    border: 0px solid #f1f1f1;
    padding: 20px;
    margin-top: 0px;
    box-shadow: none;
    background: #fff;
 
}


.modal-backdrop {
  background: #fff
}

.modal-backdrop.in {
  opacity: 1
}

.modal {
    text-align: center;
    padding: 0!important;
}

.modal {
    position: fixed !important;
    top: 0;
    right: 0;
     bottom: 0; 
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
@media (min-width: 768px){
  .modal-dialog {
      width: 1200px;
      margin: 30px auto;
  }

  .modal-dialog.signupForm{
      width: 650px;
      margin: 30px auto;
  }
}
#videoModal .modal-content {
  box-shadow: none;
}
.modal-content {
     border-radius: 0;
    border: 0;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.15);
    background: #fff;
}

video#video1 {
  width: 100%; 
  height: auto; 
  margin:0 auto
}
/*.close {
    font-size: 80px;
    line-height: 1;
    color: #000;
    font-weight: 200;
    margin-right: 0px;
    text-shadow:none;
    margin-bottom: 0
  }*/
.close {
    font-size: 80px;
    line-height: 1;
    color: #000;
    font-weight: 200;
    margin-right: 0px;
    text-shadow:none;
     margin-right: -25px;
    margin-bottom: 5px;
  }
/* About the Kitchen */
.aboutKitchen {
  margin-top: 10px;
}
.aboutKitchen h1 {
  margin-bottom: 35px !important;
      font-size: 35px !important;
}
.aboutKitchen p {
  margin-bottom: 25px
}
.aboutKitchen img {
  margin-top: 30px
}
/* Devices display */

.allservices {
    position: relative;
}
 
.allservices .sec1,
.allservices .sec3{
    text-align: left
}

.allservices .sec2{
    text-align: right;
    direction: rtl;
}

.allservices-sec .block {
    border:0px solid #ddd;
    border-radius: 3px;
    padding: 25px;
    margin-top: 30px;
    z-index: 999999
}

.allservices-sec .block h1 {
      padding-bottom: 11px;
}
.allservices-sec  hr {
  margin-top: 40px;
  margin-bottom: 40px
}

.allservices-sec .block p {
    margin-bottom: 60px
}
.z-index {
  z-index: 999999
}
.allservices-sec .device-1 img{
      margin-top: -300px;
    margin-left: -30%;
    z-index: -1
}

.allservices-sec .device-2 img{
    margin-top: -450px;
    margin-right: -65%;
    z-index: -1;
    float: right
}

.allservices-sec .device-3 img{
  margin-top: -400px;
  margin-left: -30%;
  z-index: -1
}
.devices-display .holder {
  transform: translateY(-80px);
  -webkit-transform: translateY(-80px);
  padding: 5em 3em;
  background-color: #fff;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.sec-display .holder{
  padding: 5em 3em;
  background-color: #fff;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
h4.sub-heading {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #4e4c58;
}
h2.heading {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #0a0a0a;
  font-size: 3em;
  position: relative;
  padding-bottom: 10px;
}
h2.heading span {
  font-weight: 600;
}
h2.heading:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 3px;
  width: 100px;
}
h2.heading.blue:after {
  background-color: #08a7dc;
}
 

/* Featurese */
#featurese-service .featurese-service-item {
  background: #fff;
  float: left;
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  min-height: 360px
}
 
#featurese-service .featurese-service-item .featurese-service-text,
#featurese-service .featurese-service-item .featurese-service-img {
  width: 100%;
}
 
#featurese-service .featurese-service-item .featurese-service-text {
  float: left;
  padding: 20px;
}
#featurese-service .featurese-service-item .featurese-service-text .featurese-service-title {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  font-weight: 400;
  font-size: 20px;
  color: #444;
  position: relative;
}
#featurese-service .featurese-service-item .featurese-service-text .featurese-service-title .featurese-service-border {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 30px;
  background: #08a7dc;
}
#featurese-service .featurese-service-item .featurese-service-img {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
}

/********************************/
/*     FAQ PAGE   */
/********************************/
#accordion{
  margin-top:50px
}
#accordion .panel-default {
    border-color: #def7ff;
    margin-bottom: 15px;
}
#accordion .panel {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .09);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .09);
}
#accordion .panel-default>.panel-heading {
    color: #7b7866;
    background-color: #ffffff;
    background-image: none;
    border-color: #f7f7f7;
    padding: 25px;
}
#accordion .panel-default>.panel-collapse .panel-body {
  padding: 25px;
  color: rgba(28,54,83,0.6);
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
#accordion .panel-title a{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #08a7dc;
    padding-right: 25px;


}
#accordion .panel-heading [data-toggle="collapse"]:after
{
  font-family: 'FontAwesome';
  content: "\f068";
  float: right;
  color: #08a7dc;
  font-size: 18px;
  line-height: 22px;


}
#accordion .panel-heading [data-toggle="collapse"].collapsed:after
{
    font-family: 'FontAwesome';
  content: "\f067";
  float: right;
  color: #a0cfe4;
  font-size: 18px;
  line-height: 22px;
}


 /********************************/
/*     popup Modal   forms          */
/********************************/   
 
.modal-body{
    text-align: left
}
/*
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    font-size: 31px;
    font-weight: 400;
    margin: 0;
}
*/

.form {
    background: #fff;
    padding: 40px;
    max-width: 600px;
    margin: 0 auto;

}

.tab-group {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}
.tab-group:after {
    content: "";
    display: table;
    clear: both;
}
.tab-group li a {
    display: block;
    text-decoration: none;
    padding: 15px;
    background: rgba(160, 179, 176, 0.25);
    color: #a0b3b0;
    font-size: 20px;
    float: left;
    width: 50%;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.tab-group li a:hover {
    background: #08a7dc;
    color: #ffffff;
}
.tab-group .active a {
    background: #08a7dc;
    color: #ffffff;
}

.tab-content > div:first-child {
    display: none;
}

.tab-content h1 {
    text-align: center;
    color: rgba(28, 54, 83, 0.6);
    font-weight: 600;
    margin: 0 0 40px;
    font-size: 2.5em;
    font-family: 'Varela Round', sans-serif;
}


.form label {
    color: rgba(28, 54, 83, 0.6);
}        

.form input, textarea {
    border-color: rgba(28, 54, 83, 0.6);

}

.form input[type=text], 
.form input[type=password], 
.form input[type=email], 
.form input[type=search], 
.form input[type=date], 
.form input[type=number], 
.form input[type=tel], 
.form input[type=url], 
.form textarea, 
.form select {

    color: rgba(28, 54, 83, 0.6);
    border-bottom: 1px solid rgba(28, 54, 83, 0.2);
}

.field-wrap {
    position: relative;
    margin-bottom: 0px;
}

.top-row:after {
    content: "";
    display: table;
    clear: both;
}
.top-row > div {
    float: left;
    width: 48%;
    margin-right: 4%;
}
.top-row > div:last-child {
    margin: 0;
}

/*
 * Base structure
 */

 .error_message {
    background-color: #FEEDED;
    border-radius: 3px;
    clear: both;
    color: #49505B;
    line-height: 1.25;
    padding: 15px;
    text-align: center;
    font-weight: 600;
    margin-top: 25px;
  }
/*  .error_message:before {
    font-family: 'FontAwesome';
    content: "\f06a";
    float: left;
    color: #49505B;
    font-size: 20px;
    line-height: 25px;
    margin-right: 15px;
}*/

 .success_message, #success_page {
    background-color: #e5f7d1;
    border-radius: 3px;
    clear: both;
    color: #49505B;
    line-height: 1.25;
    padding: 15px;
    text-align: center;
    font-weight: 600;
    margin-top: 25px
 }
/*  .success_message:before {
    font-family: 'FontAwesome';
    content: "\f003";
    float: left;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    margin-right: 15px;
}*/


.error_border{
  border: 1px solid red  
}
 div#success_page {
    color: #49505B;
    background: #e5f7d1;
    padding: 25px !important;
    line-height: 1.9 !important;
}
}

.forgot {
    margin-top: 30px;
    text-align: right;
}


.info-content h3 {
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
  }


.info-content a {
 
    font-size: 14px;
  }

 /********************************/
/*    Forget password          */
/********************************/   
#resetPassword {
    background: #ffffff;
    border: 1px solid #ddd;
    padding: 25px;
    text-align: center;
}

#resetPassword h1 {
  font-size: 98px
}
#loginPage {
    background: #ffffff;
    border: 1px solid #ddd;
    padding: 25px;
 }
#loginPage h1,#loginPage p{
  text-align: center;
}
#loginPage h1 {
  font-size: 98px
}
#loginPage small a{
  color: #898E95;
  text-align: right;
  border-bottom: 1px dotted #898E95;
}

#loginPage p.alert{
    background-color: #FEEDED;
    border-radius: 3px;
    clear: both;
    color: #49505B;
    line-height: 1.25;
    padding: 15px;
    text-align: center;
    font-weight: 600;
      

} 

#login .forgot a  {
  color: #898E95;
  text-align: right;
  border-bottom: 1px dotted #898E95;
}
/* CONTACT SING UP*/


/* 5. Form elements */
form {
  margin-bottom: 1.5em;
}

#submit-contact {
  width: 100%
}
label,
legend {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  text-transform: uppercase;
}

input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=date],
input[type=number],
input[type=tel],
input[type=url],
textarea,
select {
    width: 100%;
    max-width: 100%;
    padding: 1em;
    margin: 0 0 2em !important;

    color: rgba(28, 54, 83, 0.6);
    border: 1px solid rgba(28, 54, 83, 0.2);
    font-family: 'Lora', sans-serif;
    line-height: normal;
    vertical-align: baseline;
    background: none;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    background-color: transparent;
     outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 4px;
    -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}


input[type=text].underline,
input[type=password].underline,
input[type=email].underline,
input[type=search].underline,
input[type=date].underline,
input[type=number],.underline
input[type=tel].underline,
input[type=url].underline,
textarea.underline,
select.underline {
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

input[type=text]:hover,
input[type=password]:hover,
input[type=email]:hover,
input[type=search]:hover,
input[type=date]:hover,
input[type=number]:hover,
input[type=tel]:hover,
input[type=url]:hover,
textarea:hover,
select:hover {
  border-color: #ddd;
  border-color: rgba(8, 167, 220, 0.5);
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=date]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=url]:focus,
textarea:focus,
select:focus {
  border-color: #08a7dc
}

input[type=text]:focus:invalid,
input[type=password]:focus:invalid,
input[type=email]:focus:invalid,
input[type=search]:focus:invalid,
input[type=date]:focus:invalid,
input[type=number]:focus:invalid,
input[type=tel]:focus:invalid,
input[type=url]:focus:invalid,
textarea:focus:invalid {
  border-color: #08a7dc
}

input:invalid,
textarea:invalid {
  box-shadow: none;
}

input[disabled],
select[disabled],
textarea[disabled] {
  cursor: default;
  opacity: 0.5;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle; 
}

label.checkbox,
label.radiobox {
  margin-bottom: 1em;
}
textarea {
  min-height: 6.3em;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: rgba(28, 54, 83, 0.3);
  color: rgba(28, 54, 83, 0.3);
}

::-moz-placeholder {
  color: rgba(28, 54, 83, 0.3);
  color: rgba(28, 54, 83, 0.3);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(28, 54, 83, 0.3);
  color: rgba(28, 54, 83, 0.3);
}

button,
input[type=submit],
input[type=reset],
input[type=button],
.button,
.pagination .page-numbers {
    display: inline-block;
    line-height: normal;
    margin: 0 0.5em 1em 0;
    border: 1px solid #1ab188;
/*    font-family: "Poppins", sans-serif;
*/    font-size: 11px;
    font-weight: inherit;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
    background: #1ab188;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    background-color: #1ab188;
    color: #fff;
    cursor: pointer;
    letter-spacing: .2em;
    padding: 15px 50px;
    outline: 0;
    border-radius: 1px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.ContactInfo {
    text-align: left;
    background: #fff;
    color: #333;
    padding: 5px 45px;
    margin-bottom: 50px;
  
}
.ContactInfo h3 {
    margin: 0;
    text-transform: capitalize;
    font-size: 18px;
    text-align: left;
    font-weight: 600;
    letter-spacing: normal;
    margin-bottom: 0px;
    color: #333;
}

.ContactInfo i { 
    padding-right: 7px
}

.ContactInfo h3:hover { 
    color: #1ab188;
}

.pointer {
    position: absolute;
    margin-left: 50px;
    margin-top: 15px;
    color: #1ab188;
    right: 14%;
}
.iconContact {
    box-shadow: 0px 0px 0px 2px #1ab188;
    border: 2px solid #FFFFFF !important;
    padding: 8px;
    border-radius: 100%;
    padding-top: 10px;
    height: 40px;
    width: 40px;
    color: #fff;
    text-align: center;
    background-color: #1ab188;
    font-size: 20px;
    margin-right: 7px;
}

form h3{
    margin: 0;
    text-transform: capitalize;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
    color: #333;
    letter-spacing: normal;
}
.social-links a {
    display: inline-block;
    margin-right: 1.5em;
    color: #fff;
}

.form-holder {
    background-color: transparent;
    border: 2px solid #eaedef;
    padding: 50px 50px 30px 50px;
}

form.contactus { 
    border: 0px solid #f1f1f1;
    border-radius: 15px;
}


/* Back To Top*/
.back-top {
    display: inline-block;
    width: 31px;
    height: 83px;
    position: fixed;
    bottom: 40px;
    right: 30px;
    box-shadow:none;
    /* image replacement properties */
    overflow: visible;
    text-indent: 100%;
    white-space: nowrap;
    background: transparent  url(../images/scrolltop.png) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
}
.back-top.back-is-visible, .back-top.back-fade-out, .no-touch .back-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.back-top.back-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.back-top.back-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .back-top:hover {
  background-color: #000;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .back-top {
    right: 30px;
    bottom: 20px;
  }
}


/* ---------------------------------------------- /*
 * CALL TO ACTION
/* ---------------------------------------------- */        

.middle-action {
/*    background:;*/
    margin-top: 0px;
    background: #1b93ca;
/*    background: -moz-radial-gradient(center,ellipse cover,#05abe0 0,#1b93ca 60%,#309bc9 100%);
    background: -webkit-radial-gradient(center,ellipse cover,#05abe0 0,#1b93ca 60%,#309bc9 100%);
    background: radial-gradient(ellipse at center,#05abe0 0,#1b93ca 60%,#309bc9 100%);*/
    padding-bottom: 290px;
    padding-top: 110px;
    position: relative;
    background: #fff url(../images/background-flat-2.jpg) left center;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
    min-height: 150px;
    text-align: center;
    background-position: left center;
    color:#fff;
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
    -webkit-animation: displace 40s linear infinite;
      animation: displace 40s linear infinite;
 }
   @-webkit-keyframes displace {
    from { background-position: left center;
    } to { background-position: -200% center; }
  }
  @keyframes displace {
    from { background-position: left center;
    } to { background-position: -200% center; }
  }
.middle-action h2{
  padding-bottom: 15px;
  color: #828282;
  font-weight: 300;
  text-transform: normal;
  font-size: 50px;
}
.middle-action h2 span {
  font-weight: 800;
/*  color:#6b686b
*/}
.middle-action p {
   padding-bottom: 25px 
}

