/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css?family=Abel|Allan:400,700|Lato:400,300,700,900');

@font-face {
    font-family: 'variane-script';
    src: url('../fonts/variane-script/variane-script.eot');
    src: url('../fonts/variane-script/variane-script.eot?#iefix') format('embedded-opentype'),
         url('../fonts/variane-script/variane-script.woff2') format('woff2'),
         url('../fonts/variane-script/variane-script.woff') format('woff'),
         url('../fonts/variane-script/variane-script.ttf') format('truetype'),
         url('../fonts/variane-script/variane-script.svg#variane-script') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background: #CCCCCC;
    font-family: 'Abel', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #222;
    line-height: 1.6em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Abel', sans-serif;
    font-weight: 300;
    color: #222;
}

h1 {
    font-size: 50px;
}
h2 {
   margin-top: 10px; 
   color: #0366cc;
   font-size: 35px;
}

h3 {
    font-weight: 400;
}

h4 {
    font-weight: 400;
    font-size: 20px;
}

p {
    margin-bottom: 20px;
    font-size: 18px;
}


a {
    color: #7fb2e5;
    word-wrap: break-word;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7fb2e5 !important;
    text-decoration: underline;
    outline: 0;
}

ul{
    margin-bottom: 20px;
}

.menu > li > a:hover,
.menu > li > a:focus,
.hvr-ripple-out:hover,
hvr-ripple-out:focus{
    text-decoration: none;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

.alignleft {
    text-align: left;
}
.alignright {
    text-align: right;
}

.aligncenter {
    text-align: center;
}

hr{
    border-color: #777 !important;
    box-sizing: content-box;
    height: 0;
    width: 45%;
}
/* wrapper */

#container {
    margin: 0px auto;
    text-align: center;
    box-sizing:border;
    width: 100%;
    background-color: #FFFFFF;
}

#container h1 {
    margin-top: 60px;
    margin-bottom: 40px;
    color: #fff;
    font-size: 45px;
    font-weight: 900;
    letter-spacing: -1px;
}

h2.subtitle {
    color: #fff;
    font-size: 24px;
}	

/* Menus */
.horizontal li{
    display: inline-block;
    list-style: none;
}

#menu{
    margin: 0 auto;
    width: 100%;
    height: 125px;
}

.hamburger{
    display: none;
}

.cross{
    display: none;
}

#menu-foot-right{
    background: #444444; /* Old browsers */
    background: -moz-linear-gradient(top, #383838 0%, #2e2e2e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #383838 0%, #2e2e2e  100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #383838 0%, #2e2e2e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#2e2e2e',GradientType=0 ); /* IE6-9 */
}

.page-selected{
    color: #7fb2e5 !important;
    border-bottom: 4px solid;
}

#header{
    border-top: 5px solid #7fb2e5;
    width: 100%;
}

#header > #menu > .menu li{
    color: #7fb2e5;
    float: left;
    font-weight: bold;
    margin-left: 0;
    width: 9.5%;
}

#header > #menu > .menu li a{
    color: #333;
    padding-bottom: 5px;
    font-size: 22px;
}

.menu {
    width: 85%;
    display: inline-block;
    margin: 0 auto;
}

#footer > .menu{
    width: 50%;
}

.menu > .item{
    margin-top: 50px;
}

.logo{
    height: 120px;
    width: 15% !important;
    margin-right: 40px;
}

.logo > h1 > a > img{
    height: 130px;
    padding-bottom: 10px;
}

.logo > h1{
    margin: 0px !important;
}

ul.social-network {
    right: 2% !important;
    top: 10px !important;
}

#menu > ul.social-network {
    margin-top: 40px;
}

.social-circle{
    float: right;
    margin: 0px 60px 0 0;
}

.social-circle i{
    color: #888;
}

/* footer */
#footer{
    color: #EEE;
    background-color: #21282f;
    float: left;
    width: 100%;
    padding: 40px 0px 30px 0px;
}

.copyright {
    display: inline-block;
    float: left;
    text-align: left;
    margin-left: 10%;
    width: 20%;
}

#foot-lower{
    padding-bottom: 20px;
}

#foot-lower > .menu{
    display: inline-block;
    width: 50%;
    padding-left: 65px !important;
}

