/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css?family=Oxygen');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:300,400,600,700');
@import url(scss/custom.scss);


/* ===================================
1. General
==================================== */

body {
	font-family: 'Oxygen', sans-serif;
	font-size:14px;
	font-weight:400;
	line-height:1.6em;
	color:#656565;
}

a:active {
	outline:0;
}

.clear {
	clear:both;
}

h1,h2, h3, h4, h5, h6 {
	
	font-weight:700;
	line-height:1.1em;
	/*color:#333;*/
	margin-bottom: 20px;
}

/* ===================================
2. layout
==================================== */

.container {
	padding:0 20px 0 20px;
	position:relative;
    margin-top: 10px;
}

#wrapper{
	width:100%;
	margin:0;	
	padding:0;
}

.maincontent {
    width: 80%;
    position:relative;
    margin:0 auto;
    padding: 20px 0 0 0;
    min-height: 525px;
}

.right-content {
    float:left;
    width:100%;
    padding:0 2%;
    min-height: 700px;
}

.right-booking {
    float:left;
    width:90%;
    padding:0 2%;
    min-height: 700px;
}

.right-content-display {
    float:left;

    width:75%;
    padding-left:2%;
    min-height: 500px;
}

.header-full {
    width:100%;
    max-height: 80px;
        background-image: url("fancybox/back-login.jpg");
    background-repeat: repeat;
    display: block;
    padding: 5px 30px;
}

.logo-sch {
    max-height: 70px;
    max-width: 100%;
    padding: 5px 0;
}

#menu-nav {
    width:85%;
    margin:0px auto;
}

.row,.row-fluid {
	margin-bottom:30px;
}

.row.nomargin,.row-fluid.nomargin {
	margin-bottom:0;
}

.main-content {
    padding:10px;
}

.main-content ul.social-network {
	list-style:none;
	margin:0;
}

.main-content  ul.social-network li {
	display:inline;
	margin: 0 5px;
}

/* =============================
bookingpage template
============================= */

#cover-img{
    background-image: url(../Images/cover.jpg);    
    background-size: cover;
    background-position: 50% 30% !important;
    height: 500px;
    border-bottom: solid 1px #F0F0F0;
}
.company-banner{
    background-image: url(../Images/c1.jpg);    
    background-size: cover;
    background-position: 50% 30% !important;
    height: 350px;
    border-bottom: solid 1px #F0F0F0;
}
.layer{
    background-color: rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 100%;
  }
.wrapper-box{
    margin-top: -25%;
  }
.container-box{
  margin: 0px auto;
  width: 80%;
  display: block;
  padding: 80px 0px;
}
.content-box{
    margin-top: 20px;
    background: #fff;
    padding: 40px 30px 20px 30px;
    border: solid 2px #e4e4e4;
    margin-bottom: 20px;
}
.booking-content{
    padding:20px;
}
.circle-picture{
    height: 150px;
    width: 150px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    margin: 15px auto;
    border: solid 5px #fff;
}
.circle-picture-small{
    height: 200px;
    width: 200px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: solid 2px #eee;
}
.footer{
    background-color: #4e5375;
    /*background-image:radial-gradient( circle at top left, #65b1ca, #5799ae 80% );*/
    /*background-image: radial-gradient( circle at top left, #7579fd, #0db0d4 80% );*/
    color: #fff;
    min-height: 50px;
}
.content-footer{
    margin: 0px auto; width: 80%;display: block;
    padding:10px;
    
}
.thead-blue{
    background-color: #42bcca;
    color: #fff;
}
.thead-pink{
    background-color: #ff908c;
    color: #fff;
}

.vertical-tab-content{
    height: 250px;        
    border: solid 1px #eee;
    border-radius: 5px;
    overflow: auto;
}

.nav-sidebar { 
    width: 100%;
    padding: 30px 0; 
    margin-left:15%;    
}
.nav-sidebar>ul>li{
    background:#eee;
    margin-bottom: 10px;
}
.nav-sidebar a {
    color: #333;
    -webkit-transition: all 0.08s linear;
    -moz-transition: all 0.08s linear;
    -o-transition: all 0.08s linear;
    transition: all 0.08s linear;
}
.nav-sidebar .active{
    background-color: #f66e69; 
}
.nav-sidebar .active a { 
    cursor: default;    
    color: #fff; 
}

.nav-sidebar .active a:hover {
    background-color: #f7908c;   
    color:#fff;
}
.tab-wrapper{
    border: solid 1px #eee;
    height: 250px;
    overflow:auto;
    padding:10px;
    border-radius: 5px;
}
.ul-custom{
    padding:10px;
}
.ul-custom li{
    margin-bottom:5px;
}
.box-teacher{    
    text-align:center;
}
.program-box, .project-box{
    width: 100%;
    height: 300px;
    border: solid 1px #eee;
    border-radius: 5px;
    overflow:hidden;
    margin: 20px 0px;
    cursor: pointer;
}
.img-placeholder-project{
    overflow:hidden;
    height:200px;
}
.img-placeholder{
    height:150px;
    overflow: hidden;
}
.img-placeholder img{
    height:150px;
    width: 100%;
    border-bottom: solid 1px #eee;
    margin-bottom: 5px;
    object-fit:cover;
    object-position: center;
}

