/*
    ========================================
    DAYTONA PARTS - RESPONSIVE TEMPLATE
    ========================================
    
    @author         : Larry Johnson
    @version        : v1.1
    @date-create    : 05/18/2014
    @last-update    : 09/27/2014
    @file-name      : style

*/


/*
    ========================================
    TABLE OF CONTENT
    ========================================
    
    [1. GLOBAL STYLE]
    [2. NAVBAR]
    [3. HEADER]
    [4. FEATURED]
    [5. CONTENT]
    [6. POST SINGLE]
    [7. COMMENT]
    [8. PAGING]
    [9. SIDEBAR]
    [10. PORTFOLIO]
    [11. CONTACT]
    [12. PARTNER]
    [13. FOOTER]
    [14. COPYRIGHT]
    [15. EKKO LIGHTBOX]
    [15. SELECT STYLING]

*/


/* 
    ==================
    [1. GLOBAL STYLE]
    ==================
*/

body {
    margin: 0;
    padding: 0;
    font-family: 'Verdana', sans-serif;
    font-size: 14px;
    line-height: 24px;
    /* color: #6b6e80; */
    background: #f4f4f4;
    scrollbar-face-color: #333;
}

:: -moz-selection {
    color: #fff;
    text-shadow: none;
    background: #39b3d7;
}

:: -webkit-selection {
    color: #fff;
    text-shadow: none;
    background: #39b3d7;
}

:: selection {
    color: #fff;
    text-shadow: none;
    background: #39b3d7;
}

:: -webkit-scrollbar {
    width: 10px;
}

:: -webkit-scrollbar-track {
    background-color: #333;
}

