@import "prettyPhoto.css";
@import "animate.css";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #FFF;
	height: 100%;
	width: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
}
#wrap {
	width: 100%;
	overflow: hidden;
	position: relative;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
p {
	margin: 0 0 10px;
}
label {
	display: block;
}
h1 {
	font-size: 36px;
	color: #656565;
}
h2 {
	font-size: 30px;
	font-weight: normal;
	color: #fff;
	text-align: center;
}
h3 {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
h4 {
	font-size: 20px;
	color: #fff;
	font-weight: 500;
}
h5 {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
}
h6 {
	font-size: 14px;
}
p {
	color: #fff;
	line-height: 25px;
}
a:hover {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
img:hover {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #757575;
}
hr {
	border-color: #ED932E;
	 
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 5px;
}



.drop_menu.drop {
    right: 0;
}
 
.drop_menu {
    background-color: rgb(237, 134, 52);
	opacity:0.8; 
    color: #fff;
    padding: 15px;
    position: fixed;
    right: -40%;
    width: 40%;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    -ms-transition: right 0.3s;
    transition: right 0.3s;
    z-index: 100;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


#login_from{
	    margin-top: -29px;
}

.overlay {
	background: rgba(89,89,89,0.9);
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

header {
	position: absolute;
	width: 100%;
	top: 20px;
	z-index: 999;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
#undefined-sticky-wrapper {
	height: auto !important;
}
header .sticky-wrapper {
	height: auto !important;
}
header .logo {
	float: left;
	line-height: 62px;
}
header nav {
	float: right;
}
header nav li {
	float: left;
	text-transform: uppercase;
	padding: 0px;
	line-height: 62px;
	margin-top: 12px;
	border-radius: 4px;
}
.nav-collapse ul {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	list-style: none;
}
.navbar-default .navbar-nav > li > a {
	padding-left: 0px;
	padding-right: 0px;
	color: #fff;
	padding: 10px 15px;
	color: #fff;
	border-radius: 4px;
}
.nav-collapse li {
	width: 100%;
	display: block;
}
.navbar-default .navbar-nav > li > a:hover {
	background: #25a7b4;
	color: #fff;
}
header .social_icons {
	float: left;
	margin-top: 15px;
	margin-left: 50px;
}
header .social_icons a {
	background: none;
	color: #fff !important;
	margin: 0px;
}
.is-sticky header {
	background: #595959;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
header .active {
	background: #25a7b4;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
header .active a {
	color: #f2333a;
	background-color: transparent;
}

.tittle {
	text-align: center;
	margin-bottom: 50px;
}
.tittle hr {
	margin: 20px auto;
	margin-bottom: 30px;
}
.tittle p {
	font-size: 17px;
	color: #fff;
}
.tittle h3 {
	text-transform: uppercase;
}
.tittle hr {
	border: none;
	border-bottom: 1px solid #fff;
	text-align: left;
	margin: 20px auto;
	width: 120px;
}

section {
	position: relative;
	z-index: 2;
}

.tp-banner-container {
	width: 100%;
	position: relative;
	height: 100%;
	overflow: hidden;
}
#home {
	background: url(../images/home_bg.jpg) center center fixed no-repeat;
	background-size: cover;
	background-size: cover;
	position: relative;
	top: 0px;
	width: 100%;
}
.text {
	position: relative;
	margin: 0 auto;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 10%;
}
.text h2 {
	font-weight: 100;
	margin-bottom: 20px;
}
.text h2 span {
	font-weight: 600;
}
.text .btn {
	margin-left: 20px;
	margin-right: 20px;
}
.iphone {
	text-align: center;
	margin-top: 30px;
	position: relative;
	z-index: 1;
}
.iphone .iphone-left {
	text-align: right;
}
.iphone .iphone-right {
	text-align: left;
}
.iphone div img {
	display: inline-block;
}
.white-bar {
	background: #fff;
	height: 120px;
	position: relative;
	margin-top: -120px;
	padding-top: 120px;
	text-align: center;
}
.white-bar-1 {
	z-index: 1;
}
.app_store {
	background: #fff;
	padding: 20px;
	position: relative;
	margin-top: 0px;
	z-index: 2;
	text-align: center;
}
.app_store li {
	display: inline-block;
	padding: 0 50px;
}
.app_store i {
	color: #8d8d8d;
	line-height: 80px;
	font-size: 50px;
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 99;
}
.carousel, .carousel-inner, .carousel-inner .item {
	height: 940px;
	overflow: hidden;
}
.item {
}
.item:nth-child(1) {
	background: url(../images/home_bg_1.png) no-repeat;
	background-size: cover;
}
.item:nth-child(2) {
	background: url(../images/home_bg_2.png) no-repeat;
	background-size: cover;
}
.item:nth-child(3) {
	background: url(../images/home_bg_3.png) no-repeat;
	background-size: cover;
}
.slider-1 {
	position: relative;
	z-index: 3;
}
.slider-1 .iphone-center {
	position: relative;
	z-index: 9;
}
.slider-2 {
	margin-top: 325px;
	position: relative;
	z-index: 3;
}
.slider-2 img{
	margin-top:0px;
}
.slider-3 {
	margin-top: 110px;
	z-index: 3;
}
.item h4 {
	background: #25a7b4;
	display: inline-block;
	padding: 10px 15px;
	border-radius: 4px;
}
.slider-2 h2 {
	text-align: left;
	margin-top: 30px;
}
.slider-2 .text {
	text-align: left;
	margin-top: 8%;
}
.slider-2 .text p {
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
}
.slider-2 .text .btn {
	margin: 20px 40px 0 0;
}
.slider-3 h2 {
	text-align: left;
	margin-top: 30px;
}
.slider-3 .text {
	text-align: left;
	width: 500px;
	position: relative;
	z-index: 3;
	display: inline-block;
}
.slider-3 .iphone-land {
	float: right;
	margin-top: -280px;
	position: relative;
	z-index: 2;
	margin-bottom: 100px;
}
.slider-3 .text p {
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
}
.slider-3 .text .btn {
	margin: 20px 50px 0 0;
}
.slider-3 .botn {
	float: right;
	display: inline-block;
	margin-top: -245px;
	position: relative;
	z-index: 4;
	margin-bottom: 200px;
}
.bg-colr {
	background: #25a7b4;
	height: 50px;
	width: 100%;
	display: inline-block;
}
/*=======================================================
			FEATURES
========================================================*/
#features {
	padding: 90px 0;
	background: #25a7b4;
}
#features .features {
	padding: 0 12%;
	text-align: center;
}
/*=======================================================
			BUTTON STYLE
========================================================*/
.btn {
	background: #E49455;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	color: #868686;
	text-decoration: none !important;
	font-weight: bold;
	display: inline-block;
	padding: 15px 30px;
	border-radius: 4px;
	margin-top: 30px;
	border: 2px solid #fff;
}
.btn-1 {
	background: none;
	color: #fff;
}
.btn:hover {
	background: #25a7b4;
	color: #fff;
	border-color: #25a7b4;
}
/* Default tab style */


.tabs {
	position: relative;
	width: 100%;
}
/* Nav */
.tabs nav {
	text-align: center;
	margin-top: 60px;
}
.tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tabs nav a span {
	vertical-align: middle;
}
.tabs nav li.tab-current a {
	color: #fff;
}
.tabs nav a:focus {
	outline: none;
}
.tabs nav i {
	font-size: 50px;
	height: 102px;
	width: 102px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	line-height: 102px;
}
.tab-current i {
	background: #fff;
	color: #25a7b4 !important;
}
/* Icons */
.icon::before {
	z-index: 10;
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.content-wrap {
	position: relative;
	min-height: 0;
}
.content-wrap section {
	display: none;
	margin: 0 auto;
	text-align: center;
}
.content-wrap section.content-current {
	display: block;
}
.tabs-style nav a {
	overflow: visible;
	border-top: 1px solid #fff;
	-webkit-transition: color 0.2s;
	padding-top: 60px;
}
.tabs-style nav a span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tabs-style nav li.tab-current a:after, .tabs-style nav li.tab-current a:before {
	position: absolute;
	top: -12px;
	left: 50%;
	width: 0;
	height: 0;
	border: solid transparent;
	content: '';
	pointer-events: none;
}
.tabs-style nav li.tab-current a:after {
	margin-left: -10px;
	border-width: 10px;
	height: 24px;
	width: 24px;
	border-radius: 50%;
	background: #fff;
}
.tabs-style nav li.tab-current a:before {
	margin-left: -11px;
	border-width: 11px;
	height: 24px;
	width: 24px;
	border-radius: 50%;
	background: #fff;
}

#perfect {
	background: #fff;
	text-align: center;
	padding-top: 80px;
}
#perfect h2 {
	color: #8d8d8d;
	font-weight: 600;
}
#perfect h2 span {
	font-weight: 200;
	color: #8d8d8d;
}
#perfect .avaib li {
	display: inline-block;
	padding: 0 50px;
}
#perfect .avaib i {
	color: #d0d0d0;
	line-height: 80px;
	font-size: 35px;
}
#perfect p {
	color: #909090;
}
#perfect .stores {
	background: #595959;
	padding: 60px 0;
	margin-top: 40px;
}
#perfect .stores li {
	text-align: center;
	display: inline-block;
}
.option {
	background: url(../images/option-bg.jpg) fixed top center;
	background-size: cover;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.option h5 {
	margin-bottom: 10px;
}
.option i {
	font-size: 120px;
	color: #fff;
	margin-bottom: 30px;
}
.option .overlay {
	padding: 150px 0;
	position: relative;
}
.option p {
	color: #fff !important;
}

#screen {
	padding: 80px 0;
	padding-bottom: 120px;
	background: #fff;
}
#screen .tittle {
}
#screen .tittle h3 {
	color: #9b9b9b;
}
#screen .tittle p {
	color: #9b9b9b;
}
#screen .tittle hr {
	border-color: #9b9b9b;
}
#screen .owl-item {
	padding: 0 5px;
}
.img {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
}
.over {
	display: block;
	position: absolute;
	z-index: 20;
	text-align: center;
	background: rgba(37, 167, 180, 0.8);
	overflow: hidden;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.expand {
	display: block;
	position: absolute;
	z-index: 100;
	text-align: center;
	color: #fff;
	font-size: 60px;
}
.over {
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0;
}
.img img {
	width: 100%;
}
.over a.expand {
	left: 0;
	right: 0;
	top: 25%;
	margin: 0 auto -30px auto;
}
.over a.expand:hover {
	color: #fff;
}
.des {
	position: absolute;
	width: 100%;
	left: 0px;
	right: 0px;
	top: 60%;
}
.img.hover .over {
	height: 100%;
}
#screen .owl-prev {
	right: 50px;
	margin-top: 25px;
	padding-right: 2px;
}
#screen .owl-next {
	left: 50px;
	margin-top: 25px;
	padding-left: 2px;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
	display: inline-block;
	height: 30px;
	width: 30px;
	text-align: center;
	border: 1px solid #25a7b4;
	background: #fff;
	text-align: center;
	line-height: 27px;
	color: #25a7b4;
	border-radius: 50px;
	font-size: 18px;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	position: absolute;
}
#screen #owl-screen span {
	background: #000;
}