.img-placeholder-project img{
    height:200px;  
    width:100%;  
    border-bottom: solid 1px #eee;
    margin-bottom: 5px;
    object-fit:cover;
    object-position: center;
}
.img-placeholder img:hover, .img-placeholder-project img:hover{
    -moz-transform: scale3d(1.2, 1.2, 0);
  -webkit-transform: scale3d(1.2, 1.2, 0);
  transform: scale3d(1.2, 1.2, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -moz-transition: -moz-transform 15000ms cubic-bezier(0, 0, 0.8, 0.9);
  -o-transition: -o-transform 15000ms cubic-bezier(0, 0, 0.8, 0.9);
  -webkit-transition: -webkit-transform 15000ms cubic-bezier(0, 0, 0.8, 0.9);
  transition: transform 15000ms cubic-bezier(0, 0, 0.8, 0.9);
}
.description-box{
    padding:10px 10px;
}
.program-name{
    margin-bottom: 5px;
    font-size: 1.2em;
    font-weight: 700;
}
.line{
    border-bottom: 1px solid #eee;
    margin: 20px 0px;
    width: 100%;
}
.head-section span{
    color: #e0a725;
    /*color:#42bcca;*/
    font-weight:700;
    font-size:1.5em;
}
.bottom-line{
    width: 50px;
    height: 10px;   
    margin: 10px 0px 20px 0px; 
}
.TotalAmountChoose{
    color: #797979; font-size: 2.5em; font-weight:bold;
}
.chart{
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    color: #ff6347;
    margin-bottom: 30px;
}
.module-box{
    width: 100%;
    float:left;
    border: 2px solid #eee;
    border-radius: 5px;
    padding: 10px;    
    margin-bottom: 30px;
    cursor:pointer;
}
.uppercase{
    text-transform: uppercase;
}
.title-section-small{
    font-weight: 700;
    font-size:1.15em;
    line-height: 1.5em;
}
.rb-payment{
  list-style: none;
  margin: 0;
  padding: 0;    
}
ul.rb-payment li{
  display: block;
  position: relative;
  float: left;
  width: 100%;
  
}

ul.rb-payment li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

ul.rb-payment li label{
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1em;
  padding: 25px 25px 25px 80px;
  margin: 10px auto;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

ul.rb-payment li:hover label{
    color: #666666;
}

ul.rb-payment li .check{
  display: block;
  position: absolute;
  border: 5px solid #AAAAAA;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 30px;
  left: 20px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

ul.rb-payment li:hover .check {
  border: 5px solid #666666;
}

ul.rb-payment li .check::before {
  display: block;
  position: absolute;
    content: '';
  border-radius: 100%;
  height: 7px;
    width: 7px;
    top: 4px;
    left: 3.5px;
  margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.rb-payment input[type=radio]:checked ~ .check {
  border: 5px solid #e0a724;
}

.rb-payment input[type=radio]:checked ~ .check::before{
  background: #e0a724;
}

.rb-payment input[type=radio]:checked ~ label{
  color: #e0a724;
}
.styled-checkbox, .module-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label, .module-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.unstyled {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .unstyled li {
        margin: 10px 0px;
    }
.label-normal{
    font-weight:normal!important;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #ddd;
}
.module-checkbox + label:before{
    content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #eee;
  border-radius: 50%;
}
.styled-checkbox:hover + label:before {
  background: #f35429;
}
.module-checkbox:hover + label:before{
    background: #eee;
}
.styled-checkbox:checked + label:before {
  background: #f35429;
}
.module-checkbox:checked + label:before{
    background: #2dd262;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.module-checkbox:disabled + label{
  color: #eeeeee;
  cursor: auto;
}
.styled-checkbox:disabled + label:before,.module-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after, .module-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.box-class{
    border: 1px solid #eee;
    padding: 20px;    
    border-radius: 5px;
    background: #364e38;
    color: #fff;
    margin-top: 30px;
}
.project-name{
    font-size: 2.2em !important;
    line-height: 1em;
    font-weight: 700;
    color: #fff;
}
.module-name, .timeslot-date, .user-name{
    font-size: 1.5em;
    font-weight: 700;
    color:#797979;
}
.module-price{
    position:absolute;
    bottom: 20px;
    padding-left: 10px;
    font-size: 2em;
    font-weight: 700;
    color: #797979;
}
.module-price-2{    
    font-size: 2em;
    font-weight: 700;
}
.module-subtitle{
    font-size: 1em;
    font-style:italic;
    color:#797979;
}
.timeslot-time{
    font-size: 0.9em;
    color: #797979;
}
.module-time, .timeslot-staff{
    font-size:1em;
    font-weight:700;
    color:#797979;
}
.total-section{
    padding:30px 20px 20px 20px;
    width: 100%;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    display: block;
    margin-bottom:20px;
}
.location-box{
    padding: 10px;
}
.timeslot-box{
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 15px 5px !important;

}
.selected-module-name{
    font-size: 1.3em;
    font-weight: 700;
    color: #728b93;
}
.selected-module-time{
    font-size: 1.2em;    
    color: #fff;
}
.accordion-heading{
    width: 100%;
    height: 50px;
    padding: 15px;
    border-bottom: 2px solid #eee;
    border-top: 2px solid #eee;
}
.accordion-inner{
    padding: 20px;
}
a.accordion-toggle{
    color: #333 !important;
}
.rb-timeslot{
    border: 1px solid #eee;
    padding: 10px;
    height: 130px;
    border-radius: 5px;
    background: #fceea3;
    color:#fff;
    margin-bottom: 5px;
    cursor: pointer;
}
.rb-timeslot input[type=radio] {
  display: none;
}

.rb-timeslot input[type=radio] + label {
	background: url('https://lh3.googleusercontent.com/CSygHWUdWSpIIfoPv3gwc0PctzOTVFGSCcSel4lOtxBBofmpt1QJxOF8MwrXbi0lIxxnKw2Cj6btMFTJZIGxWpkNpHZL41cOa5sgeSgtlsmat7YjkQlrU2XbmhPrxZwElMf9hucSAfEgF0VRLQy58ATRdf1mQULv5VcfnWFyus03KF8Egtg_pwW1_LRnklFEAUUZ_TyzEqFM3cp6G_aDyQpNCKxNvoLWkrcV-tgxqxQGAqC45JAkWWNXSxKgXD8TINX_xO1oml6fh_qVC32SwSQZqkk8Mkhvi2V3DSME0BzcS7wlku5tUK9ijkksro3Wp9kS7Ng4kyPDpkhZAh0kaiKXe4vUXfpZhhXuVjMwaP04HmMFJ7tjKt7bKvIHo0LcKv1zbbQsJ5ZTbI9wRabnUk9dWZtKE0w9BwiNbHuw1JrJBzmSCon9aQZD2DCD72DZEgaUchpdWKi-jShqHvrhaUYUeOUQiImDmo9NBKocQIW76p69uns8tbm1XXohE6tc-PKj8Cx66YtZLm4oUsvppee7Sw92GBFNvMPP9BGZSvxZmpV6TV5rNga1JBJOCMKw76SuYRNob9jCPmjzVMYjmFN8GknmaqOti7kh-QP7IlTUleyq=w25-h24-no') left top no-repeat;
	display: block;
	min-height: 25px;
	padding-left: 35px;
}

.rb-timeslot input[type=radio]:checked + label {
	background: url('../Images/circle.png') left top no-repeat;
}
.cover-profile-small{
    background-color: #f353a6;
    background-image: radial-gradient( circle at top left, #f353a6, #651121 95% );
    color: #fff;
    height: 150px;
}
.profile-card-head{
    margin-top: -40%;
    text-align: center;
    border-bottom: 2px solid #eee;
    padding-bottom: 15px;
}
.profile-card-description{
    padding-top: 10px;
    text-align:justify;
}
.pricing-table-float{    
    position: fixed;
    top: 0px;
    right: 10px;
    z-index: 99;
    background: #fff;
    width: 300px;
    overflow: hidden;    
    border: 1px solid #eee;
    border-radius: 0px 0px 10px 10px;
    box-shadow: -1px 5px 5px rgba(0,0,0,0.1)
}
.pricing-head{
    background: #f66e69;
    padding:10px;
    text-align: center;
    color:#fff;
}
.pricing-body{
    padding: 10px;
}
.exp-earlybird{
    border-left: 15px solid #00a65a;
    padding-left: 5px;
    font-weight: bold;
    color: #00a65a;
}
.exp-normal{
    border-left: 15px solid #dc7910;
    color: #dc7910;
    padding-left: 5px;
    font-weight: bold;
}
.module-box a:hover{
    color: #aaa;
}
.toggle-button{
    display: block;
     position: fixed;
        top: 0px;
        right: 10px;
        border-radius: 0px 0px 5px 5px;
        padding: 15px;
        text-align: center;
        background: #f66e69;
        color: #fff;
        font-size:1.5em;
}
#pricing-close-btn{
        display: block;
    }
.for-small{
    display: none;
}
.login-parent{    
    padding: 10px;
    margin-bottom: 20px;
}
#divParentLogin{
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
}
.timeslot-service{
    display: none;

}
/* The switch - the box around the slider */
    .switch {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 30px;
    }

        /* Hide default HTML checkbox */
        .switch input {
            display: none;
        }

    /* The slider */
    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #efefef;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .slider:before {
            position: absolute;
            content: "";
            height: 24px;
            width: 24px;
            left: 4px;
            bottom: 4px;
            background-color: #375038;
            -webkit-transition: .4s;
            transition: .4s;
        }

    input:checked + .slider {
        background-color: #DCB86D;
    }

    input:focus + .slider {
        box-shadow: 0 0 1px #2196F3;
    }

    input:checked + .slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
    }

    /* Rounded sliders */
    .slider.round {
        border-radius: 30px;
    }

        .slider.round:before {
            border-radius: 50%;
        }
.alert-dark-gold {
    color: #fff;
    background-color: #d6b972;
    border-color: #eee;
}
/*color*/
.grey{
    background-color: #eee;
}
.green{
    color:#00a65a;
}
.orange{
    color:#dc7910;
}
.font-blue{
    color:#42bcca ;
}
.text-tomato{
    color: #ff6347;
}
.gold{
    color: #e0a724;
}
.bg-pink{
    background: #f66e69;
}
/*font*/
.font-bold{
    font-weight: 700;
}
.skin-black-light .sidebar-menu>li.active::after{
    content:"\A";
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent #f4f4f4 transparent transparent;
    position: absolute;
    right: 0px;
    top: 11px;
    z-index: 5;
}
@media (max-width: 340px) {
    
  .wrapper-box{
        margin-top: -20% !important;
    }
  .TotalAmountChoose{
      font-size:1.7em !important;
  }
  
}


@media (max-width: 767px) {
    .circle-picture-small{
        height: 100px !important;
        width: 100px !important;
    }
    .selected-module-time{
        font-size:0.9em !important;
    }
    .selected-module-name{
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .project-box{
        height: 220px !important;
    }
    .img-placeholder-project, .img-placeholder-project img{
        height: 150px;
    }
    .company-banner{
        height: 150px !important;
        margin-bottom: -20%;
    }
    .timeslot-service{
        display: block !important;
        font-style: italic;
        font-size:0.7em;
        color: #797979;
    }
    .rb-timeslot{
        height: 170px !important;
    }    
    #cover-img{
    height: 150px !important;
}       
    .wrapper-box{
        margin-top: -7.5%;
    }
    .circle-picture{
        height: 80px;
        width: 80px;
    }
    .project-name{
        font-size: 1.6em !important;
        line-height: 1em;
        color: #555759;
    }
    .nav-sidebar{
        margin-left: 0px !important;
    }
    .module-name, .timeslot-date, .user-name{
        font-size: 1em !important;
    }
    .timeslot-time {
    font-size: 0.7em;
    }
    .module-time, .timeslot-staff {
    font-size: 0.7em !important;
    font-weight: 700;
    }
    .medium-up{
        display: none;
    }
    .for-small{
        display:block !important;
    }
    .accordion-inner{
        padding: 0px !important;
    }
    .location-box{
        padding: 0px;
    }
    .accordion-heading{
        height: 90px;
        line-height : 1.2;
    }
    .profile-card-head{
        margin-top: -25% !important;
    }
}
@media (max-width: 768px){
    
}
@media (min-width: 768px) and (max-width: 1028px) {
    .toggle-custom {
    display: block;
}
    .timeslot-service{
        display: block !important;
        font-style: italic;
        font-size:0.7em;
        color: #797979;
    }
    .project-name{
        font-size: 2em !important;
        line-height: 1em;
        color: #555759;
    }
    .wrapper-box{
        margin-top: -5%;
    }
}
@media (max-width: 1028px) {
    .toggle-button{
        display:block !important;
       
    }
    #pricing-close-btn{
        display: block !important;
    }
    .pricing-table-float{
        top: 0 !important;
        right : 10px !important;
        bottom:unset;
        display: none;
        border-radius: 0px 0px 10px 10px !important;
    }

    .timeslot-date{
        font-size: 0.9em;
    }
    .timeslot-time{
        font-size:0.7em;
    }
    .timeslot-staff{
        font-size:0.7em;
    }
}

@media (min-width: 1366px) {

  .tabordion {
    width: 100%;
  }
}

/* REPORT */

.show-calendar {
    position: absolute;
    z-index: 2;
    float: left;
}

.calendar {
    vertical-align: middle;
}

.box-calendar {
    background: #fff;
    border: 1px solid #abadb3;
    float: left;
    display: block;
}

.input-cal {
    padding: 0 5px;
}

.label-cal {
    float: left;
    display: block;
}

.timeline-item {
}

.jml {
margin: 0 10px;
}

.header {
    background: #3e667d;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

.title-cal {
    padding: 0;
    border-bottom: 0;
}
.row-report {
    border: none;
    margin: 5px;
    color:#333333;background-color:#FDFDFB;border-style:None;
}

    .header th {
        padding: 10px;
    }

    .row-report td {
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }

.rdr-grid td {
    padding: 3px 5px;
    text-align: center;
}

.rdr {
    background: #3e667d;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

    .rdr th {
        padding: 10px 20px;
    }

.font_16_b {
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
    float: right;
}

.check-report {
    vertical-align: middle; padding-left: 20px;
}

footer{
	padding:10px 0 10px 20px;
	color:#f8f8f8;
}

/* --- DISPLAY PAGE --- */

.calendar-input td {
    padding: 7px 2px;
}

.calendar-title td {
    padding: 5px;
    padding-top: 15px;
}

.calendar-title tr {
    border-left: 1px solid #fff;
}

.calendar-input {
    display: block;
    width: 100%;
    float: left;
}

.calendar-leftColumn {
    width: 100%;
    float: left;
    display: inline-block;
    border: 1px solid #5988a3;
}

.calendar-gmt {
    background: #ABCBE8;
    width: 100%;
    display: block;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding-top: 5px;
    
}

.calendar-checklist {
    width: 100%;
    float: left;
    display: inline-block;
    background: #fff;
    min-height: 300px;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 5px;
}

.callout-2.callout-info {
    background-color: #FFF !important;
    border-color: #68A4C4;
    color: #333 !important;
    font-weight: 500;
}

.callout-2 {
    border-radius: 3px;
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;

}

.modalBackground 
{
    height:100%;
    background-color:#000;
    filter:alpha(opacity=40);
    opacity:0.4;
}

.box-popup {
    padding: 20px;
    border: 5px solid #3eb3cc;
    border-radius: 3px; 
    background: #fff;
}

    .box-popup .next {
        float: right;
    }

 .calendar-view {
    color: #3e667d;
    font-family: Verdana;
    height: auto;
    width: 100%;
    border: 1px solid #5988a3;
}

     .calendar-view th {
        text-align: center;
    }

.lbl-gmt {
    font-weight: 600;
    color: #000;
    padding-left: 20px;
}
#display-calendar table.calendar-view {
    border-color: #3e667d;
}

 li.list-info {
    list-style-type: none;
    border-bottom: 1px solid #335782;
    padding: 5px 10px;
    color: #fff;
}

 li.list-info-last {
    list-style-type: none;
    padding: 5px 10px;
    color: #fff;
}

.change {
    padding: 1px 10px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0;
}

.go-link {
    padding: 1px 10px;
    margin: 0 5px 0 20px;
    float: left;
}

ul#MainContent_Wizard1_BookedTimeList {
    margin: 0;
    padding-left: 0;
}

    ul#MainContent_Wizard1_BookedTimeList li {
        list-style-type: none;
         font-weight: bold;
         color: #fff;
         padding: 5px 20px;
    }

 input.full {
    width: 100%;
    display: block;
    background: #f4f5f7;
    border: 1px solid #B4B5B6;
    padding: 3px 7px;
}

