/* Google fonts */
@import url(http://fonts.googleapis.com/css?family=Oswald:300,400,700);
/*font-family: 'Oswald', sans-serif;*/


/* Global properties (body, common classes, vertical rhythm, structure etc)
/* ========================================================================== */

body {
    /*font-family: 'Oswald', sans-serif;*/
    background: #ffffff;
    color: #787b80;

    -webkit-font-kerning: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: visible !important; /* reset animate.css / if hidden parallax buggy */
    position:relative;

    font-size: 16px;
    overflow-x: hidden;
}

/* overflow the content area */
* {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    /* Prevent Long URL’s From Breaking Out of Container
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    */
}

@media (min-width: 979px) and (max-width: 1200px) {
    .container {padding: 0 20px;}
}

@media (min-width: 1200px) {
    .container {padding: 0 30px;}
}

@media (max-width: 767px) {
    .container {max-width: 620px;}
}

@media (max-width: 640px) {
    .container {max-width: 460px;}
}

/* Layout setting */
.img_con{background-repeat: no-repeat;background-position: center; background-image: url("menu_grey.png");}.img_con:hover{background-repeat: no-repeat;background-position: center;background-image: url("menu%20_grey%20_copy.png");}
.img_con1{
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(food-icon-grey.png);
}.img_con1:hover{background-repeat: no-repeat;background-position: center;background-image: url("food-icon-green.png");}
.page-section {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #ffffff;
}

.page-section.no-bottom {
    padding-bottom: 0;
}

.page-section.no-top {
    padding-top: 0;
}

.page-section.first {
    border-top: none;
    padding-top: 0;
}

.page-section.last {
    border-bottom: none;
    padding-bottom: 0;
}

.page-section.light {
    background-color: #efefef;
}

.page-section.dark {
    background-color: #BBBBBB;
    color: #ffffff;
}

.page-section.color {
    background-color: #2ecc71;
    color: #f2f4f7;
}

.container.full-width {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;

    margin-top: -70px;
    margin-bottom: -70px;
}

.container.no-border {
    border: none;
}

.content .widget {}
.sidebar .widget {}
.footer .widget {}

.content .widget + .widget,
.sidebar .widget + .widget,
.footer .widget + .widget {
    margin-top: 50px;
}


/* prettyPhoto
/* ========================================================================== */

div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content {background:transparent;}

/* Isotope
/* ========================================================================== */

.isotope .item {
    /* fix isotope/bs3 */
    margin-right: -1px !important;
}

@media (max-width: 767px) {
    .isotope-item {
        max-width: 100% !important;
        width: 100% !important; /**/
    }
}

@media screen and (min-width: 640px) and (max-width: 767px)
{
select{
padding-left: 10%;}	
}
@media screen and (min-width: 370px) and (max-width: 640px)
{
select{
padding-left: 6%!important;}	
}
@media screen and (min-width: 100px) and (max-width: 367px)
{
select{
padding-left: 0px!important;}	
}
@media screen and (min-width: 100px) and (max-width: 335px)
{.tatsa{width: 48%!important;}
.select_first{
height:56px!important;}	
}
.no-padding,
.items.no-padding {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.no-padding .item,
.items.no-padding .item {
    padding: 0 !important;
    margin: 0 !important;
}

.no-padding .item .thumbnail,
.items.no-padding .item .thumbnail {
    margin: 0 !important;
}

/* owl/img-carousel
/* ========================================================================== */

.img-carousel {}
.img-carousel .owl-controls {
    margin: 0 auto;
}

.img-carousel .owl-pagination {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.img-carousel .owl-prev,
.img-carousel .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -10px !important;
    left: 10px;

    width: 30px;
    height: 30px;
    line-height: 30px;
    text-indent: -9999px;
    white-space: nowrap;
}
.img-carousel .owl-next {
    left: auto;
    right: 10px;
}

.img-carousel .owl-prev:before,
.img-carousel .owl-next:before {
    content: "<";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-indent: 0;
}

.img-carousel .owl-next:before {
    content: ">";
}

.owl-theme .owl-controls .owl-page span {
    width: 14px;
    height: 14px;

    -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
            border-radius: 50%;

    background-color: #d4d8dc;
    border: solid 4px #d4d8dc;
}

.owl-theme .owl-controls .owl-page.active span {
    background-color: #25a35a;
    border: solid 4px #d4d8dc;
}

/* Partners / Sponsors
/* ========================================================================== */

.partners .partner div {
    display: block;
    text-align: center;
    margin: 15px 0;
    padding: 5px 10px;
    background-color: #efefef;
    border-radius: 2px;
}

.partners .partner div a {
    display: inline-block;
}

.partners .partner div img {
    max-width: 100%;
    width: 100%;
}

/* TYPOGRAPHY
/* ========================================================================== */

h1, h2, h3, h4, h5, h6 {
    /*font-family: 'Oswald', sans-serif;*/
    color: #222222;
}

h1 .fa,
h2 .fa,
h3 .fa,
h4 .fa,
h5 .fa,
h6 .fa {
    color: #25a35a;
}

.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light h6 { }

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 { }

.color h1,
.color h2,
.color h3,
.color h4,
.color h5,
.color h6 {
    color: #ffffff !important;
}

.section-title {
    font-family: 'Oswald', sans-serif;
    position: relative;
    line-height: 1;
    margin: 0 0 60px 0;
}

.dark .section-title {
    color: #ffffff;
}

.dark .section-title small {
    color: #dddddd;
}

/*.section-title.half-bottom {    margin-bottom: 30px;}*/

.section-title.small-bottom {
    margin-bottom: 15px;
}

.text-lg {
    font-size: 18px;
}
.text-md {
    font-size: 16px;
}

.list-ul.with-space li {
    padding-top: 4px;
    padding-bottom: 4px;
}

.list-ul.with-space .fa {
    font-size: 8px;
    top: 11px;
}

.section-title small {
    display: block;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    color: #787b80;
}
.color .section-title small {
    color: #f2f4f7;
}

.block-title {
    position: relative;
    line-height: 1;
    margin: 0 0 20px 0;
}

.block-title small {
    display: block;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    color: #25a35a;
}

.dropcaps {
    float: left;
    display: inline-block;
    margin: -5px 0 0 -4px;
    padding: 0 10px 0 0;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    color: #25a35a;
}

a,
a:hover,
a:active,
a:focus {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    color: #25a35a;
}

a:hover,
a:active,
a:focus {
    color: #2ecc71;
}

p {
    margin-bottom: 20px;
}

ul, ol {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}

ul ul, ol ol,
ul ol, ol ul {
    padding-left: 20px;
}

.list-ul {
    padding-left: 0;
}

.list-ul li {
    position: relative;
    padding-left: 20px;
}
.list-ul .fa {
    position: absolute;
    top: 3px;
    left: 0;
    color: #25a35a;
}

.list-ul-inline li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

textarea {
    resize: none;
}

a i,
a:hover i,
input,
input:hover,
input:focus {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

hr {}

hr.page-divider {
    margin-top: 40px;
    margin-bottom: 40px;
}

hr.page-divider.transparent {
    border-color: transparent;
}

hr.page-divider.half {
    border-color: transparent;
    margin-top: 0;
}

hr.page-divider.small {
    border-color: transparent;
    margin-top: 0;
    margin-bottom: 20px;
}

/* Buttons
/* ========================================================================== */

.btn {
    border-radius: 2px;
}

.btn,
.btn:active,
.btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/**/

.btn-theme {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: #d2d2dc;
    background-color: transparent;
    border-width: 2px;
    border-color: #d2d2dc;
    padding: 15px 35px;
}

.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
    color: #ffffff;
    background-color: #d2d2dc;
    border-color: #d2d2dc;
}

.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
    background-image: none;
}

.btn-theme.disabled,
.btn-theme[disabled],
fieldset[disabled] .btn-theme,
.btn-theme.disabled:hover,
.btn-theme[disabled]:hover,
fieldset[disabled] .btn-theme:hover,
.btn-theme.disabled:focus,
.btn-theme[disabled]:focus,
fieldset[disabled] .btn-theme:focus,
.btn-theme.disabled:active,
.btn-theme[disabled]:active,
fieldset[disabled] .btn-theme:active,
.btn-theme.disabled.active,
.btn-theme[disabled].active,
fieldset[disabled] .btn-theme.active {
    background-color: transparent;
    border-color: #d2d2dc;
    color: #d2d2dc;
}

.btn-theme .badge {
    color: #d2d2dc;
    background-color: transparent;
}

/**/

.btn-theme-primary {
    color: #ffffff;
    background-color: #25a35a;
    border-color: #25a35a;
}

.btn-theme-white {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
}

.btn-theme-white:hover {
    color: #ffffff;
    background-color: #25a35a;
    border-color: #ffffff;
}

.btn-theme-invert {
    color: #ffffff;
    background-color: #555555;
    border-color: #555555;
}

.btn-theme-default {
    color: #ffffff;
    background-color: #d2d2dc;
    border-color: #d2d2dc;
}

.btn-theme-default:hover {
    background-color: #555555;
    border-color: #555555;
}

.btn-theme-sm {
    padding: 8px 20px;
    font-size: 14px;
}

.about-event .btn-theme-group .btn-theme {
    margin-right: 15px;
}

@media (max-width: 639px) {
    .about-event .btn-theme-group .btn-theme + .btn-theme {
        margin-top: 15px;
    }
}

/* Form / Input / Textarea
/* ========================================================================== */

.form-control {
    border-radius: 2px;
    border: 1px solid #e9ecef;
    /*
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    */
    -webkit-appearance: none; /* ios */
    -webkit-box-shadow: none;
            box-shadow: none;
}

.form-control:focus {
    border-color: #25a35a;
    -webkit-appearance: none; /* ios */
    -webkit-box-shadow: none;
            box-shadow: none;
    /*
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(2, 191, 144, 0.60);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(2, 191, 144, 0.60);
    */
}

.input-group-addon {
    border-radius: 0;
    border-color: #e9ecef;
    background-color: #ffffff;
}

form.subscribe {
    position: relative;
    margin: 0 auto;
}

form.subscribe .form-group {
    margin: 0 auto 0 auto;
}

form.subscribe .form-control {
    /*padding: 25px 20px;*/
    font-size: 15px;
    line-height: 20px;
    height: 52px;
}

form.subscribe .btn-subscribe {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;

    padding-top: 12px;
    padding-bottom: 13px;

    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* Price table
/* ========================================================================== */

.price-table {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 991px) {
    .row [class*="col-sm"] .price-table {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .row [class*="col-sm"] .price-table {
        margin-bottom: 0;
    }
    .row [class*="col-sm"] + [class*="col-sm"] .price-table {
        margin-top: 50px;
    }
}

.price-table-header {
    padding: 30px 2px 15px 2px;
    background-color: #25a35a;
    color: #ffffff;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.price-table-header small {
    display: block;
    margin-top: 40px;
    font-size: 10px;
}

.price-label {
    padding-bottom: 30px;
}

.price-label-title {
    margin: 0;
    color: #ffffff;
}

.price-value {
    position: relative;
    display: inline-block;
}

.price-number {
    display: inline-block;
    font-size: 64px;
    line-height: 40px;
    font-weight: 700;
}

.price-unit {
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    vertical-align: top;
}
.price-per {display: none;}

.price-description {
    padding-bottom: 30px;
}

.price-table-row {
    font-size: 14px;
    padding: 15px 2px;
    line-height: 20px;
    border: solid 1px #d2d2dc;
}

.price-table-row + .price-table-row {
    border-top: none;
}

.price-table-row-bottom {
    padding: 20px 30px;
    line-height: 20px;
    border: solid 1px #d2d2dc;
    border-top: none;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.price-table-row-bottom .btn {
    padding: 8px 30px;
    font-size: 14px;
}

/* Progress bars
/* ========================================================================== */

.progress {
    height: 30px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar {
    line-height: 30px;
    text-align: left;
}

.progress-bar span {
    display: block;
    float: left;
    padding: 0 10px;
    background-color: #4d595b;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
            box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
            transition: width .6s ease;
}

.charts {
    text-align: center;
}

.charts {
    margin-bottom: -40px;
}

.charts .chart {
    margin-bottom: 40px;
}

.chart {
    position: relative;
    text-align: center;
    width: 100%;
}

.chart canvas {
    display: inline-block;
}

.percent {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 2;
    font-size: 24px;
    line-height: 24px;
    height: 24px;
    margin-top: -12px;
    font-weight: 700;
    color: #3c4547;
}

/* Header
/* ========================================================================== */

body {
    /*padding-top: 100px;*/
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.header.sticky-header {
    height: 44px;
}

.header.sticky-header #mobile-menu {
    top: 8px;
}
.header .logo {margin-top: 9px;}

.header .logo img {height: 49px;}
.header.sticky-header .logo {margin-top: 3px;}
.header.sticky-header .logo img {height: 36px;}
.header.sticky-header .navigation {margin-top: 7px;}
.header.sticky-header .sf-menu a {padding: 5px 10px !important;}
.header.sticky-header .sf-menu > li > a:after {}
.header.sticky-header .sf-menu > li > a.active:after,
.header.sticky-header .sf-menu > li:hover > a:after,
.header.sticky-header .sf-menu > li.sfHover > a:after {height: 1px;}

.header {
    height: 70px;
}

.header {
    background-color: #25a35a;
    background-color: rgba(37, 163, 90, 0.85);
    color: #ffffff;
}

.logo {
    float: left;
    margin-top: 3px;
}

.header,
.header .logo,
.header .logo img,

.header.sticky-header,
.header.sticky-header .logo,
.header.sticky-header .logo img

{
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.navigation {
    float: right;
    margin-top: 15px;
}

@media (max-width: 991px) {
    .navigation {
        display: none;
    }
}



/* superfish skin */

.sf-menu {
    margin-bottom: 0;
}

.sf-menu ul {
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
    min-width: 12em; /* allow long menu items to determine submenu width */
    *width: 12em; /* no auto sub width for IE7, see white-space comment below */
}

.sf-menu a {
    border: none;
    position: relative;
    padding: 10px 15px 10px 15px !important;
    text-decoration: none;
    font-size: 12px;
    color: #8b9398;
}
@media (max-width: 1199px) {
    .sf-menu a {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .sf-menu a {
        /*padding-right: 20px;*/
    }
}

.sf-menu > li > a {
    position: relative;
    font-size: 13px;
}

.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li {
    background: transparent;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
    background: transparent;
    color: #ffffff;
}

.sf-menu li > a {
    font-weight: bold;
    color: #ffffff;
    border-radius: 2px !important;
}

.sf-menu li:hover > a,
.sf-menu li.sfHover > a {
    border-color: #3c4547;
    color: #ffffff;
}

.sf-menu > li { }

.sf-menu > li + li {
    margin-left: 4px;
}

.sf-menu > li.active,
.sf-menu > li:hover,
.sf-menu > li.sfHover {
    color: #ffffff;
}

.sf-menu > li.active a,
.sf-menu > li:hover > a,
.sf-menu > li.sfHover > a {
    border-color: transparent;
    color: #ffffff;
    background-color: #25A35A;
}

.sf-menu > li a:focus,
.sf-menu > li a:hover {
    color: #888888;
    background-color: #dddddd;
}

.sf-menu li,
.sf-menu li:hover,
.sf-menu li.sfHover {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.sub-menu {
    background-color: #ffffff;
    margin-top: 8px;
}

.sub-menu:before {
    content: "";
    position: absolute;
    left: 23px;
    top: -4px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 4px solid #ffffff;
}

.sub-menu a {
    padding: .75em 1em;
    color: #8b9398 !important;
    text-transform: none;
    border: none;
}

.sub-menu a:hover {
    color: #25a35a !important;
}

.sub-menu li a {
    margin-right: 0;
}

.sub-menu li a:before {
    content: none;
}

.sub-menu .sub-menu {
    margin-top: -2px;
}

.sub-menu .sub-menu:before {
    content: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
    padding-right: 40px !important;
    *padding-right: 2em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
    /*
    content: '+';
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -11px;
    height: 0;
    width: 0;
    border: none;
    */
}

@media (min-width: 768px) and (max-width: 991px) {
    .sf-arrows .sf-with-ul {
        padding-right: 20px;
    }

    .sf-arrows .sf-with-ul:after {
        right: 15px;
    }
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: white; /* IE8 fallback colour */
}

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #979797; /* edit this to suit design (no rgba in IE8) */
    border-left-color: rgba(151, 151, 151, 0.50);
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: white;
}

/* Mobile menu
/* ========================================================================== */

.header > .container {position: relative;}

#mobile-menu {
    display: none;
    /*position: relative;*/

    position: absolute;
    top: 23px;
    right: 20px;
    width: 200px;
    z-index: 0;
}

.mobile-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    height: 40px;
    /* Required for IE 5, 6, 7 */
    /* ...or something to trigger hasLayout, like zoom: 1; */
    width: 100%;
    /* Theoretically for IE 8 & 9 (more valid) */
    /* ...but not required as filter works too */
    /* should come BEFORE filter */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=0);
    /* Older than Firefox 0.9 */
    -moz-opacity: 0;
    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0;
    /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
    opacity: 0;
}

.mobile-menu-title {
    line-height: 40px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: right;
}

.mobile-menu-title .fa {
    font-size: 30px;
}

.mobile-menu select,
.mobile-menu option {
    color: #000000;
}

@media (max-width: 991px) {
    #mobile-menu {
        display: block;
        float: right;
    }

    .mobile-menu {
        display: block;
    }

}

/* Blog / Post
/* ========================================================================== */

.post-wrap {
    padding: 15px !important;
    border-radius: 2px !important;
    border: none !important;
}
.post-wrap + .post-wrap {
    margin-top: 40px;
    border-top: solid 1px #EEEEEE;
    padding-top: 40px;
}

.post-masonry .post-wrap + .post-wrap {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
}
.post-masonry .post-wrap {
    margin-bottom: 40px;
}

.post-header {margin-bottom: 15px;}
.post-author {font-size: 18px;}
.post-author,
.post-author a {
    color: #999999;
    font-size: 13px;
}
.post-author a:hover {color :#25a35a;}
.post-meta {
    padding: 10px 0 0 0;
    font-size: 14px;
    line-height: 14px;
    color: #717d87;
}
.post-meta a {
    color: #717d87
}
.post-meta a:hover {
    color: #25a35a;
}
.post-meta .sep:before {content: "/"; margin: 0 5px;}
.post-date {margin-right: 10px;}
.post-media {margin-bottom: 20px; position: relative;}
.post-media .thumbnail {margin-bottom: 0;}
.post-media .media-link {
    padding: 15px 10px;
    background-color: #25a35a;
    color: #ffffff;
    font-size: 30px;
    font-weight: 300;
    border-radius: 2px;
}
.post-body {}
.post-excerpt {margin-bottom: 20px;}
.post-details {}
.post-title {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: none;
}
.post-title,
.post-title a {
    color: #1f2122;
}
.post-title a:hover {
    color: #25a35a;
}
.post-footer {margin-top: 20px;}
.post-tags {display: block; font-size: 11px; line-height: 20px;}
.post-categories {display: block; font-size: 11px; line-height: 20px;}

.about-the-author {
    margin-top: 40px;
    padding-top: 40px;
    border-top: solid 1px #EEEEEE;
}

/* Video Wrapper */
.video-wrap {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.video-wrap iframe,
.video-wrap object,
.video-wrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Slider
/* ========================================================================== */

.main-slider {
    padding-top: 70px;
    background: url("../img/preview/slider-bg.jpg") 50% 0 #25a35a;
    background-size: 100% auto;
    height: 100%;
}

@media (max-width: 991px) {
    .main-slider {
        background-size: auto 100%;
    }
}

.main-slider:before {
    background: url("../img/overlay.png") 50% 0 transparent;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.main-slider .owl-wrapper-outer {height: 100%;}
.main-slider .owl-wrapper {height: 100%;}
.main-slider .owl-item {height: 100%;}
.main-slider .item {height: 100%; float: none; width: 100%;}
.main-slider .slide-caption {
    height: 100%;
}

.main-slider .owl-controls {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 0;
    width: 100%;
}

.main-slider .owl-controls .owl-prev,
.main-slider .owl-controls .owl-next {
    font-size: 30px;
    line-height: 30px;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 0;
    left: 10px;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;

    text-indent: -99999px;
}

.main-slider .owl-controls .owl-next {
    left: auto;
    right: 10px;
}
#slash {
background-color: rgba(0, 0, 0, 0.3);
display: inline-block;
font-size: 61px;
padding: 8px 15px 11px 2px;
}
.font_style{font-family: bira_personal_use_onlyregular;}
.main-slider .owl-controls .owl-prev:after,
.main-slider .owl-controls .owl-next:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    content: "\f104";
    text-indent: 0;
    font-size: 45px;

    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
}

.main-slider .owl-controls .owl-next:after {
    content: "\f105";
}

.slide {
    padding: 40px 0;
}

.slide-title {
    font-family: 'Oswald', sans-serif;
    font-size: 70px;
    line-height: 1;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 30px;
}

.slide-title span {
    display: inline-block;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.3);
    /*border-radius: 2px;*/
 
}

.slide-subtitle {
    font-family: 'Oswald', sans-serif;
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 1;
    color: #ffffff;
}

.slide-subtitle span {
    display: inline-block;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}

.slide p.slide-description {
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    border-radius: 2px;
    text-align:left;
}

.menu_icon_padd{text-align: left;
margin: 0px 0px 0px 48px;}
.slide-btn {
    background-color: #2ecc71;
    border-color: #2ecc71;
}


@media (max-width: 1199px) {
    .slide-title {font-size: 60px;}
    .slide-subtitle {font-size: 25px;}
}
@media (max-width: 991px) {
    .slide-title {font-size: 40px;}
    .slide-subtitle {font-size: 22px;}
}
@media (max-width: 767px) {
    .slide-title {font-size: 30px; margin-bottom: 10px;}
    .slide-subtitle {font-size: 18px;}
}
@media (max-width: 639px) {
    .slide-title {font-size: 40px;}
    .slide-subtitle {font-size: 16px;}
}
@media (max-width: 479px) {
    .slide-title {font-size: 40px;}
    .slide-subtitle {font-size: 16px;}
}
@media (max-width: 359px) {
    .slide-title {font-size: 50px;}
    .slide-subtitle {font-size: 18px;}
    .slide p.slide-description {
        display: none;
    }
}

.countdown-wrapper {
    margin: 0 auto;
}

.countdown-row {
    padding: 0;
}

.defaultCountdown {
    margin-bottom: 40px;
}

.is-countdown {
    border: none;
    background-color: transparent;
}

.countdown-section {
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    width: 50%;
    border-radius: 2px;
}

.countdown-show4 .countdown-section {
    width: 22%;
}

.countdown-show4 .countdown-section + .countdown-section {
    margin-left: 4%;
}

.countdown-amount {
    font-weight: bold;
    font-size: 60px;
}

.countdown-period {
    background-color: rgba(0, 0, 0, 0.20);
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0;
}
@media (max-width: 991px) {
    .countdown-amount {font-size: 70px;}
    .countdown-period {font-size: 12px;}
}
@media (max-width: 767px) {
    .countdown-amount {font-size: 40px; padding: 10px 0; display: inline-block;}
    .countdown-period {font-size: 12px; padding: 5px 0; }
}
@media (max-width: 639px) {
    .countdown-amount {font-size: 30px;}
    .countdown-period {font-size: 12px;}
}
@media (max-width: 479px) {
    .countdown-amount {font-size: 20px;}
    .countdown-period {font-size: 7px;}
}

/* Timeline
/* ========================================================================== */

.timeline-tabs {
    margin-bottom: 25px;
}

.timeline-tabs .nav-pills > li {
    padding: 0 5px;
}

.timeline-tabs .nav-pills > li > a {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #DDDDDD;
    color:  #888888;
    border-radius: 2px;
    border: none;
}
.timeline-tabs .nav > li > a:hover {
    background-color: #BBBBBB;
    color: #ffffff;
}
.timeline-tabs .nav-pills > li.active > a {
    background-color: #25a35a;
    color: #ffffff;
}
.timeline-tabs .nav-pills > li + li a {
    border-left: none;
}
@media (max-width: 767px) {
    .timeline-tabs .nav-pills > li + li {
        margin-left: 0;
    }
}

.timeline.vline:before {
    content: "";
    display: block;
    width: 1px;
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 50%;
    background-color: #dddddd;
}

@media (max-width: 767px) {
    .timeline.vline:before {
        background-color: transparent;
    }
}

.timeline .item-left:before,
.timeline .item-left:after {
    content: '';
    position: absolute;
    top: 20px;
    right: 1px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 15px solid #ffffff;
    border-bottom: 15px solid transparent;
    z-index: 2;
}
.timeline .item-left:after {
    top: 21px;
    border-left-color: #d4d8dc;
    z-index: 1;
}

.timeline .item-right:before,
.timeline .item-right:after {
    content: '';
    position: absolute;
    top: 50px;
    left: 1px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 15px solid #ffffff;
    border-bottom: 15px solid transparent;
    z-index: 2;
}
.timeline .item-right:after {
    top: 51px;
    border-right-color: #d4d8dc;
    z-index: 1;
}

@media (max-width: 767px) {
    .timeline .item-left:before,
    .timeline .item-left:after {
        display: none;
    }
}

.timeline .item-left .dot,
.timeline .item-right .dot {
    display: block;
    position: absolute;
    top: 26px;
    right: -10px;
    width: 20px;
    height: 20px;
    background-color: #25a35a;
    border: solid 5px #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
    z-index: 0;
}
.timeline .item-right .dot {
    top: 55px;
    left: -8px;
}

@media (max-width: 767px) {
    .timeline .item-left .dot,
    .timeline .item-right .dot {
        display: none;
    }
}
@media screen and (min-width: 354px) and (max-width: 990px)
{
.menu_icon_padd{
margin: 0px 0px 0px 105px;}	
}


.timeline .post-wrap {width: auto !important;}
.timeline .post-excerpt {
    font-size: 15px;
    margin-bottom: 0;
}

.timeline .caption-zoom {
    padding: 0 !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 25px !important;
    text-align: center !important;
    vertical-align: middle !important;
}

.timeline .caption-zoom .fa {
    width: 25px !important;
    height: 25px !important;
    font-size: 20px !important;
    line-height: 45px !important;
}

.tab-content {}

/* Comments
/* ========================================================================== */

.comments {
    margin-top: 40px;
    padding-top: 40px;
    border-top: solid 1px #EEEEEE;
}

.comments > .comment:last-child .comment-reply {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.comment {}
.comment-avatar {}
@media (max-width: 479px) {
    .comment-avatar img {
        width: 24px;
        height: auto;
    }
}
.comment-meta {margin-bottom: 5px;}
.comment-author {}
.comment-date {font-size: 11px; line-height: 11px; color: #dddddd;}
.comment-text {margin-bottom: 20px;}
.comment-reply {font-size: 11px; line-height: 11px; margin-bottom: 20px; border-bottom: solid 1px #eeeeee; padding-bottom: 20px;}

.comments-form {
    margin-top: 40px;
    padding-top: 40px;
    border-top: solid 1px #EEEEEE;
}

/* Sidebar / Content
/* ========================================================================== */

.content { }
.sidebar { }
.sidebar { }

.sidebar .widget .title {
    margin-top: 0;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    border-bottom: solid 1px #eeeeee;
    padding-bottom: 10px;
}

/* Breadcrumbs
/* ========================================================================== */

.page-section.breadcrumbs {
    padding-top: 0;
    padding-bottom: 0;
}

.breadcrumbs .breadcrumb {
    padding: 10px 0 0 0;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 12px;
    background-color: transparent;
}

.breadcrumbs .breadcrumb li {
    margin-bottom: 10px;
}

/* Pagination / Pager
/* ========================================================================== */

.pagination {
    margin: 0;
}

.pagination > li > a {
    padding: 10px 20px;
    color: #25a35a;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pagination > li > a, .pagination > li > span {
    border-color: #25a35a;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    border-color: #25a35a;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #25a35a;
    border-color: #25a35a;
    color: #ffffff;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #25a35a;
    border-color: #25a35a;
}

.pager {
    margin: 0;
}

/* Tabs
/* ========================================================================== */

.nav-tabs {
    border-bottom-color: #edeff2;
}

.nav-tabs > li > a {
    margin-right: 0;
    border-radius: 0;
    color: #25a35a;
    border-color: #edeff2;
    background-color: #ffffff;
    border-left: none;
    border-right: none;
    /*border-bottom: none;*/
    border-bottom-color: #edeff2;
}

.nav-tabs > li > a:hover {
    color: #242424;
    border-color: #3c4547;
    background-color: #f2f4f7;
    /*border-bottom: none;*/
    border-bottom-color: #edeff2;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #242424;
    border-color: #3c4547;
    background-color: #f2f4f7;
    border-left: none;
    border-right: none;
    /*border-bottom: none;*/
    border-bottom-color: #edeff2;
}

.tab-content {
    padding-top: 15px;
}

/* Message
/* ========================================================================== */

.page-section.with-sidebar .content .page-section > .container {
    width: 100%;
}

.page-section.message {
    padding: 40px 40px 40px 40px;
    text-transform: uppercase;
    text-align: center;
    background-color: #242424;
    color: #ffffff;
}

.page-section.message h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #ffffff;
}

.page-section.message p {
    font-size: 20px;
    margin-bottom: 20px;
}

.page-section.message *:last-child {
    margin-bottom: 0;
}

.page-section.message .btn {
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 20px;
    margin-bottom: 20px;
}

/* Tagcloud
/* ========================================================================== */

.tagcloud {
    overflow: hidden;
}

.tagcloud li {
    float: left;
    margin: 0 3px 3px 0;
}

.tagcloud a {
    display: block;
    padding: 2px 5px;
    background-color: #25a35a;
    color: #ffffff;
}

.tagcloud a:hover {
    background-color: #25a35a;
}

/* Accordion / Panel group
/* ========================================================================== */

.panel {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.panel-heading {
    padding: 0;
}

.panel-group .panel {
    border-radius: 2px;
    margin-bottom: 15px;
}

.panel-group .panel-heading a {
    font-weight: 500;
    display: block;
    padding: 10px 15px;
    background-color: #EFEFEF;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
    background-color: #fafafb;
    border: solid 1px #EFEFEF;
}

.panel-group .panel+.panel {
    margin-top: 0;
}

.panel-default>.panel-heading {
    background-color: #ffffff;
    border: solid 1px #EFEFEF;
    border-radius: 0;
}

.panel-collapse .panel-body {
    border-top: none !important;
    /*border-bottom: none !important;*/
}

.dark .panel-collapse .panel-body {
    color: #888888;
}

.panel-group .panel + .panel {
    margin-top: -1px;
}

/* Thumbnails
/* ========================================================================== */

.thumbnail {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin-bottom: 30px;
    border-radius: 2px;
    border-width: 10px;
    border-color: #EFEFEF;
}

.thumbnail.hover,
.thumbnail:hover {
    /*border-color: #25a35a;*/
}

.thumbnail .overflowed {
    margin-bottom: 20px;
    border-bottom: solid 1px #e9ecef;
}

.thumbnail.no-border,
.thumbnail.no-border.hover,
.thumbnail.no-border:hover {
    border: none;
}

.thumbnail > img {
    width: 100%;
}

.thumbnail .progress {
    margin-bottom: 5px;
}

.speackers .thumbnail {
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
}

.thumbnail.with-sub {
    margin-bottom: 10px;
}

/* Thumbnail caption */

.do-up {
    padding-bottom: 90px;
}

.do-up .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #EFEFEF;
    overflow: hidden;
    max-height: 90px;
    text-align: center;
    width: 100%;
}

.do-up:hover .caption {
    max-height: 100%;
    background-color: #25a35a;
    color: #ffffff;
}

.do-up .img-responsive {
    width: 100%;
    height: auto;
}

.do-up:hover .img-responsive {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.do-up:hover .caption-title {color: #ffffff;}
.do-up .caption-title:after {
    content: '';
    display: block;
    margin: 10px auto;
    height: 1px;
    width: 70px;
    background-color: #ffffff;
}
.do-up:hover .caption-title:after {
    margin: 10px auto;
    background-color: #ffffff;
}
.do-up .caption-category a {color: #25a35a; font-size: 14px; text-transform: uppercase; line-height: 14px;}
.do-up:hover .caption-category a {color: #ffffff;}
.do-up .caption-text {opacity: 0; font-size: 14px; margin-bottom: 15px;}
.do-up:hover .caption-text {opacity: 1;}
.do-up:hover .caption-buttons {}
.do-up .caption-social {
    opacity: 0;
    background-color: #25a35a;
    color: #ffffff;
}
.do-up:hover .caption-social {
    opacity: 1;
}
.do-up .caption-social:hover {
    background-color: #2b2735;
}
.do-up .caption-social .fa {
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
}
/* Thumbnail caption transition */

.do-up .caption-title:after,
.do-up.hover .caption-title:after,
.do-up:hover .caption-title:after,
.do-up .img-responsive,
.do-up.hover .img-responsive,
.do-up:hover .img-responsive,
.do-up .caption-title,
.do-up.hover .caption-title,
.do-up:hover .caption-title,
.do-up .caption-zoom,
.do-up.hover .caption-zoom,
.do-up:hover .caption-zoom,
.do-up .caption-text,
.do-up.hover .caption-text,
.do-up:hover .caption-text,
.do-up .caption-link,
.do-up.hover .caption-link,
.do-up:hover .caption-link,
.do-up .caption-category,
.do-up.hover .caption-category,
.do-up:hover .caption-category,
.do-up .caption,
.do-up.hover .caption,
.do-up:hover .caption {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Thumbnail caption */

.do-hover .caption {
    position: absolute;
    top: 0; right: 0;
    left: 0; bottom: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding: 15px;
    background-color: #25a35a;
    background-color: rgba(37, 163, 90, 0.50);
    color: #ffffff;
    opacity: 0;
}

.caption-wrapper { width: 100%; }

.caption-inner { }

.do-hover .caption-title {
    font-weight: 700;
    margin-top: 0;
    color: #ffffff;
}

.do-hover .caption-buttons a,
.do-hover .caption-category a {
    color: #ffffff;
}

/* Thumbnail caption hover animation */

.do-hover.hover .caption,
.do-hover:hover .caption {
    opacity: 1; /* !!! */
}

.do-hover:hover .img-responsive {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/* Caption title */

.do-hover .caption-title {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.do-hover.hover .caption-title,
.do-hover:hover .caption-title {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/* Caption category */

.do-hover .caption-category {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.do-hover.hover .caption-category,
.do-hover:hover .caption-category {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.do-hover .caption-zoom,
.do-hover .caption-social,
.do-hover .caption-link {
    border: solid 2px #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 20px;
}

.do-hover .caption-zoom .fa,
.do-hover .caption-social .fa,
.do-hover .caption-link .fa {
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    width: 14px;
    text-align: center;
    vertical-align: middle;
}

.do-hover .caption-zoom:hover,
.do-hover .caption-link:hover,
.do-hover .caption-social:hover {
    background-color: #000000;
}

.do-hover .caption-links {
    height: 60px;
    width: 60px;
    text-align: center;
    vertical-align: middle;
    border: solid 2px #ffffff;
    margin: 0 5px;
}

.do-hover .caption-links:hover {
    background-color: #000000;
}

.do-hover .caption-links .fa {
    font-size: 30px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    margin-top: 10px;
    text-align: center;
}

/* Caption zoom */

.do-hover .caption-zoom {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.do-hover.hover .caption-zoom,
.do-hover:hover .caption-zoom {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.do-hover .caption-zoom.theone {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.do-hover.hover .caption-zoom.theone,
.do-hover:hover .caption-zoom.theone {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/* Caption link */

.do-hover .caption-link {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.do-hover.hover .caption-link,
.do-hover:hover .caption-link {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

/* Caption social */

.do-hover .caption-social {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.do-hover.hover .caption-social,
.do-hover:hover .caption-social {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* Thumbnail caption transition */

.do-hover .img-responsive,
.do-hover.hover .img-responsive,
.do-hover:hover .img-responsive,
.do-hover .caption-title,
.do-hover.hover .caption-title,
.do-hover:hover .caption-title,
.do-hover .caption-zoom,
.do-hover.hover .caption-zoom,
.do-hover:hover .caption-zoom,
.do-hover .caption-link,
.do-hover.hover .caption-link,
.do-hover:hover .caption-link,
.do-hover .caption-category,
.do-hover.hover .caption-category,
.do-hover:hover .caption-category,
.do-hover .caption,
.do-hover.hover .caption,
.do-hover:hover .caption {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* Filter
/* ========================================================================== */

.filtrable {
    display: inline-block;
    margin-bottom: 10px;
}

.filtrable li {
    /*float: left;*/
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.filtrable a {
    display: block;
    border: solid 1px #25a35a;
    background-color: #ffffff;
    color: #1e2223;
    padding: 10px 20px;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.filtrable .current a,
.filtrable .active a,
.filtrable .current a:hover,
.filtrable .active a:hover,
.filtrable a:hover {
    border-color: #25a35a;
    background-color: #25a35a;
    color: #ffffff;
}

/* Features
/* ========================================================================== */

.feature {
    position: relative;
}

.feature .media-body *:last-child {
    margin-bottom: 0;
}

.feature,
.feature:hover,
.feature.hover,
.feature .media-object,
.feature:hover .media-object,
.feature.hover .media-object,
.feature .media-object:after,
.feature:hover .media-object:after,
.feature.hover .media-object:after {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.feature .media-object {
    /*display: block;*/
}

/* Features Style */
.feature {
    text-align: center;
    padding-bottom: 40px;
}
.feature.with-border .media {
    border: solid 1px #eeeeee;
    padding: 40px 20px 20px 20px;
}

.feature .media {
    padding-top: 40px;
}

@media (max-width: 767px) {
    .feature .media {
        max-width: 350px;
        margin: 0 auto;
    }
}

.feature .media-object {
    position: relative;
    font-size: 50px;
    line-height: 50px;
    width: 90px;
    height: 90px;
    border-radius: 45px;
    padding: 20px;
    background-color: transparent;
    color: #a4acb5;
}

.feature .media-body {
    font-size: 14px;
    line-height: 24px;
}

.feature .media-heading {
    margin-top: 30px;
    margin-bottom: 8px;
}

.feature .media-heading:after {
    /*
    content: '';
    display: block;
    margin: 20px auto 0 auto;
    width: 70px;
    height: 2px;
    background-color: #e1e1e1;
    */
}

.feature:hover .media-object,
.feature.hover .media-object {
    color: #25a35a;
}

.feature .media-object:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 7px #f6f7f7;
    box-shadow: 0 0 0 7px #f6f7f7;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.feature:hover .media-object:after,
.feature.hover .media-object:after {
    -webkit-box-shadow: 0 0 0 7px #f6f7f7;
    box-shadow: 0 0 0 7px #f6f7f7;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

/* Last Tweet / Twitter
/* ========================================================================== */

/* Last tweet
/* ========================================================================== */

.last-tweet {
    overflow: hidden;
    padding: 0 0 0 0;
    text-align: center;

    /*font-weight: 300;*/
    /*font-size: 24px;*/
    /*line-height: 30px;*/
}

.last-tweet .twitter-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    margin-bottom: 30px;
}

.last-tweet .twitter-icon .fa {
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: solid 2px #25a35a;
    border-radius: 25px;
    text-align: center;
    color: #25a35a;
}

.last-tweet a {
    color: #25a35a;
}

.last-tweet a:hover {
    color: #000000;
}

.last-tweet p {
    margin-bottom: 0;
}

.last-tweet p + p {
    margin-top: 10px;
}

.last-tweet .owl-controls {
    position: relative;
}

.last-tweet .owl-controls .prev,
.last-tweet .owl-controls .next {
    font-size: 30px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 7px;
    left: 50%;
}

.last-tweet .owl-controls .prev { margin-left: -60px; opacity: 0; }

.last-tweet .owl-controls .next { margin-left: 30px; opacity: 0; }

.touch .last-tweet .owl-controls .prev,
.last-tweet:hover .owl-controls .prev {
    margin-left: -90px;
    opacity: 1;
}

.touch .last-tweet .owl-controls .next,
.last-tweet:hover .owl-controls .next {
    margin-left: 60px;
    opacity: 1;
}

.last-tweet .owl-controls {
    margin-top: 30px;
}

/* Directions section
/* ========================================================================== */

.directions { }

/* Error Page
/* ========================================================================== */

.error-page {
    padding-top: 50px;
    padding-bottom: 100px;
    text-align: center;
    position: relative;
}

.error-oops {
    font-size: 150px;
    line-height: 150px;
    color: #242424;
}

.error-number {
    display: inline-block;
    background-color: #ffffff;
    clear: right;
    top: -80px;
    position: relative;
    padding: 0 5px;
    border-radius: 2px;
    font-size: 20px;
    font-weight: 600;
    color: #242424;
}

.error-message {
    display: inline-block;
    padding: 0 5px;
    border-radius: 2px;
    background-color: #25a35a;
    color: #ffffff;
}

@media (max-width: 479px) {
    .error-oops {
        font-size: 90px;
        line-height: 90px;
    }

    .error-number {
        top: -45px;
    }
}

/* Media / Testimonails
/* ========================================================================== */

.testimonial {
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    line-height: 20px;
}

.testimonial .media-icon-bg {
    position: absolute;
    right: 15px;
    top: 0;
    z-index: -1;
    font-size: 60px;
    color: #f2f4f7;
}

.testimonial .media-body {
    padding-right: 15px;
}

.testimonial .media-heading {
    font-weight: 600;
}

.testimonial .media-heading small {
    display: block;
    font-size: 11px;
}

#testimonials .owl-controls {
    margin-top: 30px;
}

/* Media / Latest news ...
/* ========================================================================== */

.address-ul {
    margin-left: 22px;
}

.address-ul strong {
    display: inline-block;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 5px;
    color: #ffffff;
}

.address-ul li {
    line-height: 20px;
    margin-bottom: 10px;
}

.address-ul .fa {
    color: #626566;
}

/* Media / Latest news ...
/* ========================================================================== */

.media .media-body p {margin-bottom: 0;}
.media .media-body p + p {margin-top: 10px;}
.media .media-body .post-date {}

.media .post-date {
    font-size: 12px;
    color: #25a35a;
}

.media .post-date .fa {
    margin-right: 5px;
    color: #626566;
}

.latest-news .media + .media {
    border-top: solid 1px #50585a;
    padding-top: 15px;
}

/* Call Action
/* ========================================================================== */

.page-section.call-action {
    border: none;
    background-color: #25a35a;
    color: #ffffff;
}

.call-action h1,
.call-action h2,
.call-action h3,
.call-action h4,
.call-action h5,
.call-action h6 {
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
}

/* Social line
/* ========================================================================== */

.socical-line { }

.socical-line li {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0;
}

.socical-line a {
    display: block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 11px;
    text-align: center;
    background-color: #1e2223;
    color: #3c4547;
}

.socical-line .fa {
    font-size: 14px;
    line-height: 17px;
    color: #3c4547;
}

.socical-line a:hover .fa {
    color: #25a35a;
}

/* Project
/* ========================================================================== */

.project-single {}
.project-media {}
.project-overview {}
.project-details {}
.project-details .dl-horizontal dt {
    text-align: left;
}

.project-details .dl-horizontal dt {
    color: #3c4547;
    width: 90px;
}

.project-details .dl-horizontal dd {
    position: relative;
    margin-left: 110px;
}

@media (max-width: 767px) {
    .project-details .dl-horizontal dt {
        float: left;
    }
}

/* af-form
/* ========================================================================== */

.get-in-touch .af-form .form-control {
    font-size: 15px;
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 50px;
}

.get-in-touch .af-form textarea.form-control {
    height: 210px;
}

@media (max-width: 767px) {
    .get-in-touch .pull-left,
    .get-in-touch .pull-right {
        float: none !important;
    }
}

label.error {
    font-size: 13px;
    padding-top: 5px;
    padding-left: 13px;
    font-weight: normal;
    color: #FA5555;
}

/* Google map
/* ========================================================================== */

.google-map,
#map-canvas {
    width: 100%;
    min-height: 400px;
    max-height: 450px;
}

/* Parallax
/* ========================================================================== */

.parallax {
    position: relative;
    z-index: 1;
}

.parallax-bg {
    position: absolute; top: 0; left: 0; right: 0;
    width: 100%; height: 100%;
    /*background-attachment: fixed !important;*/
    /*background-attachment: scroll !important;*/
    background-repeat: repeat;
    background-image: url("../img/bg/hexellence_color.png");
    z-index: 2;
}

.parallax-overlay {
    position: absolute; top: 0; left: 0; right: 0;
    width: 100%; height: 100%;
    background-position: 50% 0;
    background-repeat: repeat;
    background-image: url("../img/overlay.png");
    z-index: 3;
}

.parallax-inner {
    position: relative;
    color: #ffffff;
    z-index: 4;
}

/* Footer
/* ========================================================================== */

.footer {
    padding: 34px 0;
    background-color: #EFEFEF;
    color: #222222;
    font-size: 16px;
}

.footer > .container {
    padding-bottom: 70px;
}

.footer .social-icons {
    padding-bottom: 15px;
}

.footer .social-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    border: solid 2px #BBBBBB;
    color: #BBBBBB;
    line-height: 1;
    padding: 16px;
}

.footer .social-icon:hover {
    background-color: #BBBBBB;
    color: #ffffff;
}

.footer .social-icon .fa {
    display: inline-block;
    width: 14px;
    line-height: 14px;
    text-align: center;
}

/* to top */
.totop {
    background-color: #555555;
    color: #ffffff;
    z-index: 9999;
    width: 50px;
    height: 50px;
    border-radius: 2px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    position: fixed;
    bottom: -100px;
    right: 25px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.totop:hover {
    background-color: #2ecc71;
    color: #ffffff;
}

/* Helper Classes
/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */

.clear {
    clear: both;
}

.overflowed {
    overflow: hidden;
    position: relative;
}

/*[data-animation],*/
.animated,
.vhidden {visibility: hidden;}
.visible {visibility: visible;}

.div-table, .div-cell {
    height: 100% !important;
    display: table !important;
}

.div-cell {
    display: table-cell !important;
    vertical-align: middle !important;
    float: none !important;
}

@media (max-width: 767px) {
    [class*="col-"].div-table,
    [class*="col-"].div-cell {
        display: block !important;
    }
}



/* Remove firefox dotted line
/* ========================================================================== */

a,
a:active,
a:focus,
input,
input:active,
input:focus,
button,
button:active,
button:focus,
select,
select:active,
select:focus {
    outline: 0 !important;
}

/* Remove webkit outline glow
/* ========================================================================== */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
