/* IMPACT - By DistinctiveThemes */

@import url(https://fonts.googleapis.com/css?family=Lato:400,700,300);

@font-face {
    font-family: amaticsc;
    src: url(../fonts/AmaticSC-Regular.ttf);
}

.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    color: #222;
    background: #f5f5f5;
    font-family: Lato, sans-serif;
    font-weight: 350;
    line-height: 1.6;
    font-size: 16px;
	padding-top: 60px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Lato, sans-serif;
    font-weight: 700;
}

.ingress {
	font-size:1.3em;
}


a {
    color: #222;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    cursor: pointer;
}

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}

.btn {
    font-weight: 400;
}

.btn-transparent {
    border: 3px solid #fff;
    background: transparent;
    color: #fff;
}

.btn-transparent:hover {
    border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
    color: #d9534f;
    text-decoration: none;
    outline: none;
}

.dropdown-menu {
    margin-top: -1px;
    min-width: 180px;
}

body > section {
    padding: 50px 0;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16/9 ratio */
    padding-top: 30px;
    /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

blockquote {
    background-color: #fff;
}

.main-title {
    text-transform: uppercase;
}


/*-----------------------------------------------------------------------------------*/


/*  Slider
/*-----------------------------------------------------------------------------------*/

#single-page-slider, #main-slider{
    position: relative;
    z-index: 5;
    color: #fff;
    /*min-width: 386px;*/
}

#single-page-slider .carousel-inner, #main-slider .carousel-inner{
    overflow: visible;
}

.backstretch:before {
    content: '';
    background-image: url(../images/overlays/04.png);
    min-width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    z-index: -1;
}

#single-page-slider .carousel h1, #main-slider .carousel h1{
    font-size: 44px;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.4) 0 1px 1px;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-top: 30px;
}
@media (max-width: 767px){
  #single-page-slider .carousel h2, #main-slider .carousel h2{
    font-size: 28px !important;
  }
}

#single-page-slider .carousel .btn:hover, #main-slider .carousel .btn:hover{
    background-color: rgba(255, 255, 255, 0.9);
    color: #202020;
}

#single-page-slider .carousel .boxed, #main-slider .carousel .boxed{
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, 0.2);
    display: inline-block;
    text-transform: uppercase;
}

#single-page-slider .carousel .item, #main-slider .carousel .item{
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    /*height: 600px;*/
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
}

#single-page-slider .carousel .item:first-child, #main-slider .carousel .item:first-child{
    top: auto;
    position: relative;
}

#single-page-slider .carousel .item.active, #main-slider .carousel .item.active{
    opacity: 1;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    z-index: 1;
}

/*
#chapterIndex .btn1 {
    border: 2px solid gray;
		color: #202020;
    border-radius: 5;
    margin-top: 5px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 15px;
    text-shadow: rgba(0, 0, 0, 0.4) 0 1px 1px;
    z-index: 10px;
}

#chapterIndex .btn1:hover {
    background-color: rgba(255, 255, 255, 0.9);
}
*/


.home-icon {
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, 0.2);
    clear: both;
    display: block;
    font-size: 78px;
    margin: 100px auto 0;
    position: relative;
    width: 80px;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}

#single-page-slider {
    padding-top: 100px;
	padding-bottom: 70px;
}

#single-page-slider .carousel {
    z-index: 5 !important;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.4) 0 1px 1px;
}


/*-----------------------------------------------------------------------------------*/


/*  Slider
/*-----------------------------------------------------------------------------------*/

#single-page-slider-page, #main-slider-page{
    min-height: 350px;
    z-index: 2 !important;
}

#services .media:hover .fa-md {}

#recent-works {
    padding: 90px 0;
}

#recent-works .item-inner {
    position: relative;
    margin: 0;
}

.portfolio-items,
.portfolio-filter {
    list-style: none;
    padding: 0;
    margin: 0 -20px 20px 0;
}

.portfolio-filter > li {
    display: inline-block;
}

.portfolio-filter > li a.active {
    color: #FFF;
    background: #2e6da4;
    border: 2px solid #2e6da4;
}

.portfolio-items > li {
    float: left;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.portfolio-items.col-2 > li {
    width: 50%;
}

.portfolio-items.col-3 > li {
    width: 33%;
}

.portfolio-items.col-4 > li {
    width: 25%;
}

.portfolio-items.col-5 > li {
    width: 20%;
}

.portfolio-items.col-6 > li {
    width: 16%;
}

.portfolio-item {
    padding: 0;
    margin: 0;
	width: 230px;
}

.portfolio-item .item-inner {
    background: #fff;
    padding: 0;
    margin: 0 20px 20px 0;
    position: relative;
}

.portfolio-item img {
    width: 100%;
	height: 130px;
}

.portfolio-item .underImage {
	height: 120px;
    background: #fff;
    margin: 0;
    padding: 15px;
    font-weight: 500;
    font-size: 14px;
    /*white-space: nowrap; */
    text-overflow: ellipsis;
    position: relative;
    border-bottom: 4px solid #f0f0f0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}


.portfolio-item:hover .underImage,
.team-member:hover .team-content,
.post:hover .content {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-bottom: 4px solid #2e6da4;
}

.portfolio-item .underImage:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 15px;
    margin-left: -15px;
}

.portfolio-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    vertical-align: middle;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

.portfolio-item .overlay .preview {
    position: relative;
    top: 50%;
    display: inline-block;
    margin-top: -20px;
}

.portfolio-item:hover .overlay {
    opacity: 1;
}


/* Start: Recommended Isotope styles */


/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}


/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -ms-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .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: 0 opacity;
    -moz-transition-property: 0 opacity;
    -ms-transition-property: 0 opacity;
    -o-transition-property: 0 opacity;
    transition-property: transform, opacity;
}


/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -ms-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
}

.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.project-controls {
    position: absolute;
    bottom: 0;
    left: 0;
}

.project-controls span {
    position: relative;
    bottom: 70px;
    font-size: 60px;
    display: block;
}

.project-controls span:hover {
    cursor: pointer;
}

div.pp_overlay {
    z-index: 9999 !important;
}


/*-----------------------------------------------------------------------------------*/


/*  PRICING
/*-----------------------------------------------------------------------------------*/

#pricing-table .plan {
    border-radius: 0;
    list-style: none;
    margin: 0 0 20px;
    background: #00b29e;
    text-align: center;
    padding: 30px 0;
}

#pricing-table .plan li {
    padding: 5px 0;
    color: #fff;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

#pricing-table .plan li.plan-name {
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    padding-bottom: 35px;
}

#pricing-table .plan li.plan-name h3 {
    margin: 0;
}

#pricing-table .plan li.plan-price {
    margin-bottom: 20px;
    background-color: rgba(0, 0, 0, 0.2);
}

#pricing-table .plan li.plan-price > div {
    display: inline-block;
    padding: 10px;
    font-size: 24px;
    width: 70px;
    height: 70px;
}

#pricing-table .plan li.plan-price > div sup {
    font-size: 10px;
    line-height: 10px;
}

#pricing-table .plan li.plan-price > div > small {
    display: block;
    font-size: 11px;
}

#pricing-table .plan li.plan-action {
    margin-top: 25px;
    border-top: 0;
}

#pricing-table .plan.featured {
    background-color: #202020;
}

#title h1 {
    margin: 0;
    font-size: 36px;
    font-weight: 300;
}

.center {
    text-align: center;
}

#meet-the-team .role {
    margin-top: 10px;
    display: block;
    font-size: 14px;
}

.img-thumbnail {
    border: 0;
}

.progress,
.progress .bar {
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 30px;
    line-height: 30px;
}

.well {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
}

ul.breadcrumb {
    margin: 20px 0 0;
    background: transparent;
}

ul.breadcrumb > li {
    text-shadow: none;
}

ul.breadcrumb > li > a,
ul.breadcrumb > li .divider {
    color: #fff;
}

ul.breadcrumb > li.active {
    color: rgba(255, 255, 255, 0.7);
}

