/* BEGIN Navigation bar */
.navbar {
  margin-bottom: 1px;
  margin-top: 0px;
  /*background-color: transparent;
  background: transparent;*/
  border-color: transparent;
	}

@media (min-width: 480px) and (max-width: 767px) {
	.navbar {
	  margin-bottom: 1px;
	  margin-top: 0px;
	   background:rgba(1,1,1,0.6);
	   border-color: transparent;
	   border-radius: 0px;
	}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
	.navbar {
	  margin-bottom: 1px;
	  margin-top: 0px;
	   background:rgba(1,1,1,0.6);
	   border-color: transparent;
	   border-radius: 0px;
	}
}
/* EINDE Navigation bar */

/* BEGIN mainpanel */
@media (min-width: 992px) {
    .mainpanel{
        margin-bottom: 1px;
        margin-top: -19px;
        background:rgba(1,1,1,0.6);
        border-color: transparent;
        border-radius: 0px;
    }
    H1
    {
        color: #FF0000;
    }
}

@media (min-width: 1200px) {
    .mainpanel{
        background-color: transparent;
        border: 0;
        box-shadow: none;
        margin-top: 90px;
    }
    H1
    {
        color: #FFFFFF;
    }

}

/* Landscape tablets and medium desktops */
@media (max-width: 1199px) {
    .mainpanel{
        background-color: transparent;
        border: 0;
        box-shadow: none;
        margin-top: 0px;
    }
    H1
    {
        color: #000000;
    }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .mainpanel{
        background-color: transparent;
        border: 0;
        box-shadow: none;
        margin-top:0px;
    }
    H1
    {
        color: #000000;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .mainpanel{
        background-color: transparent;
        border: 0;
        box-shadow: none;
        margin-top: 0px;
    }
    H1
    {
        color: #000000;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .mainpanel{
        background-color: transparent;
        border: 0;
        box-shadow: none;
        margin-top: 1px;
    }
    H1
    {
        color: #000000;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    .mainpanel{
        background-color: transparent;
        border: 0;
        box-shadow: none;
        margin-top: 1px;
    }
    H1
    {
        color: #000000;
    }
}
/* EINDE mainpanel */


body {
  font-family: 'Raleway';font-size: 17px;
  color: #5a5a5a;
}

H4, H5, H6
{
    font-family: 'Raleway';font-size: 22px;
    color: #5a5a5a;
    line-height: 22px;
}

/*BEGIN kop*/
H1, H2, H3
{
    font-family: 'Raleway';
    margin-bottom:25px;
    /*color: #c06e2d;*/
    color: #9e461f;
}

@font-face {
    font-family: 'Raleway';
}
/*EIND kop*/

.a-link {
    color: #FFC107;
    font-weight: bold;
}

.a-link:hover {
    color: #C19200;
    text-decoration: none;
    font-weight: bold;
}

.theme-dropdown .dropdown-menu {
    position: static;
    display: block;
    margin-bottom: 20px;
}

.dropdown-menu {
    background:rgba(255, 255, 255, 0.5);
    border-color: transparent;
}


.theme-showcase > p > .btn {
    margin: 5px 0;
}

.theme-showcase .navbar .container {
    width: auto;
}


a {
    /*color: #B4975A;*/
    color: #855c08;
    text-decoration:none;
    font-weight: normal;
}

a.wLink {
    color: #CCC;
    font-weight: normal;
}

a.bLink {
    color: #445973;
    text-decoration: none;
    font-weight: normal;
}

/*SHARE spul */
.btn-share { 
  	color: #CCC; 
	background:none;
    border:none;
    box-shadow:none;
  	padding-top:17px;
	padding-left:15px;
} 

.btn-share:hover,
.btn-share:focus,
.btn-share:active,
.btn-share.active {
  	color: #CCC; 
}

.modal-content
{
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.1);
}

/*SUPERKENNY spul */
.modal-content2
{
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.4);
}

/*BEGIN all related stuff for Google Translate toolbar*/
    /*BEGIN Hide Google Translate toolbar, all Google text, links and references*/
        body {
                top: 0px !important;
            }
        body > .skiptranslate > iframe.skiptranslate {
            display: none !important;
            visibility: hidden !important;
        }
        #google_translate_element {
            color: transparent;
        }
        #google_translate_element a {
            display: none;
        }
        #google_translate_element { height: 26px !important; overflow: hidden !important; }
    /*END: Hide Google Translate toolbar, all Google text, links and references*/

    /*BEGIN style Google Translate Select box*/
        .goog-te-combo {
            /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
            font-family: 'Raleway', Verdana;
            color: #687074;
            /*text-transform: uppercase;*/
            cursor:pointer;
            background:rgba(239, 192, 136, 0.3);
            border-color: transparent;

            float: left !important;

        }
        .google_translate_element select{
            font-family: 'Raleway', Verdana;
            font-size: 15px;
            color: #687074;
            border: none;
            border-radius:3px;
            padding:6px 8px
        }
    /*END style Google Translate Select box*/
/*END all related stuff for Google Translate toolbar*/

