html, body { 
    height: 100%;
}
body {
    color: #515357;
    background-color: #ececec;
    font-family: "Roboto", sans-serif;
}
a {
    color: #555454;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;

}
a:hover,
a:focus
a:active
{
    color: #00a296;
    text-decoration: none;
}

.gradient0 {
    background: rgba(255,255,255,1);/* Old Browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(227,227,227,1) 50%, rgba(255,255,255,1) 100%);/* FF3.6+ */
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(227,227,227,1)), color-stop(100%, rgba(255,255,255,1)));/* Chrome, Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(227,227,227,1) 50%, rgba(255,255,255,1) 100%);/* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(227,227,227,1) 50%, rgba(255,255,255,1) 100%);/* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(227,227,227,1) 50%, rgba(255,255,255,1) 100%);/* IE 10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(227,227,227,1) 50%, rgba(255,255,255,1) 100%);/* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );/* IE6-9 */
}


@media (min-width : 991px) {
    /* Sticky footer styles
-------------------------------------------------- */
    html, body { 
        height: 100%;
        /* The html and body elements cannot have any padding or margin. */
    }
    /* Wrapper for page content to push down footer */
    #wrapper {
        min-height: 100%;
        height: auto;
        /* Negative indent footer by its height */
        margin: 0 auto -70px auto;
        /* Pad bottom by footer height */
        padding: 0 0 70px 0;
    }
    /* Set the fixed height of the footer here */
    #footer {
        height: 70px;
    }
    /* Sticky footer styles
    -------------------------------------------------- */

    /* footer vertical-align center method */
    #footer > .container {
        height: 100%;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    #footer > .container > div {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        /*for a element*/
        /*    display: inline-block;
            vertical-align: middle;*/
        /*for a element*/
    }
    /* footer vertical-align center method */

    .pageContainer {
        position: relative;
        background-image: url('../img/containerBG.png');
        background-position: center center;
        background-repeat: repeat-y;
        background-size: auto;
    }
    .rightContainer:before {
        position: absolute;
        content: "";
        width: 1px;
        background: #dadada;
        height: 100%;
        left: -10px; 
    }

    body.frontpage .pageContainer {
        background-image: none;
    }
}

html, body {
    /*overflow-x: hidden;*/
}

.container0 {
    max-width: 1024px;
}
.container800 {
    max-width: 800px;
}

#header {}
#headerImage {
    padding-bottom: 60px;
    background-image: url('../img/headBottomImage.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto;
}
.logo {}
.logo img {
    max-height: 100px;
}

.topBar {
    background-color: #00a296;
    min-height: 18px;

}

#mainMenu {
    clear: both;
    min-height: 10px;
    margin-top: 50px;
}
#mainMenu .nav.navbar-nav li:first-child.active a,
#mainMenu .nav.navbar-nav li:first-child a:hover,
#mainMenu .nav.navbar-nav li:first-child a:focus
{
    background-color: transparent;
}

#mainMenu .nav.navbar-nav .signinForm {}
#mainMenu .nav.navbar-nav .signinForm a, 
#mainMenu .nav.navbar-nav .signinForm a:hover, 
#mainMenu .nav.navbar-nav .signinForm a:focus 
{
    padding: 0 !important;
    background-color: transparent !important;
    color: inherit;
}

#mainMenu .nav.navbar-nav .profileData {}
#mainMenu .nav.navbar-nav .profileData a, 
#mainMenu .nav.navbar-nav .profileData a:hover, 
#mainMenu .nav.navbar-nav .profileData a:focus 
{
    padding: 0 !important;
    background-color: transparent !important;
    color: inherit;
}

.navbar-mind .nav > li {
    border-right: 1px solid #555454;
}
.navbar-mind .nav > li:last-child {
    border-right: none;
}
.navbar-mind .nav > li > a {
    line-height: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
}
.navbar-mind .dropdown > .children.dropdown-menu {
    display: none !important;
}
.navbar-mind .dropdown .caret {
    display: none !important;
}

.navbar-mind .dropdown > .grandchildren.dropdown-menu {
    margin-top: 0;
    left: 80%;
    top: -1px
}
@media only screen and (min-width : 768px) {
    .navbar-mind .dropdown:hover > .dropdown-menu {
        display: block;
    }
}

#sidebar {margin-right: 20px}
#sidebar h4.active a {
    font-weight: bold;
    text-decoration: underline;
}