#app {
	background: url(../images/app-bg.jpg) fixed top center no-repeat;
	background-size: cover;
	text-align: left;
	position: relative;
	overflow: hidden;
}
#app .overlay {
	padding: 80px 0;
}
#app .tittle {
	margin-bottom: 70px;
}
#app .tittle h3 {
	color: #fff;
}
#app .tittle p {
	color: #fff;
}
#app .tittle hr {
	border-color: #fff;
}
#app ul {
	margin-bottom: 50px;
}
#app li i {
	color: #fff;
	font-size: 50px;
	line-height: 100px;
	width: 100%;
	text-align: center;
}
#app li h5 {
	margin-bottom: 30px;
}
.canter-img {
	text-align: center;
}
#app .canter-img img {
	display: inline-block !important;
	margin-top: 0px;
	text-align: center;
}

#pricing {
	background: url(../images/table-bg.jpg) top center no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
#pricing .overlay {
	padding: 80px 0;
	padding-bottom: 60px;
	background: rgba(255,255,255,0.9);
}
#pricing .tittle {
	margin-bottom: 70px;
}
#pricing .tittle h3 {
	color: #2c2c2c;
}
#pricing .tittle p {
	color: #2c2c2c;
}
#pricing .tittle hr {
	border-color: #2c2c2c;
}
#pricing ul li {
	position: relative;
	height: auto;
	overflow: hidden;
	text-align: center;
	position: relative;
	z-index: 9;
	height: 653px;
}
#pricing ul li .price-info {
	background: #2c2c2c;
	padding: 0px;
	padding-top: 100px;
	display: inline-block;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 9;
}
#pricing ul li p {
	color: #7b7b7b;
	border-bottom: 1px solid #353535;
	line-height: 52px;
	margin: 0px;
	font-size: 15px;
	margin: 0 10px;
}
#pricing ul li .price {
	padding: 50px 0;
	background: #25a7b4;
	display: inline-block;
	position: relative;
	width: 100%;
	z-index: 8;
}
#pricing ul li .price span {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	display: inline-block;
}
#pricing ul li .price span.amount {
	font-size: 60px;
}
#pricing ul li .price small {
	font-size: 30px;
	display: inline-block;
}
#pricing ul li .price p {
	color: #fff;
	border: none;
}
#pricing ul li a {
	height: 65px;
	line-height: 65px;
	font-weight: bold;
	display: inline-block;
	width: 100%;
	float: left;
	font-size: 18px;
	position: relative;
	margin-top: -65px;
	color: #6c6c6c;
	text-decoration: none;
}
#pricing ul li a:hover {
	color: #fff;
}
#pricing ul li:nth-child(2) .price {
	background: #2ecc71;
}
#pricing ul li:nth-child(3) .price {
	background: #e67e22;
}
#pricing ul li:nth-child(4) .price {
	background: #c0392b;
}
#pricing ul li .price-info:hover {
	padding-top: 35px;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	padding-bottom: 0px;
}
#pricing ul li:hover a {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	margin-top: 0px;
}