/* Index page */
#main-presentation{
    background: #ffffff url("/assets/img/home-bg.png") no-repeat scroll center / cover ; /*0 -558px*/
    height: 450px;
    -webkit-transition: background 1s ease-out;
    -moz-transition: background 1s ease-out;
    transition: background 1s ease-out;
    box-shadow: 0px 1px #ccc;
}

.slogan{
    display: inline-block;
    margin: 35px auto 0;
    text-align: center;
    width: 100%;
}

.slogan > h2{
    color: #fff;
    display: inline;
    margin: 0 auto;
    font-size: 55px;
}

.fu{
    display:none;
}

#content-holder{
    float: left;
    min-height: 400px;
    background-color: #fff;
    width: 100%;
}

#content-holder > div{
    width: 100%;
}

.section{
    float: left;
    text-align: left;
    padding: 75px 10%;
    margin: 3px 0px;
    box-shadow: 0px 1px #ccc;
}

.section > .left{
    flex: 1 1 0px;
    float: left;
    text-align: left;
    z-index: 10;
}

.full{
    width: 100%;
}

.myemail,
.myphone{
    color: #222;
    margin-left: 5px;
    margin-right: 10px;
}

form > .left{
    display: inline-block; 
    float: left; 
    width: 50%
}

form > .right{
    display: inline-block;
    float: left;
    padding-left: 4px;
    width: 50%;
}

form > .left > input,
form > .right > input,
form > input{
    border: 1px solid #777;
    height: 34px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 35px;
    width: 98%;
    border-radius: 5px;
}

form > .left > input:hover,
form > .right > input:hover,
form > input:hover,
form > .left > input:focus,
form > .right > input:focus,
form > input:focus
{
    border: 1px solid #222;
}

#message{
    border: 1px solid #777;
    height: 112px;
    margin-bottom: 3px;
    padding-left: 10px;
    width: 95%;
    border-radius: 5px;
}

#message:hover,
#message:focus{
    border: 1px solid #222 !important;
}

form > .left > span:hover,
form > .left > span:focus{
    color: #aaa !important;
}

.office_images {
    float: left;
    width: 100%;
    padding-left: 0px;
}

.office_images > li {
    display: inline;
    margin-right: 7px;
    list-style: none;
}

.notificaiton {
    background-color: #ffefd5;
    border: 1px solid green;
    float: left;
    margin-top: 10px;
    padding: 10px;
    width: 100%;
}

.icon {
    margin-left: -25px;
    margin-top: 4px;
}

.icon-select {
    margin-left: -59px;
    margin-top: 6px;
}

#contact-button, #login-button, #signup-button, .action-button{
    float: left;
    background-color: #92c593;
    border: 1px solid #777777;
    border-radius: 5px;
    color: #222;
    cursor: pointer;
    display: block;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    width: 95%;
}

.action-button{
    width: 20% !important;
    margin-top: 15px;
}

#contact-button{
    height: 33px !important;
    line-height: 33px !important;
    margin-top: 0;
    margin-bottom: 0;
}

#login-button{
    width: 98% !important;
}

#contact-button:hover,#contact-button:hover, #login-button:hover, #signup-button:hover, .action-button:hover,
#contact-button:focus{
     background: #96d697;
     color: #333333 !important;
}

#independent-ll {
    display: inline-block;
    float: left;
    height: 12px;
    margin-left: 0;
    margin-top: 15px;
    padding-left: 0;
    text-align: left;
    vertical-align: middle;
    width: auto;
}

#independent-label {
    margin-bottom: 7px;
    margin-left: 8px;
    margin-top: 7px;
    vertical-align: middle;
}

/*Info pages*/
#main-presentation-info{
    background-color: #8fcff7;
    height: 105px;
}

#main-presentation-info > .slogan > h2{
    font-size: 34px !important;
    color: #fff !important;
}

.service-bullets{
    list-style: outside none none;
    margin-left: 10px;
    padding-left: 10px;
    padding-top: 5px;
}

.service-bullets > li{
    margin-bottom: 5px;
}

.service-cont{
    border-bottom: 1px solid #ccc;
    float: left;
    min-height: 780px;
    margin-bottom: 5px;
}

.service-bullets > li:before {    
    color: #7fb2e5;
    content: "";
    font-family: "FontAwesome";
    margin: 0 8px 0 -25px;
}