/* affix sidebar */
#leftCol {
    /*position: relative;*/   
}
.affix-top,.affix{
    position: static;
}
@media (min-width: 979px) {
    #sidebar.affix-top {
        position: static;
    }
    #sidebar.affix {
        position: fixed;
        top: 30px;
        background-color: #ffffff; 
        width: 240px;
        padding: 10px;
        z-index: 7;
    }
}
/* affix sidebar */

@media (max-width: 979px) {
    #sidebar {margin-right: 0px}
}

.hoverZoom {
    overflow: hidden;
}
.hoverZoom img {
    -moz-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.hoverZoom:hover img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


.myGallery {
    clear: both;
}

/* myCaption */
.imgCaption {
    position: relative;
    padding: 5px;
    border: solid 1px #ddd;
    color: #fff;
    width: 100%;
}
.proSlider .imgCaption {border: none;padding: 0;}
.imgCaption img {
    width: 100%;
}
.myCaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0);
    opacity: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.myCaption .myCaptionContent {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    visibility: hidden;
    -webkit-transition: all .50s ease;
    -moz-transition: all .50s ease;
    -ms-transition: all .50s ease;
    -o-transition: all .50s ease;
    transition: all .50s ease;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.myCaption .myCaptionContent > * {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    /*for a element*/
    display: inline-block;
    vertical-align: middle;
    /*for a element*/

    background-color: rgba(128, 128, 128, 0.5);
    padding: 10px 15px 10px 15px;
    color: #fff;
    border: solid 1px #999;
    text-decoration: none;
    /*margin-bottom: 10px !important;*/
    /*display: inline-block;*/
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.myCaption:hover .myCaptionContent {
    visibility: visible;
}
.myCaption:hover {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}
.myCaption .myCaptionContent a:hover {
    background-color: rgba(200, 200, 200, 0.5);
}
.myCaption .myCaptionContent a i {

}
/* myCaption */

.post .thumbnail {
    margin-bottom: 0;
}


#proCarousel1.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* The controlsy */
#proCarousel1 .carousel-control {
    left: -12px;
    height: 40px;
    width: 40px;
    top: 50%;
    margin-top: -45px;

    background: none repeat scroll 0 0 #222222;
    border: none;
    border-radius: 50%;
    font-size: 30px;
    line-height: 35px;
}
#proCarousel1 .carousel-control.right {
    left: auto;
    right: -12px;
}
/* The indicators */
#proCarousel1 .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}
/* The colour of the indicators */
#proCarousel1 .carousel-indicators li {
    background: #cecece;
}
#proCarousel1 .carousel-indicators .active {
    background: #428bca;
}
#proCarousel1 .item img {
    max-width:100%;
}


.nav-tabs li a:hover, 
.nav-tabs li.active a, 
.nav-tabs li.active a:hover, 
.nav-tabs li.active a:focus {
    padding-right: 10px;
    padding-left: 10px;
}

.mind-features-item {
    height: auto;
}
.mind-features-item .item-content,
.mind-features-item:hover .item-content,
.mind-features-item.cs-hover .item-content
{
    top: auto;
    bottom: 0;
    height: auto;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 7px 14px;
}
.mind-features-item .item-content h1 {
    font-size: 1.6em;
    font-weight: 600;
    margin: 0px 0 0px 0;
    color: #fff;
    text-transform: uppercase;
}
.mind-features-item .item-content p {
    font-size: 1.3em;
    font-weight: 400;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}

.navbar-mind .nav li.menuLogo {
    margin: 0 55px 0 0;
}
.navbar-mind .nav li.menuLogo a {
    padding: 0;
    display: block;
}
.navbar-mind .nav li.menuLogo img {
    display: block;
    max-height: 40px;
    margin: 5px 0 0 0;
}

.responseDiv p {
    margin: 0;
    padding: 0;
    display: block;
}