#testi {
	background: url(../images/testi-bg.jpg) top center no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
	text-align: center;
}
#testi .overlay {
	padding: 60px 0;
	padding-bottom: 0px;
	background: rgba(37,167,180,0.9);
}
#testi .testi {
	margin-top: 100px;
	position: relative;
	z-index: 2;
}
#testi p {
	font-size: 24px;
	font-weight: 300;
}
#testi h3 {
	margin-top: 30px;
	margin-bottom: 60px;
}
#testi .owl-pagination {
	position: absolute;
	top: 30px;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	width: 100%;
}
#owl-testi {
	z-index: 3;
}
#testi .owl-page {
	height: 22px;
	position: relative;
	width: 22px;
	margin: 0 5px;
	background: #25a7b4;
	border: 3px solid #fff;
	display: inline-block;
}
#testi .owl-page.active {
	background: #fff;
}
.botm-color {
	height: 117px;
	background: #25a7b4;
	width: 100%;
	display: inline-block;
	margin-top: -117px;
	position: relative;
	float: left;
	z-index: 1;
}

#team {
	background: #25a7b4;
	padding: 50px 0;
}
#team .team {
	background: #fff;
}
#team .team {
}
#team .team h4 {
	color: #9b9b9b;
}
#team .team .over {
	background: rgba(255,255,255,0.8);
	padding: 0 20px;
}
#team .team .des {
	padding: 0 20px;
	top: 10%;
}
#team .team .des i {
	height: 120px;
	width: 120px;
	line-height: 120px;
	font-size: 60px;
	background: #25a7b4;
	border-radius: 50%;
	color: #fff;
	margin-bottom: 50px;
}
#team .team p {
	color: #656565;
}
#team .team .info {
	padding: 20px 10px;
	display: inline-block;
	width: 100%;
	text-align: center
}
#team .team hr {
	border-color: #ccc;
}
#team .owl-item {
	padding: 0 10px;
}
#team .owl-controls {
	position: absolute;
	top: -80px;
	width: 100%;
}
#team .owl-buttons div {
	height: 37px;
	width: 37px;
	line-height: 32px;
	left: inherit;
	right: inherit;
	background: none;
	border: 3px solid #fff;
	color: #fff;
}
#team .owl-prev {
	left: 10px;
}
#team .owl-next {
	right: 10px !important;
	left: inherit;
}