ul.tag-cloud {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.tag-cloud li {
    display: inline-block;
    margin: 0 0 2px;
}

.btn-social {
    border: 0;
    color: #fff;
    border-radius: 0;
    display: inline-block;
    width: 30px;
    height: 33px;
    line-height: 30px;
    text-align: center;
    padding: 0;
}

.btn-social.btn-facebook {
    border: 2px solid #4f7dd4;
    color: #4f7dd4;
}

.btn-social.btn-facebook:hover {
    background: #4f7dd4;
}

.btn-social.btn-twitter {
    border: 2px solid #5bceff;
    color: #5bceff;
}

.btn-social.btn-twitter:hover {
    background: #8eddff;
}

.btn-social.btn-linkedin {
    border: 2px solid #21a6d8;
    color: #21a6d8;
}

.btn-social.btn-linkedin:hover {
    background: #21a6d8;
}

.btn-social.btn-google-plus {
    border: 2px solid #dc422b;
    color: #dc422b;
}

.btn-social.btn-google-plus:hover {
    background: #dc422b;
}

.btn-social:hover {
    color: #fff;
}


/*-----------------------------------------------------------------------------------*/


/*  Navigation
/*-----------------------------------------------------------------------------------*/

.navbar-inverse {
    background-color: #202020;
    border: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.navbar-inverse .navbar-toggle {
    background-color: transparent;
    color: #fff;
}

.navbar-fixed-top {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.navbar-inverse .navbar-brand {
    font-family: Lato, sans-serif;
    font-size: 36px;
    line-height: 50px;
    color: #fff;
}

.navbar-inverse .navbar-nav {
    margin-top: 15px;
    margin-bottom: 15px;
}

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > span{
    position: relative;
    display: inline-block;
    outline: none;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    font-size: 15px;
    padding: 10px;
    color: #f5f5f5;
    font-weight: 700;
    text-shadow: none;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
}

.navbar-inverse .navbar-nav > li > a::before,
.navbar-inverse .navbar-nav > li > a::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .3s 0 .3s;
    -moz-transition: opacity .3s 0 .3s;
    transition: opacity .3s transform .3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.navbar-inverse .navbar-nav > li > a:hover::before,
.navbar-inverse .navbar-nav > li > a:focus::before,
.navbar-inverse .navbar-nav > li > a:hover::after,
.navbar-inverse .navbar-nav > li > a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.navbar-inverse .navbar-nav > li > a::before {
    top: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
    display: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.navbar-inverse .navbar-nav > li > a::after {
    bottom: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.navbar-inverse .navbar-nav > li > a::before,
.navbar-inverse .navbar-nav > li > a::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transition: opacity .3s 0 .3s;
    -moz-transition: opacity .3s 0 .3s;
    transition: opacity .3s transform .3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a {
	font-weight: 600;
}


.navbar-inverse .navbar-nav .dropdown-menu {
    background-color: #202020;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    padding: 0;
		margin-top: 5px;
    /* margin-top: 15px; JB 2018-04-04 */
}

.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
    padding: 8px 15px;
    color: #efefef;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
    background-color: rgba(0, 0, 0, 0.8);
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
    border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
    background-color: rgba(77, 74, 74, 0.53);
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-top: 0;
}

.opaqued {
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-shadow: rgba(0, 0, 0, 0.4) 0 1px 1px;
}

.navbar-inverse.opaqued .navbar-nav .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.navbar-brand h1 {
    margin: 0;
    font-weight: 700;
    font-size: 30px;
    margin-top: 4px;
}


/*-----------------------------------------------------------------------------------*/


/*  TEAM
/*-----------------------------------------------------------------------------------*/

.team-member:hover .img-thumbnail {
    background: transparent;
    background-color: #00b29e;
}

.team-member .img-thumbnail {
    padding: 0;
    border-radius: 0;
    margin-bottom: 0;
    overflow: hidden;
    -webkit-transition: background .3s color .3s box-shadow .3s;
    -moz-transition: background .3s color .3s box-shadow .3s;
    transition: background .3s color .3s box-shadow .3s;
}

.team-content {
    background: #fff;
    padding: 15px;
    border-bottom: 4px solid #f0f0f0;
}

.team-content h5 {
    font-size: 16px;
}

.team-content:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 15px;
    margin-left: -15px;
}

.team-member .btn {
    margin-top: 10px;
    margin-bottom: 5px;
}

.team-image {
    position: relative;
    padding: 0;
}

.team-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    vertical-align: middle;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

.team-image .overlay .preview {
    position: relative;
    top: 50%;
    display: inline-block;
    margin-top: -20px;
}

.team-image:hover .overlay {
    opacity: 1;
}


/*-----------------------------------------------------------------------------------*/


/*  Social
/*-----------------------------------------------------------------------------------*/

#social-media .fa-facebook {
    background-color: #3c5899;
}

#social-media .fa-facebook:hover {
    background-color: #4e6fba;
}

#social-media .fa-twitter {
    background-color: #29c5f6;
}

#social-media .fa-twitter:hover {
    background-color: #5ad2f8;
}

#social-media .fa-google-plus {
    background-color: #d13d2f;
}

#social-media .fa-google-plus:hover {
    background-color: #da6459;
}

#social-media .fa-pinterest {
    background-color: #c61118;
}

#social-media .fa-pinterest:hover {
    background-color: #ec1e26;
}

.fa-lg {
    font-size: 48px;
    height: 108px;
    width: 108px;
    line-height: 108px;
    color: #fff;
    margin: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    display: inline-block !important;
    border-radius: 100%;
}

.fa-md {
    font-size: 36px;
    height: 68px;
    width: 68px;
    line-height: 68px;
    color: #fff;
    margin-right: 15px;
    background-color: #00b29e;
    text-align: center;
    display: block;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 1);
    overflow: hidden;
}

.service-block .media-heading {
    margin-bottom: 10px;
    font-size: 16px;
}

.section-heading hr {
    margin: 5px auto;
    max-width: 600px;
}

.modal {
    border: 0;
}

.modal#loginForm {
    width: 600px;
    margin-left: -300px;
}

.modal .modal-header {
    border: 0;
    padding: 20px 20px 0;
}

.modal .modal-header > h4 {
    font-weight: 300;
    font-size: 14px;
    color: #848484;
    text-transform: uppercase;
    margin: 0;
}

.modal .modal-body {
    padding: 20px;
}

.modal input[type=text],
.modal input[type=password] {
    padding: 5px 10px;
    min-height: 30px;
    width: 130px;
    margin-right: 10px;
}

.modal .fa-remove {
    color: #848484;
    position: absolute;
    right: -5px;
    top: -5px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    display: block;
    background: #ebebeb;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
}

.modal button {
    margin-left: 10px;
    border: 0;
}

.gap {
    margin-bottom: 50px;
}

.big-gap {
    margin-bottom: 100px;
}

.no-margin {
    margin: 0;
    padding: 0;
}

.registration-form {
    border: 0;
    background-color: #fff;
    padding: 20px;
    display: inline-block;
}

#bottom {
    color: #bdc3c7;
}

#bottom h4 {
    margin-top: 0;
    margin-bottom: 15px;
}

#bottom .media-heading {
    display: block;
    font-weight: 400;
}

.row > div {
    margin-bottom: 10px;
}

ul.unstyled {
    list-style: none;
    padding: 0;
    margin: 0;
}


/*Unordered Lists*/

ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.rss {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.arrow li::before,
ul.arrow-double li::before,
ul.tick li::before,
ul.cross li::before,
ul.star li::before,
ul.rss li::before,
ul.arrow li::after,
ul.arrow-double li::after,
ul.tick li::after,
ul.cross li::after,
ul.star li::after,
ul.rss li::after {
    font-family: FontAwesome;
    font-size: 10px;
}

ul.arrow li::before,
ul.arrow-double li::before,
ul.tick li::before,
ul.cross li::before,
ul.star li::before,
ul.rss li::before {
    margin-right: 6px;
}

ul.arrow li::before {
    content: "\f105";
}

ul.arrow-double li::before {
    content: "\f101";
}

ul.tick li::before {
    content: "\f00c";
}

ul.cross li::before {
    content: "\f00d";
}

ul.star li::before {
    content: "\f006";
}

ul.rss li::before {
    content: "\f09e";
}


#footer {
    background-color: #101010;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #eee;
    border-top: 1px solid #333;
    z-index: 5;
    position: relative;
}

#footer a,
#bottom a,
#footer-wrapper a {
    color: #bdc3c7;
}

#footer a:hover,
#bottom a:hover,
#footer-wrapper a:hover {
    color: #00b29e;
}

#footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer ul > li {
    display: inline-block;
    margin-left: 15px;
}

ul.social {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    display: inline-block;
}

ul.social > li {
    display: inline-block;
    margin: 0 5px;
}

ul.social > li > a {
    font-size: 24px;
    color: #666;
}

ul.social > li > a:hover {
    color: #999;
}

.box-border {
    padding: 15px;
}

.accordion-group {
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
}

.accordion-heading .accordion-toggle {
    color: #666;
    font-weight: 700;
}

.accordion-inner {
    border-top: 0;
}

.blog .blog-item {
    background-color: #fff;
    margin-bottom: 40px;
}

.blog .blog-item .img-blog {
    width: 100%;
    border-radius: 0;
    height: auto;
}

.blog .blog-item .blog-content {
    padding: 20px;
    position: relative;
    border-bottom: 4px solid #f0f0f0;
}

.blog .blog-item .blog-content:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 15px;
    margin-left: -15px;
}

.blog .blog-item h3 {
    margin-top: 0;
}

.blog .blog-item .entry-meta {
    text-transform: uppercase;
    font-size: 12px;
    color: #737373;
    margin-bottom: 11px;
}

.blog .blog-item .entry-meta > span {
    display: inline-block;
    color: #999;
    margin-right: 10px;
    font-size: 12px;
}

.blog .blog-item .entry-meta > span a {
    color: #999;
}

.blog-featured-image {
    position: relative;
    padding: 0;
}

.blog-featured-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    vertical-align: middle;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

.blog-featured-image .overlay .preview {
    position: relative;
    top: 50%;
    display: inline-block;
    margin-top: -20px;
}

.blog-featured-image:hover .overlay {
    opacity: 1;
}

ul.pagination > li > a {
    border: 0;
}

ul.pagination > li.active > a,
ul.pagination > li:hover > a {
    background-color: #222;
    color: #fff;
}

textarea#message {
    padding: 10px 15px;
    height: 219px;
}

.widget {
    margin-bottom: 30px;
}

ul.gallery {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.gallery li {
    display: block;
    width: 60px;
    padding: 0;
    margin: 0 4px 4px 0;
    float: left;
}

ul.faq {
    list-style: none;
    margin: 0;
}

ul.faq li {
    margin-top: 30px;
}

ul.faq li:first-child {
    margin-top: 0;
}

ul.faq li span.number {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #222;
    color: #fff;
    font-size: 24px;
}

ul.faq li > div {
    margin-left: 70px;
}

ul.faq li > div h3 {
    margin-top: 0;
}

#error {
    text-align: center;
    margin-top: 150px;
    margin-bottom: 150px;
}


/*-----------------------------------------------------------------------------------*/


/*  Conmments
/*-----------------------------------------------------------------------------------*/

img.comment-avatar {
    max-width: 80px;
    height: auto;
}

img.author-box-image {
    max-width: 110px;
    height: auto;
}

#comments-list .well {
    position: relative;
    overflow: hidden;
}

