header {
	position: fixed;
	top: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 99999
}
.navigation {
	display: none;
	position: fixed;
	top: 118px;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 9999;
	background: #422845;
	color: #a1a1a3
}
#mylogo {
	margin: 40px auto 15px;
	text-align: center;
	max-width: 350px;
	max-height: 150px
}
#mybaseline {
	margin: 0 auto 50px;
	text-align: center
}
#mybaseline h1 {
	color: #fff;
	font-size: 20px;
	line-height: normal
}
.myformtitle {
	font-size: 32px;
	text-align:center;
	margin: 0 15px 15px 15px;
	color:#404040
}
.mycenter {
	text-align: center
}

#homebg {
	background: #1a1f22 url("../medias/homebg.jpg") no-repeat center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	height: 100%;
	clear: both;
}
.mytintrobloc {
	display: table;
	margin-top: 330px;
	padding-top:20px;
	background-color: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    color: #1c1b1e;
}
.mytintrobloc p {
	font-size:20px;
	line-height:30px;
	margin-bottom:40px;
}
#home h3 {
	font-size: 40px;
	line-height: 60px
}
.myfullline {
	width: 100%;
	display: block;
	margin: auto;
	clear: both;
	padding-left: 15px;
	padding-right: 15px
}
.myfullline p {
	font-size: 18px
}

.imgaffinite {
	float:left;
	margin: 0 20px 20px 0;
}
.blocaffinite {
	width: 100%;
	display: table;
	clear: both;
	margin-bottom: 40px;
	border: 5px solid #FFF;
	border-radius: 10px;
	padding: 30px;
}
.blocaffinite a {
	color:#FFF;
}
.blocaffinite a:hover {
	color:#111213;
}
.blocaffinite a:focus {
	color:#111213;
}

body {
  margin: 0;
  padding: 0;
  background: #ccc;
}
 
.nav ul {
  list-style: none;
  background-color: #422845;
  text-align: center;
  padding: 0;
  margin: 0;
}
.nav li {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2em;
}
 
.nav a {
  text-decoration: none;
  color: #fff;
  display: block;
  transition: .3s background-color;
  padding: 15px;
}
 
.nav a:hover {
  background-color: #282828;
  color:#fff;
}
 
.nav a.active {
  background-color: #fff;
  color: #444;
  cursor: default;
}
 
@media screen and (min-width: 600px) {
  .nav li {
    width: auto;
    border-bottom: none;
    font-size: 1.2em;
  }
 
  /* Option 1 - Display Inline */
  .nav li {
    display: inline-block;
    margin-right: -4px;
  }
 
  /* Options 2 - Float
  .nav li {
    float: left;
  }
  .nav ul {
    overflow: auto;
    width: 600px;
    margin: 0 auto;
  }
  .nav {
    background-color: #444;
  }
  */
}




.scrolltop ul {
	margin: 0;
	padding: 0
}
.scrolltop ul li {
	list-style: none;
	margin: 0;
	padding: 0
}
.home-centered {
	padding: 60px 0 140px
}
.home-list {
	margin: 0 0 40px;
	padding: 0
}
.home-list li {
	list-style: none;
	margin: 20px 0;
	padding: 0
}
.home-list li h5 {
	margin-bottom: 5px
}
.home-list li i {
	float: left;
	width: 64px;
	height: 64px;
	border: 3px solid #fff;
	border-radius: 50%;
	text-align: center;
	font-size: 36px;
	line-height: 58px;
	margin: 0 20px 20px 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
}
.home-list li:hover i {
	background: #fff
}
.slider-wrapper {
	position: absolute;
	z-index: 5;
	width: 335px;
	top: 56px;
	left: 35px
}
#form-wrapper {
	float: left;
	color: #1c1b1e;
	font-size: 14px;
	text-align: left;
	max-width: 510px;
	position: relative;
	margin: 0 0 60px;
	padding: 25px 20px 20px;
	border-radius: 4px;
	background-color: rgba(255,255,255,.5);
	display: table
}
#form-wrapper-bottom {
	float: left;
	color: #1c1b1e;
	font-size: 14px;
	text-align: center;
	width: 100%;
	position: relative;
	margin: 0 0 60px;
	padding: 25px 20px 20px;
	border-radius: 4px;
	background: #fff;
	display: table
}
.clinioshadow {
	-moz-box-shadow: 0 0 10px red;
	-webkit-box-shadow: 0 0 10px red;
	box-shadow: 0 0 10px red
}
#form-wrapper h4 {
	border-bottom: 1px solid #6c6c6c;
	padding-bottom: 20px;
	margin-bottom: 30px
}
#form-wrapper .form-control:-moz-placeholder, #form-wrapper .form-control::-moz-placeholder, #form-wrapper .form-control:-ms-input-placeholder, #form-wrapper .form-control::-webkit-input-placeholder {
color:#1c1b1e
}
#form-wrapper .form-control {
	height: 45px;
	border-radius: 40px;
	border: 1px solid #7e7e7e;
	color: #161616;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