.next-btn {
    margin-top: 20px;
    background: #00A65A;
    color: #fff;
}

 textarea.full {
    width: 100%;
    display: block;
    background: #f4f5f7;
    border: 1px solid #B4B5B6;
    padding: 3px 7px;
   
}

.timezone {
    width: 100%;
    display: block;
    background: #f4f5f7;
    border: 1px solid #B4B5B6;
    padding: 3px 7px; margin: 10px 0 15px 0;
}

.select-time {
    width: 30%;
    display: block;
    background: #f4f5f7;
    border: 1px solid #B4B5B6;
    padding: 3px 7px; margin: 10px 0 15px 0;
} 

 div.left-sidebar{
    -webkit-box-shadow:inset 1px 0 0 0 rgba(0,0,0,.01);
    box-shadow:inset 1px 0 0 0 rgba(0,0,0,.01);
    width:20%;
    float:left;
}
 /*halaman configuration - edit*/
 .main-content .config-content {
    padding: 5px 20px 5px 20px;
    display:block;
}

.main-content .config-hint {
    float: right;
    display: inline-block;
    padding-top: 15px;
}

.main-content .header-config {
    /*border-bottom:dotted 1px;*/
}

#TimeSlotShow h4 {
    margin-bottom: 10px;
}

.main-content .edit-btn {
    float: right;
    display:inline;
}

.main-content .content-list {
    padding: 15px;
    background-color:#f5f5f5;
    border-radius:5px;
    margin-top:5px;
}

.main-content .config-timeline {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  /*display: inline-block;*/ 
  border-radius: 2px;
  padding-bottom: 20px;
}

.main-content .config-menu ul {
        margin: 0;
    }

    .main-content .config-menu ul li {
        list-style-type: none;
        border-bottom: 1px solid #222d32;
    }

        .main-content .config-menu ul li a {
            color: #fff;
            font-weight: 400;
        }

.booking-logo {
    width:200px;
    height:150px;
    
}

.booking-image {
    width:200px;
    height:150px;
    
}

.drop-tz {
    padding-top: 15px;
}

.selected {
    background: #5988a3; padding: 10px 20px 10px 0; display: block; float: left; width: 100%;
}

    .selected span {
        padding-left: 15px;
    }

    .selected ul {
        padding-left: 0;
    }

        .selected ul li {
            padding-left: 0;
            list-style-type: none;color: #fff;font-weight: bold; margin-right: 5px;
        }

.selected-2 {
    background: #5988a3; padding: 10px 20px 10px 0; display: block;
}

    .selected-2 span {
        padding-left: 15px;
    }

        .selected-2 ul li {
            float: left;
            display: inline-block;
            list-style-type: none;color: #333;font-weight: bold; margin-right: 5px;
        }
.sel-date {
    margin: 0;
    padding-left: 15px;
}

.selected-info {
    margin-bottom: 5px;
    padding-bottom: 10px;
    display: block;
    float:left;
}

    .selected-info ul {
        margin-bottom: 0;
    }

    .selected-info ul li {
        color: #333;
        padding-left: 15px;
        font-size: 14px;
    }

    .selected ul.sel-date li {
        margin-right: 10px;
        font-size: 17px;
    }

    .selected-2 ul.sel-date li {
        margin-right: 10px;
        font-size: 14px;
    }

.info-select {
    font-size: 17px;
    font-weight: 500;
    color: #000;
}

.pad {
    padding: 12px;
}

/* ===================================
3. Responsive media
==================================== */

.video-container,.map-container,.embed-container 		{ position:relative; margin:0 0 15px 0;	padding-bottom:51%; padding-top:30px; height:0; overflow:hidden; border:none; }
.embed-container iframe,
.embed-container object,
.embed-container embed,
.video-container iframe,
.map-container iframe,
.map-container object,
.map-container embed,
.video-container object,  
.video-container embed 					{ position:absolute; top:0; left:0; width:100%; height:100%; }
iframe {
	border:none;
}

img.img-polaroid {
	margin:0 0 20px 0;
}
.img-box {
	max-width:100%;
}
/* ===================================
4. Header
==================================== */

/* --- header -- */


header .navbar {
    margin-bottom: 0px;
    /*width:1400px;*/
}

.navbar-default {
    border: 1px;
}

.navbar-default .navbar-brand {
    color: #fff;
	text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
	letter-spacing: -1px;
    padding: 0;
}


header .navbar-collapse  ul.navbar-nav {
    /*float: right;
    margin-right: 0;*/
    padding: 10px;
}

header .navbar-default{
    background-color: #F8F8F8;
}