/* langs */
#langs {
    z-index: 1002;
    position: relative;
    margin-right: 2px;
    color: #ffffff;
}
/* dd list */
#langs .dd {
    margin: 0px auto;
    position: relative;
    -webkit-perspective: 800;
    perspective: 800;
    display: inline-block;
    vertical-align: middle;
}
#langs .selLabel {
    text-transform: uppercase;
}
#langs .dd.active .selLabel:after {
    content: '\25B2';
}
#langs .dd.active .ddList li:nth-child(1) {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
#langs .dd.active .ddList li:nth-child(2) {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
}
#langs .dd.active .ddList li:nth-child(3) {
    -webkit-transform: translateY(300%);
    transform: translateY(300%);
}
#langs .dd.active .ddList li:nth-child(4) {
    -webkit-transform: translateY(400%);
    transform: translateY(400%);
}
#langs .dd.active .ddList li:nth-child(5) {
    -webkit-transform: translateY(500%);
    transform: translateY(500%);
}
#langs .dd.active .ddList li:nth-child(6) {
    -webkit-transform: translateY(600%);
    transform: translateY(600%);
}
#langs .dd > span {
    /*    border-radius: 5px 0px 0px 5px;
        -webkit-border-radius: 5px 0px 0px 5px;
        -moz-border-radius: 5px 0px 0px 5px;*/
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);*/
    color: #fff;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    letter-spacing: 2px;
    background: #00a296;
    display: block;
    padding: 0 28px 0 14px;
    position: relative;
    z-index: 9999;
    cursor: pointer;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#langs .dd > span:after {
    content: '\25BC';
    position: absolute;
    right: 0px;
    top: 15%;
    width: 35px;
    text-align: center;
    font-size: 12px;
    padding: 0px;
    height: 70%;
    line-height: 24px;
    /*border-left: 1px solid #ddd;*/
}
#langs .dd.active > span {
    -webkit-transform: rotateX(45deg);
    transform: rotateX(45deg);
}
#langs .dd.active > span:after {
    content: '\25B2';
}
#langs .ddList {
    position: absolute;
    top: 0px;
    width: 100%;
}
#langs .ddList li {
    display: block;
    list-style: none;
    opacity: 1;
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    background-color: #00a296;
}
#langs .ddList li:nth-child(1) {
    /*background-color: #dc2916;*/
    z-index: 6;
}
#langs .ddList li:nth-child(2) {
    /*background-color: #022578;*/
    z-index: 5;
}
#langs .ddList li:nth-child(3) {
    /*background-color: #53a1de;*/
    z-index: 4;
}
#langs .ddList li:nth-child(4) {
    /*background-color: #93a7d5;*/
    z-index: 3;
}
#langs .ddList li:nth-child(5) {
    /*background-color: #c7c201;*/
    z-index: 2;
}
#langs .ddList li:nth-child(6) {
    /*background-color: #61ad3d;*/
    z-index: 1;
}
#langs .ddList li span {
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);*/
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    padding: 0 0px 0 0px;
    display: block;
    color: #fff;
    cursor: pointer;
    letter-spacing: 2px;
    text-align: center;
}

/*.upIconsContainer { overflow: hidden; }*/
.upIcons {
    text-align: center;
    -webkit-transition-duration: 0.3s; 
    transition-duration: 0.3s; 
    -webkit-transition-property: transform; 
    transition-property: transform; 
    -webkit-transform: translateZ(0); 
    transform: translateZ(0); 
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.upIcons:hover {
    -webkit-transform: scale(1.1); 
    transform: scale(1.1);
}
.upIcons a {
    display: block;
}
.upIcons .title{
    font-size: 24px;
    font-weight: bold;
    padding: 0 56px;
    margin-bottom: 20px;
}
.upIcons .subTitle{
    font-size: 16px;
    padding: 0 50px;
}
.upIcons img{
    height: 75px;
    width: 75px;
    margin: 0 0 25px 0;
}

#newsTicker {}
#newsTicker .carousel-control.left, 
#newsTicker .carousel-control.right 
{
    /*top: calc(50% - 14px);*/
    background-image: none;
    background-color: #000000;
    width: 50px;
    height: 100%;
}
#newsTicker .carousel-control.left span, 
#newsTicker .carousel-control.right span {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
#newsTicker .carousel-control.left span i, 
#newsTicker .carousel-control.right span i
{
    color: #ffffff;
    position: relative;
    top: 50%;    
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

#newsTicker .title {
    font-size: 23px;
    font-weight: bold;
}
#newsTicker .summary {
    font-size: 15px;
}