.sample{
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #eee, #ccc) repeat scroll 0 0;
    border: 1px solid #777777;
    border-radius: 5px;
    color: #222;
    cursor: pointer;
    display: block;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    margin-left: 15%;
    margin-bottom: 10px;
    text-align: center;
    width: 65%;
}

.book, .make-booking{
    background-color: #92c593;
    border: 1px solid #777777;
    border-radius: 5px;
    color: #222;
    cursor: pointer;
    display: block;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    margin-left: 25%;
    margin-top: 10px;
    text-align: center;
    width: 50%;
}

.book:hover{
    color: #000 !important;
}

.make-booking{
    height: 40px;
    line-height: 40px;
    margin-left: 0;
    margin-top: 5px;
    width: 98%;
}

.err{
    background-color: lightcoral;
    border: 1px solid red !important;
}

.notification{
    border: 1px solid #999;
    padding: 15px;
    background-color: #f7f7f7;
    margin-top: 20px;
    text-align: center;
    float: left;
    width: 100%;
}

#forgot-password {
    float: left;
}

#login-error::before, #form-error::before {
    content: "";
    font-family: fontawesome;
    padding-right: 10px;
}

#login-error,#form-error {
    float: left;
    background-color: lightcoral;
    border: 1px solid red;
    border-radius: 5px;
    box-shadow: 1px 0 5px 0;
    color: #222;
    font-weight: 400;
    margin: 10px 0;
    text-align: center;
    width: 98%;
}

#login-page > .left{
    width: 48%; 
    float: left; 
    display: inline-block; 
    border-right: 1px solid #cccccc; 
    margin-bottom: 20px;
    padding: 5px 15px;
}

#login-page > .right{
    width: 51%; 
    float: right; 
    display: inline-block;
    padding: 5px 15px;
}

#signup-button{
    width: 55% !important; 
    margin-left: 20%;
}

.report-table{
    width: 98%; 
    border: 1px solid #555; 
    padding: 2px;
    margin-top: 5px;
    margin-top: 18px;
}

.report-table > tbody > tr{
    border: 1px solid #555;
}

.headings{
    background-color: #dee8eb;
    font-weight: bold;
}

.headings > th{
    border: 1px solid #555;
    padding: 7px;
}

.report-table > tbody > tr > td{
    border: 1px solid #555;
    padding: 7px;
}

.report-scroll {
    max-height: 222px;
    overflow: scroll;
}

.calendar {
    border-right: 1px dashed #ccc;
    display: inline-block;
    float: left;
    height: 565px;
    overflow: scroll;
    padding-left: 5px;
    width: 50%;
}

.calendar-table{
    width: 98%;
}

.head-days {
    font-weight: 400;
    text-align: center;
}

.week-line {
    height: 80px;
    text-align: center;
    vertical-align: middle;
}

.week-line > td {
    border: 1px solid #999;
    width: 14%;
    cursor:pointer;
}

.week-line > td:hover,
.week-line > td:focus{
    background-color: #d3f0ff;
}

.week-line > .disabled {
    background-color: #eee;
}

.today {
    background-color: red;
    border-radius: 20px;
    color: #fff;
    padding: 8px;
}

.cal-day > .fa {
    float: right;
    margin-right: 5px;
    margin-top: 9px;
}

td.blank {
    border: 1px solid #fff;
    cursor: auto !important;
}

td.blank:hover {
    background-color: #fff !important; 
}

.daynum {
    margin-top: 29%;
}

.day-job::after {
    font-family: 'FontAwesome';
    content: '\f044';
    margin: 26px 0 0 12px;
    position: absolute;
}

#calander-details {
    display: inline-block;
    float: left;
    margin-left: 1%;
    width: 49%;
}

#calander-details > h3 {
    margin-top: 0;
}

.booking-info {
    height: 189px;
    overflow: scroll;
}

.booking-info > table {
    width: 98%;
}

.booking-info td {
    border: 1px solid #999;
    padding: 5px;
}

.booking-form {
    border-top: 1px dashed #ccc;
    margin-top: 15px;
}

#booking-frm > div > select {
    height: 39px;
    margin-left: -3px;
    width: 100%;
    padding-left: 5px;
    -webkit-appearance: menulist-button;
}

#booking-frm > div > textarea {
    border: 1px solid #777;
    border-radius: 5px;
    height: 65px;
    width: 98%;
    padding-left: 10px;
}

