/*
1. #E91B23
2. #7FC719
3. #1BB1E9
4. #FD7C26
5. #F6C815
*/
/* ## Theme Switcher ********************** */
.color-switcher {
	width: 45px;
	position: fixed;
	right: 0px;
	top: 180px;
	z-index: 999;
	padding: 0px;
	-webkit-transition: all 1500ms ease;
	-moz-transition: all 1500ms ease;
	-ms-transition: all 1500ms ease;
	-o-transition: all 1500ms ease;
	transition: all 1500ms ease;
}
.color-switcher h5 {
	font-size: 15px;
	margin-top: 0;
	padding: 0 20px 0;
}
.color-switcher p {
	font-size: 12px;
	color: #000;
	margin-bottom: 0;
	background: #fff;
	height: 40px;
	text-align: left;
	font-weight: bold;
	line-height: 42px;
	text-transform: uppercase;
}
.color-switcher ul {
	list-style: none;
	padding: 0;
}
.color-switcher ul li {
	float: left;
}
.color-switcher ul li a {
	display: block;
	width: 25px;
	height: 25px;
	outline: none;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
	color: #fff;
	border-radius: 100%;
	position: relative;
}

.color-switcher ul li a.active:before {
	color: #fff;
    content: "\f046";
	font-family: 'FontAwesome';
    left: 6px;
    position: absolute;
    top: 0px;
}

.color-switcher ul li a.green {
	background: #26a65b;
}
.color-switcher ul li a.red {
	background: #E91B23;
}
.color-switcher ul li a.light-green {
	background: #7FC719;
}
.color-switcher ul li a.blue {
	background: #1BB1E9;
}
.color-switcher ul li a.orange {
	background: #FD7C26;
}
.color-switcher ul li a.yellow {
	background: #F6C815;
}
.color-switcher ul li a.black {
	background: black;
}
.color-switcher .light {
	background: #fff;
	width: 60px;
	color: #000;
	text-align:center;
	float:left;
	border:1px solid #666;
	margin-top:15px;
	margin-right:22px;
}

.color-switcher .dark {
	background: #272727;
	width:60px;
	float:right;
	color: #fff;
	border:1px solid #666;
	margin-top:15px;
}

.picker_close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 20px;
	top: 0px;
	text-align: center;
	background: #fff;
	line-height: 36px;
	border-radius: 100%;
	-webkit-transition: all 1500ms ease;
	-moz-transition: all 1500ms ease;
	-ms-transition: all 1500ms ease;
	-o-transition: all 1500ms ease;
	transition: all 1500ms ease;
}

.position .picker_close {
	right: 0;
	top: auto;
	bottom: -40px;
	-webkit-transition: all 1500ms ease;
	-moz-transition: all 1500ms ease;
	-ms-transition: all 1500ms ease;
	-o-transition: all 1500ms ease;
	transition: all 1500ms ease;
}

.picker_close i {
	font-size: 22px;
	margin-top: 9px;
}

.position {
	right: 20px;
	-webkit-transition: all 1500ms ease;
	-moz-transition: all 1500ms ease;
	-ms-transition: all 1500ms ease;
	-o-transition: all 1500ms ease;
	transition: all 1500ms ease;
}

.position .theme-colours {
	display: table;
	border-radius: 100px;
}