header .nav li a:hover,
header .nav li a:focus,
header .nav li.active a,
header .nav li.active a:hover,
header .nav li a.dropdown-toggle:hover,
header .nav li a.dropdown-toggle:focus,
header .nav li.active ul.dropdown-menu li a:hover,
header .nav li.active ul.dropdown-menu li.active a{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


header .navbar-default .navbar-nav > .open > a,
header .navbar-default .navbar-nav > .open > a:hover,
header .navbar-default .navbar-nav > .open > a:focus {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


header .navbar {
    min-height: 0px;
    padding:0px;
}

header .navbar-nav > li  {

}

header  .navbar-nav > li > a {
    padding-bottom: 6px;
    padding-top: 5px;
    margin-left: 2px;
    line-height: 30px;
	font-weight: 700;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.dropdown-menu li a:hover {
    color: #fff !important;
}

header .nav .caret {
    border-bottom-color: #f5f5f5;
    border-top-color: #f5f5f5;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color:  #fff;
}	
	

.dropdown-menu  {
    box-shadow: none;
    border-radius: 0;
	border: none;
}

.dropdown-menu li:last-child  {
	/*padding-bottom: 0 !important;*/
	margin-bottom: 0;
}

header .nav li .dropdown-menu  {
   padding: 0;
}

header .nav li .dropdown-menu li a {
   line-height: 28px;
   padding: 3px 12px;
}

/* --- menu --- */

header .navigation {
	float:right;
}

header ul.nav li {
	border:none;
	margin:0;
    text-align: center;
    /*width: 20%;
    border-left: 1px solid #474849;*/
}

header ul.nav li:last-child {
     border-right: 1px solid #474849;
}

header ul.nav li a {	
	font-size:12px;
	border:none;
	font-weight:400;
	text-transform:uppercase;
}

header ul.nav li ul li a {	
	font-size:12px;
	border:none;
	font-weight:300;
	text-transform:uppercase;
}


.navbar .nav > li > a {
  color: #fff;
  text-shadow: none;
}

.navbar .nav a:hover {
	background:none;
}

#login-a a {
    color: #fff;
}

.login-navbar {
    float: right;
    color: #fff;
}

/*.navbar .nav > #login-a a:hover {
    color: #000;
}*/

.navbar .nav > .active > a,.navbar .nav > .active > a:hover {
	background:none;
	font-weight:700;
}

.navbar .nav > .active > a:active,.navbar .nav > .active > a:focus {
	background:none;
	outline:0;
	font-weight:700;
}

.navbar .nav li .dropdown-menu {
	z-index:2000;
}

header ul.nav li ul {
	margin-top:1px;
}
header ul.nav li ul li ul {
	margin:1px 0 0 1px;
}
.dropdown-menu .dropdown i {
	position:absolute;
	right:0;
	margin-top:3px;
	padding-left:20px;
}

.navbar .nav > li > .dropdown-menu:before {
  display: inline-block;
  border-right: none;
  border-bottom: none;
  border-left: none;
  border-bottom-color: none;
  content:none;
}



ul.nav li.dropdown a {
	z-index:1000;
	display:block;
}

 select.selectmenu {
	display:none;
}

.menu_book {
    background: #1a2226;
}

    .sidebar-menu>li.menu_book>a {
        padding-left: 25px;
    }

/* --- login page --- */

/* --- login page --- */

.forgot-pass {
    cursor: pointer;
}

.change_pass {
    float: right;
    color: #fff;
    font-weight: bold;
    display: block;
}

.loginbox { padding: 10px; width: 450px; margin: 4% auto 0 auto; position: relative; }
.Registerbox { padding: 10px; width: 80%; margin: 4% auto 0 auto; position: relative; }
.loginPanel{ padding:10px; width: 60%; margin:4% auto 0 auto; position:relative; background-color:#e6e6e6; border-radius:5px;}

.loginheader { height: 40px; }
.loginform { margin-top: 20px; }

.loginbox input { 
	 margin-right: 0;
	 margin-top: 8px; font-size: 15px; border: 0;
	
}
.loginbox button { 
	background: #999; padding: 10px 20px; font-size: 18px; border: 0; letter-spacing: 1px; color: #333; width: 360px;
	-moz-box-shadow: 1px 1px 3px #222; -webkit-box-shadow: 1px 1px 3px #222; box-shadow: 1px 1px 3px #222; cursor: pointer;
}
.loginbox button.default { background: #999; color: #333; }
.loginbox button.hover { background: #ccc; color: #000; }
.loginbox button:active { background: #111; color: #fff; }
.loginerror { color: #990000; background: #fbe3e3; padding: 0 10px; overflow: hidden; display: none; }
.loginerror { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
.loginerror p { margin: 10px 0; }

.radius { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.title { font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif; }


@media screen and (max-width: 430px) {
	
	
	button, input, select, textarea { font-size: 11px; }
	
	.loginbox { width: auto; margin: 10px; }
	.loginbox input {}
	.loginbox button { width: 100%; }
}	


.login-page {
    background-image: url("fancybox/back-login.jpg");
    background-repeat: repeat;
}

.login-box {
    padding: 10px;
    width: 400px;
    margin: 4% auto 0 auto;
    position: relative;
}


.login-logo {
    font-size:35px;
    text-align:center;
    font-weight:300;
}
.aboutme {
    background-image: url("fancybox/back-about.jpg");
    background-repeat: repeat;
}

.link-home:hover {
        text-decoration:none;
    }
.link-login {
    color:#fff;
}

.link-login a:hover {
    text-decoration-line:none;    
}

.has-feedback {
    position:relative;
}

.has-group {
    margin-bottom:15px;
}

.has-feedback .form-control {
    padding-right: 0px;
}

.check-remember {
    float: left;
    margin-right: 5px;
    margin-top: -3px;
}

.login-remember {
    float: left; margin-right: 5px; color: #fff; font-weight: bold; vertical-align: top;
}

.form-group .field-validation-error {
    color:#fffc14;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
    display:block;
}

.form-group .field-error2 {
    color:#fffc14;
    font-weight: bold;
    margin-bottom: 0;
    text-align: left;
    display:block;
}

.btn-social :first-child{position:absolute;left:0;top:0;bottom:0;width:32px !important;line-height:34px !important;font-size:1.6em!important;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social{position:relative;padding-left:44px !important;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.btn-google-plus{color:#fff;background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-google-plus:hover,.btn-google-plus:focus,.btn-google-plus.focus,.btn-google-plus:active,.btn-google-plus.active,.open>.dropdown-toggle.btn-google-plus{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}.btn-google-plus:active,.btn-google-plus.active,.open>.dropdown-toggle.btn-google-plus{background-image:none}.btn-google-plus.disabled,.btn-google-plus[disabled],fieldset[disabled] .btn-google-plus,.btn-google-plus.disabled:hover,.btn-google-plus[disabled]:hover,fieldset[disabled] .btn-google-plus:hover,.btn-google-plus.disabled:focus,.btn-google-plus[disabled]:focus,fieldset[disabled] .btn-google-plus:focus,.btn-google-plus.disabled.focus,.btn-google-plus[disabled].focus,fieldset[disabled] .btn-google-plus.focus,.btn-google-plus.disabled:active,.btn-google-plus[disabled]:active,fieldset[disabled] .btn-google-plus:active,.btn-google-plus.disabled.active,.btn-google-plus[disabled].active,fieldset[disabled] .btn-google-plus.active{background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-google-plus .badge{color:#dd4b39;background-color:#fff}
.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:hover,.btn-facebook:focus,.btn-facebook.focus,.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{background-image:none}.btn-facebook.disabled,.btn-facebook[disabled],fieldset[disabled] .btn-facebook,.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled.focus,.btn-facebook[disabled].focus,fieldset[disabled] .btn-facebook.focus,.btn-facebook.disabled:active,.btn-facebook[disabled]:active,fieldset[disabled] .btn-facebook:active,.btn-facebook.disabled.active,.btn-facebook[disabled].active,fieldset[disabled] .btn-facebook.active{background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook .badge{color:#3b5998;background-color:#fff}

/* --- User page --- */

.user-image {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: -2px 5px 0 15px;
}


/* --- About Me --- */

.aboutme .name-aboutme {
    font-size: 28px;
    color: #000;
    text-align: center;
}

.aboutme .web-aboutme {
    font-size: 15px;
    color: #000;
    text-align: center;
}

.aboutme .intro-aboutme {
    font-size: 14px;
    color: #000;
}

.aboutme .wlcmsg-aboutme {
    font-size: 14px;
    color: #fff;
    font-style: oblique;
    font-weight: 500;
}

.aboutme .yt-panel {
    margin-bottom: 10px;
    text-align: left;
}

.aboutme .about-panel {
    margin-bottom: 10px;
    text-align: left;
    padding-left: 15px;
    border-bottom: 1px solid #eee; padding-bottom: 15px;
}

.about-panel img {
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

/* --- ACTIVITY page --- */

.timeline-item {
  width: 100%;
    border-radius: 3px;
    margin-bottom: 15px;
    background: #fff;
    color: #444;
    padding: 0;
    position: relative;
    background: #f0f0f0;
    border: 1px solid #ddd;
}

.time {
    color: #999;
    float: right;
    padding: 10px;
    font-size:13px;
}

.timeline-header {
      margin: 0;
    color: #555;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
    font-size: 16px;
    line-height: 1.1;
        border-bottom-color: #ddd;
        font-weight: 500;
}

.timeline-intre {
    width: 100%;
    border-radius: 3px;
    margin-bottom: 15px;
    background: #fff;
    color: #444;
    padding: 0;
    position: relative;
    background: #ffffff;
    border: 1px solid #ddd;
}

.timeline-header>a {
  font-weight: 600;
}

.timeline-body, .timeline > li > .timeline-item > .timeline-footer {
    padding: 10px; padding-bottom: 0;
}

.timeline-footer {
    padding: 0 10px 10px 10px;
}

.tab-timeline {
    border-bottom: 1px solid #ddd; display: block;
}
.tab-timeline input.a{
    background: #fff;
    position: relative;
    display: inline-block;
    padding: 10px 15px;
     border: none;
}

    .tab-timeline input.active {
        border: 0;
        background: #3c8dbc;
        position: relative;
        display: inline-block;
        padding: 10px 15px;
        color: #fff;
    }

.detail-timeline {
 
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  width: 100%; float: right;display: inline-block; border-radius: 2px;
  padding-bottom: 20px;
}

.subject-timeline {
    font-weight: 600;
    font-size: 16px;
    margin-right: 10px;
}

    .subject-timeline:hover {
        text-decoration: underline;
        
    }

.about-panel {
    text-align: left; padding: 10px 0;
}

.label-font {
    color: #555;
    font-weight: 400;
}

.label-white {
    font-weight: 400;
    padding-left: 20px;
}

.label-date {
    color: #e0460b;
    font-weight: 600;
    font-size: 13px;
}

.status-sch {
    color: #f40000;
    font-weight: bold;
}

.canceled {
    text-decoration: line-through;
}

.font_14_b {
    font-weight: 600;
    font-size: 14px;
    margin-right: 10px;
    padding-left: 20px;
    color: #222;
}

.font_14_w {
    font-weight: 600;
    font-size: 14px;
    margin-right: 10px;
    padding-left: 20px;
    color: #fff;
}

.font_14_w_noleft {
    font-weight: 600;
    font-size: 14px;
    margin-right: 10px;
    color: #fff;
}

.font_14_noleft {
    font-weight: 600;
    font-size: 14px;
    color: #222;
    margin: 15px 0;
}

.font_20_w {
    font-weight: 600;
    font-size: 20px;
    color: #222;
}

.font_20_b {
    font-size: 20px;
    font-weight: 600;
    margin-right: 10px;
    padding-left: 20px;
    color: #222;
    text-transform: uppercase;
}

.font_14b_noleft {
    font-weight: 600;
    font-size: 14px;
    color: #222;
}

.top-box-detail {
    background: #3e667d;
    display: block;
    width: 100%;
    padding: 10px 5px 10px 20px;
    border-radius: 3px 3px 0 0;
    color: #fff;
}


.center-text {
    text-align: center;
}

.link-schedule {
    color: #555;
    text-decoration: none;
    cursor:pointer;
}

.menu-dash-date {
    width: 100%;
    display: block;
    margin-bottom: 5px;
    background: #05c06a;
    float: left;
    padding: 10px 0;
}

.filter-row {
    width: 100%;
}

    .filter-row input[type=radio] {
        margin: 0 5px 0 15px;
        padding-top: 10px;
        vertical-align: middle;
    }

    .filter-row select {
        padding: 2px 0;
    }
        

    .filter-row label {
        color: #fff;
    }

#w { display: block; }


/* nav menu styles */
#accor { 
  display: block; 
  margin: 0;
 
}

    #accor li {
        list-style-type: none;
    }

#accor li.info {
    list-style-type: none;
    background: #fff;
    padding: 7px 15px;
    text-align:justify;
}

#accor > li > a { 
  display: block; 
  padding: 8px 15px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #325b72;
  background-color: #3e667d;

}
#accor > li > a:hover, #accor > li > a.open { 
  color: #e9e9e9;
  border-bottom-color: #384f76;
  background-color: #6985b5;

}

#accor li ul { display: none; background: #4a5b78; margin-left: 0; }

#accor li ul li a { 
  display: block; 
  background: none;
  padding: 10px 0px;
  padding-left: 30px;
  font-size: 1.1em;
  text-decoration: none;
  font-weight: bold;
  color: #e3e7f1;
  text-shadow: 1px 1px 0px #000;
}
    #accor li ul li a:hover {
        background: #394963;
    }

/* --- CONFIGURATION --- */

.dropdown-bp {
    vertical-align: middle;
}

.page-info li {
    margin-bottom: 10px;
}

.modalPopup {
    background-color: #ffffff !important;
    border: 2px solid #3e667d;
    border-radius: 4px;
    width: 40%;
}

h4.help-config {
    margin: 0;
    background: #3e667d;
    text-align: center;
    padding: 10px;
    color: #fff;
}

.btn-help {
    float: right;
    margin: 20px;
}

.categ-bp {
    display: inline-block;
    float: left;
    padding-left: 10px;
}

ul.delete-simbol li {
    margin-bottom: 15px;
}

.help-btn {
    background: none;
    border: 0;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color: #3c8dbc;
}

.main-content .help-popup {
    background: #f00;
}

.rd_btn {
    display: inline-block;
    vertical-align: middle;
    float: left;
}

.scr {
    height: 600px;
    overflow-y: scroll;
}

.user-panel .info a.bp-button {
    vertical-align: middle;
    font-size: 14px;
    padding-top: 15px;
}

#style-7::-webkit-scrollbar-track
{
	
}

#style-7::-webkit-scrollbar
{
	width: 10px;
	background-color: #fbfbfb;
}

#style-7::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #FFF;
	background-image: -webkit-linear-gradient(top,
											  #557f97 0%,
											  #3e667d 100%);
     margin-left: 5px;
}

/*.main-content .config-timeline {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1); 
  border-radius: 2px;
  padding-bottom: 20px;
}

.config-menu {

}

    .config-menu ul {
        margin: 0;
    }

    .config-menu ul li {
        list-style-type: none;
        border-bottom: 1px solid #222d32;
    }

        .config-menu ul li a {
            color: #fff;
            font-weight: 400;
        }
.maint-content .config-content {
    padding: 5px 20px 5px 20px;
    display:block;
}

.header-config {
    /*border-bottom:dotted 1px;
}

.edit-btn {
    float: right;
    display:inline;
}

#content-list {
    padding: 5px;
    background-color:#f5f5f5;
    border-radius:5px;
    margin-top:5px;
}

.right-content div.aa {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    display: block;
    border-radius: 2px;
    padding-bottom: 20px;
}*/

/* --- Integration page --- */



/* --- New Booking page --- */

eader-config {
    /*border-bottom:dotted 1px;
}

.edit-btn {
    float: right;
    display:inline;
}

#content-list {
    padding: 5px;
    background-color:#f5f5f5;
    border-radius:5px;
    margin-top:5px;
}

.right-content div.aa {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    display: block;
    border-radius: 2px;
    padding-bottom: 20px;
}*/

/* --- Integration page --- */



/* --- New Booking page --- */

.new-url {
    font-size: 25px;
}

/* --- BUTTON --- */
.btn {
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
  padding: 3px 7px;
}

.btn-danger {
  background-color: #dd4b39;
  border-color: #d73925;
}

.btn-primary {
  background-color: #3c8dbc;
  border-color: #367fa9;
}

.btn-warning {
  background-color: #f39c12;
  border-color: #e08e0b;
}

.btn-oldblue {
  background-color: #27709b;
  border-color: #367fa9;
}

.btn-blue1 {
  border:1px solid #0a6d9b;
  color:#fff;
  background: #0a6d9b;
  vertical-align: middle;
  margin-top: -10px;
}

.btn-blue1:hover,.btn-blue:focus,.btn-blue:active  {
  background: #085e86;
  color:#fff;
}

.bg-green {
  font-weight: 400;
  padding: 5px 20px;
  display: inline-block;
  background-color: #00a65a;
  box-shadow: 0 1px 1px rgba(0,0,0,0.5);
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
}

.btn-go {
    float: right;
}

.timeline-footer button.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}



/* ===================================
5. Section: Featured
==================================== */

#featured{
	width: 100%;
	background:#fcfcfc;
	position:relative;
	margin:0;
	padding:0;
}

/* ===================================
6. Sliders
==================================== */
/* --- flexslider --- */

#featured .flexslider {
	padding:0;
	margin: 80px 0 10px; 
	background: #fff; 
	position: relative; 
	zoom: 1;
}

.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption { bottom: 35px; background-color: rgba(0, 0, 0, 0.8); color: #fff; margin: 0; padding: 25px 25px 25px 30px; position: absolute; right: 0; width: 295px;}
.flex-caption h3 {color: #fff; letter-spacing: 1px; margin-bottom: 8px; text-transform: uppercase;}
.flex-caption p {margin: 0 0 15px;}



/* ===================================
7. Section: call action
==================================== */
section.callaction {
	background:#f9f9f9;
	padding:50px 0 0 0;
}



/* ===================================
8. Section: Content
==================================== */

#content {
	position:relative;
	background:#fff;
	padding:50px 0 40px 0;
}

#content img {
	max-width:100%;
	height:auto;
}

/* --- Call to action --- */

.cta-text {
	text-align: center;
	margin-top:10px;
}


.big-cta .cta {
	margin-top:10px;
}

/* --- box --- */

.box {
	width: 100%;
}
.box-gray  {
	background: #f8f8f8;
	padding: 20px 20px 30px;
}
.box-gray  h4,.box-gray  i {
	margin-bottom: 20px;
}
.box-bottom {
	padding: 20px 0;
	text-align: center;
}
.box-bottom a {
	color: #fff;
	font-weight: 700;
}
.box-bottom a:hover {
	color: #eee;
	text-decoration: none;
}


/* ===================================
9. Section: Bottom
==================================== */

#bottom {
	background:#fcfcfc;
	padding:50px 0 0;

}
/* twitter */
#twitter-wrapper {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}
#twitter em {
    font-style: normal;
    font-size: 13px;
}

#twitter em.twitterTime a {
	font-weight:600;
}

#twitter ul {
    padding: 0;
	list-style:none;
}
#twitter ul li {
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 300;
    margin-bottom: 20px;
    position: relative;
    word-break: break-word;
}


/* ===================================
10. Inner - Section: page headline
==================================== */

#inner-headline{
	background:#83c3bd;
	position:relative;
	margin:0px;
	padding:5px 0px 5px 15px;	
}