#comments-list .well:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(245, 245, 245, 0);
    border-right-color: #f5f5f5;
    border-width: 10px;
    margin-top: -10px;
}


/*-----------------------------------------------------------------------------------*/


/*  Content
/*-----------------------------------------------------------------------------------*/

#content-wrapper {
    padding: 0;
    z-index: 5;
    position: relative;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.4);
}

.white {
    background: #f8f8f8;
    padding: 20px 0;
}

#content-wrapper section {
  padding-top: 60px;
  padding-bottom: 60px;
}

/*-----------------------------------------------------------------------------------*/


/*  Footer
/*-----------------------------------------------------------------------------------*/

#bottom {
    z-index: 5;
    position: relative;
    width: 100%;
    background-color: #202020;
}

#footer-wrapper {
    z-index: 5;
    position: relative;
    width: 100%;
    background-color: #202020;
}

#footer-wrapper-old {
    z-index: 1;
    padding-top: 60px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #202020;
}

.widget-img {
    max-width: 80px;
    height: auto;
}

.about-us-widget {
    background-image: url(../media/world-map.png);
		background-repeat: no-repeat;
    background-size: contain;
}

.widget-title {
    font-size: 18px;
    text-transform: uppercase;
}


/*-----------------------------------------------------------------------------------*/


/*  Search
/*-----------------------------------------------------------------------------------*/

.searchField {
	position: relative;
	left: 0px;
	max-width: 345px;
	width: 340px;
	right: 100px;
	padding-top: 4px;
	padding-right: 15px;
	padding-left: 10px;
	text-align: center;
}

.navmenu-mobile {
	position: relative;
	text-align: center;
}

#search-wrapper input#search-box {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    background-color: #555;
    border-bottom: 2px solid #555;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #eee;
    font-size: 14px;
    padding: 8px 5px;
}

.opaqued #search-wrapper input#search-box {
    background-color: rgba(0, 0, 0, 0.4);
    border-bottom: 2px solid transparent;
}

.search-trigger {
    color: #fff;
    padding: 10px;
    display: block;
}

.search-trigger:hover {
    cursor: pointer;
}


/*-----------------------------------------------------------------------------------*/


/*  PARALLAX
/*-----------------------------------------------------------------------------------*/

.divider-section {
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    overflow: hidden;
    display: block;
    color: #f5f5f5;
}

.divider-section a {
    color: #f5f5f5;
}


/*-----------------------------------------------------------------------------------*/


/*  BUTTONS
/*-----------------------------------------------------------------------------------*/

.btn-outlined {
    border-radius: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none !important;
}

.btn-outlined.btn-primary {
    background: none;
    border: 2px solid #2e6da4;;
    color: #2e6da4;;
}

.btn-outlined.btn-primary:hover,
.btn-outlined.btn-primary:active {
    color: #FFF;
    background: #2e6da4;
    border-color: #2e6da4;
}

.btn-outlined.btn-success {
    background: none;
    border: 2px solid #5cb85c;
    color: #5cb85c;
}

.btn-outlined.btn-success:hover,
.btn-outlined.btn-success:active {
    color: #FFF;
    background: #47a447;
}

.btn-outlined.btn-info {
    background: none;
    border: 2px solid #5bc0de;
    color: #5bc0de;
}

.btn-outlined.btn-info:hover,
.btn-outlined.btn-info:active {
    color: #FFF;
    background: #39b3d7;
}

.btn-outlined.btn-warning {
    background: none;
    border: 2px solid #f0ad4e;
    color: #f0ad4e;
}

.btn-outlined.btn-warning:hover,
.btn-outlined.btn-warning:active {
    color: #FFF;
    background: #ed9c28;
}

.btn-outlined.btn-danger {
    background: none;
    border: 2px solid #d9534f;
    color: #d9534f;
}

.btn-outlined.btn-danger:hover,
.btn-outlined.btn-danger:active {
    color: #FFF;
    background: #d2322d;
}

.btn-outlined.btn-white {
    background: none;
    border: 2px solid #fff;
    color: #fff;
}

.btn-outlined.btn-white:hover,
.btn-outlined.btn-white:active {
    color: #00b29e;
    background: #fff;
}


/*-----------------------------------------------------------------------------------*/


/*  ANIMATE
/*-----------------------------------------------------------------------------------*/

.no-display {
    opacity: 0;
}

.appear {
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


/*-----------------------------------------------------------------------------------*/





/*  Posts
/*-----------------------------------------------------------------------------------*/

.post {
    background-color: #fff;
    overflow: hidden;
}

.post .content {
    padding: 15px;
    position: relative;
    border-bottom: 4px solid #f0f0f0;
}

.post .content:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 15px;
    margin-left: -15px;
}

.post .author {
    text-transform: uppercase;
    font-size: 12px;
    color: #737373;
    padding: 10px 0 8px;
}

.post .post-img-content {
    position: relative;
    padding: 0;
}

.post .post-img-content .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    vertical-align: middle;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

.post .post-img-content .overlay .preview {
    position: relative;
    top: 50%;
    display: inline-block;
    margin-top: -20px;
}

.post .post-img-content:hover .overlay {
    opacity: 1;
}

.post .post-title {
    font-size: 18px;
    margin: 0 0 10px;
    display: table-cell;
    vertical-align: bottom;
    z-index: 2;
    position: relative;
}

.post .post-title b {
    background-color: rgba(51, 51, 51, 0.58);
    display: inline-block;
    margin-bottom: 5px;
    color: #FFF;
    padding: 10px 15px;
    margin-top: 5px;
}

.read-more-wrapper {
    margin: 25px 0 5px;
    text-align: right;
}


/*-----------------------------------------------------------------------------------*/


/*  STATS
/*-----------------------------------------------------------------------------------*/

.stat-icon {
    font-size: 44px;
}

#stats h2 {
    margin: 10px 0;
    font-size: 32px;
}

#stats h3 {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
}


/*-----------------------------------------------------------------------------------*/


/*  SKILLS
/*-----------------------------------------------------------------------------------*/

.tile-progress {
    background-color: #303641;
    color: #fff;
}

.tile-progress {
    background: #00a65b;
    color: #fff;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.tile-progress .tile-header {
    padding: 15px 20px;
    padding-bottom: 40px;
}

.tile-progress .tile-progressbar {
    height: 4px;
    background: rgba(0, 0, 0, 0.18);
    margin: 0;
}

.tile-progress .tile-progressbar span {
    background: #fff;
}

.tile-progress .tile-progressbar span {
    display: block;
    background: #fff;
    width: 0;
    height: 100%;
    -webkit-transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -moz-transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -o-transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

.tile-progress .tile-footer {
    padding: 10px 20px;
    text-align: left;
    -moz-background-clip: padding;
    border-radius: 0 0 3px 3px;
    background-clip: padding-box;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    float: left;
    position: relative;
    margin-top: -30px;
}


.tile-progress.tile-green {
    background-color: #fff;
    color: #00A600;
}

.tile-progress.tile-red {
    background-color: #fff;
    color: #202020;
}

.tile-progress .tile-progressbar span {
    background: #202020;
}

.tile-progress.tile-red .tile-footer {
    background: #f56954;
    color: #fff;
}

.tile-progress.tile-cyan {
    background-color: #fff;
    color: #202020;
}

.tile-progress.tile-cyan .tile-progressbar span {
    background: #202020;
}

.tile-progress.tile-cyan .tile-footer {
    background: #00b29e;
    color: #fff;
}

.tile-progress {
    background-color: #fff;
    color: #202020;
}

.tile-progress .tile-progressbar span {
    background: #202020;
}

.tile-progress .tile-footer {
    background: #303641;
    color: #fff;
}

.tile-progress.tile-pink {
    background-color: #fff;
    color: #202020;
}

.tile-progress.tile-pink .tile-progressbar span {
    background: #202020;
}

.tile-progress.tile-pink .tile-footer {
    background: #ec3b83;
    color: #fff;
}


/*-----------------------------------------------------------------------------------*/


/*  BACKGROUNDS
/*-----------------------------------------------------------------------------------*/

.backstretch {
    z-index: 3 !important;
    /*min-width: 386px !important;*/
}


/*-----------------------------------------------------------------------------------*/


/*  TESTIMONIALS
/*-----------------------------------------------------------------------------------*/

#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0;
    margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
    background: silver;
}

#quote-carousel .carousel-indicators .active {
    background: #333;
}

#quote-carousel img {
    width: 250px;
    height: 100px;
}

.item blockquote {
    border-left: none;
    margin: 0;
    background-color: transparent;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: Fontawesome;
    float: left;
    margin-right: 10px;
}

.quote-author-list {
    max-width: 95px;
    height: auto;
    padding: 10px 0 10px 15px;
    margin-right: 19px;
    position: relative;
}

@media screen and (min-width:768px) {
    #quote-carouse {
        margin-bottom: 0;
        padding: 0 40px 30px;
        margin-top: 30px;
    }
    /*#main-slider .carousel,
    #main-slider .carousel-inner,
    #main-slider .carousel-inner .item,
    #main-slider .carousel-inner .item .container,
    #main-slider .carousel-inner .item .row,
    #main-slider .carousel-inner .item .row .col-sm-12 {
        height: 100vh;
    }*/
}

@media screen and (max-width:769px) {
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0 5px;
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width:992px) {
    header .container {
        width: 100%;
    }
}