:: -webkit-scrollbar-thumb {
    background-color: #666;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

:: -webkit-scrollbar-button {
    display: none;
}

:: -webkit-scrollbar-corner {
    background-color: #000000;
}

.title-desc {
    font-family: 'Verdana', sans-serif;
    font-weight: bold;
}
a {
    /*color: #FFFFFF;*/
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover {
    color: #269abc;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

hr {
    border-top-color: #eaeaea;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    color: #333;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    color: #428bca;
    border-color: #bbb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn, .form-control {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.btn-danish {
    color: #fff;
    background-color: #5bc0de;
    border-color: #269abc;
}

.btn-danish:hover, .btn-danish:focus, .btn-danish:active, .btn-danish.active, .open > .dropdown-toggle.btn-danish {
    color: #fff;
    background-color: #269abc;
    border-color: #269abc;
}

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

.btn-danish.disabled, .btn-danish[disabled], fieldset[disabled] .btn-danish, .btn-danish.disabled:hover, .btn-danish[disabled]:hover, fieldset[disabled] .btn-danish:hover, .btn-danish.disabled:focus, .btn-danish[disabled]:focus, fieldset[disabled] .btn-danish:focus, .btn-danish.disabled:active, .btn-danish[disabled]:active, fieldset[disabled] .btn-danish:active, .btn-danish.disabled.active, .btn-danish[disabled].active, fieldset[disabled] .btn-danish.active {
    background-color: #269abc;
    border-color: #269abc;
}

.btn-danish .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-pict {
    color: #ffffff;
    border-color: silver;
}

.btn-pict:hover,.btn-pict:focus, .btn-pict:active {
    color: #ffffff;
    font-weight: 700;
}
.btn-link {
    width: 80%;
    margin-top:5px;
}
/*links on the page header*/
div.carbLinks {
    text-align:center;
    margin:0 auto;
}
div.univLinks {
    /*position:absolute;*/
    top:60%;
    z-index: 10;
    text-shadow: 1px 2px black;
    font-size-adjust: 30%;
}
.btn-link-m {
    width: 59%;
    margin-top:5px;
    font-weight: 500;
    opacity: .60;
}
.btn-white {
    color:white !important;
    height:2.5em;
    margin-top:.2em;
}
.showView {
    font-size: 1.1em;
    color: #ffffff;
    background: #787565;
    padding: 5px;
}

.spaceholder {
    width: 25%;
}
.btn-standout {
    background-color: red !important;
    color: white !important;
    font-weight: bold !important;
}
.btn-standout:hover {
    background-color:#d21c18 !important;
}

/* 
    ==================
    [2. NAVBAR]
    ==================
*/

.navbar-default {
    background-color: #000;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-color: transparent;
    /* for the google translate bar */
    /* margin-top: 20px; */
}

.navbar-default .navbar-brand {
    color: #FFFFFF;
    /*changed from 28px*/
    font-size: 18px;
    font-weight: 400;
    padding-top: 22px;
    padding-bottom: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.navbar-default .navbar-brand span {
    /*added font-size*/
    font-size: 22px;
    font-weight: 800;
}

.navbar-default .navbar-brand:hover {
    color: #EFEFEF;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
    text-shadow: none;
    padding-top: 25px;
    padding-right: 20px;
    padding-bottom: 25px;
    padding-left: 20px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #E5E5E5;
    font-weight: 600;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #FFFFFF;
    font-weight: 800;
    background-color: transparent;
}

.navbar-default .navbar-nav li.dropdown.open > a, .navbar-default .navbar-nav li.dropdown.open > a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 540px !important;
}

.navbar.navbar-fixed-top.slide-active {
    position: fixed;
    !important;
    /*margin-top: 40px !important;*/
}

.navbar-header {
    left: 0!important
}

.navbar-fixed-top, .navbar-fixed-bottom, .navbar-transparent, .navbar-default {
    position: fixed;
    !important;
}

.dropdown-menu {
    background-color: black;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu > li > a {
    color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #39b3d7;
}

.navbar-transparent {
    /* background-color: transparent; */
    border-color: transparent;
}

.navbar-transparent .navbar-brand {
    color: #5bc0de;
    font-weight: 700;
    font-size: 36px;
    padding-top: 35px;
    padding-bottom: 30px;
}

.navbar-transparent .navbar-brand:hover {
    color: #5bc0de;
}

.navbar-transparent .navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
    padding: 35px 25px 30px;
}

.navbar-transparent .navbar-nav > li > a:hover, .navbar-transparent .navbar-nav > li > a:focus {
    color: #fff;
}

.navbar-transparent .navbar-nav > li > a:hover::before, .navbar-transparent .navbar-nav > li > a:focus::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 15px;
    width: 70%;
    margin-left: -35%;
    border-bottom: 2px dashed #fff;
}

.navbar-transparent .navbar-nav > .active > a:before, .navbar-transparent .navbar-nav > .active > a:hover::before, .navbar-transparent .navbar-nav > .active > a:focus::before, .navbar-transparent .navbar-nav li.dropdown.open > a::before, .navbar-transparent .navbar-nav li.dropdown.open > a:hover::before, .navbar-transparent .navbar-nav li.dropdown.open > a:focus::before {
    content: '';
    border-bottom: none;
}

.navbar-transparent .navbar-nav > .active > a, .navbar-transparent .navbar-nav > .active > a:hover, .navbar-transparent .navbar-nav > .active > a:focus {
    color: #fff;
    text-shadow: none;
    background-color: transparent;
}

.navbar-transparent .navbar-nav li.dropdown.open > a, .navbar-transparent .navbar-nav li.dropdown.open > a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-transparent .dropdown-menu {
    background-color: #0F101A;
    border: 1px solid #D8D8DA;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.navbar-transparent .dropdown-menu > li > a {
    color: #FFFFFF;
    padding-top: 12px;
    padding-bottom: 12px;
}

.navbar-transparent .dropdown-menu > li > a:hover, .navbar-transparent .dropdown-menu > li > a:focus, .navbar-transparent .dropdown-menu > .active > a, .navbar-transparent .dropdown-menu > .active > a:hover, .navbar-transparent .dropdown-menu > .active > a:focus {
    color: #FFFFFF;
    background-color: #transparent;
}


/*
==============================
BOOTSTRAP OVERRIDE
*/


/*move menu left*/

#navbar-top {
    float: left;
}


/* 
    ==================
    [3. HEADER]
    ==================
*/

#header {
    position: relative;
    width: 100%;
    height: 450px;
    padding-top: 100px;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -ms-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.starter {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .65);
    /*background-image: url(overlay.png);*/
    background-repeat: no-repeat;
    background-size: contain;
}