#inner-headline .inner-heading h2 {
	color:#fff;
	margin:20px 0 0 0;
}

/* --- breadcrumbs --- */
#inner-headline ul.breadcrumb {
	margin:30px 0 0;
	float:left;
}

#inner-headline ul.breadcrumb li {
	margin-bottom:0;
	padding-bottom:0;
}
#inner-headline ul.breadcrumb li {
	font-size:13px;
	color:#fff;
}

#inner-headline ul.breadcrumb li i{
	color:#dedede;
}

#inner-headline ul.breadcrumb li a {
	color:#fff;
}

ul.breadcrumb li a:hover {
	text-decoration:none;
}

/* ============================
11. Forms
============================= */

/* --- contact form  ---- */
form#contactform input[type="text"] {
  width: 100%;
  border: 1px solid #f5f5f5;
  min-height: 40px;
  padding-left:20px;
  font-size:13px;
  padding-right:20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

}

form#contactform textarea {
border: 1px solid #f5f5f5;
  width: 100%;
  padding-left:20px;
  padding-top:10px;
  font-size:13px;
  padding-right:20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

}

form#contactform .validation {
	font-size:11px;
}

#sendmessage {
	border:1px solid #e6e6e6;
	background:#f6f6f6;
	display:none;
	text-align:center;
	padding:15px 12px 15px 65px;
	margin:10px 0;
	font-weight:600;
	margin-bottom:30px;

}

