@import url('../fonts/font.css');

* {
    margin: 0 auto;
    padding: 0px;
    outline: none;
    /* list-style: none; */
}
body {
    /* background: url(../img/body-bg.jpg) no-repeat 0px 0px;
    */
    background-size: cover;
    background-color:#ffffff;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: "Raine&HorneRegular", Arial, Helvetica, sans-serif;
}
h1 {
    font-size:2.0rem;
}
h2 {
    font-size:1.5rem;
    color: #ffb914;
}
h3 {
    font-size:1.25rem;
}
p {
    font-family: 'Raine&HorneLight', Arial, Helvetica, sans-serif;
    margin-bottom:0.8rem;
}

a {
    color:#cc6600;
    
}

a:hover,  a:active {
    text-decoration:underline;
    color:#993300;
    outline:none;
}
a:hover, a:focus {
    color: #993300;
}
ol, ul{
    font-family: 'Raine&HorneLight', Arial, Helvetica, sans-serif;
}
.top-bar .toggle-topbar.menu-icon a span::after {
    box-shadow: 0 0px 0 1px rgb(51, 51, 51), 0 7px 0 1px rgb(51, 51, 51), 0 14px 0 1px rgb(51, 51, 51);
}
label {
    font-family: 'Raine&HorneLight', Arial, Helvetica, sans-serif;
}
span.error, small.error {background: #f99d1c;}
/*---- accordion -----------*/

.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
    display: block;
    background: #f7f7f7;
}
.accordion .accordion-navigation > a, .accordion dd > a {
    background: #ffb914;
    color: #fff;
    display: inline-block;
}
.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
        background: #ffb914; color:#333333; text-decoration:none; }
.accordion .accordion-navigation.active > a, .accordion dd.active > a {
      background: #ffb914; }
/*---- buttons ----*/
.btn{margin:30px 0 30px 0;}
a.btn, a.btn-xs, a.btn-sm, a.btn-md, a.btn-lg, a.btn-xl {
    color: #FFF;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 7px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 7px;
    -moz-border-radius-bottomleft: 0;
    border-radius: 7px;
    border-bottom-left-radius: 0;
    background: #ffb914;
    padding:15px;}
a.btn-md:hover{color:#333;}

/*==========================================================================*/
/*                                      HEADER                              */
/*==========================================================================*/

header {
    width: 100%;
    z-index: 9999;
    position: relative
}
.row {
    max-width: 1170px;
}
.header-top {
    width: 100%;
    position: relative;
    background-color: #3c3c3d;
}
.top-bar .name h1 a {
    width: auto;
    font-weight: normal;
    color: white;
    display: block;
    padding: 0px;
}
.msgtext {
    width: auto;
    height: auto;
    float: left;
    padding-top: 10px;
}
.msgcart a{
    width: auto;
    margin: 2px 30px 0px 0px;
    font-size: 17px;
    color: #ffb914;
}
.search {
    width: auto;
    height: auto;
    float: right;
    padding-top: 10px;
}
.phone-number {
    width: auto;
    float: left;
    margin: 2px 30px 0px 0px;
}
.phone-number .fa-phone a{
    font-size: 18px;
    color: #ffb914;
}
.phone-number a{
    color: #ffb914;
}
.phone-number .fa-lock {
    font-size: 18px;
    color: #ffb914;
}
.phone-number .fa-envelope {
    font-size: 18px;
    color: #ffb914;
}
.phone-number p {
    font-size: 17px;
    color: #ffb914;
    display: inline-block;
    font-family: 'latobold';
    margin-bottom: 10px;
}
.search-container {
    float: right;
}
.search-container form {
    position: relative;
}
.search-container form input[type="text"] {
    width: 253px;
    height: 31px;
    line-height: 31px;
    font-size: 15px;
    color: #ffffff;
    padding: 0px 0px 0px 42px;
    background: #666666;
    border-radius: 4px;
    border: none;
}
.search-container form input[type="submit"] {
    width: 20px;
    padding: 0px;
    border: none;
    background: url(../img/glass.png) no-repeat 4px 0px;
    position: absolute;
    top: 8px;
    left: 8px;
    text-indent: -10000px;
}
.contain-to-grid .top-bar {
    max-width: 100%;
}
.top-bar {
    background: inherit;
}
.top-bar .name {
    height: auto;
}
.contain-to-grid {
    background: inherit;
    z-index: 999;
    position: relative;
}
.login {
    float: right;
    margin-top: -5px;
}

.top-bar-section ul li {
    float: left;
    background: inherit;
}
.top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 10x;
    background: inherit !important;
}
.top-bar-section ul li.selected a, .top-bar-section ul li:hover a {
    background: inherit;
    color: #ffb914 !important;
    border-top: 1px solid #ffb914;
    margin-top: -1px;
    text-decoration:none;
}
.top-bar-section .dropdown {
    top: auto;
    background: #333;
    min-width: 100%;
    padding: 0;
    z-index: 8888;
    display: block;
    position: absolute !important;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}
.top-bar-section ul li:hover a {
    background: inherit;
}
.top-bar-section .has-dropdown > a {
    padding-right: 35px !important;
}
.top-bar-section .dropdown li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #F0C84A;
}
.top-bar-section .dropdown li:hover {
    background: #333;
}
.top-bar-section ul li > a {
    color: #333333;
    padding: 12px 0 12px 0;
    padding-left: 15px;
    font-family: "Raine&HorneRegular", Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-transform: none;
}
.top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
    border-left-style: solid;
    margin-right: 15px;
    margin-top: -4.5px;
    position: absolute;
    top: 50%;
    right: 0;
}

.top-bar {
    height: 90px;
    line-height: 45px;
    position: relative;
}
.top-bar .name h1 {
    line-height: 45px;
    font-size: 10px;
    /* margin-top: -20px;
    */
}
.login ul {
}
.login ul li {
    float: left;
    padding: 6px 10px 0px 10px;
}
.login ul li a {
    font-size: 13px;
    color: #ffffff;
    font-family: 'latobold';
    margin-top: 10px;
    display: block;
}
.login ul li.create-account a {
    width: 115px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: block;
    font-size: 13px;
    background: #f0c84a;
    color: #010101;
    border-radius: 4px;
    margin-top: 3px;
}
.login ul li.create-account a:hover {
    background: #fee184;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fee184), color-stop(44%, #fcde7e), color-stop(100%, #f6d364));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fee184 0%, #fcde7e 44%, #f6d364 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee184', endColorstr='#f6d364', GradientType=0 );
    /* IE6-9 */
}


.map{
    width:100%;
    height:auto;
    float:left;
    margin-bottom:20px;
}
.map iframe {
    width: 100%;
    float: left;
    height: 400px;
}

@media only screen and (min-width: 64.063em) {
    .top-bar-section .has-dropdown > a:after {
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(5, 5, 5, 0.7) transparent transparent transparent;
        border-top-style: solid;
        margin-top: 24.5px;
        top: -3.5px;
        left: 96px;
    }
    .top-bar-section ul li .js-generated {
        display: none;
    }
    .top-bar-section {
        transition: none 0 0;
        float: right;
        left: 0 !important;
        margin: 65px 0px 0px 57px;
    }
    .top-bar-section ul {
        height: auto !important;
    }
    .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        background: inherit;
        color: #000;
    }
    .top-bar-section .dropdown li:hover a {
        color: #f0c84a !important;
    }
    .top-bar .title-area {
        float: left;
    }
    .contain-to-grid .top-bar {
        margin: 0 auto;
        margin-bottom: 0;
    }
    .top-bar {
        overflow: visible;
    }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important;
    }
}
/*==========================================================================*/
/*                                  HERO BANNER AND TESTIMONIALS            */
/*==========================================================================*/

.testimonials {
    width: 100%;
    float: left;
    overflow: hidden;
}
.slider-description .cptn-heading1 {
    font-size: 50px;
    color: #333333;
    font-family: "Raine&HorneRegular", Arial, Helvetica, sans-serif;
    line-height:50px;
}
.cptn-heading1 span{font-size: 1.2rem;}
.slider-description p {
    font-size: 15px;
    color: #333;
    font-family: "Raine&HorneLight", Arial, Helvetica, sans-serif;
}
.slider-description a {
    display: block;
    width: 186px;
    height: 55px;
    line-height: 55px;
    float: left;
    font-size: 20px;
    color: #ffffff;
    background: #333333;
    text-align: center;
    border-radius: 4px;
    font-family: "Raine&HorneRegular",Arial, Helvetica, sans-serif;
}
.slider-description a:hover {
    color:#ff9401;
    text-decoration:none;
}
.hero {
    width: 100%;
    height:400px;
    float: left;
    overflow: hidden;
    background-color: #e4e4e4;
}
.hero ul {
    width: 100%;
    float: left;
    height: auto;
    margin: 0px 0 -12px 0;
    position: relative;
}
.hero ul li img {
    float: left;
    display: block;
}
.slider-description {
    color: white;
    text-align: left;
    background: none;
    margin: 0 auto
}
.slider-description .row {
    width: 100%;
    text-align: center;
    max-width: 1170px;
    margin: 0 auto;
    display: inline-block
}
.hero ul li .row img {
    width: 50%;
    float: left;
}
.hero ul li .row .slider-description {
    width: 45%;
    float: right;
    margin-top: 5%
}
.hero .slick-prev, .hero .slick-next {
    width: 63px;
    height: 63px;
    opacity: 1.5;
    top: 35%;
    background: url(../img/main-arrow.png) no-repeat center;
}
.hero .slick-prev {
    background-position: 0px 0px;
}
.hero .slick-next {
    background-position: -77px 0px;
}
.hero .slick-prev:hover, .hero .slick-prev:focus, .hero .slick-next:hover, .hero .slick-next:focus {
    opacity: 2.0;
    background: url(../img/main-arrow.png) no-repeat center;
}
.hero .slick-prev:hover, .hero .slick-prev:focus {
    background-position: 0px 0px;
}
.hero .slick-next:hover, .hero .slick-next:focus {
    background-position: -77px 0px;
}
/*==========	 Column Slider		==========*/

.three-col-slider, .four-col-slider, two-col-slider{width:100%; float:left}
.two-col-slider .slick-prev, .two-col-slider .slick-next,
.three-col-slider .slick-prev, .three-col-slider .slick-next,
.four-col-slider .slick-prev, .four-col-slider .slick-next
 {width:40px; height:40px;opacity:0.75;top:-35px;background:#000 url(../img/event-arrow.png) no-repeat center;border:1px solid #000;border-radius:0px}
.two-col-slider .slick-prev{background-position:12px -22px;right:47px;left:inherit}
.two-col-slider .slick-next{background-position:-28px -22px;right:0px}
.three-col-slider .slick-prev, .four-col-slider .slick-prev {background-position:12px -22px;right:62px;left:inherit}
.three-col-slider .slick-next, .four-col-slider .slick-next {background-position:-28px -22px;right:15px}

.two-col-slider .slick-prev:hover, .two-col-slider .slick-prev:focus,
.two-col-slider .slick-next:hover, .two-col-slider .slick-next:focus,
.three-col-slider .slick-prev:hover, .three-col-slider .slick-prev:focus,
.three-col-slider .slick-next:hover, .three-col-slider .slick-next:focus,
.four-col-slider .slick-prev:hover, .four-col-slider .slick-prev:focus,
.four-col-slider .slick-next:hover, .four-col-slider .slick-next:focus
 {opacity:3;background:#fff url(../img/event-arrow.png) no-repeat center;}
 
.two-col-slider .slick-prev:hover, .two-col-slider .slick-prev:focus,
.three-col-slider .slick-prev:hover, .three-col-slider .slick-prev:focus,
.four-col-slider .slick-prev:hover, .four-col-slider .slick-prev:focus{background-position:12px 11px;}
  
.two-col-slider .slick-next:hover, .two-col-slider .slick-next:focus,
.three-col-slider .slick-next:hover, .three-col-slider .slick-next:focus,
.four-col-slider .slick-next:hover, .four-col-slider .slick-next:focus{background-position:-28px 11px;}

 

/*==========	End Column Slider		==========*/
/*==========    Star cloud tags =======*/

.tag-cloud-section {
  max-width: 100%;
  margin: 0 auto;
}

.tag-cloud-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #cacaca;
  padding: 1rem 0;
  margin-bottom: 1rem;
}

.tag-cloud {
  margin: 1rem;
  text-align: left;
  list-style: none;
}

.tag-cloud .tag-cloud-individual-tag .fa {
  margin-left: 7px;
  color: #ffffff;
}
.tag-cloud .tag-cloud-individual-tag:link {
  background: #ffb914;
}
.tag-cloud .tag-cloud-individual-tag:hover {
  background: black;
  transition: background-color .2s ease-in;
}
.tag-cloud .tag-cloud-individual-tag:active {
  background: black;
}
.tag-cloud .tag-cloud-individual-tag {
  display: inline-block;
  padding: 0.66666rem 0.5rem;
  border-radius: 7px;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #ffb914;
  display: inline-block;
  color: #fff;
  margin: 3px;
  text-transform: uppercase;
  font-weight: bold;
}
/*==========================================================================*/
/*              Star Business Search */
/*==========================================================================*/
#search {
    height: 500px;
    padding: 7px 18px 0px 30px;
    /* position: absolute;
    */
    right: -17px;
    top: 134px;
    width: 100%;
    z-index: 90;
    background: url(images/search-bg.png) no-repeat scroll left top;
    border-radius: 12px;
    border-bottom-left-radius: 0px;
    margin-top: 20px;
}
#search h3 {
    color: #fff;
    line-height: 21px;
    margin-bottom: 5px;
}