#form-wrapper .form-control:focus {
	border: 1px solid
}
img {
	height: auto;
	max-width: 100%
}
.taber-head {
	background: #282828
}
.taber-head .nav-tabs {
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	height: 100%;
	display: table
}
.taber-head .nav-tabs li {
	margin: 0;
	padding: 0;
	border-radius: 0;
	border: none;
	width: 33.33333333333333%;
	display: table;
	height: 100%
}
.taber-head .nav-tabs li a {
	border-radius: 0;
	border: none;
	color: #282828;
	padding: 40px 30px;
	margin: 0;
	display: table;
	width: 100%;
	height: 100%
}
.taber-head .nav-tabs li a h4 {
	color: #fff;
	margin-bottom: 10px
}
.taber-head .nav-tabs li a p {
	margin-bottom: 0;
	color: #fff
}
.taber-head .nav-tabs li.active a {
	background: #282828;
	color: #fff;
	border-radius: 0;
	border: none;
	margin: 0;
	display: table
}
.taber-head .nav-tabs li a:hover, .taber-head .nav-tabs li.active a:hover {
	background: #1E2427;
	color: #fff
}
.tab-pane {
	padding: 60px 0 40px;
	position: relative
}
.img-main-tab {
	max-width: 100%;
	height: auto;
	display: inline-block
}
.mydeskform {
	display: block;
	visibility: visible;
	margin: auto;
	max-width: 450px
}
span.tab-sparator {
	width: 40px;
	height: 20px;
	position: absolute;
	z-index: 99;
	overflow: hidden;
	bottom: 0;
	left: 60px;
	display: none
}
.taber-head .nav-tabs li.active span.tab-sparator {
	display: block
}
#page-heading {
	padding: 100px 0 30px
}
#page-heading h4 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 10px
}
#page-heading p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px
}
.inner-wrapper {
	color: #1c1b1e;
	background: #fff;
	padding: 60px 30px 40px
}
#features {
	padding: 80px 0 60px 0;
	background: #1a1f22;
}
.feature-wrapper {
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0
}
.feature-wrapper h4 {
	margin-bottom: 10px
}
.feature-box {
	border: 5px solid #fff;
	border-radius: 10px;
	padding: 40px 40px 20px 100px;
	width: 83.33333333333334%;
	margin-left: 8.333333333333332%;
	background: #422845
}
.feature-icon {
	position: absolute;
	background: #422845;
	border: 5px solid #fff;
	border-radius: 50%;
	width: 160px;
	height: 160px;
	line-height: 154px;
	font-size: 86px;
	text-align: center;
	-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
}
.feature-wrapper.on-left {
	padding: 60px 0 100px
}
.feature-wrapper.on-left .feature-box {
	padding: 40px 40px 20px 100px
}
.feature-wrapper.on-left .feature-icon {
	top: 0;
	left: 0
}
.feature-wrapper.on-right {
	padding: 60px 0 100px
}
.feature-wrapper.on-right .feature-box {
	padding: 40px 100px 20px 40px
}
.feature-wrapper.on-right .feature-icon {
	top: 0;
	right: 0
}
.feature-wrapper.on-left.last-feature, .feature-wrapper.on-right.last-feature {
	background: 0 0;
	padding: 60px 0 0
}
.feature-wrapper:hover .feature-icon {
	background: #fff
}
#gallery {
	float: left;
	width: 100%;
	text-align: center;
	padding: 60px 0 30px
}
.portfolio-categ {
	float: left;
	width: 100%;
	text-align: center;
	margin: 0 0 60px;
	padding: 0
}
.portfolio-categ li {
	display: inline-block;
	list-style: none;
	margin: 0 -4px 0 0;
	padding: 0
}
.portfolio-categ li a {
	display: block;
	padding: 20px 30px;
	margin: 0;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	border: 3px solid #fff;
	border-right: none
}
.portfolio-categ li.first a {
	border-radius: 8px 0 0 8px
}
.portfolio-categ li.last a {
	border-right: 3px solid #fff;
	border-radius: 0 8px 8px 0
}
.portfolio-categ li a:hover, .portfolio-categ li.active a, .portfolio-categ li.active a:hover {
	text-decoration: none;
	background: #fff;
	color: #1c1b1e;
	margin: 0
}
.portfolio-area li {
	float: left;
	list-style: none;
	margin: 0 15px 30px;
	overflow: hidden;
	width: 205px;
	min-height: 280px;
	padding: 10px;
	background: #fff;
	border-radius: 5px
}
.img-gallery {
	display: block;
	width: 100%;
	height: auto
}
.img-block {
	position: relative
}
.img-caption {
	position: absolute;
	background: rgba(51,38,71,.95);
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	z-index: 99
}
.img-caption .zoom {
	position: absolute;
	display: inline-block;
	color: #fff;
	width: 65px;
	height: 65px;
	border: 5px solid #fff;
	border-radius: 50%;
	font-size: 28px;
	line-height: 50px;
	left: 50%;
	top: -50%;
	margin-left: -32.5px;
	margin-top: -32.5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: .5
}
.img-caption .zoom:focus, .img-caption .zoom:hover {
	text-decoration: none;
	color: #fff;
	opacity: 1
}
.img-description {
	display: block;
	margin-top: 20px;
	text-align: left
}
.img-description h5 {
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	text-transform: none;
	color: #1c1b1e;
	margin-bottom: 10px
}
.img-description h5 a {
	color: #1c1b1e
}
a.meta-post {
	display: inline-block;
	color: #97949a;
	margin: 0 10px 10px 0
}
a.meta-post i {
	margin-right: 5px
}
a.meta-post:hover {
	text-decoration: none
}
#testimoni {
	background: url(../medias/testimoni/bg.jpg) no-repeat scroll center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 60px 0 30px
}
.testimoni-wrapper {
	width: 90%;
	position: relative;
	background: #fff;
	border-radius: 5px;
	color: #1c1b1e;
	margin-bottom: 30px
}
.testimoni-avatar {
	position: absolute;
	width: 140px;
	height: 140px;
	background: #fff;
	padding: 10px;
	border-radius: 50%;
	top: 50%;
	margin-top: -70px
}
.testimoni-avatar img {
	border-radius: 50%
}
.testimoni-wrapper.on-left {
	float: right;
	text-align: right;
	margin-right: 10%;
	padding: 25px 100px 25px 20px
}
.testimoni-wrapper.on-left .testimoni-avatar {
	right: -60px
}
.testimoni-wrapper.on-right blockquote {
	background: url(../medias/quote-r.png) no-repeat 100% 0;
	padding-right: 20px;
	padding-left: 0
}
.testimoni-wrapper.on-right {
	float: left;
	text-align: left;
	margin-left: 10%;
	padding: 25px 20px 25px 100px
}
.testimoni-wrapper.on-right .testimoni-avatar {
	left: -60px
}
#blog {
	padding: 60px 0
}
.list_carousel {
	width: auto;
	margin: 0;
	text-align: center
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block
}
.list_carousel li {
	border-radius: 5px;
	color: #1c1b1e;
	text-align: left;
	background-color: #fff;
	padding: 30px 20px 10px;
	margin: 0 15px;
	display: block;
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
.clearfix {
	float: none;
	clear: both
}
.next, .next:active, .next:focus, .prev, .prev:active, .prev:focus {
	display: inline-block;
	color: #fff;
	font-size: 38px;
	line-height: 38px;
	margin: 0 10px 30px
}
.next:hover, .prev:hover {
	color: #1c1b1e
}
.article-head, .article-post {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0
}
.article-head h5 {
	margin-bottom: 10px
}
.article-head h5 a {
	color: #1c1b1e
}
article {
	background: url(../medias/divider.png) repeat-x bottom left;
	display: block;
	margin-bottom: 40px;
	padding-bottom: 20px
}
article .article-head {
	width: 100%;
	display: block;
	position: relative;
	margin-bottom: 30px
}
article .article-head h4 {
	margin-bottom: 10px
}
article .article-head h4 a {
	color: #1c1b1e
}
article .img-responsive {
	margin-bottom: 30px
}
.comment-wrapper {
	background: url(../medias/divider.png) repeat-x bottom left;
	position: relative;
	color: #2c323a;
	float: left;
	width: 100%;
	padding: 0 0 50px;
	margin: 0 0 40px
}
.media-wrapper .media {
	background: #fff;
	position: relative;
	margin: 0 0 30px;
	padding: 30px 30px 10px;
	border: 1px solid #828384;
	border-radius: 5px
}
.media-wrapper .media .media {
	margin: 0 0 20px
}
.media-wrapper .media label {
	color: #2c323a
}
.media-body {
	margin: 0;
	padding: 0
}
.media-heading {
	font-size: 18px;
	width: 100%;
	margin: 0 0 10px
}
.media-heading h6 {
	color: #2c323a;
	margin: 0
}
.media-heading h6 a {
	color: #2c323a
}
.media-avatar {
	float: left;
	text-align: center;
	width: 50px;
	margin: 0 20px 20px 0;
	padding: 0
}
.pager li a:hover {
	color: #fff;
	border: 1px solid
}
aside {
	float: left;
	width: 100%;
	background: url(../medias/aside-line.png) repeat-y;
	padding-left: 30px
}
aside .widget {
	margin-bottom: 10px;
	float: left;
	width: 100%
}
aside h4 {
	border-bottom: 1px solid #828384;
	padding-bottom: 10px;
	position: relative
}
aside h4 span {
	position: absolute;
	width: 80px;
	height: 2px;
	display: block;
	overflow: hidden;
	text-indent: -9999;
	bottom: -1px;
	left: 0
}
aside ul.link-list {
	display: block;
	margin: 0 0 20px;
	padding: 0
}
aside ul.link-list li {
	display: block;
	list-style: none;
	border-bottom: 1px dashed #d3d3d3;
	width: 100%;
	margin: 0;
	padding: 0
}
aside ul.link-list li a {
	display: block;
	color: #131313;
	padding: 8px 0
}
aside ul.recent {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0
}
aside ul.recent li {
	float: left;
	width: 100%;
	display: block;
	list-style: none;
	border-bottom: 1px dashed #d3d3d3;
	margin: 0 0 20px;
	padding: 0
}
aside ul.recent li h6 {
	margin-bottom: 10px
}
aside ul.recent li h6 a {
	color: #1c1b1e
}
aside ul.last-project {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0
}
aside ul.last-project li {
	background: #828384;
	float: left;
	width: 80px;
	list-style: none;
	margin: 0 20px 20px 0;
	padding: 0
}
aside ul.last-project li a:hover img {
	opacity: .8
}
#download {
	padding: 60px 0 30px;
	background: #282828
}
.pricing-box {
	background-image: url(../medias/dark-trans.png);
	background-position: 0 0;
	background-repeat: repeat;
	float: left;
	width: 45%;
	padding: 0 0 10px;
	margin-bottom: 30px;
	margin-top: 30px;
	border-radius: 5px 0 0 5px;
	overflow: hidden
}
.pricing-box.featured {
	background-image: none;
	width: 55%;
	border-radius: 5px;
	margin-top: 0
}
.pricing-box h4 {
	background: url(../medias/white-trans.png);
	padding: 20px;
	text-align: center
}
.pricing-contain {
	padding: 0 30px
}
.pricing-contain ul {
	margin-bottom: 20px
}
.pricing-contain ul li {
	padding: 2px 0
}
.pricing-contain h5 {
	text-transform: none;
	margin-bottom: 10px
}
#intro {
	padding: 80px 0 60px;
	background-color:#422845;
}
#about {
	padding: 80px 0 60px;
	background-color:#422845;
	color: white;
}