#sendmessage.show,.show  {
	display:block;
}

/* --- comment form ---- */
input[type=radio] {
  vertical-align: middle;
}

form#commentform input[type="text"] {
  width: 100%;
  min-height: 40px;
  padding-left:20px;
  font-size:13px;
  padding-right:20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	-webkit-border-radius: 2px 2px 2px 2px;
		-moz-border-radius: 2px 2px 2px 2px;
			border-radius: 2px 2px 2px 2px;

}

form#commentform textarea {
  width: 100%;
  padding-left:20px;
  padding-top:10px;
  font-size:13px;
  padding-right:20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	-webkit-border-radius: 2px 2px 2px 2px;
		-moz-border-radius: 2px 2px 2px 2px;
			border-radius: 2px 2px 2px 2px;
}


/* --- search form --- */
.search{
	float:right;
	margin:35px 0 0;
	padding-bottom:0;
}

#inner-headline form.input-append {
	margin:0;
	padding:0;
}



/* ===============================
12. Portfolio
================================ */

.work-nav #filters {
	margin: 0;
	padding: 0;
	list-style: none;
}

.work-nav #filters li {
	margin: 0 10px 30px 0;
	padding: 0;
	float:left;
}

.work-nav #filters li a {
	color: #7F8289;
	font-size: 16px;
	display: block;	
}

.work-nav #filters li a:hover {

}

.work-nav #filters li a.selected {
	color: #DE5E60;
}

#thumbs {
	margin: 0;
	padding: 0;	
}

#thumbs li {
	list-style-type: none;
}

.item-thumbs {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	cursor: pointer;
}

.item-thumbs a + img {
	width: 100%;	
}

.item-thumbs .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);	
}

.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.item-thumbs .hover-wrap .overlay-img {
	position: absolute;
	width: 50%;
	height: 100%;
	opacity: 0.80;
	filter: alpha(opacity=80);
	background: #000;
}

.item-thumbs .hover-wrap .overlay-img-thumb {
	position: absolute;
	border-radius: 60px;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	color: #fff;
	font-size: 32px;
	line-height: 1em;	
	opacity: 1;
	filter: alpha(opacity=100);
}


/* --- Portolio filter --- */

ul.portfolio-categ{
	margin:10px 0 30px 0;
	padding:0;
	float:left;
	list-style:none;
}

ul.portfolio-categ li{
	margin:0;
	padding:0 20px 0 0;
	float:left;
	list-style:none;
	font-size:13px;
	font-weight:600;
}

ul.portfolio-categ li a{
	display:block;
	padding:35x 0 35x 0;
	color:#353535;
}

ul.portfolio-categ li.active a:hover, ul.portfolio-categ li a:hover,ul.portfolio-categ li a:focus,ul.portfolio-categ li a:active {
	text-decoration:none;
	outline:0;
}
    


/* --- portfolio detail --- */
.top-wrapper {
	margin-bottom:20px;
}

/* ===============================
13. Elements
================================ */

/* --- blockquote --- */
blockquote {
	font-size:16px;
	font-weight:400;
	font-family:'Noto Serif', serif;
	font-style:italic;
	padding-left:0;
	color:#a2a2a2;
	line-height:1.6em;
	border:none;
}

blockquote cite 							{ display:block; font-size:12px; color:#666; margin-top:10px; }
blockquote cite:before 					{ content:"\2014 \0020"; }
blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited 				{ color:#555; }

/* --- pullquotes --- */

.pullquote-left {
	display:block;
	color:#a2a2a2;
	font-family:'Noto Serif', serif;
	font-size:14px;
	line-height:1.6em;
	padding-left:20px;
}

.pullquote-right {
	display:block;
	color:#a2a2a2;
	font-family:'Noto Serif', serif;
	font-size:14px;
	line-height:1.6em;
	padding-right:20px;
}

/* --- button --- */
.btn-theme {
	color: #fff;
}
.btn-theme:hover {
	color: #eee;
}

/* --- list style --- */

ul.general {
	list-style:none;
	margin-left:0;
}

ul.link-list{
	margin:0;
	padding:0;
	list-style:none;
}

ul.link-list li{
	margin:0;
	padding:2px 0 2px 0;
	list-style:none;
}

footer ul.link-list li a{
	color:#fff;
}
footer ul.link-list li a:hover {
	color:#eee;
}
/* --- Heading style --- */

h4.heading {
	font-weight:700;
}

.heading { margin-bottom: 30px; }

.heading {
	position: relative;
	
}


.widgetheading {
	width:100%;

	padding:0;
}

#bottom .widgetheading {
	position: relative;
	border-bottom: #e6e6e6 1px solid;
	padding-bottom: 9px;
}

aside .widgetheading {
	position: relative;
	border-bottom: #e9e9e9 1px solid;
	padding-bottom: 9px;
}

footer .widgetheading {
	position: relative;
}

footer .widget .social-network {
	position:relative;
}


#bottom .widget .widgetheading span, aside .widget .widgetheading span, footer .widget .widgetheading span {	
	position: absolute;
	width: 60px;
	height: 1px;
	bottom: -1px;
	right:0;

}

/* --- Map --- */
.map{
	position:relative;
	margin-top:-50px;
	margin-bottom:40px;
}

.map iframe{
	width:100%;
	height:450px;
	border:none;
}

.map-grid iframe{
	width:100%;
	height:350px;
	border:none;
	margin:0 0 -5px 0;
	padding:0;
}

/* --- our team --- */

ul.team-detail{
	margin:-10px 0 0 0;
	padding:0;
	list-style:none;
}

ul.team-detail li{
	border-bottom:1px dotted #e9e9e9;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	list-style:none;
}

ul.team-detail li label {
	font-size:13px;
}

ul.team-detail li h4, ul.team-detail li label{
	margin-bottom:0;
}

ul.team-detail li ul.social-network {
	border:none;
	margin:0;
	padding:0;
}

ul.team-detail li ul.social-network li {
	border:none;	
	margin:0;
}
ul.team-detail li ul.social-network li i {
	margin:0;
}

/* --- Pricing box --- */


.pricing-title{
	background:#fff;
	text-align:center;
	padding:10px 0 10px 0;
}

.pricing-title h3{
	font-weight:600;
	margin-bottom:0;
}