@media screen and (max-width:386px) {
    .main-title {
        letter-spacing: 0px !important;
    }
    #single-page-slider .carousel .btn, #main-slider .carousel .btn{
        letter-spacing: 0px !important;
    }
    audio{
        margin-left:-15px
    }
    .subheader{
        font-size:24px;
    }
    .bookTitle{
        font-size:1.6em !important;
    }
    .title2{
        font-size:1.5em !important;
    }
    #skbTable th, #skbTable td {
        padding: 2px !important;
    }
    #skbTable{
        font-size:12px !important;
    }
    .btn-sm{
        padding: 5px !important;
        letter-spacing: 0 !important;
        font-size: 10px !important;
    }
    .interlineartable tbody tr td{
        padding: 2px !important;
        font-size: 12px !important;
    }
    .interlineartable thead tr th{
        padding: 4px !important;
    }
    .searchField{
        padding-bottom: 8px;
    }
}

/* ==========================================================================
   CONTACT
   ========================================================================== */

#contactform input#name,
#contactform input#email,
#contactform input#website,
#contactform textarea#comments {
    width: 100%;
    padding: 10px 5px;
    margin-bottom: 15px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #202020;
    border: none;
}

#contactform textarea#comments {
    min-height: 150px;
}

#contact h3 {
    text-transform: uppercase;
}

#mapwrapper {
    width: 100%;
    height: 400px;
}

.form-horizontal .control-label {
    display: none;
}

#message {
    padding: 0;
}

.form-control {
    padding: 10px 5px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #202020;
    border: none;
    border-radius: 0;
}


/* PRELOADER */

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #f5f5f5 url('../media/permanent_icons/loading.gif') no-repeat center center;
}


#compare{
    float:right;
    background-color: green;
    border-color: green;
    right:5px;
    margin-right: 5px;
  }
  #close{
    float:left;
    background-color: red;
    border-color: darkred;
    left:5px;
    margin-left: 5px;
  }
#cart{
    width: 300px;
    height: 0px;
    position:fixed;
    float: right;
    right: 0px;
    border: 1px solid #202020;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    transition-duration: 1s;
    z-index: 25;
    margin-top: -2px;
    overflow-y: hidden;
    overflow-x: hidden;
    white-space: nowrap;
    background-color: white;
}
#cartcontents{
    padding-left: 33%;
}
#cartheader{
    text-align: center;
}
#carttop{
    background-color: #202020;
    height: 30px;
}
#cartseparator{
    margin:5px auto;
    border-bottom:1px solid black;
    width:100px;
}
@media (max-width: 900px){
    #cart{
        width: 150px !important;
    }
    #cartcontents{
        padding-left: 5px !important;
    }
    #cartheader{
        text-align: left !important;
        margin-left: 5px !important;
    }
    #cartseparator{
        margin:0px !important;
    }
}
.removebutton{
    margin-right: 10px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: red;
    border-color: rgb(255, 110, 110);
    color: white;
    font-weight: bold;
    line-height: 0;
}
.cartbutton{
    height:25px;
    line-height: 0 !important;
    border-radius: 4px;
    color:white;
    width:30px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.section-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-inner.gap {
  margin-bottom: 0 !important;
}

.navbar-header h1 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
}

.navbar-inverse .navbar-nav {
  margin-top: 0px;
    margin-bottom: 0px;
}

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > span{
    letter-spacing: 1px;
    font-size: 15px;
    padding: 15px 15px 10px;
    color: #f5f5f5;
    font-weight: 400;
}

.blog .blog-item .blog-content {
    padding: 60px 40px;
    position: relative;
    border-bottom: 4px solid #f0f0f0;
}

.searchButton {
    font-size: 13px;
    letter-spacing: 2px;
}

.btn {
    padding: 10px 16px;
    font-size: 13px;
    letter-spacing: 2px;
}

.form-control {
    height: 42px;
}

.widget-title {
    margin-top: 0;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.portfolio-item h5 {
    background: #fff;
    margin: 0 20px 0 0;
    padding: 20px 10px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 2px;
}

.post .post-title {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 2px;
    display: block;
    text-transform: uppercase;  
}

.overlay .btn-outlined.btn-primary {
  background-color: #fff;
  border-color: #fff;
}

.post .content {
    padding: 25px 15px;
}

.post .author {
    text-transform: uppercase;
    font-size: 10px;
    color: #737373;
    padding: 10px 0 8px;
    margin-bottom: 10px;
}

.section-heading hr {
    margin: 20px auto;
    max-width: 330px;
    opacity: 0.9;
}

.main-title {
    text-transform: uppercase;
    letter-spacing: 6px;
}

.section-heading p {
  text-transform: uppercase;
}

#content-wrapper {
  box-shadow: none;
  background: #f8f8f8;
  padding-bottom: 50px;
  /*min-width: 386px;*/
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
    padding: 3px 15px 15px;
    color: #eee;
    text-transform: none;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
}

#single-page-slider {
  min-height: 310px !important;
}

#single-page-slider .carousel a.btn, #main-slider .carousel .btn{
    border: 3px solid rgba(255, 255, 255, 0.9);
    color: #fff;
    border-radius: 0;
    margin-top: 35px;
    font-size: 19px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 15px;
    text-shadow: rgba(0, 0, 0, 0.4) 0 1px 1px;
    letter-spacing: 4px;
}

.backstretch:before {
    content: '';
    background-image: none !important;
    background-color: rgba(0,0,0,0.4)
}

#tagWrapper {
    text-align: right;
    margin: 40px 0;
}

.btn-sm, .btn-xs {
    padding: 5px 10px;
    font-size: 12px;
}

.comments-title {
    text-transform: uppercase;
    margin-bottom: 60px;
    margin-top: 40px !important;
    font-size: 18px;
    letter-spacing: 2px;
}

.team-member .btn {
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: 37px;
    height: 40px;
    width: 40px;
    padding: 0;
}

.team-content h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
}

#testimonials-slider p {
    font-size: 15px;
    font-style: italic;
    margin-bottom: 10px;
}

#testimonials-slider h4 {
     font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;   
}

.search-trigger {
    color: #fff;
    padding: 15px 15px 10px;
    display: block;
    line-height: 1;
}

@media all and (max-width: 768px) {
    #content-wrapper {
        margin-bottom: 0 !important;
    }
    #footer-wrapper {
        position: relative !important;
    }
    #searchbardiv{
        order:-1;
    }
}

.affix {
    top: 0px;
}

.affix-top {
    position: relative
}

.affix-bottom {
    position: relative
}
.navRight {
    background: #f8f8f8;
}

.navRight a {
    color: black;
    font-style: normal;
}

.navRight li a:hover,
.navRight li a:focus {
    background: #86c5da;
}

.navRight .active {
    font-weight: bold;
    background: #cccccc;
}

.navRight .navRight {
    display: none;
}

.navRight .active .navRight {
    display: block;
}

.navRight .navRight a {
    font-weight: normal;
    font-size: .85em;
}

.navRight .navRight span {
    margin: 0 5px 0 2px;
}

.navRight .navRight .active a,
.navRight .navRight .active:hover a,
.navRight .navRight .active:focus a {
    font-weight: bold;
    padding-left: 30px;
    border-left: 5px solid black;
}

.navRight .navRight .active span,
.navRight .navRight .active:hover span,
.navRight .navRight .active:focus span {
    display: none;
}
.chapterChooser {
	color:#FFF;
}

.chapterChooserDiv {
	margin:5px; 
	text-align:center; 
	padding:5px; 
	border: 1px solid white; 
	display: inline-block; 
	width:35px;
}

.chapterChooserDiv:hover {
	background-color:#eeeeee;
	color:black;
	font-weight: bold;
}


.menuHeader {
	padding-top: 5px;
	font-size: 18px;
	font-weight: bold;
}

.menuBorderLine {
	height: 1px; 
	background: gray;
	margin-top:5px;
}

.menuSpace {
	height: 10px; 
}

.subMenuLink {
	color:#FFF !important;
}

.subMenuLink:hover{
	color:#FFF;
	font-weight: bold;
}

.mapImageMenu { 
	/*outline: 2px solid white;*/
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
} 


.mapType, .shopdisplayitem { 
	/*outline: 2px solid white;*/
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
} 

.mapType:hover { 
	/*outline: 2px solid white;*/
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 255, 255, 0.67);
	-moz-box-shadow:    0px 0px 30px 0px rgba(0, 255, 255, 0.67);
	box-shadow:         0px 0px 30px 0px rgba(0, 255, 255, 0.67);
    
}
.shopdisplayitem:hover {
    filter: drop-shadow(0px 0px 10px rgba(0, 255, 255, 0.67));
}



.bibleBookPicture { 
	/*outline: 2px solid white;*/
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
} 

.bibleBookPicture:hover { 
	/*outline: 2px solid white;*/
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 255, 255, 0.67);
	-moz-box-shadow:    0px 0px 30px 0px rgba(0, 255, 255, 0.67);
	box-shadow:         0px 0px 30px 0px rgba(0, 255, 255, 0.67);
}



/* Social Media */

 /* Style all font awesome icons */
.faSocial {
    margin: 10px;
		padding: 12px;
    font-size: 40px;
    width: 60px;
		height: 60px;
    text-align: center;
    text-decoration: none;
		border-radius: 8px;
}

/* Add a hover effect if you want */
.faSocial:hover {
    opacity: 0.7;
		color: white;
}

/* Add a hover effect if you want */
.faSocial:visited {
    opacity: 0.9;
		color: white;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
    background: #3B5998;
    color: white;
}

/* Twitter */
.fa-twitter {
    background: #55ACEE;
    color: white;
} 




/*  Atlas
/*-----------------------------------------------------------------------------------*/

.atlaspost {
    background-color: #fff;
    overflow: hidden;
		padding: 10px;
}

.atlaspost .content {
    
    position: relative;
    border-bottom: 4px solid #f0f0f0;
}




/*  Search
/*-----------------------------------------------------------------------------------*/

.searchNaviagtion {
	padding-top: 15px;
	font-size: 1.5em;
}