.booking-form > h3 {
    float: left;
    width: 80%;
}

.cancel-edit {
    float: right;
    padding-right: 10px;
    padding-top: 20px;
    text-align: right;
    vertical-align: middle;
    width: 20%;
    cursor: pointer;
}

.error-input{
    border: 1px solid red !important;
    border-radius: 5px;
}

label.error {
    color: red;
    display: block;
    width: 100%;
    text-align: center;
}

label{
    border: none !important;
}

.cal-day.limited {
    background-color: #e6dc9a !important;
}

.ui-tooltip-content{
    font-size: 13px;
    color: #0366cc;
}

ui-tooltip{
    box-shadow: none;
}

.search::before {
    color: #000;
    content: "\f002";
    font-family: fontawesome;
    margin-left: 7px;
    margin-top: 6px;
    position: absolute;
    font-size: 18px;
}

.search {
    float: right;
    padding-right: 10px;
    width: 50%;
}

h2 > span{
    width: 50%;
}

.search-field{
    border: 1px solid #777;
    border-radius: 5px;
    height: 35px;
    padding-left: 30px;
    width: 43% !important;
    font-size: 19px !important;
}

.users-search{
    width: 99% !important;
}

.boxes{
    float: left;
    margin: 0 auto;
    width: 100%;
}

.boxes > span {
    width: 340px;
    height: 340px;
    float: left;
    display: inline-block;
    margin: 15px 20px 0px 0px;
    box-shadow: 3px 2px #ccc;
    border: 1px solid #333;
    text-align: center;
    vertical-align: middle;
}

.boxes > span > h3 {
    margin-top: 45%;
    font-weight: bold;
    font-size: 26px;
}

.boxes > span > p {
    display: none;
    text-align: left;
    padding: 10px;
    font-size: 18px;
}

.boxes > span:hover p {
    display: block;
}

.boxes > span:hover h3 {
    display: none;
}

.boxes > span:hover{
    border: 1px solid #ddd;
}
/* Forms */

.submission-form{
    width: 99%;
    margin-bottom: 15px;
    border: 1px solid #d6d9da;
    float: left;
    padding: 45px;
    border-radius: 10px;
}

.form_row{
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

.form_row > label{
    width: 30%;
    vertical-align: top;
}

.form_row > input, .form_row > select, .form_row > textarea{
    width: 65%;
    padding: 10px;
}

.form_row > textarea{
    height: 150px;
}

#submitForm{
    float: right !important;
    margin-right: 5%  !important;
    width: 65% !important;
}

/* Dashboard */
.dash-table{
    width: 99%;
    border: 2px solid #999;
    border-radius: 10px;
}

.dash-table > tbody > tr > td{
    padding: 6px 5px 6px 15px;
}

.dash-table > tbody > tr{
    border-bottom: 1px solid #ccc;
}

.table-header{
    background-color: #dceeff;
    font-weight: bold;
}

.section-scroll{
    max-height: 300px;
    overflow: scroll;
}

.odd{
    background-color: #fdfbfb;
}

.even{
    background-color: #f9f6f6;
}

#contact-box{
    background-color: #fff;
    width: 80%;
    position: absolute;
    margin-left: 10%;
    z-index: 10;
    border: 1px solid #ccc;
    padding: 30px 20px 40px;
    border-radius: 10px;
    box-shadow: 1px 1px #eee;
    display:none;
}

#contact-frm > .left > select {
    width: 48.5%;
    height: 39px;
    border-radius: 5px;
    padding-left: 8px;
}

#contact-frm > .right > #contact-button {
    margin-left: 2.5%;
}

.box-close{
    color: red;
    float: right;
    margin-top: -25px;
    font-size: 30px;
    margin-right: -10px;
    cursor: pointer;
}

/* Experiment */
h3 > small, h3 > span > small{
    font-size: 90%;
}

.block{
    border-bottom: 1px solid #8ab8e6;
    padding-bottom: 5px;
}

.ksa-selection{
    float: left;
    width: 5%;
    margin-top: 20px;
}

.ksa-section{
    float: left;
    width: 95%;
}

#ksa-selection-cont > h2{
    float: left;
    width: 100%;
}

