/*=================================
||			Index 
==================================*/
/*


/*================================= 1. font import  ===========================================*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
/*@import url(http://fonts.googleapis.com/css?family=Slabo+27px);*/



/*==================================  2. Global  ========================================*/

html,body{
    height: 100%
}

#home-page {
    min-height: 100%;
    position:relative;
}

body {
	background-color: #f0f0f0;
	/*font-family: 'Slabo 27px', serif;*/
	font-size: 18px;
	line-height: 24px;
	position: relative;
}

#services {
    padding-bottom: 100px;
}

.breadcrumb {
	background-color: transparent;
	font-size: 15px;
	float: left;
  	text-transform: uppercase;
}

.breadcrumb a {
    color: #db5252;
}

.breadcrumb a:hover {
	color: #ffffff;
}

.breadcrumb>.active {
	color: #fff;
}

.breadcrumb>li+li:before {
	padding: 0 10px;
	color: #db5252;
	font-family: "Ionicons";
	content: "\f125";
}

blockquote footer {
	background-color: transparent;
	color: #000;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 18px;
}

/* =-=--=-=-=-=-=-==-=-=-=-  2.1 Button   =-=-=-=-==-=-==-====-==-=- */

.btn {
	background-color: transparent;
	border: 1px solid #000;
	border-radius: 0px;
	color: #000;
	padding: 5px 20px;
	letter-spacing: 1px;
	font-size: 14px;
	text-transform: uppercase;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

.btn-black-border:hover {
	background-color: #000000;
	color: #ffffff;
}

.btn-red-border {
	border: 1px solid #db5252;
	color: #db5252;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

.btn-red-border:hover {
	background-color: #db5252;
	color: #ffffff;
}

.btn-white-border {
	border: 1px solid #feffff;
	color: #feffff;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

.btn-white-border:hover {
	background-color: #ffffff;
	color: #db5252;
}

#portfolio .btn-default:hover {
    background-color: #db5252;
    border: 1px solid #db5252;
    color: #fff;
}

#portfolio .btn-default:focus {
	outline: none;
    background-color: #db5252;
    border: 1px solid #db5252;
    color: #fff;
}

.call-to-action .btn {
    margin-top: 15px;
}

.section-heading-btn {
    position: absolute;
    right: 15px;
    top: 19px;
}

.blog-btn {
	width: 100%;
	border: 1px solid #000000;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

.blog-btn:hover {
	border: 1px solid #db5252;
	color: #db5252;
}

.submit-btn {
	background-color: transparent;
}

/* =-=--=-=-=-=-=-==-=-=-=-  2.2 Navbar   =-=-=-=-==-=-==-====-==-=- */

#mainNavigation {
    margin-bottom: 0px;
    background-color: #fff;
    box-shadow: 0px 1px 5px #969595;
   
}

.navbar-nav li a {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid transparent;
	color: #136478;
	margin: 15px 5px;
	padding: 12px 17px;
         font-size: 14px;
}

.navbar-nav li div {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid transparent;
	color: #136478;
	margin: 15px 5px;
	padding: 12px 17px;
         font-size: 14px;
}

.nav>li>a:focus, .nav>li>a:hover {
	/*border: 1px solid #136478;
  	background-color: #fff;
	color: #136478;
        -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;*/
        border-bottom: 1px solid #fff;
        font-weight: bold;
        background-color: transparent;
}

.nav>li.active>a {
        border-bottom: 1px solid #fff;
        font-weight: bold;
  	
}

/*.navbar-nav li.active a{
	border-bottom: 1px solid #ffffff;
}*/

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 400px;
}

.navbar-brand {
	height: 75px;
}

.navbar-toggle {
	border-color: #CECECE;
}

.navbar-toggle {
	border-radius: 0px;
	margin-top: 15px;
	margin-bottom: 20px;
}

.navbar .navbar-toggle .icon-bar {
	background-color: #fff;
}

.nav-tabs {
	margin-right: 2px;
}

.nav-tabs>li>a {
    border-radius: 0px;
    color: #969595;
    margin: 0px;
    padding: 10px 22px;
}