#news {
	background: url(../images/news-bg.jpg) fixed center center no-repeat;
	background-size: cover;
}
#news .overlay {
	padding-top: 60px;
}
#news .form-group {
	margin-top: 40px;
}
#news input {
	width: 100%;
	background: #fff;
	height: 63px;
	line-height: 63px;
	border: none;
	border: 1px solid #bcbcbc;
	color: #bcbcbc !important;
}
#news .input-news {
	width: 50%;
	margin: 0 auto;
	position: relative;
	z-index: 9;
}
#news input[name="submit"] {
	background: #25a7b4;
	border-radius: 4px;
	width: 124px;
	height: 45px;
	float: right;
	margin-top: -54px;
	margin-right: 10px;
	color: #fff !important;
	line-height: 36px;
	font-weight: bold;
}
.clients {
	background: #fff;
	position: relative;
	padding-top: 45px;
	margin-top: -45px;
	position: relative;
	z-index: 2;
}
.clients ul {
	margin: 50px 0;
}

#contact {
	background: url(../images/home_bg2.jpg) no-repeat;
	background-size: cover;
}
#contact .overlay {
	padding: 150px 0;
}


.social_icons {
}
.social_icons ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.social_icons li {
	display: inline-block;
	list-style-type: none;
}
.social_icons a {
	display: block;
	width: 35px;
	height: 35px;
	margin: 0;
	font-size: 18px;
	line-height: 35px !important;
	text-decoration: none;
	text-align: center;
	color: #919191 !important;
	background: #fff;
	border-radius: 4px;
}
.social_icons a:hover i {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	color: #fff;
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-webkit-transition: 0.4s ease-in-out;
}
.social_icons .behance a:hover {
	color: #fff;
	background-color: #2b9ad2;
	border-color: #2b9ad2;
}
.social_icons .blogger a:hover {
	color: #fff;
	background-color: #ff6500;
	border-color: #ff6500;
}
.social_icons .deviantart a:hover {
	color: #fff;
	background-color: #536659;
	border-color: #536659;
}
.social_icons .dribbble a:hover {
	color: #fff;
	background-color: #f973a4;
	border-color: #f973a4;
}
.social_icons .facebook a:hover {
	color: #fff;
	background-color: #3b5a9b;
	border-color: #3b5a9b;
}
.social_icons .flickr a:hover {
	color: #fff;
	background-color: #ff0084;
	border-color: #ff0084;
}
.social_icons .forrst a:hover {
	color: #fff;
	background-color: #2f713d;
	border-color: #2f713d;
}
.social_icons .googleplus a:hover {
	color: #fff;
	background-color: #f63d26;
	border-color: #f63d26;
}
.social_icons .instagram a:hover {
	color: #fff;
	background-color: #507ea4;
	border-color: #507ea4;
}
.social_icons .lastfm a:hover {
	color: #fff;
	background-color: #da0019;
	border-color: #da0019;
}
.social_icons .linkedin a:hover {
	color: #fff;
	background-color: #0072b2;
	border-color: #0072b2;
}
.social_icons .paypal a:hover {
	color: #fff;
	background-color: #165c82;
	border-color: #165c82;
}
.social_icons .picasa a:hover {
	color: #fff;
	background-color: #cb2027;
	border-color: #cb2027;
}
.social_icons .pinterest a:hover {
	color: #fff;
	background-color: #cb2027;
	border-color: #cb2027;
}
.social_icons .skype a:hover {
	color: #fff;
	background-color: #00aaf1;
	border-color: #00aaf1;
}
.social_icons .soundcloud a:hover {
	color: #fff;
	background-color: #ff6900;
	border-color: #ff6900;
}
.social_icons .stumbleupon a:hover {
	color: #fff;
	background-color: #eb4823;
	border-color: #eb4823;
}
.social_icons .twitter a:hover {
	color: #fff;
	background-color: #2baae1;
	border-color: #2baae1;
}
.social_icons .vimeo a:hover {
	color: #fff;
	background-color: #40b2dc;
	border-color: #40b2dc;
}
.social_icons .youtube a:hover {
	color: #fff;
	background-color: #ff3330;
	border-color: #ff3330;
}