/* Star - made narrower 9/6/15 */
#search .cat_dropdown_small {
    width:78px;
    margin-right: 10px;
    padding:2px;
    height:24px;
}
/* Star - made narrower 15/4/13*/
#search input.cat_textbox, #search textarea.cat_listbox, #search select.cat_dropdown, #search select.cat_listbox {
    width: 170px;
    padding:2px;
    height:24px;
}
#search-input {
    display:inline;
    float: left;
    width:150px;
}
#search-input input {
    height: 26px;
    width:150px;
}
#search-btn {
    display:inline;
    float: left;
    width:58px;
}
#search-btn .cat_button {
    background-color: #9EC82F;
    border: 1px solid #83AA25;
    color: #FFFFFF;
    cursor: pointer;
    display:block;
    height:26px;
    margin:0;
    padding: 3px;
}
#search label {
    color: #FFFFFF;
    display: block;
    float: none;
    font-weight: normal;
    text-align: left;
    margin-bottom:4px;
    width: auto;
}
/* Star added RH shape 15/4/13 */
#search .cat_button {
    border: 0 none;
    float: right;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin-left:0!important;
    border-radius:12px;
    border-bottom-left-radius:0px;
}
/*=============== Horizontal Business Search ==================== */
.site_searchbox {
    width: 100%;
    float: left;
    background-color: #fff;
    min-height: 215px;
}
.searchbox_content {
    width: 100%;
    float: left;
    background: #fff;
    margin-top: 20px;
}
.search_properti {
    width: 100%;
    float: left;
    background: #f0b500;
    padding: 30px 10px;
    text-align: center;
    cursor: pointer;
}
.search_properti figure {
    width: 100%;
    float: left;
}
.search_properti figure figcaption{
    width:100%;
    display:block;
    max-width:140px;
    margin:0 auto;
    padding:9px 0;
}
.search_properti h6 {
    color: #fff;
    font-weight: 500;
    line-height: 24px;
}
.search_block{
    width:100%;
    float:left;
    padding: 27px 8px 26px;
}
.search_block select, input{
    margin:10px 0 19px 0;
}
.search_block .column{
    padding:0 8px;
}

/*======================== Tiles ====================================*/
div.widgets {
    padding: 48px 0px 48px 0px;
}
.flip-container{
    -webkit-perspective:1000;
    -moz-perspective:1000;
    -ms-perspective:1000;
    perspective:1000;
    -ms-transform:perspective(1000px);
    -moz-transform:perspective(1000px);
    -moz-transform-style:preserve-3d;
    -ms-transform-style:preserve-3d}
.flip-container:hover .back,.flip-container.hover .back{
    -webkit-transform:rotateY(0deg);
    -moz-transform:rotateY(0deg);
    -o-transform:rotateY(0deg);
    -ms-transform:rotateY(0deg);
    transform:rotateY(0deg)}
.flip-container:hover .front,.flip-container.hover .front{
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -o-transform:rotateY(180deg);
    transform:rotateY(180deg)}
.flip-container{
    margin-bottom:20px}
.flip-container,.front,.back{
    width:100%;
    height:240px;
    -webkit-border-radius:12px;
    -webkit-border-bottom-left-radius:0;
    -moz-border-radius:12px;
    -moz-border-radius-bottomleft:0;
    border-radius:12px;
    border-bottom-left-radius:0}
.flipper{
    -webkit-transition:0.6s;
    -webkit-transform-style:preserve-3d;
    -ms-transition:0.6s;
    -moz-transition:0.6s;
    -moz-transform:perspective(1000px);
    -moz-transform-style:preserve-3d;
    -ms-transform-style:preserve-3d;
    transition:0.6s;
    transform-style:preserve-3d;
    position:relative}
.front,.back{
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-transition:0.6s;
    -webkit-transform-style:preserve-3d;
    -moz-transition:0.6s;
    -moz-transform-style:preserve-3d;
    -o-transition:0.6s;
    -o-transform-style:preserve-3d;
    -ms-transition:0.6s;
    -ms-transform-style:preserve-3d;
    transition:0.6s;
    transform-style:preserve-3d;
    position:absolute;
    top:0;
    left:0}
.front,.icon-preview{
    background:#EEE;
    z-index:2;
    background-image:url(/_assets/img/sprite-widgets.png);
    background-repeat:no-repeat;
    background-position:center 0px}
.front h2{
    width:100%;
    margin:160px 0 0 0;
    font-size:17px;
    color:#FFF;
    text-align:center}
.back{
    background:#ffedc4;
    font-family:"Raine&HorneRegular", arial, helvetica, sans-serif;
    color:#636364;
    -webkit-transform:rotateY(-180deg);
    -moz-transform:rotateY(-180deg);
    -o-transform:rotateY(-180deg);
    -ms-transform:rotateY(-180deg);
    transform:rotateY(-180deg)}
.front .name{
    font-size:2em;
    display:inline-block;
    background:rgba(33,33,33,0.9);
    color:#f8f8f8;
    font-family:Courier;
    padding:5px 10px;
    border-radius:5px;
    bottom:60px;
    left:25%;
    position:absolute;
    text-shadow:0.1em 0.1em 0.05em #333;
    display:none;
    -webkit-transform:rotate(-20deg);
    -moz-transform:rotate(-20deg);
    -ms-transform:rotate(-20deg);
    transform:rotate(-20deg)}
.front a{
    color:#FFF}
.back p{
    width:100%;
    margin:20px 0 0 0;
    text-align:center;
    padding:0 20px;
    font-size:16px}
.back p a{
    margin:20px 0 0 0;
    display:inline-block}
/* front pane, placed above back */
.front {
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg);
}
/* back, initially hidden pane */
.back {
    transform: rotateY(180deg);
}
/* tile colours */
.front.buying {
    text-shadow: 1px 1px 0 #d68826;
    background-position: center -240px;
    background-color: #ff9d23;
}
.front.selling {
    text-shadow: 1px 1px 0 #d6ad09;
    background-position: center 67px;
    background-color: #ffcc00;
}
.front.office {
    text-shadow: 1px 1px 0 #d68826;
    background-position: center -2640px;
    background-color: #ff9d23;
}
.front.calculators {
    text-shadow: 1px 1px 0 #d68826;
    background-position: center -2040px;
    background-color: #ff9d23;
}
.front.door {
    text-shadow: 1px 1px 0 #d68826;
    background-position: center -5944px;
    background-color: #ff9d23;
}

.front.managed {
    text-shadow: 1px 1px 0 #daa019;
    background-position: center -1140px;
    background-color: #ffb914;
}
.front.users {
    text-shadow: 1px 1px 0 #d68826;
    background-position: center -4140px;
    background-color: #ff9d23;
}
.front.office {
    text-shadow: 1px 1px 0 #d68826;
    background-position: center -2640px;
    background-color: #ff9d23;
}

.front.commercial {
    text-shadow: 1px 1px 0 #111;
    background-position: center -540px;
    background-color: #3c3c3d;
}
.front.find {
    text-shadow: 1px 1px 0 #daa019;
    background-position: center -1740px;
    background-color: #ffb914;
}
.front.info {
    text-shadow: 1px 1px 0 #d68826;
    background-position: center -6234px;
    background-color: #ff9d23;
}
.front.mobile {
    text-shadow: 1px 1px 0 #d68826;
    background-position: center -4450px;
    background-color: #ff9d23;
}
.front.careers {
    text-shadow: 1px 1px 0 #888;
    background-position: center -1440px;
    background-color: #a4a4a4;
}
/*==========================================================================*/
/*                               MIDDLE CONTENT                             */
/*==========================================================================*/

/*============================ OneColumnBanner============================= */
.inner-header {overflow:hidden; position:relative; background-color:#eceae6; background-repeat:no-repeat; background-size:cover; background-position:center center; height:286px;}
.ih-inner {position:relative; width:100%; height:100%; max-width:1200px; margin:0 auto; padding:0 15px; z-index:2;}
.ih-container {position:absolute; bottom:20px; width:100%;}
.page-title {font-size:48px; color:#ffffff; line-height:1.1; font-weight:400; text-shadow:3px 3px 1px rgba(35,26,30,0.50); margin:0; width: 50%;
    background-color: rgba(0,0,0,0.6);
    padding: 5px 8px;}


@media only screen and (max-width: 1200px) {
.ih-container {bottom:35px;}
.inner-header {height:286px;}
.page-title {font-size:44px; margin-bottom:1px;}
}

@media only screen and (max-width: 1024px) {
.page-title {font-size:44px;}
}

@media only screen and (max-width: 960px) {
.inner-header {height:276px;}
.page-title {font-size:38px;}
}

@media only screen and (max-width: 768px) {
.inner-header {height:225px;}
.page-title {font-size:30px;  text-shadow:2px 2px 1px rgba(35,26,30,0.50);}
}

@media only screen and (max-width: 640px) {
.ih-container {bottom:20px;}
.inner-header {height:200px;}
.page-title {font-size:26px;}
}

@media only screen and (max-width: 480px) {
.ih-container {bottom:15px;}
.inner-header {height:140px;}
.page-title {font-size:22px;}
}

/*======================================= */
.offer-section {
    width: 100%;
    float: left;
    background: #e4e4e4;
    padding: 25px 0px 25px 0px;
}
.section-grey {
    width:100%;
    float: left;
    background-color: #e4e4e4;
    padding: 66px 0 66px 0;
}
.section-white {
    width: 100%;
    float: left;
    background: #ffffff;
    padding: 66px 0px 66px 0px;
}
.business-slick {
    width: 100%;
    float: left;
    padding: 66px 0;
    background: #e4e4e4;
}

.popular-section {
    width: 100%;
    float: left;
    background: #e4e4e4;
    padding: 25px 0px 66px 0px;
}
.business-section {
    width: 100%;
    float: left;
    padding: 10px 0px 25px 0px;
}
.popular {
    text-align: center;
    background: #fff;
    margin: 10px 0px 10px 0px;
    padding: 4px 0px 4px 0px;
    border-radius: 4px;
    box-shadow: 1px 1px 1px 1px #c2c3c3;
}
.popular-heading{
    min-height:3.6em;
    height:100%;
    width:100%;
    float:left;
}
.popular-course h1 {
    font-size: 35px;
    margin: 5px 0px 10px 0px;
}
.popular h2 {
    font-size: 18px;
    color: #010101;
    background: #fff;
    margin: 0px;
    padding: 0px 0px 14px 0px;
    line-height: 1.2;
    font-stretch: semi-condensed;
}
.popular h2 a {
    font-size: 18px;
    color: #ff9401;
    background: #fff;
    margin: 0px;
}
.popular h2 a:hover {
    color: #333333
}
.popular p{
    font-size:12px;
    margin-bottom:5px;
}
.popular-image img {
    display: block;
    position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 100%;
    /*height: 100%;
    */
}
.popular-image {
    width: 100%;
    float: left;
    height: 100%;
    border: 10px solid #FFFFFF;
    overflow: hidden;
    position: relative
}
.popular .popular-image .banner-small {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 135px;
}
.mask {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background: rgba(255, 148, 1, 0.3);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 100%;
    height: 100%;
}
.popular:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.selling h3 em {
    font-size: 34px;
    color: #ffb914;
    margin-right: 10px;
}
/*====== Business Details =============*/
.details-image {
    position: relative;
    float: left;
    padding-left: 15px;
    width: 100%;
}
.details-image .image {
    margin-bottom: 15px;
}
.details-image .image .banner-large {
    position: absolute;
    padding-left: 15px;
    top: 0;
    left: 0;
    width: 600px;
    height: 450px;
}
#search table.webform br {
    display:none;
}
.thumb-image {
    width: 80px;
    height: 80px;
    float: left;
    overflow: hidden;
    margin: 0 5px 10px 0;
}
.bus-desc .table {
    margin-left: 10px;
    font-size:12px;
}
/*=================== Brokers ============*/
.team_member {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    min-height: 250px;
}
.team_member img{
    border-radius: 15px;
    border-bottom-left-radius: 0px;
}
.team-imges figure {
    width: 100%;
    height: 100%;
    float: left;
    padding: 5px;
}
.team_member .team-description {
    padding-top: 5px;   
}
.team-description .team-title {
    width: 100%;
    float: left;
    font-family: "Raine&HorneRegular", Arial, Helvetica, sans-serif;
    padding-left:20px;
}
.team-description .team-title h3 {
    display: inline-block;
    margin-bottom: 5px;
}
.team-description .team-title h3 a {
    font-size: 1.25rem;
    color: #FF9401;
    display: inline-block;
    text-decoration: none;
}
.team-description .team-title h2 a {
    font-size: 1.25rem;
    text-decoration: none;
}
.team-description a {
    font-size: 14px;
    font-weight: 700;
}
.team-description p {
    font-size: 14px;
    margin-top:10px;
}