ul.listForm {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none
}
.h3centerd {
	text-align:center;
	padding-top:50px;
	}
.h4centerd {
	text-align:center;
	padding-top:30px;
	}
ul.listForm li {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 20px;
	list-style: none
}
.btn-submit, .btn-submit:focus {
	background: 0 0;
	border-radius: 40px;
	font-weight: 700;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border: 5px solid #fff;
	font-size: 24px;
	line-height: 36px;
	padding: 10px 35px 15px
}
.btn-submit:hover {
	color: #1c1b1e;
	background: #fff
}
#sendmessage {
	display: none
}
#sendmessage.show, .show {
	display: block
}
footer {
	padding: 55px 0 40px;
	background: #fff;
	text-align: center;
	color: #5e666d;
	font-size:18px;
}
footer a {
	font-size:18px;
}
.social-network {
	display: inline-block;
	width: 70px;
	height: 70px;
	background: 0 0;
	border: 5px solid #5e666d;
	border-radius: 50%;
	color: #5e666d;
	font-size: 34px;
	line-height: 56px;
	font-weight: 700;
	margin: 0 10px 30px
}
.social-network:active, .social-network:focus, .social-network:hover {
	outline: 0;
	text-transform: uppercase
}
.copyright {
	margin: 0
}
.intro {
	font-size: 18px
}
.heading {
	background: url(../medias/heading-line.png) no-repeat bottom left;
	font-size: 54px;
	line-height: 64px;
	padding-bottom: 40px;
	margin-bottom: 40px
}
.heading.centerd {
	background: url(../medias/heading-line.png) no-repeat bottom center;
	text-align: center
}
.centerd {
	text-align: center
}
.feature-box a, .feature-box a:hover, .feature-box a:active, .feature-box a:focus {
	color:#fff;
	text-decoration:underline;
}
.actus a, .actus a:hover, .actus a:active, .actus a:focus {
	color:#fff;
	text-decoration:underline;
}
.fa-round {
	border-radius: 50%
}
.fa-round.fa-5x {
	width: 140px;
	height: 140px;
	line-height: 100px
}
.fa-center {
	margin-bottom: 20px
}
#toTop {
	display: none;
	text-decoration: none;
	z-index: 600;
	position: fixed;
	bottom: 20px;
	right: 20px;
	overflow: hidden;
	width: 45px;
	height: 45px;
	border: none;
	text-indent: -999px;
	background-image: url(../medias/ui.totop.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #111213;
	border-bottom: 3px solid #0d0d0f;
	border-radius: 5px
}
#toTopHover {
	background-image: url(../medias/ui.totop.png);
	background-repeat: no-repeat;
	background-position: left -45px;
	background-color: #303d4d;
	border-bottom: 3px solid #27313d;
	width: 45px;
	height: 45px;
	display: block;
	overflow: hidden;
	float: left;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0)
}
#toTop:active, #toTop:focus {
	outline: 0
}
.margin-clear {
	margin: 0
}
.padding-clear {
	padding: 0
}
.margintop-clear {
	margin-top: 0
}
.paddingtop-clear {
	padding-top: 0
}
.marginbot-clear {
	margin-bottom: 0
}
.paddingbot-clear {
	padding-bottom: 0
}
.marginbot-min40 {
	margin-bottom: -40px
}
.margintop-min15 {
	margin-top: -15px
}
.margintop5 {
	margin-top: 5px
}
.margintop10 {
	margin-top: 10px
}
.margintop15 {
	margin-top: 15px
}
.margintop20 {
	margin-top: 20px
}
.margintop25 {
	margin-top: 25px
}
.margintop30 {
	margin-top: 30px
}
.margintop35 {
	margin-top: 35px
}
.margintop40 {
	margin-top: 40px
}
.margintop45 {
	margin-top: 45px
}
.margintop50 {
	margin-top: 50px
}
.margintop55 {
	margin-top: 55px
}
.margintop60 {
	margin-top: 60px
}
.margintop80 {
	margin-top: 80px
}
.marginbot5 {
	margin-bottom: 5px
}
.marginbot10 {
	margin-bottom: 10px
}
.marginbot15 {
	margin-bottom: 15px
}
.marginbot20 {
	margin-bottom: 20px
}
.marginbot25 {
	margin-bottom: 25px
}
.marginbot30 {
	margin-bottom: 30px
}
.marginbot35 {
	margin-bottom: 35px
}
.marginbot40 {
	margin-bottom: 40px
}
.marginbot45 {
	margin-bottom: 45px
}
.marginbot50 {
	margin-bottom: 50px
}
.marginbot55 {
	margin-bottom: 55px
}
.marginbot60 {
	margin-bottom: 60px
}
.marginbot80 {
	margin-bottom: 80px
}
.marginleft5 {
	margin-left: 1px
}
.marginleft10 {
	margin-left: 10px
}
.marginleft15 {
	margin-left: 15px
}
.marginleft20 {
	margin-left: 20px
}
.marginright5 {
	margin-right: 1px
}
.marginright10 {
	margin-right: 10px
}
.marginright15 {
	margin-right: 15px
}
.marginright20 {
	margin-right: 20px
}
@media(min-width:1200px) {
.portfolio-area li {
	width: 250px;
	min-height: 300px
}
.tab-pane.no-padding {
	padding-bottom: 0
}
.slider-wrapper {
	width: 410px;
	top: 68px;
	left: 39px
}
}
@media(min-width:768px) and (max-width:990px) {
.list_carousel ul {
	padding: 0
}
.portfolio-categ li a {
	padding: 10px 20px;
	font-size: 14px;
	line-height: 20px
}
.portfolio-area li {
	width: 210px;
	min-height: 240px
}
.slider-wrapper {
	width: 646px;
	top: 106px;
	left: 52px
}
.imgaffinite {
	width:100%;
}
}
@media(max-width:767px) {
.btn {
	white-space: normal
}
.nav-bar li {
	padding: 20px 0
}
.nav-bar li a {
	font-size: 14px;
	line-height: 20px
}
.nav-bar li a i {
	width: 54px;
	height: 54px;
	font-size: 24px;
	line-height: 46px
}
.taber-head .nav-tabs li {
	width: 100%
}
.taber-head .nav-tabs li.active a {
	background: #282828
}
.taber-head .nav-tabs li.active span.tab-sparator {
	display: none
}
.list_carousel ul {
	padding: 0
}
.portfolio-categ li {
	width: 100%;
	margin-bottom: 10px
}
.portfolio-categ li a, .portfolio-categ li.first a, .portfolio-categ li.last a {
	border-radius: 8px;
	border-right: 3px solid #fff
}
.portfolio-area {
	text-align: center
}
.portfolio-area li {
	float: none;
	display: inline-block;
	width: 250px;
	min-height: 240px;
	text-align: left
}
.testimoni-wrapper, .testimoni-wrapper.on-left, .testimoni-wrapper.on-right {
	width: 100%;
	margin: 0 0 100px;
	padding: 80px 20px 25px;
	text-align: left
}
.testimoni-avatar, .testimoni-wrapper.on-left .testimoni-avatar, .testimoni-wrapper.on-right .testimoni-avatar {
	top: 0;
	left: 50%;
	margin-left: -70px
}
.testimoni-wrapper.on-left blockquote, .testimoni-wrapper.on-right blockquote {
	background: url(../medias/quote.png) no-repeat;
	padding-left: 20px;
	padding-right: 0
}
.testimoni-wrapper h5 {
	text-align: center
}
.slider-bg {
	display: inline-block;
	width: 595px;
	height: auto
}
.slider-wrapper {
	width: 534px;
	top: 88px;
	left: 46px
}
.taber-head .nav-tabs li, .taber-head .nav-tabs li a {
	height: auto
}
.imgaffinite {
	width:100%;
}
}
@media only screen and (max-width:650px) {
.slider-bg {
	display: inline-block;
	width: 390px;
	height: auto
}
.slider-wrapper {
	width: 348px;
	top: 58px;
	left: 36px
}
.taber-head .nav-tabs li, .taber-head .nav-tabs li a {
	height: auto
}
.imgaffinite {
	width:100%;
}
}
@media only screen and (max-width:460px) {
.slider-bg {
	display: inline-block;
	width: 330px;
	height: auto
}
.slider-wrapper {
	width: 295px;
	top: 49px;
	left: 33px
}
.myformtitle {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 15px;
	text-align:center;
	clear: both;
}
#home h3, .heading, .heading h3 {
	font-size: 22px;
	line-height: 24px
}
h4 {
	font-size: 18px;
	line-height: 20px
}
.feature-wrapper.on-left .feature-box, .feature-wrapper.on-right .feature-box {
	padding: 100px 40px 20px 60px
}
.btn, .btn:focus {
	font-size: 15px;
	padding: 8px
}
.taber-head .nav-tabs li, .taber-head .nav-tabs li a {
	height: auto
}
#mybaseline h1 {
	font-size: 25px;
	text-align: center;
	margin: auto;
	width: 100%;
	display: table;
	padding: 0 15px
}
.pricing-contain {
	padding: 0 5px
}
.article-head h5 a {
	font-size: 15px
}
.imgaffinite {
	width:100%;
}
}
.overlay {
	background-color: #000;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	filter: alpha(opacity=1);
	-moz-opacity: .6;
	-khtml-opacity: .6;
	opacity: .6;
	z-index: 100;
	cursor: pointer
}
.boxwarp {
	width: 100%;
	height: 0;
	margin: auto;
	display: block;
	position: absolute
}
.box {
	position: relative;
	top: -530px;
	background-color: #fff;
	color: #282828;
	padding: 20px;
	max-width: 380px;
	min-height: 180px;
	z-index: 999999;
	margin: 6px auto;
	border-radius: 4px;
	text-align: center
}
a.boxclose {
	float: right;
	width: 26px;
	height: 26px;
	background: url(../medias/close.png) no-repeat top left;
	margin-top: -30px;
	margin-right: -30px;
	cursor: pointer
}
a.activator {
	z-index: 3;
	cursor: pointer;
	width: 100%;
	height: 660px;
	display: block;
	float: left
}
#connecttitle {
	font-size: 22px;
	margin: 15px auto
}
#passrecoverh2 {
	clear: both;
	font-size: 16px;
	line-height: 16px;
	margin: 0 auto 10px;
	padding: 40px 0 5px
}
#passrecoverp {
	font-size: 14px;
	margin: auto
}
#passrecoverp a {
	color: #422845;
}
.lostpass a {
	color: #422845;
}
.mysubmit {
	background-color: #a1ce48;
	border: 1px solid #a1ce48;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: arial;
	font-size: 18px;
	padding: 6px 0;
	text-decoration: none;
	min-width: 140px
}
#mylogin, #myloginpass {
	display: block;
	clear: both;
	margin: auto
}
.myinscription {
	display: block;
	width: 100%;
	text-align: center;
	padding: 15px;
	margin: 60px auto 20px
}
.myseparator {
	display: block;
	width: 100%;
	text-align: center;
	padding: 25px;
}
.annonces {
	width: 100%;
	margin: 0 auto 20px auto;
	clear: both;
	display: inline-block;
	text-align: center
}
.blocannonce {
	display: inline-block;
	vertical-align:top;
	padding: 15px
}
.col-md-7 {
	color: #282828
}
.mybtn, .mybtn:focus {
	background: 0 0;
	border-radius: 40px;
	border: 3px solid #282828;
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
	padding: 10px 25px 12px;
	color: #282828;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: inline-block
}
.mybtn:focus {
	outline: 0;
	outline-offset: -2px;
	color: #282828
}
.mybtn:hover {
	color: #1c1b1e;
	border: 3px solid #282828;
	background: #fff;
	text-decoration: none
}
.mybtn.active, .btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.footerlinks a {
	color:#422845;
	padding: 5px 10px;
	display: inline-block;
}
.footerlinks a:active {
	color:#422845;
	padding: 5px 10px;
	display: inline-block;
}
.footerlinks a:hover {
	color:#422845;
	padding: 5px 10px;
	display: inline-block;
}
.annonces{width:100%;margin:0px auto 20px;clear:both;display:inline-block;text-align:center;}
.blocannonce{display:inline-block;vertical-align:top;padding:15px;}
#followprofile {
	width: 100%;
	text-align: center;
	background-color: #fff;
	border-radius:10px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#followprofile h5 {
	margin: 0px;
}
.followprofilephoto {
	padding: 10px 0 0 0;
}
.myimgdiv {
	margin: 0 5px 0 5px;
	display: inline-block;
	height: 100px;
	max-width: 100px;
	overflow: hidden;
}
.mylegenddiv {
	margin-bottom:15px;
	clear:both;
	}