.starter img {
    width: 99%;
    height: 99%;
    max-width: 1000px;
}

.overlay {
    position: absolute;
    /*z-index: 1;*/
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(50, 66, 90, .65);
}


}
#header blockquote {
    position: relative;
    z-index: 2;
    font-family: 'Noto Serif', serif;
    text-align: center;
    border-left: none;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 20px;
}
#header blockquote p {
    font-size: 28px;
    line-height: 34px;
    font-weight: 400;
    font-style: italic;
    color: #fff;
}
#header blockquote small {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-style: italic;
}
#header blockquote large {
    font-family: 'Raleway', sans-serif;
    color: #FF0404;
    font-style: italic;
}
#header blockquote::before {
    font-family: 'FontAwesome';
    /* content: "\f10d"; */
    
    position: absolute;
    left: 0;
    top: 0;
    font-size: 25px;
    color: #d9dae9;
    width: 25px;
    height: 25px;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
}
#header blockquote::after {
    font-family: 'FontAwesome';
    /* content: "\f10e"; */
    
    position: absolute;
    right: 0;
    top: 0;
    font-size: 25px;
    color: #d9dae9;
    width: 25px;
    height: 25px;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
}
header.heading {
    width: 100%;
    min-height: 240px;
    height: auto;
    padding-top: 10px;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -ms-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center top;
    background-repeat: no-repeat;
}
#header.heading .title-desc {
    position: relative;
    z-index: 3;
    padding: 90px 0 40px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-family: 'Verdana', sans-serif;
}
#header.heading h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 100;
    /*font-style: italic;*/
}

/* 
    ==================
    [4. FEATURED]
    ==================
*/
#featured {
    width: 100%;
    height: auto;
    padding: 40px 0;
    background: #d9dae9;
}
.featured-container {
    background: transparent;
    padding: 10px;
    /*border: 1px solid rgba(255, 255, 255, .5);*/
    align-content: center;
}
.featured-container .featured-img {
    position: relative;
    width: 100%;
    height: auto;
    /*overflow: hidden;*/
}