#topSearchInput {
	background-color: white;
	width: 100%;
	font-size: 16px; /* Increase font-size */
	border: 1px solid #ddd; /* Add a grey border */
	margin-top: 3px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	/*border-radius: 3px;*/
    height: 29.59px;
	/*border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;*/
	border-radius: 8px;
    transition: all 0.25s ease-out;
}
#topSearchInput:focus-visible {
    outline:none;
}
#topSearchInput.has-autocomplete{
    border-radius: 8px 8px 0 0;
    transition: all 0s;
}

#searchclear {
    position: absolute;
    right: 33px;
    top: 4px;
    bottom: 0;
    height: 16px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #c0c0c0;
}

/* Make sure dropdown are above everything */
.ui-autocomplete { 
	position: absolute; 
	cursor: default;
	z-index:10000 !important; 
	width:400px;
	padding: 5px;
    overflow-y: scroll;
    max-height: calc(100% - 41px);
    max-width: calc(100% - 10px);
}
	
.medium-blue{
    color:#416a8a;
}
.dark-pink{
    color:#ae214b;
}

#skbSearch {
    background-position: 10px 12px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 100%;
    max-width: 400px; /* Full-width */
    font-size: 16px; /* Increase font-size */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
}

#skbTable {
    border-collapse: collapse; /* Collapse borders */
    width: 100%; /* Full-width */
    border: 1px solid #ddd; /* Add a grey border */
    font-size: 18px; /* Increase font-size */
}

#skbTable th, #skbTable td {
    text-align: left; /* Left-align text */
    padding: 12px; /* Add padding */
}

#skbTable tr {
    /* Add a bottom border to all table rows */
    border-bottom: 1px solid #ddd;
}

#skbTable tr.header, #skbTable tr:hover {
    /* Add a grey background color to the table header and on hover */
    background-color: #f1f1f1;
}

/* Sidebar */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    background-color: #FFF;
    overflow-x: hidden;
    transition: 0.5s;
    margin-top: 60px;
    opacity: 0.98;
    padding-bottom: 70px;
}
.sidenavcontainer{
    padding-left:10px;
    padding-right:10px;
    width:350px;
}

.sidenav .closebtn {
    position: absolute;
    top: 0px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidenav.extended{
    width: 350px !important;
}

#main {
    transition: margin-left .5s;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}


/* ACTION links */
.actionLink {
    font-family: 'TrebuchetMSRegular', sans-serif;
    font-size:13px;
    font-weight:normal;
    color:#000;
    text-decoration:none;
}

.actionLink a {
    font-weight:normal;
    color:#0074bd;
    text-decoration:none !important;
}

.actionLink a:hover{
    text-decoration:underline !important;
    color:#016bae;
}

#googleMap {
    height:100%;
}

.container-fluid {
    width:100%;
    position:absolute;
    top:0;
    padding:0;
}
#googleMap {
    border-top:50px solid #fff;
}

.margintop10{
    margin-top:10px;
}
.bibleImage{
    width:300px;
    font-style:italic;
    text-align:left;
    float:right;
    margin-left:20px;
    margin-bottom:5px;
}
.rightImage{
    padding-bottom:0.5em;
    width: 290px;
}
.centerImage{
    padding-bottom:0.5em;
    width: 100%;
    max-width: 780px
}

.bigscreen-marginalized{
	margin-left:8px;
	margin-right:8px;
    display:inline;
}

span.tableanchor{
	display: inline;
    position: relative;
    top: -60px;
    visibility: hidden;
}

.interlineartable .btn{
    margin:2px;
}
#grammarTable .btn{
    margin:2px;
}

@media all and (max-width: 599px) {
    .rightImage{
        padding-bottom:0.5em; width: 100%;
    }
    .bibleImage{
        margin-left:0; width: 100%; float: none;
    }
    .bigscreen-marginalized{
        display:none;
    }
}

.wordtable td{
    vertical-align: top;
    min-height:40px;
}

.btn-marked{
    background-color: yellow !important;
}

.skbLink{
    color: #0074bd;
    text-decoration: underline;
    cursor: pointer;
}
.skbLink:hover{
    text-decoration: none;
}

#moreoptions{
    margin-bottom: 20px;
}

#searchresults {
    float: right;
    position: absolute;
    text-align: right;
    right: 25px;
    top: 15px;
    width: 130px;
    padding-left: 5px;
}
.tablecell {
    padding-right: 10px;
}
.kmlcheckbox{
    margin-right: 15px !important;
}
.pointerlink{
    cursor: pointer;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

#placeinfo{
    max-height: 500px;
    overflow-y: auto;
}
#placeinfo::-webkit-scrollbar{
    width: 3px;
}
#placeinfo::-webkit-scrollbar-thumb{
    background-color: rgb(128, 128, 128);
    border-radius: 1px;
}

.sidenav::-webkit-scrollbar{
    width: 3px;
}
.sidenav::-webkit-scrollbar-track{
    box-shadow: inset 0 0 3px #f6f5f5;
}
.sidenav::-webkit-scrollbar-thumb{
    background-color: rgb(128, 128, 128);
    border-radius: 1px;
}

.imagecontainersidebar{
    min-width: 80px;
    max-width: 110px;
    width: 33%;
}
.sidebarImage{
    width:100%;
    min-width: 80px;
    max-width: 350px;
    max-height: 200px;
    margin-bottom:10px;
    border: 1px solid transparent;
    border-radius: 5px;
}

#showoptions{
    /*border: 1px solid black;
    border-radius: 5px;*/
    cursor: pointer;
    user-select: none;
    padding-top:4px;
}
.treelist{
    height: 0px;
    overflow: hidden;
    transition: height .5s linear;
    list-style-type: none;
    cursor: pointer;
    user-select: none;
}
.extenderheader{
    margin: 0;
    padding: 3px 0;
}
.extenderheader::before{
    content: "\f105";
    font-family: FontAwesome;
    font-size: 12px;
    color: black;
    display: inline-block;
    transition: .5s;
    /*margin-left: -16px;*/
    padding: 2px 10px;
}
.extenderheader.rotatearrow::before{
    transform: rotate(90deg);
    transition: .5s;
}
#placebybooksettings{
    border-bottom: 1px solid #737373;
}
#content-wrapper{
    /*overflow: hidden;*/
}
.highpriority{
    z-index: 1;
}

.chevron-link{
    position:fixed;
    top: 48%;
    z-index: 100;
    font-size: 40px;
    color: #337ab7;
    padding: 10px;
}
.left-chevron-link{
    left:0;
}
.right-chevron-link{
    right:0;
}
@media all and (max-width: 1919px) {
    .chevron-link{
        display:none;
    }
}

.searchresult{
    border-bottom: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f1f1f1;
    padding:10px;
    margin-bottom:3px;
    overflow:hidden;
}
.searchResultIcon{
    font-size:30px;
    padding-left:10px;
}

.resultheader{
    cursor: pointer;
    user-select: none;
    border-bottom: 1px solid #000;
}
.resultheader::before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 20px;
    color: black;
    display: inline-block;
    margin-left: -28px;
    transition: .5s;
    padding: 2px 10px;
}
.resultheader.rotatearrow::before {
    transform: rotate(90deg);
    transition: .5s;
}
.results{
    height: 0px;
    overflow: hidden;
    transition: .5s;
    list-style-type: none;
}
.showcontent{
    height: auto;
}
.cursornormal{
    cursor: auto;
    user-select: auto;
}
.searchImageDescription{
    float:right;
    width:70%;
    padding-left:20px;
}
.searchResultImage{
    width:20%;
}
#loadericon{
    width: 20px;
    height: 20px;
    overflow: visible;
    content: url('../media/permanent_icons/loading.gif');
}