@media (max-width: 767px) {
    #newsTicker .carousel-control.left, 
    #newsTicker .carousel-control.right 
    {
        background-color: #000000;
        width: 20px;
        height: 100%;
    }
    #newsTicker .carousel-control.left {
        left: -15px;
    } 
    #newsTicker .carousel-control.right {
        right: -15px;
    }
    #newsTicker .title {
        font-size: 12px;
    }
    #newsTicker .summary {
        font-size: 10px;
        line-height: 14px;
    }
    #newsTicker .carousel-control.left span i, 
    #newsTicker .carousel-control.right span i
    {
        font-size: 16px;
    }
    #newsTicker .item .container {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    } 
    iframe {height: auto;}
}


.rope {
    font-size: 10px;
    text-transform: uppercase;
    /*background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS4zOCIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTEuMzggOSI+PGcgZmlsbD0iIzFBMTcxQiI+PHBhdGggZD0iTTUuNzcgNy42MmwtLjA5LjJjMCAuMDItLjQyLjczLTEuOCAxLjExLS4xNS4wNS0uMzMuMDctLjUuMDdoLS4wNWMtMS4xNy0uMDItMi4yMi0xLjA5LTIuMjYtMS4xM0wwIDYuODR2LS43NWwxLjQ3IDEuMzhjLjA0LjAyLjk4Ljk4IDEuOTEuOTguMTMgMCAuMjcgMCAuMzYtLjA0Ljc1LS4yIDEuMTYtLjUxIDEuMzYtLjY5TDAgMi45NHYtLjc2bDUuNzcgNS40NHpNNy45NS41NmMuOTggMCAxLjkzLjk2IDEuOTYuOThsMS40NyAxLjR2LS43NmwtMS4xMS0xLjA0QzEwLjIyIDEuMDkgOS4yMi4wMyA4IDBoLS4wNWMtLjEzIDAtLjMxLjAzLS41MS4wN0M2LjExLjQ1IDUuNjkgMS4xOCA1LjY5IDEuMmwtLjE0LjE4IDUuODIgNS40NnYtLjc1TDYuMjkgMS4zMWMuMTgtLjIuNi0uNDkgMS4zMy0uNzEuMTEtLjAyLjI1LS4wNC4zMy0uMDR6TTEwLjc3IDcuNzFMNC4yIDEuNTRjMC0uMDItLjk2LS45OC0xLjkzLS45OC0uMTEgMC0uMjQuMDItLjMzLjA1LS43NC4yMS0xLjE2LjUtMS4zNC43bDYuNTggNi4xNWMwIC4wMi45Ni45OCAxLjkzLjk4LjA5IDAgLjI1IDAgLjMzLS4wNC43My0uMiAxLjExLS41MSAxLjMzLS42OXpNMi4zMSAwYzEuMTguMDMgMi4yMiAxLjA5IDIuMjcgMS4xNGw2LjggNi4zOHYuMzFjMCAuMDQtLjQyLjczLTEuNzYgMS4xMS0uMTguMDQtLjM0LjA2LS41MS4wNmgtLjA1QzcuODQgOC45OCA2Ljg0IDcuOTEgNi44IDcuODdMMCAxLjQ5VjEuMkMwIDEuMTMuNDQuNDUgMS43Ni4wN2MuMTctLjA0LjM1LS4wNy41MS0uMDdoLjA0eiIvPjwvZz48L3N2Zz4=');*/
    background-repeat: repeat-x;
    background-position: center;
    margin-bottom: 32px;
}
/* line 445, ../sass/ui/_content-elements.scss */
.rope > span {
    display: inline-block;
    margin-left: 0;
    background: transparent;
    padding: 2px 4px 0px 0;
    vertical-align: middle;
}
#eventSlider .rope,
#newsSlider .rope
{
    font-size: 12px;
}

.btnLink,
.btnLink:hover
{
    background-color: #000;
    color: #ffffff;
    padding: 1px 7px
}

.teaserRow {}

#eventSlider,
#newsSlider
{
    position: relative;
}
#eventSlider .event-month-year {
    font-size: 13px;
    margin-top: 24px;
    margin-bottom: 4px;
}
#eventSlider .event-month-day {
    font-size: 100px;
    margin: 0;
}
@media screen and (max-width: 991px) {
    #eventSlider .event-month-day {
        font-size: 60px;
    }
}
@media screen and (max-width: 768px) {
    #eventSlider .event-month-day {
        font-size: 80px;
    }
}
#eventSlider .event-location {
    margin: 0;
    padding: 0;
}
#eventSlider .event-location span {
    font-size: 18px;
    display: block;
    text-transform: uppercase;
}
#eventSlider img.event-image {
    max-height: 60px;
    display: block;
    width: auto;
    margin-bottom: 30px
}