.team-description .team-desc {
    margin-bottom: 5px;
    margin-left:20px;
    font-family: "Raine&HorneRegular", Arial, Helvetica, sans-serif;
}
.team-awards img{
    margin-bottom:30px;
    height:130px;
}
.team-social_icons {
    width: auto;
    float: left;
    margin: 0;
}
.team-social_icons ul {
    width: auto;
    float: right;
    margin: auto;
}
.team-social_icons ul li {
    width: 28px;
    height: 28px;
    float: left;
    margin: 0 5px;
}
/*============================*/
.view-courses {
    clear: both;
    text-align: center;
    padding-top:20px
}
.view-all {
    width: 340px;
    height: 65px;
    line-height: 65px;
    display: inline-block;
    text-align: center;
    font-size: 25px;
    font-weight:700;
    margin-top: 32px;
    border-radius: 4px;
    border: 1px solid #ff9401;
    color: #333333;
    background: #ff9401;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ff9401 0%, #ff9401 44%, #ff9401 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9401), color-stop(44%, #ff9401), color-stop(100%, #ff9401));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff9401 0%, #ff9401 44%, #ff9401 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ff9401 0%, #ff9401 44%, #ff9401 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ff9401 0%, #ff9401 44%, #ff9401 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ff9401 0%, #ff9401 44%, #ff9401 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9401', endColorstr='#ff9401', GradientType=0 );
    /* IE6-9 */
}

.main{
    width:100%;
    height:auto;
    float:left;
    background:#FFF;
}
.testimonial-section {
    width: 100%;
    float: left;
    background: #fff;
    padding: 16px 0px 90px 0px;
}
.testimonial-section .large-12 {
    padding: 0px;
}
.testimonial {
    float: left;
    padding: 30px 0px 28px 0px;
    border-top: 1px solid #e1e1e1;
}
.testimonial:first-child {
    border-top: none !important;
}
.testimonial-section h2 {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #000000;
    border-bottom: 1px solid #e1e1e1;
    margin: 30px 0 0px 0
}
.testimonial-section h2 span {
    width: auto;
    float: left;
    margin-bottom: -2.5px;
    border-bottom: 4px solid #e1e1e1;
    padding-right: 5px;
}
.tstmnl-content p {
    font-size: 13px;
    color: #575757;
    font-family: 'latoitalic';
    padding-left: 36px;
}
.tstmnl-content p:before {
    content: '';
    display: block;
    height: 30px;
    width: 22px;
    float: left;
    background: url(../img/quote.png) no-repeat 0px 0px;
    margin-left: -33px;
}
p.author-name:before {
    content: '';
    background: none;
}
.tstmnl-image {
    float: left;
}
.tstmnl-content img {
    width: 55px;
    height: 55px;
    float: left;
    border-radius: 100%;
}
.author-name {
    float: left;
    margin: 18px 0px 0px 24px;
    padding: 0px !important;
}
p.author-name {
    font-size: 15px;
    color: #000000;
    font-style: normal;
    font-family: 'latobold';
}
p.author-name span {
    color: #45b39c;
    font-family: 'latoregular';
}
.more-testimonial {
    display: inline-block;
    float: right;
    width: auto;
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    background: #ffb914;
    color: #fff;
    padding-left: 14px;
    padding-right: 14px;
    margin-top: 56px;
    border-radius: 4px 4px 4px 4px;
}
.more-testimonial:hover {
    color: #333;
    text-decoration: none;
}
.events {
    float: left;
    font-size: 15px;
    padding: 30px 0px 18px 0px;
    font-family: 'latoregular';
}
.calander {
    float: left;
    margin-right: 10px;
    font-family: 'latobold';
    width: 15%;
    text-align: center;
}
.calander p {
    background: #e15b49;
    color: #fff;
    padding: 2px 0px;
    margin: 0px;
    border-bottom: 1px solid #d45544;
}
.calander span {
    font-size: 38px;
    display: block;
    background: #e15b49;
    color: #fff;
    padding: 20px 0px;
}
.events-details p {
    font-size: 13px;
    color: #6e6e6e;
    margin: 0px 0px 9px 0px;
}
.events-details span a {
    font-size: 15px;
    color: #45b39c;
    font-family: 'latobold';
}
.events-details span.time {
    color: #929698;
    display: inline-block;
}
.events-details .fa {
    float: left;
    font-size: 22px;
    color: #929698;
    margin: 1px 8px 0px 0px;
}
/*==========================================================================*/
/*                                      FOOTER                              */
/*==========================================================================*/

footer {
    width: 100%;
    float: left;
    background: #ffffff;
    height: 320px;
    background-image: url(/_assets/css/images/rh-footer.png);
    background-position: center 0px;
    background-repeat: no-repeat;
    padding: 20px 0px 18px 0px;
}

footer .large-6, footer .large-12 {
    padding: 0px;
}
.footer_logo p {
    font-size: 15px;
    color: #333333;
    margin: 8px 0px 0px 10px;
    font-family: 'latoregular';
    float:right;
}
.footer-menu {
    float: left;
}
.social_media {
    float: left;
    margin-bottom: 10px;
}
.social_media ul {list-style: none;
}
.social_media ul li {
    float: left;
}
.social_media ul li em {
    font-size: 34px;
    color: #ff9401;
    margin-right: 10px;
}
.social_media ul li em:hover {
    color: #3c3c3d;
}
.social_media ul li:last-child i {
    margin-right: 0px;
}
.footer_nav {
    clear: both;
}
.footer_nav ul{
    margin-left: 10px;
}
.footer_nav ul li {
    float: left;
    list-style: none;
}
.footer_nav ul li:last-child a {
    padding-right: 0px;
}
.footer_nav ul li a {
    font-size: 15px;
    color: #000000;
    padding: 0px 16px 0px 0px;
    font-family: 'latobold';
}
.footer_nav ul li:hover a, .footer_nav ul li.selected a {
    color: #333333;
}
/*==========================================================================*/
/*                                      Page Banners                        */
/*==========================================================================*/
.page-image img{
    width: 100%;
    border-radius: 15px;
    border-bottom-left-radius: 0px;
}
/*==========================================================================*/
/*                                      Inner Pages                         */
/*==========================================================================*/
.interior_content {
    background: #fff;
}
.pageinner {
    width: 100%;
    background-size: cover;
    padding-bottom: 151px;
    margin-top: 10px;
}
.banner {
    background-color: #e4e4e4;
    position:relative;
}
/*====== Youtube reponsive CSS ========*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
    border: #fff solid 10px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*======================================*/
.video-text-block{
    margin-top:20px;
    min-height:240px;
}
.video-text-block h3{
    font-size:1.25rem;
}
.page-main {
    background-color:#fff;
    padding: 70px 0;
}
.about-our-staff {
    background-color:#f7f7f7;
    padding: 70px 0;
}
.test {
    width: 100%;
    background-size: cover;
    padding-bottom: 151px;
    margin-top: 26px;
}
.intetior-cntnt {
    /*margin-top: -152px;
    */
    float: left;
    z-index: 99;
    position: relative;
    background: #fff;
    padding: 0px 19px 0px 19px;
}
.test h2 {
    font-size: 45px;
    color: #ffffff;
    font-family: 'droid_serifbold';
}

.heading {
    width: 64.1%;
    float: left;
}
.features-heading {
    background: url(../img/features-bg.png) no-repeat 0px 0px;
    background-size: cover;
    margin-top: -2px;
}
.features-heading h2 {
}
.header-bg {
    background: url(../img/features-bg.png) no-repeat 0px 0px;
    background-size: cover;
}
.features_right_panel {
    width: 34.5%;
    float: right;
    background: transparent;
}
.features_content_area {
    width: 59.7%;
    float: left;
    background: transparent;
}
.features_content_area p {
    font-size: 17px;
    color: #2c2c2c;
    font-family: 'latolight';
    margin-bottom: 34px;
}
.feature-menu {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 20px;
    border: 1px solid #ececec;
}
.event-item-content {
    background: #f9f3e0;
    padding: 24px 24px 12px 24px;
}
p.evnt-item-cntnt {
    font-size: 14px;
}
.reserve {
    display: inline-block;
    font-size: 13px;
    color: #ffffff !important;
    background: #45b39c;
    padding: 11px 25px;
    text-transform: uppercase;
    border-radius: 3px;
    font-family: 'latobold' !important;
    letter-spacing: 2px;
}
.event-items {
    margin-bottom: 42px;
}
.event-items a {
    color: #45b39c;
    font-family: 'droid_serifbold';
}
.event-items a:hover {
    color: #000;
}
.event-items .event-item-content a:hover {
    background: #59c1ab;
    color: #fff;
}
.event-items a.comments {
    font-size: 14px;
    color: #0f0f0f;
    font-family: 'robotolight';
}
p.date-com {
    font-size: 14px;
    color: #0f0f0f;
    font-family: 'robotolight';
}
.feature-menu p {
    width: 100%;
    height: auto;
    float: left;
    background: #45b39c;
    color: #fff;
    margin: 0px;
    font-size: 18px;
    padding: 9.5px 0px 9.5px 28px;
    text-transform: uppercase;
    font-family: 'latobold';
}
.feature-menu ul {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px;
    background: #fff;
}
.feature-menu ul li {
    width: 100%;
    height: auto;
    float: left;
    border-bottom: 1px solid #e0e3e6;
    position: relative;
}
.feature-menu ul li a {
    width: 100%;
    height: auto;
    float: left;
    color: #000000;
    font-size: 16px;
    padding: 18px 20px;
    font-family: "droid_serifbold";
}
.feature-menu ul li:hover, .feature-menu ul li.active {
    background: #f0c84a;
}
.feature-menu ul li:last-child {
    border-bottom: none;
}
.features_content_area h1 {
    font-size: 40px;
    
    font-family: "droid_serifbold";
}
.feature-news {
    width: 100%;
    float: left;
    margin-bottom: 20px
}
.news-list {
    width: 100%;
    float: left
}
.news-image {
    float: left;
    margin-right: 16px;
}
.news-items {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 21px;
}
.news-items h6 {
    font-size: 17px;
    color: #2c2c2c;
    font-family:"droid_serifbold";
    margin-bottom: 2px;
    line-height: 18px;
}
.news-items h6 a {
    font-size: 17px;
    color: #2c2c2c;
    font-family: "droid_serifbold";
    margin-bottom: 2px;
}
.news-items h6 a:hover {
    color: #45B39C
}
.news-items span {
    font-size: 13px;
    color: #919191;
    display: inline-block;
    font-family: "droid_serifbold";
}
.news-items p {
    font-size: 13px;
    color: #373737;
    font-family: 'latoregular';
    margin-bottom: 0px;
}
/*--------------------------------  FAQS ---------------------------------------*/
.feature-faqs {
    width: 100%;
    float: left
}

