/*

The Story Theme

http://www.templatemo.com/tm-480-story

*/

body, html {
	overflow-x: hidden;

}

/* Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff; /* change if the mask should have another color then white */
    z-index: 99; /* makes sure it stays on top */
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%; /* centers the loading animation horizontally one the screen */
    top: 50%; /* centers the loading animation vertically one the screen */
    background-image: url(/img/status.gif); /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px; /* is width and height divided by two */
}

/* Resets */

a:hover, a:focus { text-decoration: none; }

h1, h2 {
	margin: 0;

}

p:last-child { margin-bottom: 0; }

/*font-family: "Alef Hebrew", sans-serif; ont-family: "Varela Round", sans-serif;*/
.page {
	background-color: #222222;	


	font-family: "Varela Round", sans-serif;
	font-size: 18px;
	font-weight: 300;
	/* original padding - changed to make the footer to be without padding
	padding: 30px 15px;
	*/
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	overflow-x: hidden;
}

.page-bg-imgs-list { display: none; }

.header { 
	max-width: 420px;
	overflow: auto; 
}

.content-wrapper { margin-top: 365px; }

.content {
	max-width: 600px;
	margin-left: auto;
	margin-right: 0;
}

.extra-bold-text {
	font-weight: 1000; /* Set the font weight to 800 for extra bold */
}

.content-gallery { max-width: 900px; }

.content-text {
	background-color: white;
	padding: 40px;
}

.content-text-transparent {
	background-color: rgba(255, 255, 255, 0.90); /* 50% transparent white */
	padding: 40px;
}

.content-text h4 { padding-top: 10px; }

.content-text-gallery {
	padding: 5px;
	position: relative;
	height: auto;
	min-height: 200px;
}

.box {
	display: block;
	padding: 10px;	
}

.box-text {
	border: 1px solid white;
	color: white;	
	font-style: italic;	
	width: 100%;
	height: 100%;
}

.box-white { background-color: rgba(255, 255, 255, 0.3);	}
.box-black { background-color: rgba(0, 0, 0, 0.7); }
.box-green { background-color: rgba(10, 158, 10, 0.7); }
.box-red { background-color: rgba(200, 34, 34, 1); }


ul.puzzle {
	list-style-type: none;
    padding-right: 0;
}

li.puzzle {
	margin-top: 0.5em;
}


.site-title-text {
	font-size: 3.8em;
	padding-top: 20px;
	padding-bottom: 25px;
	text-align: center;
}

.first-paragraph {
	font-size: 1em;
}

.second-paragraph {
	font-size: 0.5em;
	font-weight: bold;
}


.page-title-text {
	font-size: 2.2em;
	padding: 15px 25px;
	text-align: right;

}

.nav-items-container { padding: 0; }

.box-nav-item {
	margin-bottom: 10px;
	font-size: 1.9em;
	-webkit-transition: all 0.3s ease;	
	transition: all 0.3s ease;	
}

.box-nav-item-link { padding: 10px; }

.box-nav-item:hover, .box-nav-item:focus, .box-nav-item.active {
	background-color: rgba(241, 241, 241, 0.59);	
}

.box-nav-item:hover .box-text-nav-item, 
.box-nav-item:focus .box-text-nav-item,
.box-nav-item.active .box-text-nav-item {	
	color: black;
	border: 1px solid black;
}

/* footer

.footer { 
	display: none; 
	position: fixed;
	bottom: 10px;
	left: 30px;
}

.footer a {	color: rgba(255, 255, 255, 0.8); }

.footer.calendar a {	color: rgba(0, 0, 0, 0.8); }
*/
.copyright-text { 
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.8em;	
}

.copyright-text.calendar {
	color: rgba(0, 0, 0, 0.8);
	font-size: 0.8em;
}

/* Utility Classes */

.margin-t-30 {	margin-top: 30px; }
.margin-b-20 {	margin-bottom: 20px; }

.block-keep-ratio,
.block-keep-ratio-content {
	display: block;
}

.block-keep-ratio {	position: relative; }
	
.block-keep-ratio-content {
	position: absolute;
	top: 0; bottom: 0; right: 0; left: 0;
}

.block-keep-ratio:after {
	display: block;
	content: '';
}

.block-keep-ratio-1-1:after { padding-top: 100%; }

.block-width-half { width: 49%; }

.flexbox-center {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}


/* FlexSlider Styles
-------------------------------------------- */

.flexslider { 
    border-radius: 0;
    margin-bottom: 5px;
}
.flexslider li {
	margin: 0;
	padding: 0;
}