#newsSlider .newsCaption {
    z-index: 7;
    position: relative;
    padding: 5px 10px;
}

.owlPrev,
.owlNext {
    display: inline-block;
    vertical-align: middle;

    width: 17px;
    height: 17px;
    margin-right: 2px;
    padding: 0px;
    border: none;
    background-color: transparent;
    text-indent: -999em;
    cursor: pointer;
    -moz-transition: background-position 0.2s ease-in-out;
    -o-transition: background-position 0.2s ease-in-out;
    -webkit-transition: background-position 0.2s ease-in-out;
    transition: background-position 0.2s ease-in-out;
}
.owlPrev {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTciIGhlaWdodD0iMTciIHZpZXdCb3g9Ii0wLjE4IC0wLjI5IDE3IDE3IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IC0wLjE4IC0wLjI5IDE3IDE3Ij48ZGVmcz48cGF0aCBpZD0iYSIgZD0iTTAgMGgxNi42NHYxNi40MUgweiIvPjwvZGVmcz48Y2xpcFBhdGggaWQ9ImIiPjx1c2UgeGxpbms6aHJlZj0iI2EiIG92ZXJmbG93PSJ2aXNpYmxlIi8+PC9jbGlwUGF0aD48cGF0aCBjbGlwLXBhdGg9InVybCgjYikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzIzMUYyMCIgc3Ryb2tlLXdpZHRoPSIxLjQiIGQ9Ik0xNi42NCA4LjMxSDEuODEiLz48ZGVmcz48cGF0aCBpZD0iYyIgZD0iTTAgMGgxNi42NHYxNi40MUgweiIvPjwvZGVmcz48Y2xpcFBhdGggaWQ9ImQiPjx1c2UgeGxpbms6aHJlZj0iI2MiIG92ZXJmbG93PSJ2aXNpYmxlIi8+PC9jbGlwUGF0aD48cGF0aCBjbGlwLXBhdGg9InVybCgjZCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzIzMUYyMCIgc3Ryb2tlLXdpZHRoPSIxLjQiIGQ9Ik04LjcuNTFMMSA4LjIxbDcuNyA3LjciLz48L3N2Zz4=");
}
.owlPrev:hover {
    background-position: -17px 0px;
}
.owlNext {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE3IDE3Ij48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiMyMzFGMjAiIHN0cm9rZS13aWR0aD0iMS40IiBkPSJNNy45NCAxNS45bDcuNy03LjdMNy45NC41TTAgOC4xaDE0LjgzIi8+PC9zdmc+");
}
.owlNext:hover {
    background-position: 17px 0px;
}



.footer-widget table {}
.footer-widget table td {
    vertical-align: top;
}


/* mega menu */

.megaMenu {
    display: block;
    position: relative;
    text-align: left;
    background-color: #00a296;
    padding: 10px 22px 7px 22px
}
.megaMenu li {
    position: relative;
    display: block;
    padding: 0;
    line-height: 1.5;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
}
.megaMenu li a {
    display: block;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    font-size: 0.9em;
    line-height: initial;
    padding: 0;
}

.megaMenu .submenuHeading {
    display: block;
    position: relative;
}
.megaMenu .submenuHeading a {
    font-size: 1em;
    font-weight: bold;
    display: table;
    border-bottom: 1px dotted #fff;
    padding-bottom: 3px;
    margin-bottom: 5px;
}

.megaMenu > ul {
    display: table-cell;
    width: 12.5%;
    padding: 15px 0;
    /*background-color: rgba(0,0,0,0.1);*/
}

@media (max-width: 767px) {
    .megaMenu > ul {
        display: block;
        width: auto;
        padding: 0px 0;
    }
}

/* mega menu */