.feature-faqs {
    width: 100%;
    height: auto;
    float: left;
}
.faq-question a {
    color: #545f66;
    width: 100%;
    display: block;
    padding: 15px;
    font-family: 'robotolight';
    font-size: 20px;
    border:1px solid #dfdfdf;
    background: #45b39c  url(../img/accordian-plus-arrow.png) right 17px center no-repeat;
    border: 1px solid #dfdfdf;
    margin-bottom: 1px;
}
.faq-details{
    border:1px solid #eaeaea;
    border-top:0px;
    padding:15px 22px 0px 22px}
.answer a{
    background: none;
    box-shadow:none;
    border: none;
    font-size: 14px;
    padding-left: 0px;
    color:#000}
.faq-question a.active {
    background:#45b39c url(../img/accordian-minus-arrow.png) right 17px center no-repeat;
    color: #ffffff;
}
.faq-question h4{
    margin:0px;
}
.faq-question h4 a{
    font-size: 17px;
    color: #132533;
    font-family: 'latobold';
    margin:0px;
}
.content p {
    font-size: 14px;
    color: #4b6268;
    font-family: 'latoregular';
}
/*--------------------------------  FORUM  ---------------------------------------*/
.feature-forum {
    width: 100%;
    height: auto;
    float: left;
    margin: 40px 0px 20px 0px;
}
.feature-forum .forum-name {
    width: 49%;
    height: auto;
    float: left;
    padding: 10px 0;
}
.button.secondary, .button.secondary {
    background: #ffb914;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffb914 0%, #ffb914 44%, #ffb914 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fee184), color-stop(44%, #ffb914), color-stop(100%, #ffb914));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffb914 0%, #ffb914 44%, #ffb914 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffb914 0%, #ffb914 44%, #ffb914 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffb914 0%, #ffb914 44%, #ffb914 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffb914 0%, #ffb914 44%, #ffb914 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb914', endColorstr='#ffb914', GradientType=0 );
    /* IE6-9 */
    color: #ffffff;
    font-family: 'latobold';
    border: 1px solid #eaca6e;
}
.gold-button a{
border-style: solid;
    border-radius: 7px;
    border-bottom-left-radius: 0;
    border-width: 0px;
    border: 1px solid #ff9401;
    min-width: 280px;
    max-width: 280px;
    overflow-wrap: break-word;
    cursor: pointer;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    padding: 10px 10px 10px 10px;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    background-color: #ff9401;
    border-color: #ff9401;
    color: white;
    transition: background-color 300ms ease-out;
    font-family: 'latobold';
   }
.gold-button a:hover{color:black;}
button, .button,a#catshopbuy:link, a#catshopbuy:visited, .productSubmitInput {
    border-style: solid;
    border-radius: 4px;
    border-width: 0px;
    cursor: pointer;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    background-color: #ff9401;
    border-color: #ff9401;
    color: white;
    transition: background-color 300ms ease-out;
    font-family: 'latobold';
    border: 1px solid #ff9401;
}
button:hover, button:focus, .button:hover, .button:focus {
    background-color: #FF9401;
}

.forum-reply span {
    color: #b9b9b9;
}
.forum-but .fa {
    margin-right: 10px;
    color: #1a1a1a;
}
.feature-forum ul li .forum-name {
    height: auto;
    float: left;
}
.feature-forum .forum-topic {
    width: 13%;
    height: auto;
    float: left;
    padding: 10px 0 6px 12px;
}
.feature-forum .forum-post {
    width: 16%;
    height: auto;
    float: left;
    padding: 10px 0 6px 12px;
}
.feature-forum .forum-reply {
    width: 20%;
    height: auto;
    float: left;
    padding: 10px 0 6px 12px;
}
.feature-forum ul {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px;
}
.feature-forum ul li {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px;
    padding: 4px 15px;
    border: 1px solid #eeeeee;
}
.feature-forum ul li a {
    color: #2e4259;
    font-size: 14px;
    font-family: 'latobold';
}
.forum-name .fa {
    margin-right: 5px;
}
.feature-forum ul li p {
    font-size: 14px;
    padding-top: 0px;
    color: #1b252b;
    padding-left: 12px;
    font-family: 'latobold';
}
.feature-forum ul li .forum-reply {
    padding: 6px 0;
}
.feature-forum ul li .forum-topic, .feature-forum ul li .forum-post {
    padding: 17px 0px;
}
.feature-forum .forum-title {
    width: 100%;
    height: auto;
    float: left;
    background: #45b39c;
    color: #ffffff;
    padding: 0px 15px;
    border: 1px solid #dfdfdf;
    border-bottom: none;
    font-family: 'latobold' !important;
}
.feature-forum p {
    margin: 0px;
    color: #ffffff;
    font-size: 16px;
    font-family: 'latobold';
}
.feature-forum .forum-but {
    width: 100%;
    height: auto;
    float: left;
    padding: 0px 0px 22px 0px;
}
.feature-forum .forum-but a.button {
    min-width: 172px;
    margin-left: 15px
}
.feature-forum .forum-but a.button:hover {
    background: #fee184 !important;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fee184), color-stop(44%, #fcde7e), color-stop(100%, #f6d364));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fee184 0%, #fcde7e 44%, #f6d364 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee184', endColorstr='#f6d364', GradientType=0 );
    /* IE6-9 */
}
.feature-forum .forum-but a.button:hover {
    background: #59c1ab;
}
.feature-forum .forum-but p a {
    font-size: 14px;
    color: #2cc541;
    color: #5a79b2;
    font-family: 'latoregular';
    padding-bottom: 2px
}
.feature-forum .forum-but p {
    width: auto;
    height: auto;
    float: left;
    display: inline-block;
    font-family: 'latoregular';
    margin: 14px 0px 0px 0px;
    font-size: 15px;
    color: #000000;
}
/*--------------------------------  MEDIA  ---------------------------------------*/
.feature-media {
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 40px;
    border-bottom: 1px solid #eaead8;
}
p.literature-container {
    font-size: 15px;
    margin: 10px 0px;
    color: #686868;
    padding: 0px;
    font-family: 'robotolight';
}
p.literature-container span.icon {
    margin: 0 5px 0 0;
    padding: 0px
}
p.literature-container span.name {
    margin: 0 3px 0 0;
}
p.literature-container span.name a {
    color: #cc6600;
    font-family: 'robotolight';
}
p.literature-container span.name active a {
    text-decoration: underline;
    color: #993300;
}
/*--------------------------------  GALLERY  ---------------------------------------*/
.feature-gallery {
    width: 100%;
    float: left;
    height: auto;
    padding-bottom: 20px;
}

#photogalleryTable .medium-6{
    width: 30%;
    height: auto;
    float: left;
    margin: 0px 20px 12px 0px;
}

#photogalleryTable img {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    border: 1px solid #c2c2c2;
    padding: 3px;
    border-radius: 3px;
    margin-bottom: 8px;
}
#photogalleryTable .medium-6:nth-child(3n) {
    margin-right: 0px
}
.feature-gallery ul li h2 {
    clear: both;
    font-size: 20px;
    color: #2e4259;
    text-transform: uppercase;
    text-align: center;
    font-family: 'latobold';
}
/*--------------------------------  BLOG  ---------------------------------------*/

.blog-container{
    padding-right:8% !important;
}


.feature-blog {
    width: 100%;
    float: left
}
.blog-list {
    width: 100%;
    margin: 10px 0px 0px;
    float: left;
    padding: 0px;
    border: none;
    background: none;
}
.blog-items {
    width: 100%;
    height: auto;
    float: left;
    border: 1px solid #d8d8d8;
    margin-bottom: 30px;
    border-radius: 2px;
    padding: 12px 12px 20px 12px;
}
.blog-items h5 {
    font-size: 20px;
    color: #1d1f20;
    font-family: 'latobold';
    margin: 22px 0px 10px 0px;
}
.blog-items h5 a {
    font-size: 20px;
    color: #1d1f20;
    font-family: 'latobold';
}
.blog-items h5 a:hover {
    color: #45B39C
}
.blog-items .fa {
    font-size: 18px;
    color: #45b39c;
}
.blog-items span.evnt-dtls a{
    color: #45b39c;
}
.blog-items span.evnt-dtls {
    font-size: 15px;
    color: #45b39c;
    margin: 0px 0px 5px 6px;
    display: inline-block;
    font-family: 'latoregular';
}
.blog-items p {
    font-size: 15px;
    color: #4b6268;
    margin: 0px 18px 5px 0px;
    font-family: 'latoregular';
    float: left;
}
.readmore {
    display: block;
    clear: both;
    width: 94px;
    height: 30px;
    line-height: 30px;
    background: #45b39c;
    text-align: center;
    color: #fff;
    font-size: 15px;
    float: left;
    margin-top: 14px;
    color: #fff;
}
.readmore:hover {
    background: #59c1ab;
}
/*--------------------------------  PAGINATION  ---------------------------------------*/
.pagination_navigation {
    width: 100%;
    float: left;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0px;
}
.pagination_navigation ul {
    width: auto;
    display: inline-block;
    border-radius: 0px;
}
.pagination_navigation ul li {
    height: inherit;
    margin: 0 4.5px;
    border-radius: 0px;
    border: 1px solid #d9d9d9;
    background: #fff;
    border-radius: 4px;
}
.pagination_navigation ul li.current {
    border: 1px solid #eaca6e !important;
}
.pagination_navigation ul li a {
    width: 44px;
    line-height: 44px;
    text-align: center;
    height: 44px;
    font-size: 20px;
    color: #5e5e5e;
    font-family: 'latobold';
    border-radius: 0px;
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #fefefe 44%, #f3f3f3 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(44%, #fefefe), color-stop(100%, #f3f3f3));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #fefefe 44%, #f3f3f3 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #fefefe 44%, #f3f3f3 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #fefefe 44%, #f3f3f3 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #fefefe 44%, #f3f3f3 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0 );
    /* IE6-9 */
}
.prev {
    font-size: 15px;
    color: #5e5e5e;
    float: left;
    margin-top: 12px;
    font-family: 'latobold';
}
.next {
    font-size: 15px;
    color: #45b39c;
    float: right;
    margin-top: 14px;
    font-family: 'latobold';
}
.next:after {
    content: '';
    background: url(../img/next-arrow.png) no-repeat 0px 0px;
    display: block;
    height: 14px;
    width: 6px;
    margin: -10px 0px 0px 40px;
}
.pagination_navigation ul li.unavailable a {
    padding: 0px 12px;
}
.pagination_navigation ul li.current a {
    background:background:background: #fee184;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fee184), color-stop(44%, #fcde7e), color-stop(100%, #f6d364));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fee184 0%, #fcde7e 44%, #f6d364 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee184', endColorstr='#f6d364', GradientType=0 );
    color: #000
}
/*--------------------------------  STORE  ---------------------------------------*/