.flex-next,
.flex-prev {
	line-height: 1; /* Bootstrap override */
}

#carousel { margin: 0; }
#carousel li { margin-right: 5px; }
#carousel img {
    display: block;
    opacity: 1;
    cursor: pointer;
}
#carousel .flex-active-slide img {
    opacity: 0.5;
    cursor: default;
}


/* Contact form */

.contact-form {	margin-top: 30px; }

.form-group { margin-bottom: 20px; }

.form-control:focus {
    border-color: rgb(0, 218, 79);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0, 200, 81,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0, 200, 81, 0.6);
}

.form-control {
	font-size: 1em;
	border-radius: 0;
}

.submit-btn {
	color: #A0A0A0;
	background-color: transparent;
	border-color: #A0A0A0;
	border-radius: 0;
	font-size: 1.1em;
	margin-top: 5px;
	width: 100%;
	height: 50px;
	text-transform: uppercase;
	transition: all 0.3s ease;	
}

.submit-btn:hover, .submit-btn:focus {
	color: white;
	background-color: #A0A0A0;
	border-color: #A0A0A0;
}

.rounded-btn {
	border-radius: 20px !important;
}

.form-group-2-col-left {
	padding-left: 0;
	padding-right: 5px;
}

.form-group-2-col-right {
	padding-right: 0;
	padding-left: 5px;
}

.footer.sticky {
	position: fixed;
	bottom: 10px;
	left: 30px;
}

/* phone number and email details*/
.details {
	margin-top: 30px;
    margin-bottom: 3px;
}
.sub-details {
    margin-bottom: 3px;
}

/* Scroll To Top */

.scroll-to-top {
    //background-color: #4c9cef;
    background-color: rgba( 0,0,0,0.7);
    display: none;
    width: 60px;
    height: 60px;
    font-size: 25px;
    border-radius: 100%;
    line-height: 67px;
    text-align: center;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 999;
    box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    transition: all 0.3s ease-in-out;
}

.scroll-to-top:hover,
.scroll-to-top:focus {
    background-color: rgba( 177, 62, 62,0.7);
    color: #ffffff;
    box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
}

.glyphicon.glyphicon-circle-arrow-up  {
    font-size: 24px;
}





/* Media Queries */

@media screen and (max-width: 991px) {

	.form-group-2-col-left,
	.form-group-2-col-right {
		padding-left: 0;
		padding-right: 0;
	}

	.content { margin: 0 0 0 auto; }

	.content-wrapper { 
		margin-top: 30px; 
		margin-bottom: 30px;		
	}

/*.footer { position: static;	}*/
}

@media screen and (max-width: 767px) {
.content-wrapper { position: static; }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {

.block-width-half { width: 48%; }

.box-nav-item { font-size: 1.4em; }

.site-title-text { font-size: 3em; }
}

@media screen and (max-width: 480px) {

.block-width-half { width: 48%; }

.box-nav-item { font-size: 1.4em; }

.site-title-text { font-size: 3em; }
.page-title-text { font-size: 1.6em; }

.content-text { padding: 30px 25px; }
.content-text-gallery { padding: 5px; }
}

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

footer {
	color: #ffffff;
	padding:10px 0;
	background-color: rgba(0,0,0,0.7);
	margin-top: 30px;
}

.list-inline{
	text-align:right;
	margin:0;
}
.list-inline > li {
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
}
.list-inline > li a i{
	vertical-align:middle;
	line-height: 41px;

}
.socIcon{
	display:block;
	color:#fff;
	animation-duration: 750ms;
	-webkit-animation-duration: 750ms;
	-moz-animation-duration: 750ms;
	-ms-animation-duration: 750ms;
	-o-animation-duration: 750ms;
	-webkit-animation-delay: 1000ms;
	-moz-animation-delay: 1000ms;
	-ms-animation-delay: 1000ms;
	-o-animation-delay: 1000ms;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-ms-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
}
.socIcon:hover{
	color:#fff;
}

@media screen and (min-width:481px) and (max-width: 767px) {
	footer {
		margin-bottom: 0;
	}
}

.footer-link {
	color: white;
}
/* ========================================== Footer ======================================================= */
.box-shadow--4dp {
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2)
}
.box-shadow--8dp {
	box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2)
}
#btn-download {
	margin-bottom: 20px;

padding: 10px 20px;
text-align: center;
font-size: 16px;


}

#btn-download a{
color: black;

}