#sidebar .widget {}
#sidebar .widget .widget-title {
    padding: 7px 0px 7px 14px;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 0;
}
.widget-title.bg-primary a,
.widget-title.bg-primary a:hover
{color: #ffffff;}
#sidebar .widget .nav-pills.nav-stacked {}
#sidebar .widget .nav-pills.nav-stacked > li {
    line-height: 1.1em;
    border: none;
}
#sidebar .widget .nav-pills.nav-stacked > li > a {
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    border-bottom: 1px solid #dadada;
    background: transparent url("../img/leftMenuArrow.png") no-repeat scroll right center;
}
#sidebar .widget .nav-pills.nav-stacked > li > a:hover,
#sidebar .widget .nav-pills.nav-stacked > li.active > a
{
    color: #fe0000;
    background: #e1e1e1 url("../img/leftMenuArrowH.png") no-repeat scroll right center;
}

#sidebar .widget .nav li > .nav > li > a {
    padding: 5px 15px 5px 15px;
}
#sidebar .widget .nav li > .nav > li.active > a {
    color: #fe0000;
}

#sidebar .widgetPro {}
#sidebar .widgetPro > ul {}
#sidebar .widgetPro > ul > li {}
#sidebar .widgetPro > ul > li > a {}

#sidebar .widgetPro > ul > li.active {}
#sidebar .widgetPro > ul > li.active > ul {
    padding: 14px 0 30px 24px;
    list-style-type: none;
}
#sidebar .widgetPro > ul > li.active > ul > li {
    color: #515357;
}
#sidebar .widgetPro > ul > li.active > ul > li:hover,
#sidebar .widgetPro > ul > li.active > ul > li.active
{
    color: #ff0000;
}
#sidebar .widgetPro > ul > li.active > ul > li > a {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.4em;
    color: inherit;
    font-weight: bold;
}
#sidebar .widgetPro > ul > li.active > ul > li i {
    font-size: 4px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.4em;
    color: inherit;
    font-weight: 100;
}

.panel-group {}
.panel-group > .panel {
    border-radius: 0;
    background: transparent;
}
.panel-group > .panel .panel-body {
    background-color: transparent;
    border: none !important;
    margin: 0;
    padding: 0 5px 0 5px;
}
.panel-group > .panel a {
    color: #00a296;
}
.panel-group > .panel .panel-heading {
    background-color: transparent;
    padding: 0;
    border: none;
}
.panel-group > .panel .panel-heading a::before {
    display: none;
}
.panel-group > .panel .panel-heading a::after {
    position: absolute;
    right: 14px;
    top: 7px;
    font-size: 1.4em;
    margin-right: 0px;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    /*color: #fe0000;*/

    font-family: 'FontAwesome';
    content: "\f103";
    transition: transform 300ms ease;
}
.panel-group > .panel .panel-heading a.collapsed::after {
    color: #00a296;
    font-family: 'FontAwesome';
    /*content: "\f101";*/
    transform: rotate(-90deg);
}
.panel-group > .panel.active > .panel-heading a.collapsed::after {
    color: #fe0000;
}

.panel-group > .panel .panel-heading a {
    display: block;
    background-color: transparent;
    padding: 10px 15px;
    text-decoration: none;
    font-weight: 500;
    font-size: .9em;
    position: relative;
}
.panel-group > .panel.active .panel-heading a {
    color: #fe0000;
    font-weight: 700;
}
.panel-group .panel {}

.panel-group .panel .nav > li > a {
    padding: 0px 5px;
}
.panel-group .panel .nav > li > a:hover,
.panel-group .panel .nav > li.active > a 
{
    color: #fe0000;
}

.panel-group .panel ul {
    padding: 0px 0 10px 10px;
    list-style-type: none;
}
.panel-group .panel ul > li {
    color: #515357;
}
.panel-group .panel ul > li.active:hover,
.panel-group .panel ul > li.active
{
    color: #ff0000;
}
.panel-group .panel ul > li > a {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.4em;
    color: inherit;
    font-weight: bold;
}
.panel-group .panel ul > li i {
    font-size: 4px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.4em;
    color: inherit;
    font-weight: 100;
}


ul.newsList {
    padding-left: 0;
}
ul.newsList li {
    list-style: none;
}
ul.newsList li a {}


.page-title {
    display: block;
    color: #ffffff;
    font-weight: bold;
}
.post-title {
    margin-bottom: 30px;
    padding-bottom: 0px;
}
.post-title h3,
.post-title h5 {
    margin: 0;
    padding: 0;
}