.feature-store {
    width: 100%;
    float: left;
    height: auto;
    margin-top: 15px;
    padding-top: 25px;
}
.feature-store .view-cart {
    width: auto;
    height: auto;
    float: right;
}
.feature-store .view-cart p {
    font-family:"droid_serifbold";
    font-size: 14px;
    margin-bottom: 15px;
    color: #4b6268;
}
.feature-store .view-cart a i {
    font-size: 18px;
    color: #fff;
    margin-right: 8px;
}
.viewcart {
    display: inline-block;
    width: 116px;
    height: 34px;
    line-height: 34px;
    background: #45b39c;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    border-radius: 4px;
    margin-left: 20px;
}
.feature-store ul {
    width: auto;
    float: left;
    margin: 0px;
    border-top: 1px solid #e1e1e1;
    padding-top: 80px;
}
.feature-store ul li {
    width: 40%;
    margin: 0 4%;
    margin-bottom: 8%;
    background: #fff;
    float: left;
    border: 1px solid #eaeaea;
    padding: 16px;
    border-radius: 0px;
    box-shadow: 0px 0px 4px #ededed;
}
.feature-store ul li:nth-child(3), .feature-store ul li:nth-child(4) {
    margin-bottom: 4%;
}
.feature-store ul li .shop-images {
    width: 100%;
    float: left;
}
.feature-store ul li .shop-images img {
    width: 100%;
    height: auto;
}
.feature-store ul li .shop-description {
    width: 100%;
    float: left;
    padding-top: 25px;
}
.shop-description h2 {
    margin: 0px;
}
.feature-store ul li .shop-description h2 a {
    font-size: 28px;
    width: 100%;
    text-align: center;
    color: #1d1f20;
    font-family: "droid_serifbold";
    display: block;
}
.feature-store ul li .shop-description p.new-price {
    width: auto;
    text-align: center;
    font-size: 30px;
    color: #45b39c;
    font-family:"droid_serifbold";
    margin-bottom: 0px
}
.feature-store ul li .shop-description p.old-price {
    width: auto;
    text-align: center;
    font-size: 17px;
    color: #a3bfc6;
    margin-bottom: 8px;
    text-decoration: line-through;
}
/*--------------------------------  PRODUICT DETAIL  ---------------------------------------*/
.feature-poplet {
    width: 100%;
    float: left;
    margin: 20px 0;
    padding: 70px 0 72px 0;
}
.feature-poplet h1 {
    margin: 0px 0px 15px 0px;
}
.product-detail {
    width: 100%;
    float: left;
    height: auto;
    background: #f2f5f8;
    padding: 37px 0;
}
.pro_detail_img {
    ;
    text-align: center;
}
.pro_detail_img img {
    vertical-align: middle;
    text-align: center;
}
.pro_detail_des {
    padding: 0px 15px 0px 4px;
}
.feature-poplet .chosen-container-single .chosen-single span {
    font-size: 15px;
    font-family: 'robotoregular';
    text-transform: capitalize;
    color: #2c2c2c
}
.pro_detail_des a {
    display: block;
    color: #45b39c;
    font-size: 13px;
    font-family: 'latoregular';
}
.pro_detail_des a:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 12px;
    background: url(../img/download-arrow.png) no-repeat 0px 0px;
}
.pro_detail_des h3 {
    font-size: 25px;
    color: #1d1f20;
    text-transform: uppercase;
    font-family: 'latobold';
    margin: 0px;
}
.pro_detail_des p {
    font-size: 13px;
    color: #000000;
    float: left;
    width: 100%;
    font-family: 'latoregular';
    margin-bottom: 12px;
}
.pro_detail_des span {
    font-size: 15px;
    color: #45b39c;
    font-family: 'robotomedium';
    text-transform: uppercase;
    margin-bottom: 25px;
    display: inline-block;
    margin-bottom: 12px;
}
p.author span {
    color: #45b39c;
    font-family: 'latoregular';
    text-transform: capitalize;
}
span.feature-new-price {
    font-size: 40px;
    color: #45b39c;
    font-family: 'latobold';
    float: left;
    margin: 0px 14px 8px 0px;
}
span.feature-old-price {
    font-size: 20px;
    color: #b4b4b4;
    font-family: 'latoregular';
}
.pro_detail_des p.author {
    font-size: 15px;
    color: #1d1f20;
    font-family: 'latoregular';
    margin: 0px;
}
.select-handover {
    float: left;
    width: 85%;
}
.item_quantity {
    width: 100%;
    float: left;
    height: auto;
    margin: 8px 0 10px 0;
}
.select-handover select {
    font-size: 15px;
    color: #1b252b;
    font-family: 'LatoLight';
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    background: #fff url(../img/drop-down-arrow.png) no-repeat 248px 18px;
    width: 272px;
    height: 46px;
    margin: 0px;
}
.item_quantity select {
    font-size: 15px;
    color: #1b252b;
    font-family: 'LatoLight';
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    background: #fff url(../img/drop-down-arrow.png) no-repeat 98px 20px;
    width: 122px;
    height: 47px;
    margin: 0px;
}
input[type="file"], input[type="checkbox"], input[type="radio"], select {
    margin: 0 1rem 1rem 0;
}
select {
    -webkit-appearance: none !important;
    -webkit-border-radius: 0px;
    background-color: #fafafa;
    background-position: 100% center;
    background-repeat: no-repeat;
    border: 1px solid #cccccc;
    padding: 0.5rem;
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.75);
    line-height: normal;
    border-radius: 0;
    height: 2.3125rem;
}
.feature-viewcart {
    display: inline-block !important;
    width: 178px;
    height: 56px;
    line-height: 56px;
    font-size: 16px !important;
    background: #45b39c;
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 4px;
}
.feature-viewcart:before {
    content: '';
    background: none !important;
}
.feature-viewcart .fa {
    font-size: 25px;
    color: #fff;
    margin-right: 8px;
}
.item_quantity span {
    font-size: 16px;
    color: #2f383d;
    font-family: 'robotomedium';
    display: inline-block;
    text-transform: capitalize;
    letter-spacing: 0px;
    margin: 10px 15px 0 0
}
.item_quantity input {
    width: 42px;
    height: 42px;
    display: inline-block;
    margin: 0px;
    padding: 0 10px;
    color: #9aa7af;
}
.item_quantity a {
    margin: 0px
}
.store ul {
    margin-left: 0px;
}
.store ul li {
    float: left;
    margin-right: 8px;
    margin-bottom: 10px;
    padding:3px;
}
.store ul li.active {
    border: 3px solid #f7483b;
    border-radius: 4px;
    padding:0px;
}
.button-scheme {
    width: 100%;
    height: auto;
    float: left;
}
.button-class {
    width: 100%;
    height: auto;
    float: left;
}
.button-class ul {
    width: 98%;
    height: auto;
    float: left;
    margin: 0px;
}
.button-class ul li {
    height: auto;
    float: left;
    margin: 0px 20px 15px 0px;
}
.button-class .buttons{
    width:152px;
    height:44px;
}
.buttons, input[type="submit"] {
    display: block;
    background: #45b39c;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    padding: 10px 20px;
}
.buttons:hover, input[type="submit"]:hover {
    background: #59c1ab;
    color: #000;
}
.buttons .active {
    background: #ff9401;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fee184), color-stop(44%, #fcde7e), color-stop(100%, #f6d364));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fee184 0%, #fcde7e 44%, #f6d364 100%);
    box-shadow: 0px -2px 1px #587765;
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee184', endColorstr='#f6d364', GradientType=0 );
}
.button-class .btn, input[type="submit"] {
    color: #ffffff;
    border: 1px solid #ffb914;
    background: #ff9401;
    -webkit-border-radius: 7px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 7px;
    -moz-border-radius-bottomleft: 0;
    border-radius: 7px;
    border-bottom-left-radius: 0;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffb914 0%, #ffb914 44%, #ffb914 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb914), color-stop(44%, #ffb914), color-stop(100%, #ffb914));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffb914 0%, #ffb914 44%, #ffb914 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffb914 0%, #ffb914 44%, #ffb914 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffb914 0%, #ffb914 44%, #ffb914 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffb914 0%, #ffb914 44%, #ffb914 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb914', endColorstr='#ffb914', GradientType=0 );
    /* IE6-9 */
}

.button-class .btn:hover, input[type="submit"]:hover {
    background: #ffb914;
    cursor: pointer;
    color:#333333;
}
.button-class .btn.active {
    box-shadow: 0px -2px 1px #b5a05e;
}
.border-bottom img {
    margin: 36px 0px 250px 0px;
}
li.price {
    color: #45b39c;
    font-family: "droid_serifbold";
    font-size: 21px;
    margin-bottom: 0;
    text-align: center;
    width: auto;
    
    
}
li.name h4, li.name h4 a, .title h3, .title h3 a{
    color: #1d1f20;
    display: block;
    font-family: "droid_serifbold";
    font-size: 21px;
    text-align: center;
    width: 100%;
    
}
.small-product, .small-catalogue {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #eaeaea;
    border-radius: 0;
    box-shadow: 0 0 4px #ededed;
    padding: 16px;
    margin-bottom:2rem;
    width: 100%;
}
.productLarge h1{
    color: #2f2f2f;
    display: block;
    font-family: 'droid_serifbold';
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: none;
}
.wishlist-link {
    color:#89e5f6;
    
}
.productLarge li.price {
    text-align:left;
    
}
.wishlist-link span {
    display:none;
}
.wishlist-link a {
    color: #f0c84a;
    font-size: 14px;
    text-decoration: underline;
    text-transform:none;
}
a#catshopclear {
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 0.25rem 0;
    font-family: "latoregular";
    color:#45b39c;
    text-align: center;
}
a#catshopbuy:link, a#catshopbuy:visited, .productSubmitInput {
    width:100%;
    
}
/*==========================================================================*/
/*                                      SIDEBAR_PAGE                        */
/*==========================================================================*/

.sidebar-interior {
    width: 100%;
    background: #f7f7f7;
    border-bottom: 1px solid #F7F7F7;
}
.intetior-sidebar-cntnt {
    float: left;
    z-index: 99;
    position: relative;
    padding:1rem;
    width: 100%;
    min-height:602px;
}
.intetior-sidebar-cntnt .large-8 {
    padding: 0px;
}
.left-sidebar {
    color: #010101;
}
.left-sidebar h1 {
    font-size: 28px;
    margin: 48px 0px 6px 0px;
    font-family: 'DroidSerifRegular';
}
.left-sidebar h2 {
    font-size: 25px;
    margin: 26px 0px 6px 0px;
    font-family: 'DroidSerifRegular';
}
.left-sidebar h3 {
    font-size: 20px;
    margin: 10px 0px 10px 0px;
    font-family: 'DroidSerifRegular';
}
.left-sidebar h4 {
    font-size: 18px;
    margin: 10px 0px 10px 0px;
    font-family: 'DroidSerifRegular';
}
.left-sidebar h5 {
    font-size: 16px;
    margin: 20px 0px 10px 0px;
    font-family: 'DroidSerifRegular';
}
.left-sidebar h6 {
    font-size: 14px;
    margin: 24px 0px 10px 0px;
    font-family: 'DroidSerifRegular';
}
.left-sidebar p {
    font-size: 15px;
    color: #000000;
    margin-bottom: 0px;
    font-family: 'latoregular';
}
.leftside-image {
    float: left;
    margin-right: 3%;
    width: 43%;
}
.image-content h2 {
    font-size: 28px;
    color: #000000;
}
.right-image-content {
    float: left;
    margin-top: 28px;
}
.rightside-image {
    float: right;
    width: 50%;
    text-align: right;
}
.image-content h2 {
    font-size: 28px;
    color: #000000;
}
.right-image-content .image-content {
    width: 50%;
    float: left;
    padding: 0px 17px 0px 0px;
}
.right-image-content h2 {
    margin: 0px;
}
p.blog-content {
    float: left;
    font-size: 15px;
    color: #7d7d7d;
    background: #fbf6e6;
    padding: 40px 70px;
    border-left: 18px solid #f5e4ad;
    margin-top: 32px;
}
p.blog-content:before {
    content: '';
    display: block;
    display: inline-block;
    width: 45px;
    height: 34px;
    margin-left: -46px;
    background: url(../img/quotes-sidebar-img.png) no-repeat 0px 0px;
}
.sidebar-list h2 {
    font-size: 28px;
    margin: 26px 0px 18px 0px;
}
.sidebar-list ul li {
    font-size: 15px;
    list-style-image: url(../img/list-iamge.png);
    font-family: 'latoregular';
    padding: 0px 0px 8px 0px;
    list-style-position: inside;
}
.sidebar {
    margin-top: 20px;
}
.sidebar li {
    list-style: decimal !important;
    padding: 0px 0px 8px 19px;
}
.right-sidebar h2 {
    clear: both;
    font-size: 28px;
    color: #000000;
    padding-bottom: 7px;
    margin-bottom: 16px;
    border-bottom: 1px solid #e1e1e1;
    font-family: 'droid_serifbold';
}
.right-sidebar h2 span {
    width: 221px;
    float: left;
    margin-top: 8px;
    border-bottom: 2px solid #e1e1e1;
}
.right-sidebar p {
    font-size: 15px;
    color: #666666;
    font-family: 'latoregular';
    margin-bottom: 8px;
}
.right-sidebar a {
    font-size: 15px;
    color: #45b39c;
    font-family: 'latobold';
}
.right-sidebar a:after {
    content: '';
    display: block;
    widows: 14px;
    height: 9px;
    background: url(../img/next-arrow.png) no-repeat 0px 0px;
    margin: -15px 0px 0px 81px;
}
.recent-post h2 {
    clear: both;
    font-size: 28px;
    color: #0e0f0f;
    padding-bottom: 7px;
    margin: 44px 0px 16px 0px;
    border-bottom: 1px solid #e1e1e1;
    font-family: 'droid_serifbold';
}
.recent-post h2 span {
    width: 176px;
    float: left;
    margin-top: 8px;
    border-bottom: 1px solid #e1e1e1;
}
.post {
    height: auto;
    width: auto;
    padding: 10px 0px 20px 0px;
    border-bottom: 1px solid #e1e1e1;
}
.post h3 {
    font-size: 17px;
    color: #0e0f0f;
    font-family: 'latobold';
}
.post h3 a {
    font-size: 16px;
    color: #0e0f0f;
    font-family: 'latobold';
}
.post img {
    float: left;
    margin-right: 14px;
}
.post-content .fa {
    font-size: 22px;
    color: #0e0f0f;
    float: left;
    margin-right: 8px;
}
.post-content span {
    font-size: 15px;
    color: #0e0f0f;
}
.border {
    border-bottom: none;
}
.left-sidebar .leftside-image {
    width: 47%;
    margin-top: 25px;
}
.left-sidebar .left-image-content .image-content {
    width: 50%;
    float: left;
}
/*==========================================================================*/
/*                                      COURSE_DETAILS                      */
/*==========================================================================*/