.tab-content {
    border: 1px solid #dadada;
    border-top-color: transparent;
    margin-right: 3px;
    padding: 20px;
}

/* =-=--=-=-=-=-=-==-=-=-=-  2.4 Form   =-=-=-=-==-=-==-====-==-=- */

.form-group {
	margin-bottom: 20px;
}

.form-control {
	background-color: #f9f9f9;
	border: 1px solid #E0E0E0;
	border-radius: 0px;
	box-shadow: none;
	height: auto;
	padding: 10px 20px;
}

.form-control:focus {
    border-color: #DADADA;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(150, 144, 144, 0.5);
       -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(150, 144, 144, 0.5);
    	-ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(150, 144, 144, 0.5);
    	 -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(150, 144, 144, 0.5);
    		box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(150, 144, 144, 0.5);
}

::-webkit-input-placeholder {
   color: #969595;
}

:-moz-placeholder { /* Firefox 18- */
   color: #969595;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #969595;  
}

:-ms-input-placeholder {  
   color: #969595;  
}

textarea {
	margin-bottom: 20px;
}

.input-group-addon {
    border-radius: 0;
    border: 1px solid #56c4a3;
    background-color: #56c4a3;
    color: #fff;
}

/*=-=-=-=-=-==-=-=-=-=-=-=-=  common properties  =-=-=-==-=-=-==-=-=-=-=-=-=-=*/

.dark-bg {
	background-color: #212121;
	color: #d4d4d4;
}

.dark-bg h2,
.dark-bg h3 {
	color: #ffffff;
}

.dark-bg h2 span {
	color: #d4d4d4;
}

.light-gray-bg {
	background-color: #f0f0f0;
}

.dark-gray-bg {
	background-color: #f1f0f0;
}

/* =-=-=-=--=-=-==-=-=-=-=-  Typography   =-=-=-=-=-=-=-=-==-=-=-=-=-=-=*/

a {
    color: #E8DDBD;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	text-transform: uppercase;
}

h1 {
	font-size: 45px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 22px;
	font-weight: 300;
}

hr {
	border-top: 1px solid #f1f0f0;
}

/* =-=--=-=-=-=-=-==-=-=-=-  2.9 Section-spacing   =-=-=-=-==-=-==-====-==-=- */

section {
	padding: 135px 0px 20px 0px;
}

.section-title {
	margin-bottom: 50px;
}

.section-title h2 span {
    font-size: 20px;
}

/*================================================================
							Home
==================================================================*/

/*------------------------------  header -----------------------------------*/

#home-page .header-wrapper {
    background: url(../img/header-bg.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    display: table;
    height: 100vh;
    width: 100%;
    position: relative;
    overflow-x: hidden;
}

#home-page .header-wrapper .header-wrapper-inner {
	background-color: rgba(255, 255, 255, 0.24);
    display: table-cell;
    text-align: center;
    vertical-align: middle; }

#home-page .header-wrapper .header-wrapper-inner .intro {
	margin-top: 6em;
}

#home-page .header-wrapper .header-wrapper-inner .intro h1 {
	background-color: #db5252;
	color: #ffffff;
    margin: 0 auto;
	padding: 15px 10px;
	letter-spacing: 2px;
	width: 40%;
}

#home-page .header-wrapper .header-wrapper-inner .intro h3 {
	background-color: #db5252;
	color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 3.5em;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
	width: 30%;
}


/*-------------------------------  About  -----------------------------------------*/

.about-info {
    margin-bottom: 70px;
}

.about-content {
    margin-bottom: 2.714em;
    text-align: center;
}

.about-icon {
	background-color: #db5252;
	border: 1px solid transparent;
    color: #f1f0f0;
    font-size: 30px;
    height: 60px;
    padding: 15px 0px;
    width: 60px;
}

.about-heading {
    margin-bottom: 0px;
    margin-top: 20px;
}

.about-description {
    padding: 10px 27px;
}

/*====================================  Portfolio =====================================*/

.portfolio-filter
{
    padding-bottom: 50px;
}


/*====================================  Testimonial =================================*/

#client-speech .item {
	padding: 0px 100px;
}

.client-text {
    padding: 35px 0px;
}