.imgPostCon {
    position: relative;
    display: block;

    width: 100%;
    height: 200px;
    max-width: 100%;
    background-color: transparent;
}
.proList .imgPostCon {
    background-color: #ffffff;
}
@media screen and (max-width: 767px) {
    .imgPostCon {
        width: auto;
        margin-bottom: 14px;
    }
}
img.imgPost
{
    position: absolute;
    max-width: 90%;
    top: 10%;
    left: 5%;

    max-width: 90%;
    max-height: 90%;
}

img.imgPost:empty
{
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (orientation: portrait) {
    img.imgPost {
        max-width: 90%;
    }
}

@media screen and (orientation: landscape) {
    img.imgPost {
        max-height: 100%;
    }
}

.postDetailLink {
    position: relative;
}

.articleText {
    padding: 0px 0px;
}
.articleText .hr.tt {
    margin-top: 0;
}

.spaceLeft {
    margin-left: 14px;
    margin-bottom: 14px;
}
.spaceRight {
    margin-right: 14px;
    margin-bottom: 14px;
}



.techTable {}
.techTable table {}
.techTable tr {}
.techTable tr td {
    width: 70px;
    padding: 3px 3px;
    border: 1px solid #00a296;
    text-align: center;
    vertical-align: middle;
}
.techTable tr td .textCont {
    display: table;
    margin: auto;
}
.techTable tr td .textCont p {
    margin: 0;
    padding: 0;
    font-size: 11px;
    line-height: initial;
}
@media (max-width: 767px) {
    .techTable table {}
    .techTable tr {
        display: inline-block;
        vertical-align: top;
        width: 120px;
    }
    .techTable tr td {
        height: 60px;
        display: block;
        width: 100%;
    }
}

/*==================  GOOGLE MAP  ======================*/
.map {
    position: relative;
}
.map_model {
    height: 426px;
}
.map_model img {
    max-width: none !important;
}
.map_locations {
    display: none;
}
@media (max-width: 767px) {
    .map_model {
        height: 300px;
    }
}
@media (max-width: 479px) {
    .map_model {
        height: 200px;
    }
}

.mapLoader {
    z-index: -1;
    opacity: 1;
    background: url('../img/loading.gif') no-repeat center center scroll #ccc;
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
}
select.ddList {
    padding: 4px 12px;
    vertical-align: middle;
}

.widgetReseller {}
.resellerList {}
.resellerList a {
    cursor: pointer;
    /*text-transform: initial !important;*/
}


#resellersMap > .map_model {
    height: 400px;
}
#resellersMap .map_locations {
    display: block;
    margin: 0;
    padding: 0;
}
#resellersMap .map_locations li {
    list-style: none;
    display: block;
    border-top: 1px solid #dadada;
    padding: 14px 0;
}
#resellersMap .map_locations li:first-child {
    border-top: none;
    padding-top: 0;
}
#resellersMap .map_locations li .table {
    margin: 0;
    width: auto;
}
#resellersMap .map_locations li .table th,
#resellersMap .map_locations li .table td 
{
    border: none;
}
.iw-content .table {
    margin: 0;
}
.iw-content .table tr:first-child td
{
    border: none;
}

a.machinePdf {
    background: rgba(0, 0, 0, 0) url("../img/pdf.png") no-repeat scroll left center;
    color: #00a296;
    font-size: 13px;
    padding: 10px 40px 10px 35px;
    position: relative;
}

.table-responsive {
    border: none;
}

.poweredBy {
    padding-top: 20px;
}
.poweredBy a {
    color: #ffffff !important;
    font-weight: bold !important;
}