.theme-colours, .layouts, .backgrounds, .choose-header, .choose-footer {
	display: none;
	text-align: left;
	padding-top: 0px;
	width: 100%;
	padding: 15px 9px;
	background: #fff;
}
.layouts a, .choose-header a, .choose-footer a {
	display: inline-block;
	text-align: center;
	width: 40%;
	margin: 0 5px 0 0;
	color: #5d5d5d;
	font-size: 15px;
	border: 1px solid #e7e7e7;
	padding: 5px 7px 2px;
}
.layouts a:hover, .choose-header a:hover, .choose-footer a:hover {
	border: 2px solid #a9a9a9;
	padding: 4px 5px 1px
}
.styleswitcher {
	position: fixed;
	width: 120px;
	background: #ffffff;
	color: #595959;
	top: 150px;
	right: -123px;
	z-index: 999;
}
.styleswitcher p {
	color: #000 !important;
}
.styleswitcher.ackapa {
	left: 0;
}
.styleswitcher .switch {
	padding-left: 15px;
	padding-bottom: 10px;
}
.styleswitcher .switch h5 {
	margin-top: 20px;
}
.styleswitcher .switch p {
	margin-top: 10px;
}
.stylebutton {
	cursor: pointer;
	position: absolute;
	text-align: center;
	line-height: 40px;
	background: #fff;
	font-size: 20px;
	width: 40px;
	height: 40px;
	top: 0px;
	right: -40px;
}
.styleswitcher a {
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 7px;
	margin-bottom: 10px;
	position: relative;
	z-index: 99999999;
}

.color-switcher ul li{
	margin:3px;
}