.owl-theme .owl-controls .owl-buttons div {
	background-color: transparent;
	position: absolute;
	font-size: 65px;
	opacity: 1;
	margin: 0px;
	color: #db5252;
	top: 40%;
	line-height: 40px;
}

.owl-prev {
    left: 0;
    font-family: "Ionicons";
}

.owl-prev:before {
	content: "\f3cf";
}

.owl-next {
    right: 0;
    font-family: "Ionicons";
}

.owl-next:before {
	content: "\f3d1";
}

/*=====================================  Service  ===================================*/

.service-content {
    /*background-color: #f1f0f0;*/
    border: 1px solid #dedede;
    padding: 30px 20px;
    text-align: left;
    -webkit-box-shadow: 3px 4px 5px 0px rgba(189,189,189,1);
-moz-box-shadow: 3px 4px 5px 0px rgba(189,189,189,1);
box-shadow: 3px 4px 5px 0px rgba(189,189,189,1);
background-color: #fff;
line-height: 30px;
}

.service-content h4 {
    text-align: center;
    padding: 15px;
    font-weight: bold;
}

.service-content i {
    /*height: 60px;
    width: 60px;*/
    color: #136478;
    padding: 15px 0px;
}


/*===========================  call to action ===================================*/

.call-to-action {
	background-color: #db5252;
	color: #ffffff;
	padding: 35px 0px;
}

/*=================================== pricing ======================================*/

.price-catagory {
	padding-left: 0px;
	padding-right: 0px;
}

.price-box {
    padding: 30px;
    border: 1px solid #dedede;
    color: #969595;
    height: 480px;
}

.price-box p {
    font-size: 14px;
    line-height: 22px;
}

.price-box .pricing-catagory-name {
    color: #db5252;
    font-size: 22px;
    margin-bottom: 25px;
}

.price-box p span.price {
    font-size: 45px;
    color: #000000;
}

.price-box p:nth-child(2) {
	color: #000000;
}

.price-box ul {
	padding: 0;
	margin: 0;
}

.price-box ul li {
	list-style: none;
	padding: 3px 0px;
}

.price-box ul li i {
	color: #db5252;
	font-size: 18px;
	margin-right: 12px;

}

.price-box .btn {
    position: absolute;
    bottom: 30px;
    text-transform: capitalize;
}

.price-catagory:hover {
	background-color: #f1f0f0;
}

.price-catagory:hover .price-box .btn {
	color: #db5252;
	border: 1px solid #db5252;
}

.price-box .btn:hover {
	background-color: #db5252;
	color: #ffffff !important;
}

/*================================  Blog  ==========================================*/

#blog h4 {
	color: #544C4C;
	font-size: 20px;
    margin-top: 20px;
    margin-bottom: 3px;
    text-transform: capitalize;
}

#blog h4:hover {
	color: #000000;
}

#blog p {
    margin-top: 10px;
    color: #6F6F6F;
}

#blog .blog-content span {
    text-transform: uppercase;
    font-size: 12px;
}

#blog .blog-content .btn {
    margin-top: 15px;
}


/*===========================================================================
				10.2 Single blog page
===========================================================================*/

#singleBlogPage .page-head {
    background: url(../img/single_blog_header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 75px;
}

#singleBlogPage .page-head .header-wrapper {
    position: relative;
    padding: 25px 0px;
}

.article-summary {
    margin: 40px 0px;
}

.article-summary p span {
    color: #000000;
    font-size: 50px;
    position: absolute;
    margin: 20px 0px 20px -50px;
}

.article-conclusion {
    margin-top: 1.3em;
}

.article-conclusion strong {
    color: #000000;
}

.article-conclusion strong em {
    font-weight: 600;
}

.article-conclusion a {
    color: red;
}

.single-blog-page-button {
	margin: 30px 0px;
}

.about-author {
    border: 1px solid #f1f1f1;
    padding: 12px;
    border-bottom-color: transparent;
}

.about-author p {
    margin: 15px 0px 10px -15px;
}

.about-author p strong {
	color: #000000;
	font-size: 1.333em;
	font-weight: 400;
}