.mind-box {
    /*min-height: 210px;*/
}
p.mind-box-title {
    font-size: 1.3em;
    font-weight: bold;
    color: #000;
}
p.mind-box-title:last-child {
    font-size: 1em;
    font-weight: normal;
}
.mind-box,
.mind-box:hover
{
    background-color: transparent;
}
.mind-box img {
    height: 100px;
    max-width: 100%;
}
.mind-box.left,
.mind-box.center,
.mind-box.right
{
    width: 224px;
    max-width: 100%;
}
.mind-box.left {
    float: left;
    margin-left: 0;
    margin-right: 0;
}
.mind-box.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.mind-box.right {
    float: right;
    margin-left: 0;
    margin-right: 0;
}
@media (max-width: 767px) {
    .mind-box.left,
    .mind-box.center,
    .mind-box.right
    {
        float: none;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
    .mind-box img {
        height: 50px;
    }
    p.mind-box-title {
        font-size: 0.9em;
    }
}

/* Multi level dropdown menu BS3 */
.dropdown-submenu { position: relative; }
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu { display: block; }
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after { border-left-color: #fff; }
.dropdown-submenu.pull-left { float: none; }
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.resellerList .dropdown-submenu>a:after {
    display: none;
}


#footer-widgets {
    color: #c0c0c0;
}

.social-icon {
    border: none;
    background-color: #231f20;
    width: 36px;
    height: 36px;
    line-height: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.social-icon.soc-fa-issuu {
    text-indent: -9999px;
    background-image: url(../img/issuu.svg);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center center;
}
.social-icon.soc-fa-issuu:hover {
    background-color: #f26c5d;
}



/* ----- diger ------ */
/*İş başvuru formu radio grup*/
.greenHeader {
    font-size: 14px;
    color: #00a296;
    font-weight: bold;
    border-bottom: 1px solid #dadada;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.redHeader {
    font-size: 14px;
    color: #FF0000;
    font-weight: bold;
}
.inputWrapper{
    width: 100%;
}
.inputCol{
    width: 24%;
    float: left;
    height: 100%;
    /*border-right: solid 1px #ccc;*/
}

.inputWrapper .inputCol:last-child{
    border-right: 0px;
}

.inputWrapper input[type="text"]{
    width: 15px;
    height: 15px;
}

.inputWrapper .labelCol{
    width: 24%;
    float: left;
    padding-left: 4px;
}
.formTable{
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}
.formTable .formName{
    display: inline-block;
    width: 20%;

}

.formTable .formRightItem{
    display: inline-block;
    width: 12%
}
.formRightItem input{
    width: 15px !important;
    height: 15px !important;
}
.formMultiSelect{
    width: 100%;
}

.formMultiSelect .multiItem{
    width: 24%;
    display: inline-block;
}

.formMultiSelect .multiItem input[type=checkbox]{
    width: 15px !important;
    height: 15px !important;
}

/* ----- basvuruFormu ------ */
.basvuruFormu{
    /*padding: 0px 20px;*/
}
.basvuruFormu p{
    font-size: 14px;
    line-height: 18px;
}


.basvuruFormu label{
    /*float: left;*/
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 6px;
}

.basvuruFormu .formLeft{
    float: left;
    width: 50%;
}

.basvuruFormu .formRight{
    float: right;
    width: 50%;
}
.basvuruFormu input[type="text"], 
.basvuruFormu textarea, 
.basvuruFormu select {
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0.22) 0%, rgba(255,255,255,0.22) 33%);/* IE10 Consumer Preview */ 
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0.22) 0%, rgba(255,255,255,0.22) 33%);/* Mozilla Firefox */ 
    background-image: -o-linear-gradient(top, rgba(0,0,0,0.22) 0%, rgba(255,255,255,0.22) 33%);/* Opera */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0.22)), color-stop(0.33, rgba(255,255,255,0.22)));/* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.22) 0%, rgba(255,255,255,0.22) 33%);/* Webkit (Chrome 11+) */ 
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.22) 0%, rgba(255,255,255,0.22) 33%);/* W3C Markup, IE10 Release Preview */ 
}
.basvuruFormu input[type="text"], 
.basvuruFormu textarea {
    width: 240px;
    height: 35px;
    line-height: 32px;
    padding-left: 8px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: solid 1px #00a296;
}

.basvuruFormu select{
    width: 250px;
    height: 38px;
    padding-left: 8px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: solid 1px #00a296;
}
@media (max-width: 767px) {
    .basvuruFormu .formLeft,
    .basvuruFormu .formRight {
        float: none;
        width: auto;
        display: block;
    }
    .basvuruFormu input[type="text"], 
    .basvuruFormu textarea {
        width: 100%;
        display: block;
    }
}

/* yt player */
.videoWrapper #controls {
    display: table;
    margin: 10px auto;
    text-align: center;
}
.videoWrapper #controls a {
    border-radius: 50%;
    border: 3px solid #d6d8d9;
    cursor: pointer;
    font-size: 1em;
    background-color: #00a296;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    line-height: 29px;
    padding: 0;
    margin: 0px 3px;
}
.videoWrapper #controls i {
    color: #ffffff;
}

#videoList {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}
#videoList li {
    list-style: none;
}
#videoList li img {
    max-width: 100%;
    border: 3px solid #d6d8d9;
    cursor: pointer;
}