/* ## GOTO Next ********************** */
.goto-next
{
	text-transform: uppercase;
	position: absolute;
	bottom: 70px;
	z-index: 11;
	display: inline-block;
	text-align: center;
	left: 0;
	right: 0;
}
.goto-next a
{
	display: block;
	position: relative;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.arrow {
	position: fixed;
	bottom: -15px;
	height: 14px;
	/* background-image: url("../images/icon/bounsing-aerrow.png");*/
	background-size: contain;
}
.bounce {
	-moz-animation: bounce 5s infinite;
	-webkit-animation: bounce 5s infinite;
	animation: bounce 5s infinite;
}
/* Back to Top */
.back-to-top
{
	width: 60px;
	height: 60px;
	display: none;
	margin: 13px 0;
	color: #fff;
	text-align: center;
	line-height: 60px;
	font-size: 35px;
	bottom: 0;
	right: 20px;
	position: fixed;
	background-color: #f96e05;
	z-index: 9;
}
.back-to-top:hover { color: #ccc; }

/* ## Page Loader ********************** */
/* LOADING */
.load-position .logo {
	margin: 0 auto;
	width: 150px;
}
.load-complete {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1031;
}
.load-complete .logo {
	color: #4C4C4C;
	text-align: center;
	display: block;
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 50px;
}

.load-complete .load-position h6 {
    text-align: center;
    color: #000;
    font-size: 12px;
	font-weight: 400;
	font-style: italic;
}
.load-complete .load-position {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 999;
    right: 0;
    margin-top: -100px;
}
.load-complete .loading {
    position: absolute;
    width: 100%;
    height: 1px;
    margin: 20px auto;
    left: 0;
    right: 0;
}
.load-complete .loading-line {
    position: absolute;
    background: #eee;
    width: 100%;
    height: 2px;
}
.load-complete .loading-break {
    position: absolute;
    background: #059664;
    width: 15px;
    height: 2px;
}
.load-complete .loading-dot-1 {
    -webkit-animation: loading 2s infinite;
    -moz-animation: loading 2s infinite;
    -ms-animation: loading 2s infinite;
    -o-animation: loading 2s infinite;
    animation: loading 2s infinite;
}
.load-complete .loading-dot-2 {
    -webkit-animation: loading 2s 0.5s infinite;
    -moz-animation: loading 2s 0.5s infinite;
    -ms-animation: loading 2s 0.5s infinite;
    -o-animation: loading 2s 0.5s infinite;
    animation: loading 2s 0.5s infinite;
}
.load-complete .loading-dot-3 {
    -webkit-animation: loading 2s 1s infinite;
    -moz-animation: loading 2s 1s infinite;
    -ms-animation: loading 2s 1s infinite;
    -o-animation: loading 2s 1s infinite;
    animation: loading 2s 1s infinite;
}
@keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-moz-keyframes loading {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-webkit-keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-ms-keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-o-keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}

/* ## widget ## */
.widget {
	margin-bottom: 80px;
}

.related-post.widget-title,
.widget .widget-title {
	font-size: 22px;
	font-weight: bold;
	border-bottom: 5px solid #e1e1e1;
	border-left: 5px solid #e1e1e1;
	padding: 10px 0 18px 18px;
	color: #16181e;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	max-width: 270px;
}

/* ## WIdget :: Categories ## */
.widget-categories  {
	padding-right: 80px;
}
.widget-categories ul {
	height: auto;
	padding-left: 20px;
	list-style: none;
}

.widget-categories ul li:before {
	border-left:  2px solid #e1e1e1;
	content: "";
	height: 100%;
	position: absolute;
	left: -4px;
	top: 17px;
}

.widget-categories ul li:last-child:before {
	border: none;
}

.widget-categories ul li a:before,
.widget-tags a:before {
	content: "\f111";
	font-family: 'FontAwesome';
	font-size: 10px;
	color: #e1e1e1;
	margin-right: 9px;
	position: absolute;
	left: -6px;
	top: 5px;
}

.widget-categories ul  li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}

.widget-categories ul li a {
	color: #16181e;
	padding-left: 18px;
	font-weight: 300;
	text-decoration: none;
}

.widget-categories ul li a:hover:before,
.widget-categories ul li a:hover {
	color: #f96e05;
}

/* ## Widget :: Tags ## */
.widget-tags .tags {
	padding-left: 20px;
}

.widget-tags a {
	display: inline-block;	
	padding: 0 15px;
	font-weight: 300;
	color: #16181e;
	position: relative;
	margin-bottom: 20px;
	text-decoration: none;
}
.widget-tags .tags a {
    display: block;
    float: left;
}
.widget-tags a:hover,
.widget-tags a:hover:before {
	color: #f96e05;
}

/* ## Widget :: Latest ## */
.widget-latest .philosophy-box {
	padding-right: 0;
}

.latest-carousel a,
.latest-carousel h4,
.latest-carousel .item p {
	padding-left: 50px;
}

.latest-carousel a {
	color: #059664;
	margin-top: 10px;
}

.latest-carousel h4 { 
	margin-bottom: 0;
	margin-top: 40px;
	font-size: 18px;
	color: #666;
}

.latest-carousel .item p {
	font-weight: 300;
}

.latest-carousel .item p i{
	position: absolute;
	left: 0;
	color: #e1e1e1;
	top: 5px;
	font-size: 30px;
}

.latest-carousel .carousel-indicators {
	bottom: 0;
    display: inline-block;
    left: 0;
    margin: 50px 0 0 0;
    position: relative;
    width: auto;
}

.latest-carousel li {
	border: 3px solid #e1e1e1;
	border-radius: 0;
	margin: 0 5px;
}

.latest-carousel li.active {
	width: 10px;
	height: 10px;
	border-color: #059664;
}

/* ## Widget :: Gallery ## */
.widget-gallery .widget-title {
	margin-top: 40px;
}

.widget-gallery .gallery-inner .col-md-6 {
	padding: 5px;
}

.widget-gallery .gallery-inner {
	display: inline-block;
	margin-top: 12px;
	padding-right: 30px;
}

.widget-gallery .gallery-inner .col-md-6 a {
	overflow: hidden;
	display: inline-block;
	width: 100%;
}

.widget-gallery .gallery-inner .col-md-6 a img,
.widget-gallery .gallery-inner .col-md-6 a:hover img{
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
}

.widget-gallery .gallery-inner .col-md-6 a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/* -- Widget Over -- */
.blur-img-box .col-md-5 img {
	filter: blur(5px) brightness(0.5);
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	box-shadow: none;
	height: 100%;
	width: 100%;
	position: absolute;
}

@keyframes "icon svg" {
	0% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	50% {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-o-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

}

@-moz-keyframes icon {
	0% {
		-moz-transform: scale(1.1);
		transform: scale(1.1);
	}
	50% {
		-moz-transform: scale(0.8);
		transform: scale(0.8);
	}
	100% {
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes "icon" {
	0% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	50% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-ms-keyframes "icon" {
	0% {
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	50% {
		-ms-transform: scale(0.8);
		transform: scale(0.8);
	}
	100% {
		-ms-transform: scale(1);
		transform: scale(1);
	}
}