.course-interior {
    width: 100%;
    background: #fff;
}
.intetior-course-cntnt {
    width: 100%;
    /*	margin-top: -152px;
    */
    float: left;
    z-index: 99;
    background: #fff;
    padding: 16px 0px 64px 0px;
}
.intetior-course-cntnt .large-8 {
    padding: 0px;
}
.course-image {
    border-bottom: 1px solid #e1e1e1;
}
.course-image h2 {
    font-size: 25px;
    color: #636363;
    font-family: 'latoregular';
    margin: 20px 0px 20px 0px;
}
.about-course h2 {
    font-size: 25px;
    color: #232323;
    font-family: 'droid_serifbold';
    margin: 26px 0px 18px 0px;
}
.about-course p {
    font-size: 15px;
    color: #232323;
    font-family: 'latoregular';
    line-height: 34px;
    margin-bottom: 34px;
}
.related-course h2 {
    font-size: 20px;
    color: #232323;
    font-family: 'droid_serifbold';
    margin: 26px 0px 18px 0px;
}
.related-cntnt {
    width: auto;
    height: auto;
    float: left;
    border: 1px solid #ebebeb;
    box-shadow: 2px 2px 2px #ebebeb;
    margin-bottom: 38px;
}
.relative-image {
    width: 35%;
    float: left;
    margin-right: 2%;
    overflow: hidden
}
.relative-image img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.relative-image img:hover {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.courses-details {
    width: 63%;
    float: right;
    font-family: 'latobold';
}
.courses-details h2 {
    font-size: 25px;
    color: #5e5e5e;
    font-family: 'latobold';
    margin: 14px 0px 0px 0px;
}
.courses-details h2 a {
    font-size: 25px;
    color: #5e5e5e;
    font-family: 'latobold';
}
.courses-details p {
    font-size: 15px;
    color: #5e5e5e;
    margin: 0px 45px 10px 0px;
    padding-bottom: 11px;
    border-bottom: 1px solid #ebebeb;
    font-family: 'latoregular';
}
.courses-details span {
    font-size: 15px;
    color: #5e5e5e;
    display: inline-block;
    margin: 0px 15px 10px 0px;
}
.courses-details span.author-name-dtls {
    color: #45b39c;
    margin: 0px;
}
.courses-details a .fa {
    display: block;
    float: left;
    margin: 1px 12px 0px 0px;
    font-size: 23px;
}
.viewdetails {
    display: block;
    float: left;
    width: 164px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #45b39c url(../img/view-details-bg.png) no-repeat center right;
    border-radius: 4px;
    padding-left: 12px;
    margin-top: 8px;
}
.view-more-courses {
    width: 410px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    margin-top: 32px;
    font-family: 'droid_serifbold';
    margin-left: 142px;
    border: 1px solid #eaca6e;
    color: #000000 !important;
    background: #fee184;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fee184), color-stop(44%, #fcde7e), color-stop(100%, #f6d364));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fee184 0%, #fcde7e 44%, #f6d364 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee184', endColorstr='#f6d364', GradientType=0 );
    /* IE6-9 */
}
.instructor {
    border: 1px solid #e1e1e1;
    padding: 14px;
}
.instructor h6 {
    font-size: 15px;
    color: #929191;
    font-family: 'latobold';
}
.instructor h2 {
    font-size: 25px;
    color: #232323;
    font-family: 'droid_serifbold';
    text-align: center;
    margin: 12px 0px 10px 0px;
}
.instructor p {
    font-size: 14px;
    color: #232323;
    margin: 0px;
}
.instructor a {
    color: #45b39c;
    font-size: 14px;
    font-family: 'latobold';
    display: block;
    padding-bottom: 12px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 28px;
}
.instructor-list {
    font-family: 'latobold';
}
.instructor-list ul {
    margin: 0px;
}
.instructor-list ul li {
    margin-bottom: 15px;
}
.instructor-list ul li:last-child {
    margin-bottom: 5px;
}
.instructor-list ul li p {
    width: 33%;
    float: left;
    font-size: 14px;
    color: #929191;
}
.instructor-list ul li span {
    font-size: 14px;
    display: inherit;
    color: #232323;
}
.enroll {
    width: 100%;
    float: left;
    border: 1px solid #e1e1e1;
    padding: 16px;
    margin-top: 20px;
}
.enroll h6 {
    font-size: 15px;
    color: #929191;
    font-family: 'latobold';
}
.enroll p {
    font-size: 14px;
    color: #232323;
    margin: 0px;
}
.enroll-courses {
    display: block;
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #000;
    background: #fee184;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fee184), color-stop(44%, #fcde7e), color-stop(100%, #f6d364));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fee184 0%, #fcde7e 44%, #f6d364 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee184', endColorstr='#f6d364', GradientType=0 );
    /* IE6-9 */
    border-radius: 4px;
    margin-top: 8px;
    font-family: 'latobold';
}
/*==========================================================================*/
/*                                      COURSE                              */
/*==========================================================================*/
.pagination_header {
    font-size: 15px;
}
.pagination_header .fa {
    font-size: 16px;
    color: #fff;
}
.pagination_header span {
    color: #b0e8dc;
    font-family: 'latoregular';
    display: inline-block;
}
.pagination_header span:before {
    content: '';
    display: block;
    width: 4px;
    height: 8px;
    display: inline-block;
    background: url(../img/header_pagination-arrow.png) no-repeat 0px 0px;
    margin: 0px 12px 0px 5px;
}
.search-courses {
    float: right;
}
.search-courses form {
    position: relative;
    margin: 0px;
}
.search-courses form input[type="text"] {
    width: 390px;
    height: 62px;
    line-height: 62px;
    font-size: 18px;
    color: #9ea9a9;
    padding: 0px 0px 0px 42px;
    background: #515c5d;
    border-radius: 3px;
    border: none;
    font-family: 'latobold';
    margin-bottom: 14px;
}
.search-courses form input[type="submit"] {
    width: 30px;
    height: 24px;
    border: none;
    background: url(../img/search-course-bg.png) no-repeat 4px 0px;
    position: absolute;
    top: 19px;
    right: 15px;
}
.test-courses {
    margin-top: 26px;
}
.test-courses h2 {
    float: left;
}
.course-content {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    float: left;
    margin-bottom: 28px;
}
.course-content h2 {
    font-size: 25px;
    float: left;
    color: #5e5e5e;
    font-family: 'droid_serifbold';
}
.select-handover {
    float: left;
    width: 85%;
}
.select-handover select {
    font-size: 15px;
    color: #1b252b;
    font-family: 'LatoLight';
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    background: #fff url(../img/drop-down-arrow.png) no-repeat 248px 18px;
    width: 272px;
    height: 46px;
    margin: 0px;
}
.select-courses-dtls {
    float: right;
}
.select-courses-dtls img {
    margin-left: 10px;
}
.select-courses-dtls span {
    font-size: 15px;
    color: #5e5e5e;
    font-family: 'latoregular';
}
.select-courses {
    display: inline-block;
}
.select-courses .chosen-select {
    -webkit-appearance: none !important;
    color: #000000;
    font-family: 'latoregular';
    -webkit-border-radius: 0px;
    background-position: 100% center;
    background-repeat: no-repeat;
    border: 1px solid #cccccc;
    padding: 0px 2px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.75);
    line-height: normal;
    border-radius: 0;
    margin: 0px 0px 16px 4px;
    height: 2.3125rem;
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #fcfcfc 44%, #f6f6f6 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(44%, #fcfcfc), color-stop(100%, #f6f6f6));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #fcfcfc 44%, #f6f6f6 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #fcfcfc 44%, #f6f6f6 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #fcfcfc 44%, #f6f6f6 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #fcfcfc 44%, #f6f6f6 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0 ) url(../img/select-dropdown-bg.png) no-repeat 68px 16px;
    /* IE6-9 */
}
.grid-list {
    width: auto;
    float: right;
    margin-left: 10px;
}
.grid-list ul {
    width: auto;
    float: left;
    margin: 0px 0 0 8px;
}
.grid-list ul li {
    width: 37px;
    height: 37px;
    float: left;
    border: 1px solid #e1e1e1;
    margin-left: 10px;
    background: #fbfbfb;
}
.grid-list ul li a {
    width: 35px;
    height: 35px;
    float: left;
    text-align: center;
}
.grid-list ul li a em {
    color: #c0c0c0;
    font-size: 16px;
    vertical-align: -5px
}
.grid-list ul li:hover, .grid-list ul li.selected {
    background: #fada76;
    border: 1px solid #e9cd72;
}
.grid-list ul li:hover a, .grid-list ul li.selected a {
    border: none;
    background: #fada76;
}
.grid-list ul li a:hover em, .grid-list ul li.selected a em {
    border: none;
    color: #fff
}
.course-details {
    width: 100%;
    float: left
}
.courses-right-cntnt {
    width: 100%;
    float: left;
    height: auto;
    float: left;
    border: 1px solid #ebebeb;
    box-shadow: 2px 2px 2px #b7b7b7;
    margin-bottom: 46px;
}
.courses-right-image {
    float: left;
    padding-right: 26px;
    width: 36%;
    float: left;
    overflow: hidden
}
.courses-right-image img {
    -webkit-transition: all 1s ease;
    /* Safari and Chrome */
    -moz-transition: all 1s ease;
    /* Firefox */
    -o-transition: all 1s ease;
    /* IE 9 */
    -ms-transition: all 1s ease;
    /* Opera */
    transition: all 1s ease;
    max-width: 100%;
}
.courses-right-image:hover img {
    -webkit-transform: scale(1.25);
    /* Safari and Chrome */
    -moz-transform: scale(1.25);
    /* Firefox */
    -ms-transform: scale(1.25);
    /* IE 9 */
    -o-transform: scale(1.25);
    /* Opera */
    transform: scale(1.25);
}
.courses-right-details {
    width: 64%;
    float: left;
    font-family: 'latobold';
    padding-left: 15px;
}
.courses-right-details h2 a {
    font-size: 25px;
    color: #5e5e5e;
    font-family: 'droid_serifbold';
    margin: 14px 0px 0px 0px;
}
.courses-right-details h2 a:hover {
    color: #F0C84A
}
.courses-right-details p {
    font-size: 15px;
    color: #5e5e5e;
    margin: 0px 45px 10px 0px;
    padding-bottom: 11px;
    border-bottom: 1px solid #ebebeb;
    font-family: 'latobold';
}
.courses-right-details span{
    font-size: 15px;
    color: #5e5e5e;
    float: left;
    margin: 0px 12px 10px 0px;
}
span.course-viewdetails a{
    font-size: 15px;
    color: #5e5e5e;
    float: left;
    margin: 0px 12px 10px 0px;
}
.courses-right-details span.courses-right-author-name {
    float: none;
    color: #45b39c;
    margin-right: 0px;
}
.courses-right-event-date a .fa {
    float: left;
    color: #5e5e5e;
    margin: 1px 10px 0px 0px;
    font-size: 23px;
}
span.course-viewdetails a {
    display: block;
    float: left;
    width: 164px;
    height: 42px;
    line-height: 40px;
    color: #1d1d1d;
    font-size: 15px;
    background: #fee184;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fee184), color-stop(44%, #fcde7e), color-stop(100%, #f6d364));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fee184 0%, #fcde7e 44%, #f6d364 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fee184 0%, #fcde7e 44%, #f6d364 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee184', endColorstr='#f6d364', GradientType=0 );
    background-image: url(../img/view-details-bg.png) no-repeat center right;
    border-radius: 4px;
    padding-left: 12px;
    margin-top: 8px;
    border: 1px solid #eaca6e;
}
.course-viewdetails span .fa {
    font-size: 24px;
    float: right;
    margin: 8px 9px 0px 0px;
}
.Sub_Box_Details .courses-right-image {
    float: left;
    padding-right: 0px;
}
.Sub_Box_Details .courses-right-details {
    width: 100%;
    padding: 12px 0 12px 0
}
.Sub_Box_Details .courses-right-image {
    width: 100%;
}
.Sub_Box_Details .courses-right-details h2 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 5px
}
.Sub_Box_Details .courses-right-details h2 a {
    font-size: 18px;
}
/*==========================================================================*/
/*                                      STAFF                              */
/*==========================================================================*/