#contact {
	background: url(../images/home_bg2.jpg) no-repeat;
	background-size: cover;
}
#contact .overlay {
	padding: 150px 0;
	padding-bottom: 80px;
}
#contact .social_icons a {
	display: block;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	line-height: 56px !important;
	margin: 0 10px;
}
#contact .con-info {
	margin-top: 50px;
}
#contact .con-info i {
	color: #fff;
	font-size: 50px;
	margin-bottom: 25px;
}
#contact .con-info p {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
}
#contact .con-info h4 {
	margin-bottom: 20px;
}
#contact label, input[name="submit"] {
	position: relative;
}
#contact label > span, input, textarea, button {
	box-sizing: border-box;
}
#contact label {
	font-weight: normal;
	width: 100%;
	color: #696969;
	display: inline-block;
	width: 100%;
}
#contact label > span {
	display: none;
}
#contact input, textarea, button {
	width: 100%;
	border: none;
}
#contact input[type="text"], input[type="email"], textarea {
	margin: 0;
	outline: none;
	height: 38px;
	line-height: 38px;
	width: 100%;
	padding: 0 10px;
	margin-top: 5px;
	margin-bottom: 0px;
}
#contact input.invalid, textarea.invalid {
	border-color: #d5144d;
}
#contact textarea {
	height: 4em;
	width: 100%;
	resize: none;
	padding: 0 10px;
}
#contact input[type="submit"] {
	background: #2e2e2e;
	color: #fff;
	font-size: 13px;
	width: auto;
	margin: 0 auto;
	margin-top: 20px;
	text-transform: uppercase;
	height: 47px;
	font-weight: bold;
	line-height: 47px;
	padding: 0 30px;
}
#contact button {
	background: #2e2e2e;
	color: #fff;
	font-size: 13px;
	width: auto;
	margin: 0 auto;
	margin-top: -28px;
	text-transform: uppercase;
	height: 47px;
	font-weight: bold;
	line-height: 47px;
	display: inline-block;
}
#contact input[type="submit"]:hover, button:hover {
	background: #25a7b4;
}
#contact .form-group {
	width: 100%;
}
.rights {
	background: #fff;
	height: 64px;
	line-height: 64px;
	overflow: hidden;
	position: relative;
}
.rights p {
	margin: 0px;
	color: #000;
	line-height: 64px;
}