#unmarkbutton{
    position: fixed;
    bottom:5px;
    right:5px;
    font-size: 45px;
    padding-left: 10px;
    cursor:pointer;
    color:#888888;
    display:none;
    text-shadow: 0 0 10px yellow;
}
.searchresultname{
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 1.1em;
    font-style: normal;
    font-weight: 400;
    color: #000000;
}
#searchbardiv{
    display: inline-block;
}
#navbar{
    display: flex;
    flex-direction: column;
}
.iconcolumn{
    width:10%;
    float:left;
}
#asearchbar{
    width: 90%;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    height: 34px;
    border-radius: 4px 0 0 4px;
    border: 1px solid rgb(118, 118, 118);
    max-width: calc(100% - 35px);
}
#asearchbtn{
    width: 8%;
    margin-left: -6px;
    height: 34px;
    margin-top: -5.5px;
    padding: 5px 10px;
    border-color: rgb(118, 118, 118);
    border-radius: 0 4px 4px 0;
    min-width: 35px;
}
#asearchbardiv{
    width:40%;
    margin: auto;
}
.optioncolumn{
    width:33%;
    padding: 5px 10px;
    float:left;
}
.optionrow{
    
}
.optionheader{
    border-bottom:#101010 1px solid;
    padding: 5px 10px;
    margin: 0 10px;
}
.asearchul{
    padding-inline-start:30px;
}
.asearchextender{
    margin-left: -11px;
    cursor: pointer;
    user-select: none;
}
.asearchnonextender{
    margin-left: 15px;
}
.modalbackground{
    position: absolute;
    top:0;
    bottom:0;
    width:100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 10;
    cursor: pointer;
    overflow: auto;
}
.hidden{
    display: none;
}
.skbmodal{
    background:white;
    border-radius: 5px;
    width: 50%;
    min-width: 300px;
    max-width: 715px;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 5%;
    padding: 30px;
    cursor: auto;
}
.skbButton{
    color:white;
    background-color: #337ab7;
    border-color: #2e6da4;
    padding:5px;
    border-radius:5px;
    font-weight: normal;
}
.skbButton:hover{
    background-color: #286090;
    border-color: #204d74;
}
.skbButton:active:hover{
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}
.asearchradiocontainer{
    font-size: 12px;
    padding-left: 15px;
}
.asearchradiocontainer label{
    margin: 0;
    margin-left: 5px;
    vertical-align: top;
}
.borderedrow{
    border-bottom: 1px solid #363b3f;
    padding: 4px 0;
}
.borderedrow:hover{
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
#asearchphrase{
    border-radius: 4px;
    margin-bottom: 5px;
}
.asearchphraseword{
    padding:5px;
    margin: 0 3px 3px 0;
    border-radius:5px;
    background-color: #f1f1f1;
    width: fit-content;
    display: inline-block;
}
.skbinput{
    border: 1px solid rgb(118, 118, 118);
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.centered{
    text-align: center;
}
.centered #loadericon{
    width: 32px;
    height: 32px;
}
.numericinput{
    width: 55px;
}
.modalclosebutton{
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.modalclosebutton:focus, .modalclosebutton:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

.formtextarea{
    resize: vertical;
    width:100%;
    height:275px;
}
.skblabel{
    margin-bottom: 0;
    font-weight: normal;
    font-size: 14px;
    padding-left: 5px;
}
.report{
    float: right;
    font-style: italic;
    font-size: 14px;
}
.section-separator{
    margin-top: 20px;
    height:2px;
    background-color:#00A600;
}
.section-separator::before{
    content: "";
    display: inline-block;
    position: relative;
    border: 6px solid;
    border-color: transparent;
    border-bottom-color: #00A600;
    top: -18px;
    left: 15px;
}
.section-separator.error{
    background-color:#d9534f;
}
.section-separator.error::before{
    border-bottom-color: #d9534f;
}

.interlinearComment {
    font-family: Arial;
    font-size: 0.85em;
    font-style: normal;
    font-weight: 400;
    /*color: #000033;*/
}

/*fix for bible.php where bootstrap interfers with certain paragraphs*/
.jumbotron2{
    padding-top: 48px;
    padding-bottom: 48px;
    color: inherit;
    background-color: #eee;
}
.jumbotron2 p{
    margin-bottom: 15px;
    font-weight: 200;
}

header{
    z-index: 2500 !important;
}

.navlist{
    list-style-type: none;
    padding: 0;
    transition: all .5s;
    overflow:hidden;
    margin: 5px 0;
}
.navitem{
    display: inline-block;
    vertical-align: middle;
}
.navmenubutton, .navmenulink{
    padding: 15px 10px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    outline: none;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    font-size: 15px;
    padding: 10px;
    color: #f5f5f5;
    text-shadow: none;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
    cursor: pointer;
}
.navmenubutton:hover, .navmenulink:hover{
    color: #fff;
    background-color: transparent;
}
.navmenubutton:hover::after, .navmenulink:hover::after{
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.navmenubutton::after, .navmenulink::after{
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    bottom: 0;
    opacity: 0;
}
.navmenulink:visited, .navmenulink:focus{
    color: #f5f5f5;
}
.navdropdown{
    z-index: 3000;
    position: absolute;
    color: #eee;
    background-color: #202020;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    padding: 0 10px 15px;
    margin-top: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: block;
    min-width: 180px;
    top: 100%;
    float: left;
    margin: 0px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    border-radius: 0px 0px 4px 4px;
    transition: all .5s;
}
.navdropdown.dropdown-closed{
    display:none;
    height:0;
}
.navdropdown .divider {
    height: 1px;
    margin: 9px 5px;
    overflow: hidden;
    background-color: rgba(77, 74, 74, 0.53);
}
.right-dropdown{
    right:0;
}
.noselect{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
.featureLink{
    padding: 5px 0px 0px 15px;
    color: #eee !important;
    text-transform: none;
    font-size: 15px;
    /*letter-spacing: 1px;*/
    text-decoration: none;
    display:block;
}

.featureLink:hover{
    background-color: #111;
}
.navdropdownitem:last-of-type .featureLink{
    border-radius: 0px 0px 4px 4px;
}
.right{
    float:right;
    margin-top: 3px;
}

.modal{
  z-index: 4050 !important;
}
.icon-bar{
    margin-top: 4px;
    margin-bottom: 4px;
    background-color: #fff;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.mobilenavextender{
    padding: 6px 10px;
    margin-top: 8px;
    margin-left: 10px;
    border-radius: 4px;
    background-color: transparent;
    border: 1px solid #333;
}
.mobilenavextender, .mobilenavextender > *{
    transition: all ease-in-out .5s;
}

.show-mobile{
    display:none;
}
.hide-mobile{
    
}
.show-midscreen{
    display:none;
}
.hide-midscreen{
    
}
.shown{
    display:block !important;
}
#navbarmainlist{
    height: 50px;
}
#autocomplete-list{
    z-index: 10000;
    position: absolute;
    background-color: #f8f8f8;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    padding: 0;
    margin-top: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: block;
    min-width: 180px;
    top: 100%;
    float: left;
    margin: 0px 0 0;
    font-size: 17px;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    border-radius: 0px 0px 4px 4px;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 380px;
    /*scrollbar-width: thin;
    scrollbar-color: darkgrey;*/
    text-shadow: none;
}
#autocomplete-list.dropdown-closed{
    display:none;
    height:0;
}
#autocomplete-list::-webkit-scrollbar {
    width: 5px;
    border-radius: 0px 0px 4px 0px;
}
#autocomplete-list::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: #eee;
    border-radius: 0px 0px 4px 0px;
}
#autocomplete-list::-webkit-scrollbar-thumb {
    background-color: darkgrey;
}

.navlabel{
    font-weight: 400 !important;
    cursor: pointer !important;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}
.navsubheader{
    font-weight: 400;
    font-size: 18px;
    padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
    margin-top: 6px;
}

#topmenuthemelink{
    float:right;
    margin-right:15px;
}

.opaqued .navdropdown{
    margin-top: 10px;
}
.submitbtn-in-input{
    background-color: transparent;
    border: none;
    position:absolute;
    right: 5px;
    top: 4px;
    padding-block: 1px;
    padding-inline: 6px;
}

#autocomplete-list li a{
    display: block;
    width:100%;
    height:100%;
    padding-left: 5px;
}
#autocomplete-list li a:hover, #autocomplete-list li a:focus{
    color: #222;
    background-color: rgba(0, 0, 0, 0.1);
}
#autocomplete-list li a:focus{
    box-shadow: 5px 0px 0px -2px #cf8931 inset;
}

.fullwidthdropdown{
    width: 100%;
    left:0;
    /*overflow: hidden;*/
    transition: all .5s ease-in-out;
}
.type-torah{
    background: #204020;
}
.type-history-gt, .type-history-nt{
    background: #402020;
}
.type-poetic{
    background: #404020;
}
.type-prophets-greater, .type-prophets-minor, .type-prophets-nt{
    background: #202040;
}
.type-epistles-paul, .type-epistles-common{
    background: #204040;
}

#navmenubookselector{
    padding: 15px;
}
.navmenubookselector-book{
    display: inline-block;
    width: 60px;
    height:50px;
    border: 1px solid rgba(77, 74, 74, 0.53);
    border-radius: 4px;
    padding: 4px;
    margin-right:10px;
    margin-bottom:10px;
    cursor:pointer;
    /*overflow: hidden;*/
    opacity: 1;
    transition: all .5s ease-in-out;
    text-align: center;
}
.navmenubookselector-book:hover{
    background-color: rgba(77, 74, 74, 0.53);
    transition: all .5s;
}

.navmenubookselector-chapter{
    display: inline-block;
    border: 1px solid rgba(77, 74, 74, 0.53);
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.navmenubookselector-chapter a{
    display:block;
    width:100%;
    height:100%;
    padding:auto;
    color:#eee;
    width: 36px;
    height: 36px;
    padding: 4px;
    text-align: center;
    cursor: pointer;
}
.navmenubookselector-chapter a:hover{
    background-color: rgba(77, 74, 74, 0.53);
    transition: all .5s;
    color:#eee;
}
.navmenubookselector-chapter a:visited{
    color:#eee;
}
.navmenuselector-hidden{
    overflow: hidden;
    width: 0;
    height: 0;
    opacity: 0;
    padding: 0;
    margin: 0;
    border: none;
}
.navmenuselector-chosen, .navmenuselector-chosen:hover{
    cursor:default;
    background-color: #202020;
}

.chapterlist{
    overflow: hidden;
    width: 0;
    height: 0;
    opacity: 0;
    display: inline-block;
    transition: all .5s ease-in-out;
}
.verselist{
    overflow: hidden;
    width: 0;
    height: 0;
    opacity: 0;
    display: inline-block;
    transition: all .5s ease-in-out;
}
.navmenuselector-extended{
    width: auto;
    height: auto;
    display: block;
}
.extended-full{
    opacity: 1;
}
#resetbutton{
    
}
#resetbutton:hover{
    cursor: pointer;
    color: #fff;
}
.no-overflow{
    overflow: hidden;
    transition: all .5s ease-in-out;
}
.listitem-nav{
    padding-left: 10px;
    padding-top: 4px;
}
.navmenu-chevron::after{
    content: "\f105";
    font-family: FontAwesome;
    font-size: 12px;
    color: #eee;
    display: inline-block;
    transition: .5s;
    padding: 2px 10px;
    cursor:pointer;
}
.navmenu-chevron.rotated::after{
    transform: rotate(90deg);
}
.sub-options{
    height: 0;
    overflow: hidden;
}
.sub-options.extended{
    height:auto;
    overflow:visible;
}
.sub-options li{
    padding-left: 20px;
}
.listcolumn{
    padding-right: 25px;
}
.settings-maptype{
    float:left;
    min-width:125px;
}