.featured-3 > a {
    position:absolute;
    left:0px;
    bottom:10px;
}
.featured-container .featured-img img {
    max-width: 100%;
    height: inherit;
}
.featured-container .featured-img.featured-img-avatar {
    position: relative;
    height: auto;
}
.featured-container .featured-img.featured-img-avatar h3 {
    position: absolute;
    left: 0;
    bottom: 15px;
    display: inline-block;
    padding: 10px 16px;
    background-color: #5bc0de;
}
.featured-container .featured-img h3 {
    position: absolute;
    left: 0;
    bottom: 10px;
    display: block;
    max-width: 90%;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.featured-container .featured-img h3 a {
    display: block;
    padding: 10px 15px;
    background-color: #5bc0de;
    color: #fff;
}
.featured-container .featured-img h3 a:hover {
    background-color: #269abc;
    color: #fff;
}

/* 
    ==================
    [5. CONTENT]
    ==================
*/
#content {
    width: 100%;
    padding: 80px 0;
    /*font-size: 16px;*/
    line-height: 28px;
    color: #666;
}
.post-container::before, .post-container::after {
    content: "";
    clear: both;
    display: table;
}
.post-container {
    margin-bottom: 30px;
}
.post-content {
    position: relative;
    display: block;
    background-color: #fff;
    /*border: 1px solid #eee;*/
    border:none !important;
    padding: 20px 25px;
    margin-bottom: 2px;
    /*format for dpc*/
    
    height: 580px;
}
.post-content.no-padding {
    padding: 0;
}
.post-content.no-padding img {
    margin: 0;
}
.post-atribut {
    background-color: #fff;
    border: 1px solid #eee;
    border-bottom-width: 3px;
    padding: 20px 25px;
}
.post-atribut a, .post-atribut .fa, .post-atribut .glyphicon {
    font-size: 20px;
    color: #6b6e80;
    vertical-align: middle;
}
.post-atribut a:hover, .post-atribut a:focus, .post-atribut a:hover .fa, .post-atribut a:focus .fa, .post-atribut a:hover .glyphicon, .post-atribut a:focus .glyphicon {
    color: #5bc0de;
}
.post-atribut span {
    display: block;
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
}
.post-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-top: 5px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.post-meta {
    display: block;
    padding-top: 5px;
    padding-bottom: 15px;
}
.post-meta span {
    font-size: 13px;
    line-height: 13px;
    color: #888;
}
.page-title {
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
}
.page-title h2 {
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #957A36;
}
.page-title h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -22px;
    width: 80px;
    height: 3px;
    margin-left: -40px;
    /* background-color: #5bc0de; */
}
.heading-title {
    display: block;
    color: #5BC0DE;
    margin-left: 10px;
}
.heading-title h2 {
    color: #555;
    font-weight: 700;
    text-align: left;
    font-size: 30px;
    line-height: 34px;
    margin-top: 0;
    margin-bottom: 30px;
}
.heading-title.heading-small h2 {
    color: #555;
    font-weight: 700;
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}
.post-content blockquote {
    position: relative;
    border-left: none;
    background-color: #5bc0de;
    color: #fff;
    border-radius: 2px;
    padding-top: 50px;
    padding-bottom: 30px;
}
.post-content blockquote p {
    text-indent: 55px;
}
.post-content blockquote small {
    color: rgba(0, 0, 0, .35);
}
.post-content blockquote::before {
    content: '\f10d';
    font-family: 'FontAwesome';
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 34px;
    color: #269abc;
}
.post-link:before, .post-link:after {
    content: '';
    display: table;
    clear: both;
}
.post-link {
    padding-top: 10px;
}
.post-link a {
    color: #6b6e80;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    display: block;
    background-image: url(../img/read_more.png);
    background-repeat: repeat-x;
    background-position: 10px center;
}
.post-link a span {
    display: inline-block;
    padding: 0 12px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.post-link a:hover, .post-link a:focus {
    color: #39b3d7;
}
.post-link a:hover > span {
    color: #5bc0de;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.content-img {
    width: auto;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}
.content-img img {
    max-width: 100%;
    height: auto;
    border-radius: 3px;
}
.content-img-bg {
    width: 230px;
    height: 230px;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -ms-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center top;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}
.content-text {
    text-align: center;
}
.content-text.text-justify {
    text-align: justify;
}

/* 
    ==================
    [6. POST SINGLE]
    ==================
*/
.post-single {
    padding-bottom: 30px;
    padding: 20px;
    width: 95%;
}
.post-single, .post-single p {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    line-height: 26px;
    /* for float.html */
    /* display: inline-block; */
    
    margin-right: 5px;
    /* padding: 20px; */
    /* width: 70%; */
}
.post-single .heading-title h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 34px;
    line-height: 38px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 5px;
    text-align: left;
}
.post-single .post-meta {
    display: block;
    padding-top: 20px;
    padding-bottom: 15px;
}
.post-single .post-meta span {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    line-height: 16px;
}
.post-single img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    /*addon*/
    
    padding: 10px;
}
.post-single blockquote {
    position: relative;
    padding-left: 0;
    border-left: none;
    padding-top: 40px;
}
.post-single blockquote::before {
    content: '\f10d';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 26px;
    color: #bbb;
}
.avatar-img {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
}
.avatar-img img {
    padding: 0;
    margin: 0;
    max-width: 100%;
    height: auto;
}
.no-avatar-img {
    position: relative;
    width: 100px;
    height: 100px;
    background: #ddd;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
}
.no-avatar-img .fa {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 70px;
    color: #fff;
    text-align: center;
    width: 70px;
    height: 70px;
    margin-left: -35px;
    margin-top: -36px;
}