/* Listing */
.listing-row{
    padding: 20px;
    background-color: #f7f9fe;
    border-radius: 10px;
    border: 1px solid #eee;
    margin-bottom: 15px;
    height: 235px;
}

.search-cat{
    display: inline-block;
    width: 19%;
    margin-left: 5px;
    height: 35px;
    border: 1px solid #666;
    border-radius: 5px;
    font-size: 19px;
    color: #999;
}

.search-button{
    margin-left: 5px;
    height: 35px;
    color: #000;
    font-size: 20px;
    width: 14% !important;
    font-size: 19px !important;
}

#search-experiments{
    width: 70%;
}

.cat-cloud{
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cat-cloud > a{
    padding: 10px;
    background: #efeded;
    margin-right: 15px;
    color: #0366cc;
    font-weight: bold;
    border: 1px solid #999;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 10px;
}

.cat-cloud > a:hover{
    background: #e0ecf9;
    text-decoration: none;
    color: #333 !important;
}

.show-cats{
    font-size: 50%;
    margin-left: 5px;
}

.show-cats:hover{
    text-decoration: none !important;
}

.removeSavedExperiment{
    background-color: #9fb5c7 !important;
}

.removeSavedExperiment:hover{
    background-color: #b1c9dc !important;
}

.saveExperiment:hover, .saveExperiment:active, .saveExperiment:focus, .removeSavedExperiment:hover, .removeSavedExperiment:active, .removeSavedExperiment:focus{
    color: #333333 !important;
    text-decoration: none;
}

/* Comments */

#comment-holder{
    padding-top: 10px;
}

#add-comment-section{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

#add-comment-section > input{
    padding: 10px;
}

#add-comment{
    margin-left: 1%;
}

#comment{
    width: 75%;
}

.comment{
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.comment > div{
    float: left;
    width: 100%;
}

#comments-container{
    float: left;
    width: 100%;
    margin-top: 20px;
}

.replies{
    padding-left: 30px;
}

/* Admin */

#file_pop {
    background-color: #fff;
    border: 1px solid #777;
    border-radius: 10px;
    box-shadow: 1px 0 6px 1px #777;
    height: 300px;
    margin-left: 60px;
    margin-top: 110px;
    position: absolute;
    width: 550px;
}

#file_pop > iframe {
    border: 0 none;
    margin-left: 1%;
    margin-top: -5px;
    width: 98%;
    height: 250px;
}

#hide_report_pop{
    float: right; 
    margin-right: 15px; 
    cursor: pointer;
}

.form-info{
    margin: 5px 0px 5px 1px;
    float: left;
    padding: 5px 0 5px 10px;
    width: 99%;
    background-color: #eee;
    border: 1px solid #999;
}

#contactOptin,
#tandc{
    width: 20px;
    height: 25px;
    float: left;
    line-height: 25px;
}

.tanc-div{
    float: left;
    width: 100%;
}

.tanc-div > label{
    margin-top: 4px;
    margin-left: 5px;
    vertical-align: middle;
    float: left;
    height: 25px;
}

/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #7fb2e5;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 2px;
  border-radius: 5px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}