.staff-section {
    width: 100%;
    float: left;
    background: #fff;
}
.staff-test {
    width: 100%;
    background-size: cover;
    padding-bottom: 151px;
    margin-top: 26px;
}
.staff-test h2 {
    font-size: 45px;
    color: #ffffff;
    font-family: 'droid_serifbold';
}
.intetior-staff-cntnt {
    float: left;
    z-index: 99;
    position: relative;
    background: #fff;
    /*	margin-top: -152px;
    */
    padding: 16px 0px 24px 0px;
}
.staff-content {
    float: left;
    color: #2a2a2a;
    border-bottom: 1px solid #e1e1e1;
    font-family: 'latoregular';
}
.staff-content h2 {
    font-size: 35px;
    color: #2a2a2a;
    font-family: 'droid_serifbold';
}
.staff-content p {
    font-size: 20px;
}
.staff-list {
    width: 100%;
    float: left;
    padding: 55px 0
}
.staff-list .columns {
    margin-bottom: 55px;
    min-height: 732px;
}
.staff-list h2 {
    font-size: 28px;
    color: #505050;
    font-family: 'droid_serifbold';
    margin: 10px 0px 6px 0px;
}
.staff-list p {
    color: #505050;
    margin-bottom: 12px;
    font-family: 'latoregular';
}
.staff-list a {
    font-size: 17px;
    color: #45b39c;
    font-family: 'latobold';
}
.staff-list a:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 13px;
    background: url(../img/seefullbio-bg.png) no-repeat 0px 0px;
    margin-left: 10px;
}
.staff-list .staff-image {
    width: 100%;
    overflow: hidden;
    position:relative;
}

.staff-image .staff-social{
    width:100%;
    height:auto;
    float:left;
    position:absolute;
    bottom:0px;
    text-align:center;
    background:rgba(240,110,90,0.9);
}
.staff-social h2 a{
    font-family: 'droid_serifbold';
    font-size:24px;
    color:#FFF;
    margin:7px 0px 1px 0px;
}
.staff-social ul{
    width:auto;
    height:auto;
    display:inline-block;
    margin:0 auto 1rem;
}
.staff-social ul li{
    width:auto;
    height:auto;
    float:left;
    margin:0px 5px;
}
.staff-social ul li a {
    width:auto;
    height:auto;
    float:left;
    margin:0px;
    padding:0px;
}
.staff-social ul li a .fa{
    color:#FFF;
    font-size:33px;
}
.staff-social ul li a:after, .staff-social h2 a:after{
    display:none;
}