/* 
    ==================
    [7. COMMENT]
    ==================
*/
.comment {
    margin-top: 0;
    padding-bottom: 10px;
    padding-right: 30px;
}
.comment ul {
    padding: 0;
    list-style-type: none;
}
.comment ul ul {
    margin-left: 85px;
    padding: 0;
    list-style-type: none;
}
.comment:before, .comment:after {
    content: "";
    display: table;
    clear: both;
}
.comment h3 {
    font-size: 24px;
    line-height: 26px;
    color: #5c7280;
    margin: 20px 0 40px;
}
.comment img {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.comment img.avatar {
    position: relative;
    float: left;
    margin-left: 0;
    margin-top: 0;
    width: 65px;
    height: 65px;
}
.post-comments {
    border: 1px solid #eee;
    margin-bottom: 20px;
    margin-left: 85px;
    margin-right: 0px;
    padding: 10px 20px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    color: #6b6e80;
    position: relative;
}
.post-comments:before {
    content: "";
    position: absolute;
    top: 8px;
    left: -10px;
    border: 10px;
    border-top: 10px solid transparent;
    border-right: 10px solid #fff;
    border-bottom: 10px solid transparent;
    border-left: 0px solid transparent;
}
.comment .meta {
    font-size: 13px;
    color: #aaa;
    padding-bottom: 8px;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #eee;
}
.comment-form {
    padding: 20px 0;
}
.comment-form .form-control {
    background: #fff;
    border-color: #eee;
    padding: 10px 20px;
    margin: 10px 0;
    height: 45px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    color: #999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.comment-form .form-control:focus {
    background: #39b3d7;
    border-color: #269abc;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.comment-form textarea.form-control {
    height: auto;
    resize: none;
}
.comment-form .form-control:: -webkit-input-placeholder {
    color: #aaa;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
}
.comment-form .form-control: -moz-placeholder {
    color: #aaa;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
}
.comment-form .form-control:: -moz-placeholder {
    color: #aaa;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
}
.comment-form .form-control: -ms-input-placeholder {
    color: #aaa;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
}
.comment-form .form-control:focus:: -webkit-input-placeholder {
    color: #eee;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
}
.comment-form .form-control:focus: -moz-placeholder {
    color: #eee;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
}
.comment-form .form-control:focus:: -moz-placeholder {
    color: #eee;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
}
.comment-form .form-control:focus: -ms-input-placeholder {
    color: #eee;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
}

/* 
    ==================
    [8. PAGING]
    ==================
*/
.pager > li > a:hover, .pager > li > a:focus {
    background-color: #39b3d7;
    border-color: #269abc;
    color: #fff;
}
.pager > .disabled > a, .pager > .disabled > a:hover, .pager > .disabled > a:focus {
    border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #39b3d7;
    border-color: #39b3d7;
}

/* 
    ==================
    [9. SIDEBAR]
    ==================
*/
.sidebar .widget-sidebar:before, .sidebar .widget-sidebar:after {
    content: "";
    display: table;
    clear: both;
}
.sidebar .widget-sidebar {
    margin-bottom: 20px;
}
.widget-sidebar p {
    padding: 20px;
}
.sidebar .widget-sidebar h3 {
    margin-bottom: 20px;
    font-family: 'Noto Serif', serif;
    font-size: 20px;
    line-height: 24px;
    color: #506A85;
    font-weight: 400;
}
.sidebar .widget_categories ul > li > a, .sidebar .widget_archive ul > li > a {
    font-size: 14px;
    line-height: 22px;
    color: #6b6e80;
}
.sidebar .widget_categories ul > li > a:hover, .sidebar .widget_archive ul > li > a:hover {
    color: #39b3d7;
}
.sidebar .widget_categories ul > li > a::before {
    content: "\f05d";
    font-family: 'FontAwesome';
    font-size: 16px;
    padding-right: 15px;
}
.sidebar .widget_archive ul > li > a::before {
    content: "\f133";
    font-family: 'FontAwesome';
    font-size: 14px;
    padding-right: 15px;
}
.sidebar .widget-sidebar .navbar-form {
    position: relative;
    margin-left: 0;
    padding-left: 0;
}
.sidebar .widget-sidebar .navbar-form > .form-control {
    display: block;
    width: 100%;
    padding-right: 55px;
}
.sidebar .widget-sidebar .navbar-form > .btn-search {
    position: absolute;
    right: 22px;
    top: 6px;
}
.sidebar .widget-sidebar.default_widget > ul, .sidebar .widget_categories ul, .sidebar .widget_archive ul, .sidebar .widget_top-posts ul {
    list-style-type: disc;
    padding-left: 0;
    margin-left: 0;
}
.sidebar .widget-sidebar.default_widget > ul > li, .sidebar .widget-sidebar.default_widget > ul > li > a {
    font-size: 14px;
    color: #6b6e80;
}
.sidebar .widget-sidebar.default_widget > ul > li > a::before {
    content: \f23d;
    padding-right: 15px;
}
.sidebar .widget-sidebar.default_widget > ul > li > a:hover, .sidebar .widget-sidebar.default_widget > ul > li > a:focus {
    color: #39b3d7;
}
.post-wrapper {
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.post-img {
    position: relative;
    float: left;
    display: inline;
    width: 70px;
    height: 70px;
    margin-right: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -ms-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
}
.post-text {
    padding: 0;
    font-size: 14px;
    line-height: 21px;
}
.post-text > .post-meta {
    display: block;
    padding-top: 0 !important;
    padding-bottom: 5px;
    font-size: 12px;
}
.post-text > .heading-title h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
}

/* 
    ==================
    [10. PORTFOLIO]
    ==================
*/
#portfolio {
    width: 100%;
    display: table;
    margin: 40px 0;
}
#portfolio.portfolio-page .portfolio-sort {
    margin-top: 40px;
    margin-bottom: 60px;
    max-width: 970px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#portfolio.portfolio-page .portfolio-sort > li > a {
    position: relative;
    display: block;
    padding: 10px 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #39b3d7;
    color: #269abc;
    background-color: transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