#theme_color {
	top: 365px;
}
.theme-style p {
	font-size: 12px;
	color: #666;
}
.theme_sw {
	width: 180px;
	position: fixed;
	left: -180px;
	top: 150px;
	z-index: 999;
	padding: 0px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border-bottom-right-radius: 4px;
}
.color-switcher {
	width: 180px;
	position: fixed;
	left: -180px;
	top: 150px;
	z-index: 999;
	padding: 0px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border-bottom-right-radius: 4px;
}
.color-switcher h5 {
	font-size: 15px;
	margin-top: 0;
	padding: 0 20px 0;
}
.color-switcher p {
	font-size: 12px;
	color: #595959;
	margin-bottom: 0;
	background: #fff;
	height: 40px;
	text-align: center;
	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: 45px;
	height: 45px;
	outline: none;
	text-align: center;
	line-height: 45px;
	font-size: 24px;
	color: #fff;
}
.color-switcher ul li a.blue {
	background: #0090d2;
}
.color-switcher ul li a.green {
	background: #00aa6b;
}
.color-switcher ul li a.red {
	background: #f55354;
}
.color-switcher ul li a.yellow {
	background: #e7c33c;
}
.color-switcher ul li a.brown {
	background: #987654;
}
.color-switcher ul li a.cyan {
	background: #0097a6;
}
.color-switcher ul li a.orange {
	background: #ed8634;
}
.color-switcher ul li a.purple {
	background: #861dc1;
}
.color-switcher ul li a.sky-blue {
	background: #00cdcd;
}
.color-switcher .gray {
	background: rgb(126, 139, 140);
}
.color-switcher .black {
	background: rgb(0, 0, 0);
}
.color-switcher .white {
	background: rgb(255, 255, 255);
}
.picker {
	width: 40px;
	height: 40px;
	position: absolute;
	right: -40px;
	top: 0px;
	text-align: center;
	background: #fff;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.picker i {
	font-size: 22px;
	margin-top: 9px;
}
.picker_close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: -40px;
	top: 0px;
	text-align: center;
	background: #fff;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.picker_close i {
	font-size: 22px;
	margin-top: 9px;
}
.position {
	left: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.pos-two {
	left: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.theme-style {
	background: #fff;
	width: 100%;
	min-height: 100px;
	padding: 20px;
	padding-right: 0px;
}
.theme-style {
	text-align: left;
	font-weight: bold;
	font-size: 18px;
}
.theme-style a {
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	line-height: 30px;
	text-decoration: none;
}
.theme-style i {
	padding: 0 10px;
	color: #25a7b4;
	font-size: 18px;
}
.theme-colours, .layouts, .backgrounds, .choose-header, .choose-footer {
	display: table;
	text-align: left;
	padding-top: 0px;
	width: 100%;
}
.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;
	left: -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;
}