.tooltip-skb-nav, .tooltip-skb{
    position: relative;
}
.tooltip-skb{
    display: inline;
}
.tooltiptext-skb-nav{
    visibility: hidden;
    position: absolute;
    z-index: 3001;
    top: 100%;
    background-color: black;
    color: #eee;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    min-width: 190px;
    left: -88px;
    font-family: sans-serif;
    font-size: 14px;
}
.tooltiptext-skb{
    visibility: hidden;
    position: absolute;
    z-index: 3001;
    bottom: 100%;
    background-color: #fff;
    /*color: #eee;*/
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px;
    padding: 10px;
    /*min-width: 120px;*/
    left: 50%;
    transform: translate(-50%, 0);
    font-family: sans-serif;
    font-size: 14px;
}
.tooltip-skb-nav:hover .tooltiptext-skb-nav, .tooltip-skb:hover .tooltiptext-skb{
    visibility: visible;
}
.tooltip-icon{
    color: #a3a3a3;
    font-size: 14px;
}

.btn-lesser-pad {
    padding: 10px 10px;
}

.affix{
    padding-top: 60px;
    transition: .5s;
}
.affix-top{
    transition: .5s;
}

.btn-textsize{
    background-color: #9e9e9e;
    border-color: #888888;
    color: #333;
}
.btn-textsize:hover, .btn-textsize:focus{
    background-color: #5a5a5a;
    border-color: #5e5e5e;
    color: #fff;
}
.btn-textsize:active, .btn-textsize:active:hover, .btn-textsize:active:focus{
    background-color: #414141;
    border-color: #3d3d3d;
    color: #fff;
}
.btn-selected{
    /*background-color: #33b780;
    border-color: #2ea46d;*/
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-selected:hover, .btn-selected:focus{
    /*background-color: #28907a;
    border-color: #207454;*/
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-selected:active, .btn-selected:active:hover, .btn-selected:active:focus{
    /*background-color: #1f6959;
    border-color: #1a5c42;*/
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}
.btn{
    outline: none !important;
}
#navbarmainlist::-webkit-scrollbar {
    display:none;
}
.readview-settings{
    margin-top:20px;
    padding-left:20px;
    float: left;
}
.settingsdiv-readview{
    float:left;
    padding-top: 10px;
}
.popup-lexicon{
    color: #01016a;
}
.no-padding{
    padding: 0;
}
.video-list{
    list-style: none;
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.video-listitem{
    float: left;
    width: 265px;
    height:180px;
    margin: 0 10px;
}
.video-listitem-inner *>{
    width: 100%;
    display: block;
}

#logo-navbar{
    transition: ease-in-out .5s;
    height: 50px;
}
.show-medium-to-big{
    display: none;
}
.hide-medium-to-big{
    display: inline;
}

.right-unextended{
    float: right;
}

.shown .right-unextended{
    float:left;
}
.shown .settings-maptype{
    width:100%;
}

.singleword{
    display: inline-block;
    padding-right: 10px;
}
.singleword.hebrew{
    float:right;
}
.interlinearverse{
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    position: relative;
    display: flow-root;
}
.interlinearversenumber{
    float:left;
    margin-left:-35px;
    padding-top: 5px;
}
.interlinearversenumber.hebrew{
    float: right;
    margin-right: -35px;
}
.skbLinkNoUnderline{
    color: #337ab7;
}
.interlineartext{
    text-align: center;
    /*transition: 1s ease-in-out;
    line-height: 30px;*/
    display: block;
    height: 25.58px;
}
.interlineartext.hebrew{
    font-size: 22px;
    height: 30px;
}
.interlineartext.greek{
    font-size: 19px;
    height: 30px;
}
.interlineartext.swedish{
    /*padding-top: 10px;*/
}
/*.interlineartext.latin, .interlineartext.strongs, .interlineartext.grammar{
    overflow: hidden;
}*/
.interlineartext.grammar{
    font-size:14px;
}
.grammar-sub-display{
    position: relative;
    margin-top: -8px;
    font-size: 12px;
    line-height: 12px;
    height:12px;
    text-align: center;
}
.noun{
    color:#5bc0de;
}
/*.adjective{
    color:black;
}*/
.verb{
    color:#ec971f;
}
.otdifference{
    /*float: right;*/
    left: -45px;
    /*bottom: 0;*/
    top: 20px;
    position: absolute;
}
.wordsection{
    float:left;
    padding:0 5px;
}
.wordsection:not(:last-child){
    border-right: 1px solid gray;
}
.horizontal-children{
    display: inline-flex;
}
.black-text{
    color: black !important;
}
.option{
    /*float:left;*/
}
.split-group{
    display:inline;
}
.split-group:not(:last-child){
    padding-right:3px;
    border-right:1px solid gray;
    margin-right:3px;
}
.lightbibletext{
    width: 100%;
    float: left;
    margin-top: 20px;
}
.folded-in{
    height:0;
    width:0;
    overflow: hidden;
    opacity: 0;
    margin-top: 0;
}
#options .option{
    display: inline-block;
    padding-right: 15px;
}
.tooltiphover, .tooltiphover2{
	position: relative;
	display: inline-block;
}
.tooltiphover .tooltiptext, .tooltiphover2 .tooltiptext2 {
	visibility: hidden;
	/*min-width: 120px;*/
	background-color: white;
	color: black;
	text-align: center;
	padding: 6px;
	border-width:1px;
	border-style:solid;
	border-color:gray;
	border-radius: 4px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;

	/* Position the tooltip text - see examples below! */
	position: absolute;
	z-index: 1;

	top: 100%;
	right: 50%;
	transform: translateX(50%);
	/*margin-left: -60px;*/
}
.tooltiphover .tooltiptext.tooltip-top, .tooltiphover2 .tooltiptext2.tooltip-top {
    bottom: 100%;
    top: auto;
}
:not(.disabled).tooltiphover:hover .tooltiptext, :not(.disabled).tooltiphover2:hover .tooltiptext2{
	visibility: visible;
}

.themebanner{
    width:100%;
    height:75px;
    padding:5px;
    margin-bottom:50px;
    color:white;
    background-color: black;
    border-radius: 5px;
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 0px; */
    box-shadow: rgb(20 20 20 / 30%) 60px 35px 25px inset, rgb(20 20 20 / 30%) -60px -35px 25px inset;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; 
}
.themebanner:hover{
    /* box-shadow: rgba(255, 0, 0, 0.35) 0px 5px 15px; */
    box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px inset, rgb(0 0 0 / 0%) 0px 0px 0px inset, rgba(0, 0, 0, 0.35) 0px 5px 15px;
    filter: brightness(1.2);
    transition: all 0.5s ease-in;
}
.themebanner h3{
    text-align: center;
    width:100%;
}
.themebanner .midsection{
    width: 290px;
    margin-left: calc(50% - 145px);
}
.themebanner .iconimage{
    width: 15px;
    height: 15px;
    float: right;
}
.situationalverse, .videosuggestioncontainer{
    width: 25%;
    display: inline-block;
}
.situationalverselink, .videotitle{
    margin-left: 10px;
    width: calc(100% - 20px);
}
.videosuggestioncontainer{
    margin-bottom: 10px;
}
.videotitle{
    margin-bottom: 5px;
}
.situationalverse-image{
    margin-left: 10px;
    width: calc(100% - 20px);
    /*margin-right:10px;*/
    outline: 1px dashed;
    border: 1px solid;
}
.situationalverse-dummyimage{
    margin-left: 10px;
    aspect-ratio : 1 / 1;
    width: calc(100% - 20px);
    outline: 1px dashed black;
    border: 1px solid black;
    text-align: center;
    background: #cfcfcf;
    color: aliceblue;
    padding-top: calc(50% - 33px);
}
.thememainbanner{
    text-align: center;
    padding-top: 50px;
}
.thememainbanner h1{
    text-align: center;
    color: white;
    font-family: amaticsc;
    font-weight: 100;
    font-size: 100px;
    margin-top: 0px;
    text-shadow: 3px 3px 2px #222;
}
.thememainicon{
    height: 130px;
    filter: drop-shadow(3px 3px 2px #222);
}
.thememainbackground{
    height:400px;
    /*position: fixed;*/
    /*height:100%;*/
    width:100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; 
}
.sharebtn{
    float:right;
    color:gray;
    font-size: 22px;
}
.sharebtn.disabled{
    color:#000;
}
.submenubtn{
    color:gray;
    padding:2px;
    font-size: 19px;
}
.submenubtn:not(:last-child){
    margin-right:5px;
}
.sharebtn:hover, .submenubtn:hover{
    color:#000;
    cursor: pointer;
    transition: color 0.5s ease-in;
}
.sharebtn .submenu{
    visibility: hidden;
    background-color: white;
    /*min-width: 120px;*/
    color: black;
    text-align: center;
    padding: 6px;
    /*border: 1px solid gray;*/
    border-radius: 4px;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    position: absolute;
    z-index: 2;
    top: 100%;
    right: calc(100% - 22px);
    /*left: 50%;
    transform: translateX(-50%);*/
    white-space: nowrap;
}
.sharebtn.disabled .submenu{
    visibility: visible;
}
.submenubtn.activated{
    color:#00dd00;
    transition: color 0.5s ease-in-out;
}
.submenubtn.fading{
    transition: color 3s ease-in-out;
}

.warningstripe{
    background-color: #ffa500;
    background: repeating-linear-gradient(
        135deg,
        #ffa500,
        #ffa500 10px,
        rgba(0, 0, 0, 0) 10px,
        rgba(0, 0, 0, 0) 20px
    );
    height: 5px;
    position:absolute;
    width: 100%;
    top: 55px;
}
.opaqued .warningstripe{
    top: 75px;
}

/*atlas imageslider*/
#imageslider-container{
    box-sizing:border-box;
    max-width: 350px;
    max-height: 200px;
    position: relative;
    margin: auto;
}
.imageslider-slide {
    box-sizing:border-box;
    display: none;
}
.imageslider-prev, .imageslider-next {
    box-sizing:border-box;
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #f2f2f2 !important;
    text-shadow: 0px 0px 2px #222;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    text-decoration: none !important;
}
.imageslider-next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.imageslider-prev:hover, .imageslider-next:hover {
    background-color: rgba(0,0,0,0.8);
}
.imageslider-text {
    box-sizing:border-box;
    color: #f2f2f2;
    text-shadow: 0px 0px 2px #222;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}
.imageslider-fade {
    animation-name: imageslider-fade;
    animation-duration: 1.5s;
}

@keyframes imageslider-fade {
    from {opacity: .4}
    to {opacity: 1}
}

.atlasvideo{
    padding:10px;
}
.sidebarvideo{
    margin-top:10px;
    width: 100%;
    min-width: 80px;
    max-width: 350px;
    max-height: 200px;
    border: 1px solid transparent;
    border-radius: 5px;
}

.videosuggestion{
    margin-left: 10px;
    width: calc(100% - 20px);
    border: 1px solid #808080;
    border-radius: 5px;
    vertical-align: top;
    /*max-height: 150px;*/
    aspect-ratio: 1.8;
}
.videolink{
    width: 100%;
    position: relative;
    display: block;
    /*height: 100%;*/
}
.playbtn{
    position: absolute;
    font-size: 32px;
    width:calc(100% - 20px);
    height:100%;
    margin: 0 10px;
    top:0;
    color:white;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.playbtn .fa-play{
    display:none;
}
.playbtn:hover{
    backdrop-filter: brightness(0.5);
}
.playbtn:hover .fa-play{
    display:block;
}
.videoseriecounter{
    font-weight: bold;
    position: absolute;
    bottom: 1px;
    right: 11px;
    color: white;
    background-color: #222;
    width: 40px;
    text-align: center;
    border-radius: 4px 0;
    z-index: 50;
}
#videooverlay{
    position: absolute;
    font-size: 32px;
    width: 100%;
    height: calc(100% - 4px);
    top: 0;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: brightness(0.5);
}
#videooverlay .buttoncontainer{
    padding: 10px 40px;
    color: white;
}
.buttoncontainer:hover{
    cursor: pointer;
    text-shadow: 0 0 10px white;
}
.videosuggestioncontainer.disabled, .videosuggestioncontainer.disabled img{
    border-radius: 5px;
    backdrop-filter: brightness(0.9);
    opacity: 0.5;
}