#portfolio.portfolio-page .portfolio-sort > .active > a, #portfolio.portfolio-page .portfolio-sort > .active > a:hover, #portfolio.portfolio-page .portfolio-sort > .active > a:focus {
    color: #fff;
    background-color: #39b3d7;
}
#portfolio.portfolio-page .portfolio-sort > li: last-child > a {
    margin-right: 0;
}
#portfolio .container-portfolio {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
    /*added to make gallerys show*/
    
    height: 100%;
}
#portfolio .container-portfolio > ul {
    height: 100%;
    display: block;
}
#portfolio .container-portfolio > li {
    display: block;
    float: left;
    width: 25%;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
#portfolio .container-portfolio > li > .portfolio-item {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*add spacing between images*/
    
    padding: 4px;
}
.portfolio-item {
    margin: 6px;
}
.ovl {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px 22px;
    text-align: center;
    background-color: rgba(50, 66, 90, .65);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ovl:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#portfolio .container-portfolio > li > .portfolio-item > .portfolio-caption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px 22px;
    text-align: center;
    background-color: rgba(50, 66, 90, .85);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#portfolio .container-portfolio > li > .portfolio-item:hover > .portfolio-caption {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#portfolio .container-portfolio > li > .portfolio-item > .portfolio-caption > .portfolio-text {
    color: #fff;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#portfolio .container-portfolio > li > .portfolio-item:hover > .portfolio-caption > .portfolio-text {
    color: #fff;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* 
    ==================
    [11. CONTACT]
    ==================
*/
#contact {
    width: 100%;
    padding: 0;
    position: relative;
}
#map::before, #map::after {
    content: "";
    display: table;
    clear: both;
}
#map {
    width: 100%;
    height: 240px;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#map img {
    max-width: none;
}
.contact {
    padding: 40px 0;
}