.callto {
	background-color:#422845;
	margin-top:25px;
}
.lostpass {
	margin-top:20px;
}
.lostpass a {
	text-decoration:underline;
}


#form-wrapper select {
	color:#1c1b1e
	}
.form-control {
	background-color:#FFF;
	}
.ez-register-form-container form .control-label {
	background-color: transparent !important;
	}
.ez-register-form-container {
	max-width:100% !important;
	}	
#form-wrapper .btn, .btn:focus {
	background-color:#65c555;
	}
.floatleft { 
	float:left;
	padding:0 15px 15px 0;
}


.article-head h5 a:hover, .btn-primary, .feature-wrapper:hover .feature-icon, .home-list li:hover i, .img-description h5 a:hover, .menu-bar a:hover, .nav-bar li a.selected, .nav-bar li a:hover, .social-network:active, .social-network:focus, .social-network:hover, .testimoni-wrapper span, a, a.meta-post:hover, a:hover, aside ul.link-list li a:hover, aside ul.recent li h6 a:hover {
	color: #422845
}
#blog, #contact, #intro,#gallery, #introduce, #page-heading, .btn-primary.btn-bavel, .btn-primary.btn-bavel:focus, .btn-primary:hover, .pager li a:hover, .pricing-box, aside h4 span, div.pp_default .pp_close:hover {
	background-color: #422845
}
.btn-primary, .btn-primary.btn-bavel, .btn-primary.btn-bavel:focus, .btn-primary:focus, .btn-primary:hover, .form-wrapper .form-control:focus, .inner-wrapper .form-control:focus, .nav-bar li a.selected i, .nav-bar li a:hover i, .pager li a:hover, .social-network:active, .social-network:focus, .social-network:hover {
	border-color: #422845
}
span.tab-sparator {
	background: url(img/tab-sparator.png) no-repeat
}
.btn-primary.btn-bavel, .btn-primary.btn-bavel:focus {
	border-bottom: 3px solid #b00a34
}