.author-name {
	color: #000000;
    font-size: 12px;
    font-weight: 600;
    margin-left: 7px;
}

.author-contact {
    border: 1px solid #f1f1f1;      
    padding: 10px;
}

.author-contact p {
    margin: 7px;
}

.author-contact p span {
	margin-right: 5px;
}

.author-contact-button li {
	background-color: #f1f1f1;
	list-style: none;
	display: inline-block;
	width: 40px;
	height: 40px;
	padding: 12px;
	margin-right: 5px;
}

.author-contact-button li:nth-child(2) {
	padding-left: 18px;
}

.author-contact-button li a i {
	font-size: 17px;
    color: #969595;
}

.author-contact-button li:hover {
	background-color: #db5252;
}

.author-contact-button li:hover a i {
	color: #ffffff;
}

.comments h3 {
    margin-bottom: 20px;
}

.btn-clipboard {
	position:absolute;
	top:0;
	right:0;
	z-index:10;
	display:block;
	padding:5px 8px;
	font-size:12px;
	color:#969595;
	cursor:pointer;
	background-color:#fff;
	border:1px solid #f1f1f1;
}

.btn-clipboard:hover {
	color:#969595;
	background-color:#f1f1f1;
}

.cmnt-clipboard {
	display: block;
	position: relative;
}

.well {
	background-color: #ffffff;
	border: 1px solid #f1f1f1;
	border-radius: 0px;
	box-shadow: none;
	margin-bottom: 30px;
}

.comment-info {
    margin-top: 5px;
}

.comment-info strong {
	color: #000000;
	font-size: 15px;
}

.comment-info span {
	font-size: 11px;
	margin-left: 5px;
	text-transform: uppercase;
}

.comment-post h3 {
	margin-bottom: 20px;
}

.comment-post button {
    margin-top: 20px;
}

@media (max-width: 991px) {
	.about-author {
		padding: 30px;
	}
}

/*-----------------------------  10.3 sidebar ------------------------------------*/

aside h4 {
    margin: 2.414em 0 0.5em;
}



/*------------------------------
			faq
--------------------------------*/

.topics {
    margin-top: 15px;
}

.faq-t {
	line-height: 2.2em;
	color: gray;  
	float: right; 
	font-weight: 700; 
	padding-right: 0.62em; 
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}

.faq-o {
	color: #000;
	margin-top: -5px;
	transform: rotate(-45deg);
	transform-origin: 50% 50%;
	-ms-transform: rotate(-45deg);
	-ms-transform-origin: 50% 50%;
	-webkit-transform: rotate(-45deg);
	-webkit-transform-origin: 50% 50%;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}

.faq-q {
	background-color: #f9f9f9;
	border: 1px solid transparent;
	color: #969595;
    cursor: pointer;
    font-size: 14px;
    padding: 10px 12px;
    
}

.faq-q:hover {
	background-color: #ffffff;
    border: 1px solid #db5252;
    color: #000000;
}

.faq-a {
	background-color: #ffffff;
  	clear: both;
  	color: #969595;
  	display: none;
  	padding: 12px;
}

/*----------------------------------
		popular tags
-----------------------------------*/

aside .tag-widget .tags a {
    border: 1px solid #dadada;
    border-radius: 25px;
    color: #969595;
    display: inline-block;
    line-height: 22px;
    font-size: 11px;
    margin: 5px 0px;
    padding: 0px 10px;
    text-transform: uppercase;
}

aside .tag-widget .tags a:hover {
	background-color: #db5252;
    border: 1px solid #db5252;
    color: #ffffff;
}

/*--------------------------------------------
			archives
--------------------------------------------*/

.archive-widget .archives 
{
    padding-left: 0;
    list-style: none;
}
.archive-widget .archives li 
{
    border-bottom: 1px solid #f3f3f3;
    list-style: none;
    display: block;
    padding: 10px 20px 10px 0;
    position: relative;
}

.archive-widget .archives li a {
    margin-left: 25px;
    font-size: 12px;
    color: #969595;
}

.archive-widget .archives li:before 
{
    color: #969595;
    content: "\f10a";
    font-family: "Ionicons";
    position: absolute;
    left: 5px;
    font-size: 11px;
}