/* 
    ==================
    [12. PARTNER]
    ==================
*/
#partner {
    width: 100%;
    padding: 40px 0 60px;
}
#partner .brand-img > li {
    float: left;
    width: 25%;
    border: 1px solid #ddd;
    border-right: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
#partner .brand-img > li: last-child {
    border-right: 1px solid #ddd;
}
#partner .brand-img > li > a {
    padding: 20px 0px;
    display: block;
    text-align: center;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
#partner .brand-img > li > a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
#partner .brand-img > li > a > img, #partner .brand-img > li > a:hover > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 62px;
    width: auto;
}

/* 
    ==================
    [13. FOOTER]
    ==================
*/
#footer {
    width: 100%;
    color: #ddd;
    padding: 10px 0 10px;
    /*background-color: #1b1d2a;*/
    
    background-color: rgba(0, 0, 0, .4);
    background-image: url(../img/footer-bkg.png);
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -ms-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: top center;
}
#footer .widget:before, #footer .widget:after {
    content: "";
    display: table;
    clear: both;
}
#footer .widget {
    margin-bottom: 20px;
}
#footer .widget h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
#footer .widget ul > li > a {
    color: #5bc0de;
}
#footer .widget ul > li > a:before {
    content: "\f005";
    font-family: 'FontAwesome';
    font-size: 11px;
    color: #ccc;
    padding-right: 10px;
}
#footer .widget ul > li > a:hover {
    color: #ccc;
}
#footer .widget ul > li > a:hover:before {
    color: #5bc0de;
}
#footer .footer-logo {
    text-align: right;
}
#footer .footer-logo h2 {
    margin-top: 10px;
    font-weight: 700;
}

/* 
    ==================
    [14. COPYRIGHT]
    ==================
*/
#copyright {
    width: 100%;
    padding: 15px 0 5px;
    background-color: #0f101a;
    color: #ccc;
    font-size: 13px;
}
#copyright .social-icon > li > a {
    position: relative;
    width: 32px;
    height: 32px;
    background: #6b6e80;
    display: block;
    border-radius: 100%;
}
#copyright .social-icon > li > a > .fa {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 18px;
    margin-left: -9px;
    margin-top: -9px;
    color: #1b1d2a;
    font-size: 19px;
}
#copyright .social-icon > li > a:hover > .fa {
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#copyright .social-icon > li > .icon-twitter:hover {
    background: #4099FF;
}
#copyright .social-icon > li > .icon-facebook:hover {
    background: #4467AD;
}
#copyright .social-icon > li > .icon-youtube:hover {
    background: #FF4B4B;
}
#copyright .social-icon > li > .icon-instagram:hover {
    background: #6e99b2;
}
#copyright .copy-left {
    text-align: left;
    margin-top: 10px;
}
#copyright .copy-right {
    text-align: right;
    margin-top: 5px;
}

/*
=====================
[ Colors ]
=====================
*/
.redtext {
    color: red;
}
.greentext {
    color: #00FF00;
}
.bluetext {
    color: blue;
}
.lead {
    background-color: #555;
}
/*
=====================
Better Buss logo
=====================
*/
#BBB {
    z-index: 200 !important;
    position: absolute;
    top:18%;
    left:55%
}
/*
=====================
[ replacement Carb text]
=====================
*/
.f_centerText {
    font-size: 1.1em;
    font-weight: bold;
    color: blue;
    padding: 0px 0px 20px 20px;
    overflow: hidden;
    font-family: 'Roboto Condensed', sans-serif;
}

/*
===========================
Float image 
============================
*/
.img_float {
    height: 30%;
    width: 30%;
}