.pricing-offer{
	background: #fcfcfc;
	text-align: center;
	padding:40px 0 40px 0;
	font-size:18px;
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
}

.pricing-box.special .pricing-offer{
	color:#fff;
}

.pricing-offer strong{
	font-size:78px;
	line-height:89px;
}

.pricing-offer sup{
	font-size:28px;
}

.pricing-content{
	background: #fff;
	text-align:center;
	font-size:14px;
}

.pricing-content strong{
color:#353535;
}

.pricing-content ul{
	list-style:none;
	padding:0;
	margin:0;
}

.pricing-content ul li{
	border-bottom:1px solid #e9e9e9;
	list-style:none;
	padding:15px 0 15px 0;
	margin:0 0 0 0;
	color: #888;
}

.pricing-action{
	margin:0;
	background: #fcfcfc;
	text-align:center;
	padding:20px 0 30px 0;
}

.pricing-wrapp{
	margin:0 auto;
	width:100%;
	background:#fd0000;
}

/* --- pricing box alt 1 --- */
.pricing-box-alt {
border: 1px solid #e6e6e6;
	background:#fcfcfc;
	position:relative;
	margin:0 0 20px 0;
	padding:0;
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
  -moz-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
  box-shadow: 0 2px 0 rgba(0,0,0,0.03);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pricing-box-alt .pricing-heading {
	background: #fcfcfc;
	text-align: center;
	padding:40px 0 0px 0;
	display:block;
}
.pricing-box-alt.special .pricing-heading {
	background: #fcfcfc;
	text-align: center;
	padding:40px 0 1px 0;
	border-bottom:none;
	display:block;
	color:#fff;
}
.pricing-box-alt.special .pricing-heading h3 {
	color:#fff;
}

.pricing-box-alt .pricing-heading h3 strong {
	font-size:32px;
	font-weight:700;
	letter-spacing:-1px;
}
.pricing-box-alt .pricing-heading h3 {
	font-size:32px;
	font-weight:300;
	letter-spacing:-1px;
}

.pricing-box-alt .pricing-terms {
	text-align: center;
	background:#333;
	display:block;
	overflow:hidden;
	padding:30px 0 20px;
}

.pricing-box-alt .pricing-terms  h6 {
	font-style:italic;
	margin-top:10px;
	color:#fff;
	
	font-family:'Noto Serif', serif;
}

.pricing-box-alt .icon .price-circled {
    margin: 10px 10px 10px 0;
    display: inline-block !important;
    text-align: center !important;
    color: #fff;
    width: 68px;
    height: 68px;
	padding:12px;
    font-size: 16px;
	font-weight:700;
    line-height: 68px;
    text-shadow:none;
    cursor: pointer;
    background-color: #888;
    border-radius: 64px;
    -moz-border-radius: 64px;
    -webkit-border-radius: 64px;
}

.pricing-box-alt  .pricing-action{
	margin:0;
	text-align:center;
	padding:30px 0 30px 0;
}


/* ===============================
14. Blog & article
================================ */

article{
	margin-bottom:40px;
}

article .post-heading h3 {
	margin-bottom:20px;
}

article .post-heading h3 a {
	font-weight:700;
	color:#353535;
}

article .post-heading h3 a:hover {
	text-decoration:none;
}


/* --- post meta --- */
.post-meta {
	background:#fcfcfc;
	border:1px solid #e6e6e6;
	border-top:none;
	text-align:center;
}

.post-meta .format {
	border-bottom:1px solid #e6e6e6;
	padding:10px 0 10px;
}

.post-meta i{
	margin:0;
}

.post-meta .date {
	border-bottom:1px solid #e6e6e6;
	padding:10px 0 10px;
}

.post-meta .date span {
	text-align:center;
	color:#999;
	font-size:12px;
	font-weight:600;
}

.post-meta .comments {
	padding:10px 0 10px;
}

.post-meta .comments a {
	color:#999;
	font-size:12px;
	font-weight:700;
}

.post-meta .comments a:hover {
	text-decoration:none;
}

/* --- post format --- */

.post-image {
	margin-bottom:20px;
}

.post-quote {
	margin-bottom:20px;
}

.post-video {
	margin-bottom:20px;
}

.post-audio {
	margin-bottom:20px;
}

.post-link {
	margin-bottom:20px;
}

.post-slider {
	margin-bottom:20px;
}


.post-quote blockquote {
	font-size:16px;
	color:#999;
	font-family:'Noto Serif', serif;
	font-style:italic;
	line-height:1.6em;
}


.post-image img:hover {
  -webkit-box-shadow: 0 0 2px #979797;
     -moz-box-shadow: 0 0 2px #979797;
          box-shadow: 0 0 2px #979797;	
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

ul.meta-post{
	float:left;
	margin: 0;
	padding:0;
	list-style:none;
}

ul.meta-post li{
	float:left;
	margin:0 10px 0 0;
	padding:0;
	list-style:none;
	border-right:1px dotted #e9e9e9;
	padding-right:10px;
}

ul.meta-post li i {
	float:left;
	font-size:12px;
	margin:2px 5px 0 0;
}

ul.meta-post li a{
	color:#999;
	float:left;
	font-size:12px;
	font-weight:600;
}

/* --- single post --- */
.bottom-article{
	overflow: hidden;
	border-top:1px solid #f5f5f5;
	border-bottom:1px solid #f5f5f5;
	padding:10px 0 10px 0;
	margin-top:20px;
}

/* --- author info --- */

.about-author {
	border:1px solid #f5f5f5;
	padding:20px;
	float:left;
	margin-bottom:5px;
}

.about-author h5 {
	margin-bottom:10px;
}



/* --- Comment --- */

.comment-area {
	float:left;
	width:100%;
	margin-top:30px;	
}


.media-content{
	overflow:hidden;
	margin-left:12px;
	border-bottom:1px dotted #d5d5d5;
	padding-bottom:20px;
}

.media-content h6 {
	font-size:14px;
	font-weight:700;
}

.media-content span{
	color:#a9a9a9;
	font-size:14px;
	font-weight:300;
}

.comment-area .thumbnail > img {
  display: block;
	width:60px;
	height:60px;
}
.filter-list{
	margin-top:20px;
}

/* --- pagination --- */

#pagination a,
#pagination span {
    display: block;
    float: left;
    margin: 0 7px 0 0;
    padding: 7px 10px 6px 10px;
    font-size: 12px;
    line-height:12px;
    color: #888;
	font-weight:600;
}

#pagination a:hover {
    color: #fff;
	text-decoration:none;
}

#pagination span.current {
    background: #333;
    color: #fff;
    font-weight: bold;
}


/* ===============================
15. Aside, sidebar
================================ */

aside{
	position:relative;
	margin-bottom:40px;
}

.sidebar-nav{
	float:left;
	width:100%;
}

.right-sidebar{
	border-left:1px solid #f5f5f5;
	padding:0 0 0 30px;
-webkit-box-shadow:inset 1px 0 0 0 rgba(0,0,0,.01);
box-shadow:inset 1px 0 0 0 rgba(0,0,0,.01);

}


.left-sidebar .widget h3, .left-sidebar .widget .widget-content{
	padding-right:20px;
}



aside .widget {
	margin-bottom:40px;
}


ul.cat, ul.recent, ul.folio-detail, ul.contact-info{
	margin:0;
	padding:0;
	list-style:none;
}

ul.cat li, ul.recent li, ul.folio-detail li, ul.contact-info li{
	margin:0 0 15px 0;
	list-style:none;
}

ul.cat li a, ul.folio-detail li a{
	color:#656565;
}

ul.folio-detail li label{
	display:inline;
	cursor:default;
	color:#353535;
	font-weight:bold;
}

.widget ul.recent li {
	margin-bottom:20px;
}

ul.recent li h6 {
	margin:0 0 10px 0;
}

ul.recent li h6 a{
	color:#353535;
	font-size:16px;
	font-weight:600;
}


.widget ul.tags {
	list-style:none;
	margin:0;
	margin-left: 0;
	padding-left:0;
}

.widget ul.tags li {
	margin:0 5px 15px 0;
	display:inline-block;
}


.widget ul.tags li a {
	background:#e6e6e6;
	color:#333;
	padding:5px 10px;
}

.widget ul.tags li a:hover {
	text-decoration:none;
	color:#fff;
}

/* ===== Widgets ===== */

/* --- flickr --- */
.widget .flickr_badge {
	width:100%;
}
.widget .flickr_badge img { margin: 0 9px 20px 0; }

footer .widget .flickr_badge {
    width: 100%;
}
footer .widget .flickr_badge img {
    margin: 0 9px 20px 0;
}

.flickr_badge img {
    width: 50px;
    height: 50px;
    float: left;
	margin: 0 9px 20px 0;
}



/* --- latest tweet widget --- */

.twitter ul{
	margin-left:0;
	list-style:none;
}

.twitter  img{
    float: left;
    margin-right: 15px;
}
.twitter span.tweet_time{
    display: block;
    padding-bottom: 5px;

}
.twitter li{    
    border-bottom: 1px dashed #efefef;    
    padding-bottom: 20px;
    margin-bottom: 20px;
    list-style: none;
}
.twitter li:last-child{border: none;}