/* ipad portrait */
@media (max-width : 1024px){
    
    h2{
        font-size: 25px;
    }
    
    h3{
        font-size: 22px;
    }
    
     #menu > .menu{
        display: block;
        float: left;
        margin-left: 0px;
        padding-left: 0px;
        margin-top: 64px;
        position: absolute;
        width: 100%;
        z-index: 999;
    }
    
    #menu > ul.social-network{
        margin-top: 15px;
    }
   
    
    #header > #menu > .menu li {
        width: auto;
    }
    
    #menu > .menu > .item {
        display: none;
        background-color: #fff;
        border-bottom: 1px solid #eee;
        float: left;
        margin-left: 0;
        margin-top: 0;
        position: relative;
        width: 100% !important;
        z-index: 999;
        opacity: 0.9;
    }
    
    #menu-foot > .menu{
        display: none;
    }
    
    .hamburger{
        display: block;
    }

    .hamburger, .cross{
        background:none;
        position:absolute;
        top:10px;
        left:5px;
        line-height:45px;
        padding:5px 15px 0px 15px;
        color:#999;
        border:0;
        font-size:1.8em;
        font-weight:bold;
        cursor:pointer;
        outline:none;
        z-index:99999;
    }
    
    .hamburger:after{
        content: "menu";
        font-size: 15px;
        position: absolute;
        top: 23px;
        left: 15px;
    }
    
    .social-circle{
        margin-top: 5px;
    }
    
    .social-circle li a{
        font-size: 18px;
    }
    
    .logo{
        margin-left: 100px !important;
        position: relative;
        margin-top: -63px;
        height: auto;
        width: auto;
    }
    
    .logo > h1 > a > img{
        border-bottom: 0;
    }
    
    #main-presentation{
        height: 200px;
    }
  
    
    .services{
        margin-top: 50px;
    }
    
    .services li {
        display: block;
        height: 70px;
        margin: 0 auto 10px;
        width: 50%;
    }
    
    .services li:hover,
    .services li:focus,
    .services li:active{
        height: 190px;
    }
    
    #home-info > .middle > div{
        float: left !important;
        width: 100% !important;
    }
    
    #contact > .left, #contact > .right{
        float: left !important;
        width: 100% !important;
    }
    
    .about-block > .right > #contact > .left, #contact > .right{
        width: 50% !important;    
    }
    
    #menu-foot{
        display: none;
    }
    
    #menu-foot > .social-network{
        display: none;
    }
    
   
    .about-block{
        display: inline-block !important;
    }

    .left > #contact > .right{
        width: 100% !important;
    }
    
    .myemail, .myphone {
        font-size: 14px;
    }
    
    .left > div > .fa-phone {
        margin-left: 4px !important;
    }
    
    #home-info > .right > div > p { 
        font-size: 11px;
        line-height: 15px;
    }
   
    .doc-container{
        width: 99%;
    }
    
    .office_images > li{
        display: block;
        margin-bottom: 5px;
    }
    
    .office_images > li > img {
       width: 90% !important;
    }
    
    #footer > .social-network{
        width: 100%;
        margin: 0 auto;
    }
    
    .copyright{
        width: 100%;
        float: left;
        display: block;
        margin-top: 0px;
        position: relative;
        padding: 10px;
        margin-left: 0;
    }
    
    #footer > .menu{
        width: 100%;
        margin: 0 auto;
        float: left;
        display: block;
        padding: 0;
    }
    
    .section {
        padding: 30px 6%;
    }

    .boxes > span{
        width: 320px;
        height: 320px;
    }
    
    .boxes > span > p{
        font-size: 16px;
    }
    
    .book, .make-booking{
        width: 80%;
        margin-left: 10%;
    }
    
    #main-presentation-info{
        height: auto;
    }
    
    .slogan{
        padding: 10px;
        margin: 0;
    }
    
    h2 > span{
        width: 100%;
    }
    
    .search{
        width: 100%;
        float: left;
        display: block;
        margin-top: 5px;
    }
    
    .search-field {
        width: 99% !important;
        font-size: 20px !important;
        color: #000 !important;
    }

    .search-cat {
        width: 49%;
        padding-left: 10px;
        font-size: 20px;
        color: #000;
        margin-left: 0;
    }
    
    .search-button {
        color: #000;
        width: 99% !important;
        font-size: 20px !important;
        margin-top: 5px;
        margin-left: 0;
    }
    
    .listing-row{
        height: auto;
    }
    
    h3 > span{
        width: 100%;
        display: block;
    }
    
    .action-button {
        width: 100% !important;
        margin: 5px 0px !important;
    }
    
    #login-page > .left {
        width: 100%;
        border-right: none;
    }
    
    #login-page > .right{
        width: 100%;
        float: left;
        border-top: 1px solid #ccc;
    }
    
    form > .left{
        width: 100%;
    }
    
    .tanc-div > label {
        height: auto;
        width: 90%;
        display: block;
    }
    #criterion{
        width: 100%;
    }
    .submission-form{
        padding: 20px;
    }
    
    .form_row > label,.form_row > input, .form_row > select, .form_row > textarea{
        width: 100%;
    }
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .icon {
        display: none;
    }
}

@media print {
    .menu > .item{
        display: none;
    }
    .social-network{
        display: none !important;
    }
    #main-presentation-info{
        display: none;
    }
    .action-button{
        display: none;
    }
    
    #footer > .menu{
        display: none;
    }
    .section{
        margin-top: 40px;
        padding: 75px 100px;
    }
    a[href]:after {
        content: none !important;
    }
}