/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */
.ekko-lightbox-container {
    position: relative
}
.ekko-lightbox-nav-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%
}
.ekko-lightbox-nav-overlay a {
    z-index: 100;
    display: block;
    width: 49%;
    height: 100%;
    font-size: 30px;
    color: #fff;
    text-shadow: 2px 2px 4px #000;
    opacity: 1;
    text-decoration:none;
    filter: dropshadow(color=#000000, offx=2, offy=2);
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}
.ekko-lightbox-nav-overlay a: empty {
    width: 49%
}
.ekko-lightbox a:hover {
    text-decoration: none;
    opacity: 1
}
.ekko-lightbox .glyphicon-chevron-left {
    left: 0;
    float: left;
    padding-left: 15px;
    text-align: left
}
.ekko-lightbox .glyphicon-chevron-right {
    right: 0;
    float: right;
    padding-right: 15px;
    text-align: right
}
.ekko-lightbox .modal-footer {
    text-align: right;
    font-weight: 700;
}

/*
=====================
[ Control select boxes]
=====================
*/
select.bootstrap-select {
    font-weight: bold;
    font-family: monospace;
}
option.bootstrap-option {
    font-size: 16px;
    border-bottom: 1px solid black;
    font-family: monospace;
}
optgroup.bootstrap-optgroup {
    font-size: 1em;
    font-family: monospace;
}

/*
=====================
[ image in paragraphs]
=====================
*/
.in-paragraph {
    background-color: transparent;
    padding: 1px;
    margin: 2px;
    display: inline;
}
.textwrap {
    float: left;
    margin: 10px;
}

/*
=====================
[ for the index.html ]
=====================
*/
blockquote p.title-text {
    font-size: 3em !important;
    font-color: red !important;
    font-weight: bolder!important;
    z-index: 3 !important;
    text-align: center !important;
    font-style: "" !important;
    margin: 14px;
    /*text-shadow: 1px 1px #CCCBCB;*/
    
    line-height: 50px !important;
}

/*
============================
[ Displaying carb data in a table]
============================
*/
table.carbDisplay {
    /*background-color: #5BC0DE;*/
    
    color: #00000 !important;
    font-size: 90%;
}
table.result {
    color: #000000 !important;
    background-color: #fff;
    border-radius: 5px;
}
table.carbContainer {
    background-color: #EEECEC;
    font-weight: 800;
    color: #00000;
    border-radius: 7px;
}
p.smalltext {
    color: #000000;
    font-weight: 500;
}
table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #DDD;
    background-color: rgb(234, 227, 227);
}
table > tbody > tr > td {
    background-color: #E5E5E5;
    color: #000000;
    font-style: italic;
}
.carblist {
    cursor: pointer;
}
.close {
    font-size: 2.5em;
}

/*Scrollable window for carb selection*/
.ctlScrl {
    border: 1px solid #131313;
    /*height: 540px;*/
    
    width: 100%;
    /* overflow: scroll; */
    
    padding: 0px !important;
}

/* tool tip and inputs 
*/
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #FD0002;
}
.tooltip {
    position: absolute;
    z-index: 1020;
    display: block;
    visibility: visible;
    padding: 5px;
    font-size: 15px;
    font-weight: 600;
    opacity: 0;
    filter: alpha(opacity=0);
}
.tooltip.in {
    opacity: .8;
    filter: alpha(opacity=80)
}
.tooltip.top {
    margin-top: -2px;
    margin-left: 0%
    /* adjust from center of the field */
}
.tooltip.right {
    margin-left: 2px
}
.tooltip.bottom {
    margin-top: 2px
}
.tooltip.left {
    margin-left: -2px
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #f00;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #000
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #000
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #f00
}
.tooltip-inner {
    max-width: 300px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #F00;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0
}

/*********************************************
    demo container
    Color switcher
*********************************************/
.demo-container {
    background-color: white;
    color: black;
}

/*********************************************
   Google Tranlator
**********************************************/
goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active {
    /*turn off the link to google translator*/
    
    display: inline;
    ;
}
.goog-te-gadget {
    margin-top: 30px;
    /*works on wide screen only */
    
    white-space: normal !important;
    padding-left: 5px;
    color: white;
}
.
}
goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active::after {
    display: normal;
}
goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active::before {
    color: red;
}