/* --- Recent post widget --- */

.recent-post{
	margin:20px 0 0 0;
	padding:0;
	line-height:18px;
}

.recent-post h5 a:hover {
	text-decoration:none;
}

.recent-post .text h5 a {
	color:#353535;
}


ul.time-post{
	float:left;
	width:120px;
	padding:0;
	list-style:none;
	margin:0 20px 0 0;
	text-align:center;
	color: #0e0f0f;
}

ul.time-post li{
	float:none;
	background:#f8f8f8;
	list-style:none;
	margin:0 0 2px 0;
	padding:0;
}

ul.time-post li a img:hover{
	opacity: 0.8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";	
}
 	
ul.time-post li.time{
	float:none;
	padding:5px 0 5px 0;
	text-shadow: none;	
}

.recent-post ul.time-post li.time{
	color:#121214;
}

.post-meta{
	margin-bottom:20px;
}

.post-meta span{
	padding:0 10px 0 10px;
	margin-bottom:10px;
}

.post-meta span a{
	color:#919191;
}

.post-meta strong{
	font-weight:200px;
	color:#c7c7c7;
}

.item .text {
	margin-left:140px;
	margin-bottom:20px;
}

/* ===============================
16. Footer
================================ */


footer a {
	color:#fff;
}

footer a:hover {
	color:#eee;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6{
	color:#fff;
}

footer address {
	line-height:1.6em;
}

footer h5 a:hover, footer a:hover {
	text-decoration:none;
}

/* ===============================
 Live preview purpose
================================ */
/* --- buttons --- */

.bs-docs-example {
	margin:0 0 10px 0;
}

.demobtn a.btn {
	margin:0 10px 10px 0;
}

section.demogrid .col-lg-1,section.demogrid .col-lg-2,section.demogrid .col-lg-3,section.demogrid .col-lg-4,section.demogrid .col-lg-5,section.demogrid .col-lg-6,section.demogrid .col-lg-7,section.demogrid .col-lg-8,section.demogrid .col-lg-9,section.demogrid .col-lg-10,section.demogrid .col-lg-11 {
	background:#f6f6f6;
	text-align:center;
	padding:20px 0 20px;
}

section.demogrid .show-grid .row,section.demogrid .show-grid .row-fluid {
	margin-bottom:0;
}

section.demogrid .show-grid .nest {
	background:#ddd;
	text-align:center;
	padding:20px 0 20px;
}

section.demogrid .col-lg-12.nest {
	background:#f6f6f6;
	text-align:center;
	padding:20px 0 0;
}

.demoinline p {
	display:inline;
	margin-right:20px;
}


/* ===============================
17. Divider, Line & Misc
================================ */

.solidline {
	border-top:1px solid #f5f5f5;
	margin:0 0 30px;
}

.dottedline {
	border-top:1px dotted #f5f5f5;
	margin:0 0 30px;
}

.dashedline {
	border-top:1px dashed #f5f5f5;
	margin:0 0 30px;
}

.blankline {
	height:1px;
	margin:0 0 30px;
}


/* scroll to top */
.scrollup{
    position:fixed;
	width:32px;
	height:32px;
    bottom:0px;
    right:20px;
	background: #222;
	
}

a.scrollup {
	outline:0;
	text-align: center;
}

a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
	opacity:1;
	text-decoration:none;
}
a.scrollup i {
	margin-top: 10px;
	color: #fff;
}
a.scrollup i:hover {
	text-decoration:none;
}




/* =============================
18. Position & alignment
============================= */

.absolute{
	position:absolute;
}

.relative{
	position:relative;
}

.aligncenter{
	text-align:center;
}

.aligncenter span{
	margin-left:0;
}

.floatright {
	float:right;
}

.floatleft {
	float:left;
}

.floatnone {
	float:none;
}

.aligncenter {
	text-align:center;
}

/* --- Image allignment style --- */

img.pull-left, .align-left{
	float:left;
	margin:0 15px 15px 0;
}

.widget img.pull-left {
	float:left;
	margin:0 15px 15px 0;
}

img.pull-right, .align-right {
	float:right;
	margin:0 0 15px 15px;
}

article img.pull-left, article .align-left{
	float:left;
	margin:5px 15px 15px 0;
}

article img.pull-right, article .align-right{
	float:right;
	margin:5px 0 15px 15px;
}

/* =============================
20. Spacer, margin
============================= */

.clear-marginbot{
	margin-bottom:0;
}

.marginbot10{
	margin-bottom:10px;
}
.marginbot20{
	margin-bottom:20px;
}
.marginbot30{
	margin-bottom:30px;
}
.marginbot40{
	margin-bottom:40px;
}

.clear-margintop{
	margin-top:0;
}

.margintop10{
	margin-top:10px;
}

.margintop20{
	margin-top:20px;
}

.margintop30{
	margin-top:30px;
}

.margintop40{
	margin-top:40px;
}


/* =============================
21. Media queries 
============================= */

@media (min-width: 768px) and (max-width: 979px) {

    .wrapper-box{
        margin-top: -10%;
    }

	a.detail{
		background:none;
		width:100%;
	}


	
	footer .widget form  input#appendedInputButton {
		  display: block;
		  width: 91%;
		  -webkit-border-radius: 4px 4px 4px 4px;
			 -moz-border-radius: 4px 4px 4px 4px;
				  border-radius: 4px 4px 4px 4px;
	}
	
	footer .widget form  .input-append .btn {
		  display: block;
		  width: 100%;
		  padding-right: 0;
		  padding-left: 0;
		  -webkit-box-sizing: border-box;
			 -moz-box-sizing: border-box;
				  box-sizing: border-box;
				  margin-top:10px;
	}

	ul.related-folio li{
		width:156px;
		margin:0 20px 0 0;
	}	
}

@media (max-width: 767px) {


  body {
    padding-right: 0;
    padding-left: 0;
  }
	.navbar-brand {
		margin-top: 10px;
		border-bottom: none;
	}
	.navbar-header {
		margin-top: 20px;
		border-bottom: none;
	}
	
	.navbar-nav {
		border-top: none;
		float: none;
		width: 100%;
	}

	header .navbar-nav > li  {
		padding-bottom: 0;
		padding-top: 0;
	}
	
	header .nav li .dropdown-menu  {
		margin-top: 0;
	}

	.dropdown-menu {
	  position: absolute;
	  top: 0;
	  left: 40px;
	  z-index: 1000;
	  display: none;
	  float: left;
	  min-width: 160px;
	  padding: 5px 0;
	  margin: 2px 0 0;
	  font-size: 13px;
	  list-style: none;
	  background-color: #fff;
	  background-clip: padding-box;
	  border: 1px solid #f5f5f5;
	  border: 1px solid rgba(0, 0, 0, .15);
	  border-radius: 0;
	  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
			  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	}
	

	
	.navbar-collapse.collapse  {
		border: none;
		overflow: hidden;
	}

	
	.box {
		border-bottom:1px solid #e9e9e9;
		padding-bottom:20px;
	}

	#featured .flexslider .slide-caption {
		width: 90%; 
		padding: 2%; 
		position: absolute; 
		left: 0; 
		bottom: -40px; 
	}


	#inner-headline .breadcrumb {
		float:left;
		clear:both;
		width:100%;
	}

	.breadcrumb > li {
		font-size:13px;
	}

	
	ul.portfolio li article a i.icon-48{
		width:20px;
		height:20px;
		font-size:16px;
		line-height:20px;
	}


	.left-sidebar{
		border-right:none;
		padding:0 0 0 0;
		margin-bottom:40px;
	}
	
	.right-sidebar{
		margin-top:30px;
		border-left:none;
		padding:0 0 0 0;
	}
	
	
	footer .col-lg-1, footer .col-lg-2, footer .col-lg-3, footer .col-lg-4, footer .col-lg-5, footer .col-lg-6, 
	footer .col-lg-7, footer .col-lg-8, footer .col-lg-9, footer .col-lg-10, footer .col-lg-11, footer .col-lg-12{
		margin-bottom:20px;
	}

	#sub-footer ul.social-network {
		float:left;
	}
	

	
  [class*="span"] {
		margin-bottom:20px;
  }

}

@media (max-width: 480px) {
	.bottom-article a.pull-right {
		float:left;
		margin-top:20px;
	}


	.search{
		float:left;
	}

	.flexslider .flex-caption {
		display:none;
	}


	.cta-text {
		margin:0 auto;
		text-align:center;	
	}
	
	ul.portfolio li article a i{
		width:20px;
		height:20px;
		font-size:14px;
	}


}

@media (max-width: 360px) {

}

.modalBackground {
    background-color:black;
    filter:alpha(opacity=90);
    opacity:0.0;
}

.modalPopup {
    background-color:#ffffff;
    border-width:3px;
    border-style:solid;
    border-color:black;
    padding-top:10px;
    padding-left:10px;
    width:300px;
    height:140px;
}