.staff-list .staff-image img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.staff-list .staff-image img:hover {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.fullwidth-left-sidebar {
    color: #010101;
}
.fullwidth-left-sidebar .left-image-content {
    margin: 46px 0px 30px 0px;
}
.fullwidth-left-sidebar h1 {
    font-size: 28px;
    margin: 48px 0px 6px 0px;
    font-family: 'DroidSerifRegular';
}
.fullwidth-left-sidebar h2 {
    font-size: 25px;
    margin: 0px;
    font-family: 'DroidSerifRegular';
}
.fullwidth-left-sidebar h3 {
    font-size: 20px;
    margin: 10px 0px 10px 0px;
    font-family: 'DroidSerifRegular';
}
.fullwidth-left-sidebar h4 {
    font-size: 18px;
    margin: 10px 0px 10px 0px;
    font-family: 'DroidSerifRegular';
}
.fullwidth-left-sidebar h5 {
    font-size: 16px;
    margin: 20px 0px 10px 0px;
    font-family: 'DroidSerifRegular';
}
.fullwidth-left-sidebar h6 {
    font-size: 14px;
    margin: 24px 0px 10px 0px;
    font-family: 'DroidSerifRegular';
}
.fullwidth-left-sidebar p {
    font-size: 15px;
    color: #000000;
    margin-bottom: 0px;
    font-family: 'latoregular';
}
.fullwidth-left-sidebar .rightside-image {
    width: 43%;
}
.fullwidth-left-sidebar .image-content {
    width: 54%;
    float: left;
}
.fullwidth-left-sidebar .right-image-content {
    margin: 28px 0px 60px 0px;
}
.fullwidth-left-sidebar .sidebar-list h2 {
    margin: 0px 0px 22px 0px;
}
.fullwidth-left-sidebar .sidebar {
    margin-top: 54px;
}

/*==================================================================================================*/
/*						                            TWO COLUMN                                      */
/*==================================================================================================*/
ul.list-ul li{
    list-style:disc;
}
ul.side-navigation {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px;
    background: #fff;
    border: 1px solid #ececec;
}
ul.side-navigation li {
    width: 100%;
    height: auto;
    float: left;
    border-bottom: 1px solid #e0e3e6;
    
    margin-bottom:0px
}
ul.side-navigation li a {
    width: 100%;
    height: auto;
    float: left;
    color: #333333;
    font-size: 16px;
    padding: 14px 20px;
    
}
ul.side-navigation li:hover, ul.side-navigation li.active {
    background: #ffb914;
    color:#fff;
}
ul.side-navigation li:last-child {
    border-bottom: none;
}

@media (max-width: 1280px) {
    .slider-description {
        left: 74%;
    }
    .search {
        margin: 0px 185px 0px 0px;
    }
    .row {
        padding: 0px 15px;
    }
    .login {
        position: absolute;
        top: -47px;
        right: 0px;
    }
    .top-bar-section ul li:last-child a {
        padding-right: 0px;
    }
}
@media (max-width: 1199px) {
    .slider-description {
        width: 436px;
        left: 78%;
    }
    .slider-description .cptn-heading1 {
        font-size: 40px;
    }
    .hero {
        height: 374px
    }
    .orbit-container .orbit-slides-container > * {
        position: absolute;
        top: 0;
        width: 60%;
    }
    .staff-list .columns{
        min-height:750px;
    }
    .courses-right-event-date{
        width:100%;
        height:auto;
        float:left;
    }
    .courses-right-details span{
        margin-right:5px;
    }
    .select-handover select{
        width:100%;
        background-position:right 12px center;
        max-width:250px;
    }
    
    
}
@media (max-width: 1024px) {
    .popular h2 a {
        font-size: 14px;
    }
    
    .staff-list h2 {
        font-size: 28px;
    }
    .top-bar-section {
        float: right;
        margin: 35px 0px 0px 0px;
    }
    
    #photogalleryTable .medium-6, #photogalleryTable .medium-6:nth-child(3n){
        margin: 0px 10px 12px 0px;
    }
    
}
@media (max-width: 991px) {
    
    .pagination_navigation ul li:nth-child(3), .pagination_navigation ul li:nth-child(4){
        display:none;
    }	 
    .features_content_area h1{
        font-size:32px;
    }
    .productLarge h1{
        font-size:26px !important;
    }
    
    
    
    .map iframe{
        height:300px;
    }	 
    
    .orbit-container .orbit-slides-container img {
        width: 55%;
    }
    .slider-description {
        width: 354px;
    }
    .slider-description .cptn-heading1 {
        font-size: 30px;line-height:30px;
    }
    .hero {
        height: 290px;
    }
    .popular-sec img {
        height: 151px;
    }
    .calander {
        width: 23%;
        float: left;
    }
    .events-details {
        width: 74%;
        float: right;
    }
    .mr-tstmnl {
        margin-top: 129px;
    }
    .top-bar .name {
        width: 205px;
        margin-top: 20px;
    }
    .top-bar-section {
        float: right;
        margin: 5px 0px 0px 0px;
    }
    .orbit-bullets {
        bottom: 0%;
        margin: 0px;
        right: 10px
    }
    .calander {
        width: 12%;
    }
    .events-details {
        width: 86%;
    }
    .mr-tstmnl {
        margin-top: 0px;
    }
    .more-testimonial {
        margin-top: 15px;
    }
    .calander {
        width: 18%;
    }
    .events-details {
        width: 78%;
    }
    .testimonial-section h2 {
        font-size: 24px;
    }
    .test h2 {
        font-size: 32px;
    }
    .search-courses form input[type="text"] {
        width: 280px;
        height: 44px;
        line-height: 44px;
    }
    .search-courses form input[type="submit"] {
        top: 11px;
    }
    .course-content h2, .about-course h2 {
        font-size: 20px;
    }
    .courses-right-details h2 a, .course-image h2, .courses-details h2 a {
        font-size: 18px;
    }
    .courses-right-details h2, .courses-details h2 {
        line-height: 22px;
    }
    .course-viewdetails span {
        float: right;
    }
    .about-course p {
        font-size: 14px;
        line-height: 24px;
    }
    .courses-details p {
        margin-right: 10px;
    }
    .courses-details span {
        margin-bottom: 0px;
    }
    .courses-right-details span {
        margin-bottom: 10px;
    }
    .view-more-courses {
        width: 240px;
        height: 52px;
        line-height: 52px;
        margin-top: 0px;
    }
    .viewdetails {
        margin-bottom: 10px;
    }
    .intetior-course-cntnt .medium-4 {
        padding-right: 0px;
    }
    .instructor-list ul li p {
        width: 42%;
    }
    p.blog-content {
        padding: 20px 10px 20px 44px;
    }
    #photogalleryTable .medium-6, #photogalleryTable .medium-6:nth-child(3n) {
        width: 46%;
        margin:4px 2%;
    }
    .viewcart {
        margin-left: 0px;
    }
    .border-bottom img {
        margin: 10px 0px 25px 0px;
    }
    .feature-store {
        margin: 0;
        padding: 0;
    }
    .feature-store ul {
        padding-top: 20px;
    }
    .feature-store, .feature-gallery, .feature-poplet {
        margin: 0;
        padding: 0px;
    }
    .hero ul li .row .slider-description {
        margin: 10px 0px 0px 10px;
        float: left
    }
}
@media (max-width: 767px) {
    .search-container form input[type="text"] {
        width: 175px;
    }
    .top-bar-section .has-dropdown > a:after {
        display: none;
    }
    .top-bar-section .has-dropdown > a {
        padding-right: 10px !important;
    }
    .top-bar-section li:not(.has-form) a:not(.button) {
        padding: 0 10px;
    }
    .top-bar-section ul li > a {
        font-size: 14px;
    }
    .slider-description .cptn-heading1 {
        font-size: 18px;
    }
    .cptn-heading1 span{font-size: 12px;}
    .slider-description p {
        font-size: 12px;
    }
    .slider-description {
        width: 315px
    }
    .hero {
        height: 202px;
        margin-top: 10px;
    }
    .orbit-bullets {
        bottom: 20%
    }
    .popular-course h1 {
        font-size: 28px;
    }
    .popular {
        margin-bottom: 18px;
    }
    .courses-right-details h2 a {
        font-size: 16px;
    }
    .instructor {
        margin-top: 25px;
    }
    .enroll-courses {
        max-width: 220px;
        float: none;
    }
    .instructor h6 {
        text-align: center;
    }
    .instructor img {
        margin: 0 auto;
        display: block;
    }
    .leftside-image, .fullwidth-left-sidebar .rightside-image {
        width: 100%;
        margin: 0px;
    }
    .fullwidth-left-sidebar .image-content, .fullwidth-left-sidebar .image-content {
        width: 100%;
        margin-top: 20px;
    }
    .leftside-image img, .rightside-image img {
        display: block;
    }
    .fullwidth-left-sidebar .sidebar {
        margin: 10px 0px 0px 17px;
    }
    body {
        background-size: initial;
    }
    .intetior-course-cntnt .medium-4 {
        padding: 5px;
    }
    .sidebar {
        margin-top: 25px;
        padding-left: 10px;
    }
    .sidebar-list ul li {
        list-style-position: outside;
    }
    .features_right_panel, .features_content_area {
        width: 100%;
    }
    .feature-store ul li .shop-description h2 a {
        font-size: 18px;
    }
    .features_content_area h1 {
        font-size: 36px;
    }
    .store ul {
        margin-left: 20px;
    }
    .feature-forum .forum-but a.button {
        margin-left: 5px;
    }
}
@media (max-width: 640px) {
    
    .feature-store ul li{
        width:46%;
        margin:0 2%;
    }	 
    .catalogueList li{
        float:left;
        width:100%;
    }
    .catalogueList li .medium-3{
        float:none !important;
        width:100%;
        max-width:350px;
        margin:0 auto;
        margin-bottom:20px;
    }
    container {
        padding:0 !important;
    }	 
    .sidebar-list{
        margin-left:20px;
    }
    .details-image .image .banner-large {
        width: 180px;
        height:135px;
    }
    .thumb-image {
        width: 36px;
        height: 36px;
    }
    
    .login {
        top: 10px;
        right: 65px;
    }
    .search {
        margin: 0px;
    }
    nav.top-bar {
        width: 100%;
    }
    .top-bar-section, .top-bar-section ul {
        width: 100%;
        float: left
    }
    .top-bar-section ul li {
        width: 100%;
        float: left;
        left: 0px !important
    }
    .top-bar-section ul li a {
        font-size: 16px;
    }
    .top-bar.expanded .title-area {
        background: none;
    }
    .top-bar .top-bar-section ul li:hover a, .top-bar .top-bar-section ul li.selected a {
        border: none;
    }
    .top-bar .top-bar-section ul li.selected a {
        color: #F0C84A;
    }
    .top-bar .top-bar-section ul li ul li a {
        color: #000
    }
    .top-bar-section ul {
        float: right;
        margin-top: 10px
    }
    .top-bar-section .has-dropdown.moved {
        position: static !important;
    }
    .top-bar-section .has-dropdown.moved > .dropdown {
        top: 0px;
    }
    .top-bar-section .dropdown li.title h5 a, .parent-link a {
        color: #F0C84A !important;
        font-weight: bold;
    }
    .top-bar .top-bar-section ul li:hover ul li a, .top-bar .top-bar-section ul li.active ul li a {
        color: #000;
    }
    .top-bar-section ul li:hover:not(.has-form) > a, .top-bar-section ul li.active a {
        border: none;
        margin-top: 0px;
    }
    .top-bar .top-bar-section ul li ul {
        width: 100% !important;
    }
    .top-bar-section ul li.has-dropdown.not-click {
        background: url(../img/sub-menu-arrow.png) no-repeat 95% 12px;
    }
    .top-bar-section ul {
        width: 100%;
    }
    .title.back h5 a {
        line-height: 45px !important;
    }
    .orbit-bullets {
        bottom: 0%
    }
    .footer-menu, .footer_logo {
        width: 100%;
        text-align: center;
    }
    .social_media {
        float: none;
        width: 100%;
        display: block;
        margin: 0 auto;
        max-width: 300px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .footer_nav {
        width: 100%;
        display: inline-block;
        margin: 0 auto;
        max-width: 470px;
        margin-top: 20px;
    }
    .hero .slick-prev, .hero .slick-next {
        display: none !important;
    }
}
@media screen and (max-width: 599px) {
    
    .faq-question a{
        padding:15px 25px 15px 15px;
    }	 
    .staff-content h2{
        font-size:26px;
    }
    .staff-content p{
        font-size:16px;
    }
    .staff-list h2{
        font-size:20px;
    }
    .staff-list p{
        font-size:14px;
    }
    .staff-list .columns{
        min-height:630px;
        margin-bottom:20px;
    }
    .map iframe{
        height:200px;
    }	 
    .feature-forum .forum-but p{
        margin-bottom:35px;
    }
    .feature-menu ul li a{
        padding:10px 20px;
    }
    
    
    .slider-description p {
        display: none;
    }
    .slider-description {
        width: 265px;
    }
    .slider-description {
        width: 215px;
    }
    .slider-description a {
        width: 110px;
        height: 40px;
        line-height: 41px;
        font-size: 14px;
    }
    .orbit-container .orbit-slides-container img {
        width: 62%;
    }
    .orbit-bullets {
        bottom: 5%;
    }
    .view-all {
        width: 240px;
        height: 48px;
        font-size: 20px;
        line-height: 48px;
    }
    .test h2 {
        font-size: 24px;
        margin-top: 8px;
    }
    .search-courses form input[type="text"] {
        width: 210px;
        padding-left: 15px;
        margin-top: 6px;
    }
    
    .features_content_area h1{
        font-size:28px;
    }
    
    
    
}
@media screen and (max-width: 567px) {
    .popular-course .large-4 {
        width: 100%;
    }
    .hero {
        height: 110px;
    }
    .courses-right-image {
        width: 40%;
    }
    .courses-right-details {
        width: 60%;
    }
    .courses-right-details span {
        margin-bottom: 0px;
    }
    .course-viewdetails span {
        margin-bottom: 10px;
    }
    .pagination_navigation ul li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
        padding: 0px;
    }
    .pagination_navigation ul {
        margin-top: 8px;
    }
    .view-more-courses {
        margin-left: 90px;
    }
    .feature-forum .forum-but a.button {
        margin-left: 20px;
    }
    .footer_nav ul li a{
        padding:0px 12px;
    }
    
    
}
@media screen and (max-width: 479px) {
    
    .intetior-cntnt{
        width:100%;
    }
    .features_content_area h1{
        font-size:24px;
    }
    .footer_nav{
        max-width:290px;
    }
    .footer_nav ul li{
        width:47%;
        text-align:center;
    }
    .footer_nav ul li a{
        padding:0px;
    }
    .calander{
        margin-right:8px;
    }
    .news-content {
        float: left;
    }
    .reserve{
        padding:11px 15px;
    }
    .blog-items p, .description p{
        font-size:14px;
    }
    .feature-forum h1{
        margin-bottom:0px;
    }
    .feature-forum .forum-but p{
        float:right;
        margin-bottom:10px;
    }
    #productPoplets .productPopletsItem{
        padding:3px !important;
    }
    
    
    
    
    
    .search {
        float: none;
    }
    .search-container form input[type="text"] {
        width: 140px;
    }
    .phone-number {
        margin: 2px 0 0 0
    }
    .login {
        display: none
    }
    .slider-description .cptn-heading1 {
        font-size: 12px;line-height:12px;
    }
    .cptn-heading1 span{font-size: 10px;}
    .slider-description a {
        margin: 10px 0px 0px 0px;
    }
    .orbit-container .orbit-slides-container img {
        width: 82%;
    }
    .popular-course h1 {
        font-size: 20px;
    }
    .popular h2 a {
        font-size: 14px;
    }
    p.author-name {
        font-size: 13px;
        margin-left: 8px;
    }
    .calander p {
        font-size: 12px;
    }
    .calander span {
        font-size: 20px;
        padding: 8px 0px;
    }
    .footer_nav ul {
        margin-left: 0px;
    }
    .footer_nav ul li a {
        font-size: 14px;
        padding: 0px 6px;
    }
    .footer_logo p {float: none;
    }
    .test h2 {
        font-size: 20px;
    }
    .search-courses form input[type="text"] {
        width: 175px;
        font-size: 15px;
    }
    .course-content h2 {
        font-size: 16px;
    }
    .courses-right-cntnt, .related-cntnt {
        border: none;
        box-shadow: 0px 7px 3px -3px #b7b7b7;
        border-bottom: 1px solid #ebebeb;
    }
    .courses-right-image {
        width: 100%;
        margin-bottom: 15px;
    }
    .courses-right-details, .relative-image, .courses-details {
        width: 100%;
    }
    .Sub_Box_Details .small-6 {
        width: 100%;
        padding: 0px;
    }
    .course-image h2 {
        font-size: 15px;
    }
    .view-more-courses {
        margin-left: 10px;
    }
    .fullwidth-left-sidebar .columns {
        padding: 0px;
    }
    .sidebar-list ul {
        margin: 0px;
    }
    .courses-right-details {
        padding-left: 0px;
    }
    .left-sidebar .left-image-content .image-content, .left-sidebar .leftside-image, .rightside-image, .right-image-content .image-content {
        width: 100%;
    }
    .rightside-image img {
        margin-bottom: 10px;
    }
    .staff-list .small-6 {
        width: 100%;
        padding: 0px;
    }
    .intetior-cntnt {
        padding: 0px;
    }
    .news-image {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 10px;
        float: none;
    }
    .feature-forum .forum-topic {
        width: 20%;
    }
    .feature-forum .forum-name {
        width: 40%;
    }
    .feature-forum .forum-post, .feature-forum .forum-reply {
        width: 18%;
    }
    .store ul li {
        margin: 0 16px 10px 0;
    }
    .pagination_navigation ul li:nth-child(2), .pagination_navigation ul li:nth-child(3), .pagination_navigation ul li:nth-child(4), .pagination_navigation ul li:nth-child(6) {
        display: none;
    }
    h2 {
        font-size: 24px
    }
    h3 {
        font-size: 19px
    }
    h6 {
        font-size: 16px
    }
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    height: 100%;
    z-index: 99999;
    overflow: hidden;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../img/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    z-index: 99999;
}
.utility-nav .uty0, .utility-nav .uty1 {
    display: none
}
.utility-nav .uty0:nth-child(2n), .utility-nav .uty1:nth-child(2n) {
    padding-right: 0px !important
}
.side-panel ul {
    border: 1px solid #ececec;
}
.side-panel h4 {
    width: 100%;
    height: auto;
    /* float: left;
    */
    background: #45b39c;
    color: #fff;
    margin: 0px;
    font-size: 18px;
    padding: 9.5px 0px 9.5px 28px;
    text-transform: uppercase;
    font-family: 'latobold';
}
.side-panel ul li {
    border-bottom: 1px solid #e0e3e6;
    padding-bottom: 0px;
    margin: 0px;
}
.side-panel ul li a {
    font-size: 14px;
    width: 100%;
    height: auto;
    color: #000000;
    padding: 10px 10px;
    font-family: 'latobold';
    display: block
}
.side-panel ul li:hover a {
    background: #f0c84a
}
.side-panel ul li:last-child {
    border-bottom: none;
}