.archive-widget .archives li:hover a {
	color: #000000;
}

/*=================================  contact  =====================================*/

#contact p {
	text-transform: uppercase;
	line-height: 25px;
	margin-bottom: 20px;
}

#contact p strong {
    letter-spacing: 1px;
    font-weight: 600;
}

#contact h3 {
    margin-bottom: 30px;
}

#map-canvas {
    width: 100%;
    height: 310px;
}

.social-icons {
	padding: 0;
}

.social-icons li {
	list-style: none;
	display: inline-block;
	width: 40px;
	height: 40px;
	padding: 12px;
	margin-right: 5px;
}

.social-icons li:nth-child(1) {
	background-color: #4571c3;
	padding-left: 18px;
}

.social-icons li:nth-child(2) {
	background-color: #00bfd5;
}

.social-icons li:nth-child(3) {
	background-color: #1565c0;
}

.social-icons li:nth-child(4) {
	background-color: #db2e2e;
}

.social-icons li:nth-child(5) {
	background-color: #ff8f00;
}

.social-icons li:nth-child(6) {
	background-color: #c62828;
}

.social-icons li a i {
    font-size: 17px;
    color: #ffffff;
}

/*======================================  footer  =================================*/

footer {
	background-color: #56c4a3;
	color: #000;
	font-size: 14px;
	padding: 15px 0px;
        position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

footer p {
	margin-top: 10px;
}

footer p.credit {
	text-align: right;
}

/*========================================  media query  =============================*/

@media(max-width: 991px) {
	.about-info {
		text-align: center;
	}

	.blog-content {
		margin-top: 50px;
    	text-align: center;
	}
}

@media(max-width: 767px) {

	.section-title h2 span {
		display: block;
		margin-top: 12px;
	}

	#client-speech .item {
		padding: 0px 45px;
	}

	.price-box {
		height: auto;
		text-align: center;
	}

	.price-box .btn {
		position: relative;
		bottom: 0px;
		margin-top: 35px;
	}

	footer p, footer p.credit {
		text-align: center;
	}
}

@media (min-width: 500px) and (max-width: 767px) {
	.header-wrapper .header-wrapper-inner .intro h1 {
		width: 65%;
	}

	.header-wrapper .header-wrapper-inner .intro h3 {
		width: 50%;
	}
}

@media (max-width: 500px) {
	.header-wrapper .header-wrapper-inner .intro h1 {
		width: 95%;
	}

	.header-wrapper .header-wrapper-inner .intro h3 {
		width: 65%;
	}

	.section-title h2 span {
		font-size: 15px;
	}

	.section-heading-btn {
		left: 15px;
		top: 72px;
		width: 117px;
	}
}




/*---------------*/
/***** Zoe *****/
/*---------------*/

.element-item figure {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	text-align: center;
	cursor: pointer;
}

.element-item figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1;
	transform: scale(1.15);
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transition: opacity 0.4s, transform 0.4s;
	-webkit-transition: opacity 0.4s, transform 0.4s;
	-moz-transition: opacity 0.4s, transform 0.4s;
	-ms-transition: opacity 0.4s, transform 0.4s;
	-o-transition: opacity 0.4s, transform 0.4s;
}

.element-item figure:hover img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	opacity: 0.7;
}

.element-item figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.element-item figure figcaption::before,
.element-item figure figcaption::after {
	pointer-events: none;
}

.element-item figure figcaption,
.element-item figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.element-item figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.element-item figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.element-item figure h2 span {
	font-weight: 800;
}

.element-item figure h2,
.element-item figure p {
	margin: 0;
}

.element-item figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}