/* atlas advanced markers */
.atlasiconcontainer{
    border-radius: 50%;
    width:30px;
    height:30px;
    background-color: #fff;
    display:flex;
    justify-content:center;
}
.atlasicon{
    width:25px;
    height:25px;
    margin-top:2.5px;
}

.property {
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 50%;
    color: #263238;
    display: flex;
    font-size: 14px;
    gap: 10px;
    height: 30px;
    justify-content: center;
    padding: 4px;
    position: relative;
    position: relative;
    transition: all 0.3s ease-out;
    width: 30px;
    z-index: 2;
}

.property::after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #FFFFFF;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 90%;
    transform: translate(-50%, 0);
    transition: all 0.3s ease-out;
    width: 0;
    z-index: 1;
}

.property .icon {
    align-items: center;
    display: flex;
    justify-content: center;
    color: #FFFFFF;
}

.property .icon svg {
    height: 20px;
    width: auto;
}

.property .details {
    display: none;
    flex-direction: column;
    flex: 1;
}

.property .address {
    color: #9E9E9E;
    font-size: 10px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.property .features {
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.property .features > div {
    align-items: center;
    background: #F5F5F5;
    border-radius: 5px;
    border: 1px solid #ccc;
    display: flex;
    font-size: 10px;
    gap: 5px;
    padding: 5px;
}

/*
* Property styles in highlighted state.
*/
.property.highlight {
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
    height: 60px;
    padding: 8px 7px;
    width: auto;
    z-index: 10;
}

.property.highlight::after {
    border-top: 9px solid #FFFFFF;
}

.property.highlight .details {
    display: flex;
}

.property.highlight .icon svg {
    width: 50px;
    height: 50px;
}

.block{
    display: block;
}
.interlinearsearchresult{
    font-size: 85%;
}
.interlinearsearchresult .interlineartext.greek{
    font-size: 17px;
}
.interlinearsearchresult .interlineartext.hebrew{
    font-size: 19px;
}

.show-mobile-extended{
    display: none;
}
.mobile-nav-extend.shown .show-mobile-extended{
    display: inline-block;
    margin-left: 5px;
}

.timelinenumbers{
    font-weight: 100;
}
.interlinearviewimage{
    max-height: 400px;
    max-width: 100%;
    padding: 10px 20px 10px 0;
}

@media all and (min-width: 1200px) {
    .readview-settings.right{
        float:right;
    }
    .show-medium-to-big{
        display: inline-block;
    }
    .hide-medium-to-big{
        display: none;
    }
}
@media all and (max-width: 1199px) {
    .readview-settings{
        width:100%;
    }
    .readview-settings.right{
        float:left;
    }
    .situationalverse, .videosuggestioncontainer{
        width:33.33%
    }
}
@media all and (min-width: 1100px) {
    .listcolumn{
        float:left;
    }
    #linksdropdown{
        left: 140px;
        /*min-width: 900px;*/
    }
    #featuredropdown{
        left: 350px;
        /*left: 0px;
		width: 100%;*/
		overflow: hidden;
    }
}
@media all and (max-width: 1199px) and (min-width: 1100px) {
    #featuredropdown{
        left:auto;
        right:0;
    }
}
@media all and (max-width: 1099px) {
    .show-midscreen{
        display:block;
    }
    .hide-midscreen{
        display:none;
    }
    .navbar-extended .mobile-nav-extend {
        width: 100%;
        display: none;
        margin: 0;
    }
    .navbar-extended .mobile-nav-extend.shown .navdropdown{
        position: relative;
        width: 100%;
        background-color: #191919;
    }
    .opaqued.navbar-extended {
        background-color: rgb(32 32 32);
        padding: 0;
    }
    .navbar-extended #navbarmainlist{
        overflow-y: auto;
    }
}
@media all and (max-width: 999px) {
    .situationalverse, .videosuggestioncontainer{
        width:50%
    }
}
@media all and (max-width: 599px) {
    .show-mobile{
        display:block;
    }
    .hide-mobile{
        display:none;
    }
    .resultheader::before {
        margin-left: -20px;
    }
    .searchResultIcon{
        display:none;
    }
    .iconcolumn{
        width:100%;
        float:none;
    }
    .searchImageDescription{
        float:none;
        width:100%;
        padding-left:0px;
        padding-top:20px;
    }
    .searchResultImage{
        width:100%;
    }
    #unmarkbutton{
        font-size: 35px;
    }
    .opaqued{
        background-color: rgb(32 32 32);
        padding: 0;
    }
    #navbar{
        /*position: fixed;*/
        background-color: #202020;
        width: 100%;
        bottom: 0;
        top: 50px;
        display: flex;
        flex-direction: column;
        /*overflow-y: scroll;*/
        max-height: none;
        z-index: 9999;
    }
    .noscrollmobile{
        overflow:hidden;
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        font-size: 15px;
    }
    .dropdown-menu{
        font-size: 16px;
    }
    #asearchbardiv{
        width: 100%;
    }
    #asearchbar{
        width: 80%;
    }
    .optioncolumn{
        width: 100%
    }
    .skbmodal{
        width: 100%;
    }
    .mobile-top{
        /*order: -1;*/
    }
    .navlist{
        /*display: flex;
        flex-direction: column;*/
    }
    .mobile-nav-extend{
        width:100%;
        display: none;
        margin: 0;
    }
    .mobile-nav-extend.shown .navdropdown{
        position: relative;
        width: 100%;
        background-color: #191919;
    }
    .ui-autocomplete{
        /*left:0 !important;*/
    }
    #navbarmainlist{
        height: 50px;
    }
    .sidenav.extended{
        width: 100% !important;
    }
    .sidenav.extended .sidenavcontainer{
        width: 100%;
    }
    
    /*startpage*/
    .portfolio-item .item-inner {
        margin: 0;
    }
    .portfolio-items {
        width:100%;
    }
    .portfolio-item {
        width:100%;
    }
    .portfolio-item img {
        height: auto;
    }
    .opaqued .navdropdown{
        margin-top: 0 !important;
    }
    .video-list{
        flex-direction: column;
    }
    #options .option{
        display:block;
    }
    .interlinearversenumber{
        margin-left: -10px;
    }
    .interlinearversenumber.hebrew{
        margin-right: -10px;
    }
    .situationalverse, .videosuggestioncontainer{
        width:100%
    }
    .tooltiphover2 .tooltiptext2{
        right: 0;
        transform: translateX(0%);
    }
    .thememainbanner h1{
        font-size: 75px;
    }
    .warningstripe{
        top: 55px;
    }
    .opaqued .warningstripe{
        top: 55px;
    }
    #topmenuthemelink{
        float: none;
        display: block;
    }
}

@media all and (min-width: 1920px) {
    .searchField{
        max-width:505px;
        width:500px;
    }
    .submitbtn-in-input{
        right:10px;
    }
    #searchclear{
        right: 38px;
    }
    #linksdropdown{
        left: 280px;
    }
    #featuredropdown{
        left: auto;
        right: 0;
    }
}