figure.effect-zoe figcaption {
	top: auto;
	bottom: 0;
	padding: 1em;
	height: 3.25em;
	background: #DB5252;
	color: #ffffff;
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-zoe h2 {
	float: left;
}

figure.effect-zoe p.icon-links a {
	float: right;
	color: #ffffff;
	font-size: 1.4em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
	font-size: 20px;
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
}

figure.effect-zoe p.icon-links a span::before {
	display: inline-block;
	padding: 8px 10px;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

figure.effect-zoe h2 {
	display: inline-block;
	font-size: 18px;
	letter-spacing: 1px;
	margin-top: 7px;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h2 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.page_header {
    background-color: #136478;
    padding: 8px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-bottom: 5px;
}

.page_header div {
    display: inline;
}

.slide_title {
    color: #136478;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
}

.service-content p {
    padding-bottom: 15px;
    text-align: justify;
}

.service-content a {
    color: #136478;
}

.module_first_page {
    padding: 40px;
    background-color: #fff;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 60px;
    margin-top: 20px;
    color: #136478;
    -webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
font-weight: bold;
}

.page_footer {
    font-size: 12px;
    border: 1px dashed #888;
    padding: 10px 10px 0px 10px;
    margin-top: 25px;
    text-align: left;
    position: relative;
    background-color: #f0f0f0;
    height: 100%;
}

.page_footer img {
    float: left;
    margin-right: 20px;
}

.page_footer p {
    text-align: left;
}

.footer_text {
    float: left;
    display: block;
}

.service-content ol li {
    text-align: left;
}

.wskazowka_box {
    color: #136478;
    position: relative;
}

.wskazowka_box img {
    float: left;
    margin-right: 20px;
}

.wskazowka_text {
    float: left;
    display: block;
}

.tree_header {
    height: 100px;
    padding:10px;
    background-color: #136478;
    color: #fff;
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
position: relative;
text-align: center;
vertical-align: middle;
display: flex;
    justify-content: center;
    align-items: center;
}

.tree_header p {
    text-align: center;
}

.tree_subheader {
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border: 1px solid #136478;
padding: 10px;
font-size: 14px;
/*margin-top: 80px;*/

}

/*.tree_header:after {
    content: '\f175';
    font-family: FontAwesome;
    font-size: 60px;
    color: #136478;
    position: absolute;
    bottom: -50%;
    left: 45%;
}*/

.tree_arrow {
    font-size: 60px !important;
}

.right-block {
    float: right;
}

.main-navigation .dropdown-toggle:after {
    position: absolute;
    display: block;
    right: 1px;
    top: 38%;
    margin-top: -6px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    content: "\f107";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.dropdown-menu {
    background-color: #56c4a3;
}

.more {
    font-weight: bold;
}

.zadanieItem {
    border: 1px solid #888;
    padding: 10px;
    margin: 15px 0px;
    background-color: #f0f0f0;
}

.zadanieItemDrag {
    min-height: 142px;
}

.answerItem {
    border: 1px solid #ddd;
    padding: 5px;
    margin: 10px;
    cursor: pointer;
    font-size: 15px;
    -webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
background-color: #fff;
}

.zadanieCont {
    /*border: 1px solid #ddd;*/
    padding: 2px;
    margin: 15px;
    min-height: 45px;
    border: 1px solid #eee;
}

.answersBox {
    border: 1px solid #ddd;
    margin-left: 10px;
    min-height: 142px;
    margin-top: 15px;
}

.answerBtn {
    margin: 5px 0px 15px 0px;
    padding: 10px 5px;
    border: 2px solid #56c4a3;
    height: 45px;
    font-size: 15px;
    cursor: pointer;
         -webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}

.answerBtnChecked {
    background-color: #56c4a3;
    color: #fff;
}


.test_content {
    text-align: left;
    font-size: 16px;
}

.test_content p {
    padding-bottom: 0px;
}

.extra_tekst {
    font-size: 14px;
    color: #000 !important;
    font-style: italic;
    
}

.answerDiv li {
    border: 0px solid transparent !important;
    margin-bottom: 0px !important;
     padding: 5px !important;
}

.question_div {
    padding: 0;
}

.question_div li{
    border: 1px solid #999;
   list-style-position:inside;
     margin-bottom: 15px;
     padding: 10px;
     -webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
background-color: #fff;
}

.reg-error {
    padding: 10px;
    color: #fff;
    text-align:center !important;
    background-color: #ff4d4d;
    -webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}

.box_box {
    border: 1.5px solid #136478;
    padding: 10px;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.borderTheme {
    border: 2px solid #136478;
    padding: 10px 15px;
    margin: 10px;
}

.blueContent {
    background-color: #136478;
    color: #fff;
}

.blueContent .box_box {
    border-color: #fff;
}

.blueContent .tree_header, .blueContent .tree_subheader {
    background-color: #fff;
    color: #000;
}

.blueContent i {
    color: #fff;
}

.blueContent .page_footer{
    color: #000;
}

.greenContent {
    background-color: #56c4a3;
    color: #fff;
}

.greenContent .box_box {
    border-color: #fff;
}

.greenContent .tree_header, .greenContent .tree_subheader {
    background-color: #fff;
    color: #000;
}

.greenContent i {
    color: #fff;
}

.greenContent .page_footer{
    color: #000;
}


.lightgreenContent {
    background-color: #b3dd00;
}

.lightgreenContent .box_box {
    border-color: #000;
}

.lightgreenContent .tree_header, .lightgreenContent .tree_subheader {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

.lightgreenContent i {
    color: #000;
}

.lightgreenContent .page_footer{
    color: #000;
}

#zadanie_popup section,
#zadanie_popupResTrue section,
#zadanie_popupResFalse section {
    padding: 0px;
}

#zadanie_popup section .answerBtn {
    line-height: normal;
    display:table-cell;
    vertical-align:middle;
    width: inherit;
}

#zadanie_popupResTrue .resContent,
#zadanie_popupResFalse .resContent {
    padding: 15px;
    text-align: center;
}

.nav .open>a:hover, .nav .open>a:focus{
    background-color: transparent !important;
    border-color:#fff}

.contentImageDiv {
    background-color: #fff;
    padding: 15px;
}

.buttonsDiv {
    margin-top: 15px;
}

.buttonsDiv a {
    display: inline;
    margin-right: 10px;
    padding: 10px;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color: #136478;
color: #fff;
}

.checkButton {
    background-color: #b3dd00 !important;
    color: #000 !important;
    border-color: #136478 !important;
}

.service-content table{
    overflow-x:auto;
    width: 100%;
}

.service-content table tr {
    padding-bottom: 15px;
}

@media screen and (max-width: 485px) {
    .service-content table { 
	  	width: 100%; 
	}

	/* Force table to not be like tables anymore */
	.service-content table, thead, tbody, th, td, tr { 
		display: block; 
	}
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    text-align:center;
    font-weight:bold;
}

.welcomeDiv p {
    padding-bottom: 10px;
}

.level_q {
    padding-bottom: 15px;
}

.level_q ul {
    margin-left: -15px !important;
}

.level_q ul li {
    list-style: none;
    padding-bottom: 5px;
}

.level_content {
    padding-bottom: 10px;
}

.navbar-brand {
    padding: 0px !important;
}

.realizeDiv {
    text-align: center; border: 1px solid #ddd; padding:5px;
    margin-bottom: 5px;
    font-size: 15px;
}

.kursBox {
    background-color: #fff;
    border: 1px solid #888;
    padding: 10px;
    margin-bottom: 5px;
    -webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

.answer_true {
    border: 1px solid #888;
    padding: 5px 15px;
    text-decoration: none;
    color: #000 !important;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-right:3px;
}

.answer_true:hover, .answer_true:focus {
    text-decoration: none;
}

.checkAnswer {
    background-color: #eee;
}

.positiveAnswer {
    background-color: #c0f9ac;
}

.negativeAnswer {
    background-color: #f9acac;
}

.notChecked {
    border: 1px solid red;;
}

.answersQuestion div {
    float: left;
    margin-bottom: 10px;
    margin-left:10px;
}

.poll_table {
    
}

.poll_table tr td {
    border: 1px solid #ff966a;
    text-align: center;
    padding: 5px;
}

.copyrights{
    background-color: #fff;
    padding: 15px 0;
    margin-bottom: 0;
    position: absolute;
    bottom: 10%;
    width: 100%;
}
.copyrights a{
    color: #f1f1f1;
}
.copyrights a:hover{
    color: #fff;
}
.copyrights ul{
    text-align: right;
}
.copyrights ul a li{
    display: inline-block;
    list-style-type: none;
    padding:  0 10px;
}


