/* Global Styles */
html,body {
	height: 100%;
}

body {
	font-family: Raleway, sans-serif;
	font-weight: 300;
}

@font-face
{
	font-family: "Britannic Bold";
	src: url('britannic-bold.ttf');
}

.body {
	width: 100%;
	position: relative;
	overflow: hidden;
}

#intro
{
	padding-top: 30px;
}

#title
{
	font-size: 2.2em;
	font-family: Britannic Bold;
	color: white;
	padding-top: 12px;
}

/* Loading */
#mask {
	background-color: #FFF;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 10000000000;
}

.loader {
	position: absolute;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	top: 50%;
	left: 50%;
}

/* Animate Styles */
.animate {
	opacity: 0;
}

.animate-slide {
	opacity: 0;
	bottom: -100% !important;
}

.mac-img div {
	position: relative;
	bottom: 0;
}

.show {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.show.delay {
	-webkit-transition: all 1.5s ease-in-out;
	-moz-transition: all 1.5s ease-in-out;
	-o-transition: all 1.5s ease-in-out;
	transition: all 1.5s ease-in-out;
}

p {
	font-weight: 400;
}

.space10 {
	margin-bottom: 10px;
}

.space20 {
	margin-bottom: 20px;
}

.space30 {
	margin-bottom: 30px;
}

.space40 {
	margin-bottom: 40px;
}

.space50 {
	margin-bottom: 50px;
}

.space60 {
	margin-bottom: 60px;
}

.space70 {
	margin-bottom: 70px;
}

.space80 {
	margin-bottom: 80px;
}

.space90 {
	margin-bottom: 90px;
}

/* Header - nav */
header {
	height: 88px;
	background: #282828;
	left: 0;
	right: 0;
	z-index: 9999999;
}

header nav li a {
	font-size: 13px;
	text-transform: uppercase;
	color: #7E7A7A;
	font-weight: 500;
	letter-spacing: 2.5px;
}

.navbar-nav > li > a {
	padding-top: 33.5px;
	padding-bottom: 33px;
}

.navbar-nav > li > a:hover {
	background: none;
}

.navbar-brand {
	padding: 22px 0px 20px 10px;
	margin: 0;
}

.sticky-wrapper {
	position: relative;
	z-index: 999;
}

.navigation .current a {
	color: #f15a24 !important;
}

.current {
}

/* Top wrap */
.taille
{
	width: 1250px;
	margin: auto;
}
.slider-wrap {
	background: #000;
	position: relative;
}

#owl-main {
	margin-bottom: -10px;
}

#owl-main .owl-prev {
	width: 50px;
	height: 50px;
	background: url(../images/arrow-next.png) no-repeat center center;
	border: 2px solid #fff;
	font-size: 0;
	float: left;
	margin-left: 15px;
	position: relative;
	border-radius: 50%;
	opacity: 0.7;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#owl-main .owl-next {
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	background: url(../images/arrow-prev.png) no-repeat center center;
	font-size: 0;
	float: right;
	margin-right: 18px;
	position: relative;
	border-radius: 50%;
	opacity: 0.7;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#owl-main .owl-prev:hover,#owl-main .owl-next:hover {
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#owl-main .owl-buttons {
	height: 43px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 65px;
	margin: auto;
	z-index: 999999;
}

.overlay {
	background: url(../images/overlay.png);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
}

.slide-content {
	z-index: 100000;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	display: table-cell;
	vertical-align: middle;
	height: 270px;
	margin: auto;
	bottom: 0;
}

#owl-main-text {
	height: 150px;
	margin-bottom: -30px;
}

#owl-main-text h2 {
	font-size: 80px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	margin-top: 0;
}

#owl-main-text h2 span {
	font-weight: 600;
}

.slide-content p {
	width: 870px;
	margin: 0 auto;
	position: relative;
	top: 120px;
}

.slide-content p .line-left {
	width: 25%;
	height: 1px;
	background: #fff;
	float: left;
	position: relative;
	top: 15px;
}

.slide-content p .line-right {
	width: 25%;
	height: 1px;
	background: #fff;
	float: right;
	position: relative;
	top: 15px;
}

.slide-content p span {
	font-size: 22px;
	font-family: Titillium Web;
	text-transform: uppercase;
	text-align: center;
	color: #f15a24;
	font-weight: 600;
	width: 50%;
	display: table;
	float: left;
}

.welcome img {
	display: table;
	margin: 0 auto;
}

.intro-btn {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	border: 2px solid #fff;
	padding: 16px 25px;
	margin: 190px auto 50px;
	display: table;
}

.scroll-btn {
	width: 50px;
	height: 50px;
	background: rgba(0,0,0,0.5);
	border-radius: 50%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
	margin: 0 auto;
	display: table;
	z-index: 100001;
}

.scroll-btn:hover {
	background: rgba(0,0,0,1);
}

.scroll-btn:before {
	content: "\f078";
	font-family: FontAwesome;
	color: #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 55px;
}

.home-video {
	min-height: 1070px;
	padding: 375px 0;
	background: none !important;
}

.home-img {
	padding: 350px 0;
	background: url(../demo/slider/main/1.jpg) no-repeat center fixed;
	background-size: auto 100%;
}

.home-pattern {
	padding: 375px 0;
	background: url(../images/pattern.jpg);
}

/* Common Styles */
.section-title {
	margin: 0;
	font-weight: 300;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #434041;
}

.section-subtitle {
	color: #9b9999;
	font-size: 18px;
	text-align: center;
	padding: 0 20%;
	line-height: 26px;
	margin: 0;
}

.sep {
	height: 13px;
	background: url(../images/sep.png) no-repeat center center;
	width: 100%;
	margin: 15px 0;
}

.section-title-lite {
	margin: 0;
	font-weight: 300;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.section-subtitle-lite {
	color: #9b9999;
	font-size: 18px;
	text-align: center;
	padding: 0 20%;
	line-height: 26px;
	margin: 0;
	color: #fff;
}

.sep-lite {
	height: 13px;
	background: url(../images/sep-lite.png) no-repeat center center;
	width: 100%;
	margin: 15px 0;
}

/* About wrap */
.about {
	background: #fff;
	position: relative;
	padding: 50px 0;
	position: relative;
	z-index: 0;
	border-top: 80px solid transparent;
	margin-top: -80px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.pr-no {
	padding-right: 0 !important;
}

.about p {
	font-size: 16px;
	line-height: 33.333px;
	color: #777;
	text-align: justify;
	margin: 0 0 30px;
}

.about-info,.service-info-left {
	padding-right: 60px;
}

.about-slider,.service-info-right {
	padding-left: 60px;
}
/*#owl-about{
	width: 100%;
	height: 10% !important;
}*/
#owl-about .item img,#owl-project-single .item img {
	display: block;
	width: 100%;
	height: auto;
}

#owl-about .owl-prev,#owl-project-single .owl-prev {
	width: 43px;
	height: 43px;
	background: #fd6b6b url(../images/arrow-next.png) no-repeat center center;
	font-size: 0;
	float: left;
	margin-left: 0;
	position: relative;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-size: 11px;
}

#owl-about .owl-next,#owl-project-single .owl-next {
	width: 43px;
	height: 43px;
	background: #fd6b6b url(../images/arrow-prev.png) no-repeat center center;
	font-size: 0;
	float: right;
	margin-right: 0;
	position: relative;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-size: 11px;
}

#owl-about .owl-buttons,#owl-project-single .owl-buttons {
	height: 43px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 65px;
	margin: auto;
}

#owl-about:hover .owl-prev,#owl-project-single:hover .owl-prev {
	opacity: 1;
	visibility: visible;
	margin-left: 18px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#owl-about:hover .owl-next,#owl-project-single:hover .owl-next {
	opacity: 1;
	visibility: visible;
	margin-right: 18px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.highlight-text {
	color: #fd6b6b;
}

.btn1 {
	background-color: #fff;
	border: solid 1px #050404;
	line-height: 58px;
	padding: 0 50px;
	text-transform: uppercase;
	color: #191919;
	display: table;
	font-size: 18px;
	font-weight: 500;
	display: table;
	margin: auto;
}

.btn2 {
	background-color: #fff;
	border: solid 1px #a6aaab;
	line-height: 58px;
	padding: 0 50px;
	text-transform: uppercase;
	color: #a3a7a8;
	display: table;
	font-size: 18px;
	font-weight: 500;
	margin: 30px auto 0;
}

.btn1:hover,.btn2:hover,.intro-btn:hover,.btn3:hover {
	border: solid 1px #f15a24;
	color: #f15a24;
}

/* Services */
.services {
	background: #f7f6f4;
	position: relative;
	padding: 72px 0 57px;
	border-top: 80px solid transparent;
	margin-top: -80px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.service-content {
	padding: 15px;
	background: #f7f6f4;
	margin-bottom: 20px;
}

.service-content:hover {
	cursor: pointer;
	background: #e2e1de;
}

.service-info h4 {
	font-size: 26px;
	text-transform: uppercase;
	color: #008fcc;
	margin: 0 0 10px 20px;
	font-weight: 400;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.service-content:hover h4 {
	color: #f15a24;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.service-info p {
	font-size: 16px;
	text-align: justify;
	margin: 0;
	margin-left: 20px;
	color: #777;
	line-height: 26px;
}

.service-ico {
	width: 70px;
	float: left;
	position: relative;
	margin: 10px 20px 20px 0;
}

.ico1 {
	background: url(../images/ico1.png) no-repeat;
	width: 70px;
	height: 90px;
}

.service-content:hover .ico1 {
	background: url(../images/ico1_hr.png) no-repeat;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.ico2 {
	background: url(../images/ico2.png) no-repeat;
	width: 70px;
	height: 90px;
}

.service-content:hover .ico2 {
	background: url(../images/ico2_hr.png) no-repeat;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.ico3 {
	background: url(../images/ico3.png) no-repeat;
	width: 70px;
	height: 90px;
}

.service-content:hover .ico3 {
	background: url(../images/ico3_hr.png) no-repeat;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.ico4 {
	background: url(../images/ico4.png) no-repeat;
	width: 70px;
	height: 90px;
}

.service-content:hover .ico4 {
	background: url(../images/ico4_hr.png) no-repeat;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}


/* Facts */
.facts {
	padding: 85px 0 110px;
	background: #000 url(../demo/3.jpg) no-repeat center fixed;
	background-size: 120% auto;
	position: relative;
}

.facts-list {
	padding: 0;
}

.facts-list li {
	float: left;
	list-style: none;
	margin-right: 4.5%;
}

.facts-list li:last-child {
	margin-right: 0;
}

.facts-list li .fact-ico1 {
	background: url(../images/fact1.png) no-repeat;
	width: 74px;
	height: 94px;
	float: left;
}

.facts-list li .fact-ico2 {
	background: url(../images/fact2.png) no-repeat;
	width: 74px;
	height: 94px;
	float: left;
}

.facts-list li .fact-ico3 {
	background: url(../images/fact3.png) no-repeat;
	width: 74px;
	height: 94px;
	float: left;
}

.facts-list li .fact-ico4 {
	background: url(../images/fact4.png) no-repeat;
	width: 74px;
	height: 94px;
	float: left;
}

.facts-list li h6 {
	margin: 5px 0 0;
	margin-left: 85px;
	font-size: 19px;
	color: #fff;
	font-weight: 700;
	line-height: 30px;
}

.facts-list li h6 span {
	display: block;
	font-size: 60px;
}

/* Portfolio */
.portfolio-wrap {
	padding: 72px 0;
	background: #fff;
	border-top: 80px solid transparent;
	margin-top: -80px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.portfolio-wrap .container {
	width: 1275px;
	max-width: 1275px;
}

.folio-item {
	padding: 0 1px 1px 0;
}

.portfolio-grid {
	margin-top: 50px;
}

.portfolio-thumb {
	position: relative;
	overflow: hidden;
}

.no-padding {
	padding: 0 !important;
}

.portfolio-dark-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	background: #f15a24;
	background: rgba(255,102,51,0.81);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.portfolio-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
}

.portfolio-thumb:hover .portfolio-inner {
	opacity: 1;
}

.portfolio-thumb:hover .portfolio-dark-overlay {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.portfolio-inner h4 {
	font-size: 22px;
	text-align: center;
	color: #fff;
	margin: 0;
	font-weight: 400;
}

.portfolio-inner .zoom {
	width: 45px;
	height: 44px;
	background: url(../images/zoom.png);
	display: table;
	margin: 0 auto 20px;
}

.portfolio-inner-ctr {
	display: table-cell;
	margin: auto;
	vertical-align: middle;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 90px;
}

.project-single {
	padding: 0 0 40px;
	border-top: 80px solid transparent;
	margin-top: -80px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.project-single.container {
	width: 950px !important;
	min-width: 950px !important;
	margin: 0 auto;
}

.project-single h4 {
	color: #cecece;
	text-transform: uppercase;
	font-size: 35px;
	text-align: center;
	font-weight: 400;
	margin-top: 30px;
}

.project-single h6 {
	font-size: 15px;
	color: #817e7e;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.project-single p {
	color: #a1a7a8;
	font-size: 16px;
	line-height: 27px;
}

/* Team */
.team-wrap {
	padding: 72px 0;
	background: #f7f6f4;
	border-top: 80px solid transparent;
	margin-top: -80px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.team-wrap .container {
	width: 1200px;
	max-width: 1200px;
}

.btn-ctr {
	display: table;
	margin: 60px auto 0;
	padding: 0 24px;
}

.team-info h4 {
	font-size: 22px;
	font-weight: 600;
	color: #11100e;
	text-align: center;
	margin: 18px 0 2px;
}

.team-info p {
	font-size: 17px;
	color: #8c8b8a;
	text-align: center;
	margin-bottom: 15px;
}

.team-social {
	padding: 0;
	display: table;
	margin: 0 auto;
}

.team-social li {
	list-style: none;
	float: left;
	margin: 0 4px;
}

.team-social li a {
	width: 41px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	background: url(../images/social.png);
	display: table;
	color: #fff;
	font-size: 16px;
}

.team-social li a:hover {
	background: url(../images/social-hr.png);
}

.staff-pic {
	position: relative;
	overflow: hidden;
}

.staff-pic-overlay {
	font-size: 18px;
	color: #fd6b6b;
	text-align: center;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.85);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.staff-pic-overlay a {
	color: #fd6b6b;
}

.envelope {
	width: 59px;
	height: 46px;
	background: url(../images/mail.png) no-repeat;
	display: table;
	margin: 0 auto 6px;
}

.staff-overlay-ctr {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	vertical-align: middle;
	margin: auto;
	height: 75px;
}

.team-info:hover .staff-pic-overlay {
	top: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.staff-content-wrap {
	background: #fff;
	padding-bottom: 30px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.team-info:hover .staff-content-wrap {
	background: #fd6b6b;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.team-info:hover p {
	color: #fff;
}

/* Skills */
.skills {
	padding: 50px 0 0 !important;
	overflow: hidden;
}

.skills li {
	float: left;
	width: 44%;
	list-style: none;
	margin-right: 12%;
}

.last {
	margin-right: 0 !important;
}

.skills li h5 {
	color: #222;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 0 20px;
}

.skills li h5 span {
	color: #777;
	font-size: 22px;
	float: right;
}

.progress {
	height: 19px;
	background: #f0f0f0;
	width: 100%;
	position: relative;
	display: table;
	border-radius: 0;
	margin-bottom: 40px;
	box-shadow: none;
}

.progress em {
	position: absolute;
	top: 0;
	height: 19px;
	left: 0;
	background: #fd6b6b;
}

.info-wrap h3 {
	font-size: 35px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 37px 0 30px !important;
}

.info-wrap .container {
	width: 100%;
}

.info-wrap-content {
	padding: 95px 25px 60px !important;
	width: 975px;
	margin: 0 auto;
}

.info-content-img img {
	display: table;
	margin: 0 auto;
}

.info-wrap {
	background: #fff;
	position: relative;
}

.info-wrap p {
	font-size: 17px;
	line-height: 36px;
	color: #696f6f;
	margin-bottom: 35px;
}

.wrap-link {
	color: #fd6b6b;
	font-size: 17px;
	border-bottom: 1px solid rgba(253,107,107,0.4);
	display: table;
	font-weight: 400;
	margin-bottom: 10px;
}

.wrap-link:hover {
	color: #2b2b2b;
	font-size: 17px;
	border-bottom: 1px solid #2b2b2b;
	display: table;
	font-weight: 400;
	margin-bottom: 10px;
}

.info-content-img {
	overflow: hidden;
}

.progress em {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.hide-progress {
	width: 0 !important;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

/* Clients */
.clients {
	padding: 72px 0;
	background: #f7f6f4;
}

.clients .container {
	width: 100%;
	padding: 0 60px;
}

#owl-clients .item {
	margin: 0 5px;
}

#owl-clients .item img {
	display: table;
/*	width: 100%;*/
	height: auto;
	margin: 0 auto;
	padding: 0 10px;
}

/* Testimonials */
.testimonials {
	padding: 110px 0 90px;
	background: #000 url(../demo/2.jpg) no-repeat center fixed;
	background-size: 120% auto;
	position: relative;
}

#owl-quote .quote {
	color: #FFF;
	font-style: italic;
	font-size: 28px;
	text-align: center;
	padding: 0 10%;
	font-weight: 300;
}

cite {
	font-size: 20px;
	display: table;
	margin: 35px auto 25px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}

#owl-quote .owl-controls .owl-page span {
	display: block;
	width: 11px;
	height: 11px;
	margin: 16px 3.5px 0;
	background: none;
	border-radius: 50%;
	border: 2px solid #fd6b6b;
}

#owl-quote .owl-controls .owl-page.active span,#owl-quote .owl-controls.clickable .owl-page:hover span {
	background: #fd6b6b;
}

/* Contact */
.contact {
	background: #282828;
	padding: 60px 0;
	border-top: 80px solid transparent;
	margin-top: -80px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.contact-form {
}

.contact-form input,.contact-form textarea {
	border: 1px solid #777;
	min-height: 56px;
	padding: 15px;
	color: #fff;
	font-size: 18px;
	background: none;
	border-radius: 2px;
	margin-bottom: 25px;
	width: 100%;
}

.s-btn {
	background: none repeat scroll 0 0 #FD6B6B;
	border: medium none;
	display: table;
	color: #FFF;
	padding: 16px 60px 12px;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 2px;
}

.s-btn:hover {
	background: #a8a5a5;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.contact p {
	font-size: 18px;
	color: #7f8184;
	line-height: 24px;
}

.contact-info p {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 20px;
}

.contact-info a {
	font-size: 16px;
	color: #f15a24;
}

footer{
    text-align: center;
    padding: 50px 0;
    background: #282828;
    padding-top: 30px;
}

footer p, footer .bigicon {color: #7e7e7e;}

#copyright
{
    text-align: center;
}

.footerlinks{margin: 30px 0;}
.footerlinks li{
    display: inline;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.social {
	padding: 0 25px;
}

.social li {
	float: left;
	width: 33.3333%;
	list-style: none;
	position: relative;
}

.social li i {
	font-size: 55px;
	text-align: center;
	line-height: 212px;
	color: #fff;
	display: table;
	margin: 0 auto;
}

.social li span {
	position: absolute;
	left: 20px;
	top: 20px;
	color: #fff;
	font-size: 18px;
	z-index: 9999;
}

.social li:hover {
	background: #fd6b6b;
}

/* Blog */
.post-meta {
	color: #b7b7b7;
}

.post-meta a {
	color: #fd6b6b;
}

.post-meta a i {
	color: #fd6b6b;
	margin-right: 5px;
}

.date {
	width: 120px;
	height: 120px;
	background: url(../images/date.png) no-repeat;
	line-height: 120px;
	font-size: 24px;
	text-align: center;
	position: absolute;
	left: -45px;
	top: -27px;
}

.post-meta i {
	color: #fd6b6b;
	font-size: 15px;
}

.post-meta a {
	padding-right: 10px;
	margin-left: 10px;
}

.pm-link {
	color: #b7b7b7 !important;
}

.pm-link:hover {
	color: #fd6b6b !important;
}

article {
	padding-left: 80px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 80px;
	position: relative;
}

article h3 {
	font-size: 35px;
	margin: 13px 0 25px;
	border-top: 1px solid #ebebeb;
	padding-top: 12px;
}

article h3 a {
	color: #232323;
}

article h3 a:hover {
	color: #fd6b6b;
}

article p {
	line-height: 24px;
	color: #8e8e8e;
	margin-bottom: 25px;
}

#ajax {
	height: auto;
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border: 0;
}

.video iframe,.video object,.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slout-controls {
	display: table;
	padding: 0;
	margin: -50px auto 50px;
}

.s-controls-down {
	margin: 50px auto 0;
}

.slout-controls li {
	float: left;
	list-style: none;
	margin: 0 7px !important;
}

.slout-controls li a {
}

.close {
	width: 41px;
	height: 41px;
	opacity: 1 !important;
	margin-top: 0 !important;
}

.slout-controls li:hover,.slout-controls li a:hover,.close:hover {
	opacity: 1;
}

.tags {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 35px 0;
}

.tags a {
	font-size: 16px;
	text-transform: none;
	font-weight: 300;
	color: #fd6b6b;
}

.page-header {
	margin-bottom: 50px;
}

.page-navigation {
	padding: 0;
	margin: -30px 0 60px;
	display: table;
}

.page-navigation li {
	list-style: none;
	float: left;
	margin-right: 10px;
}

.page-navigation li a {
	width: 40px;
	height: 40px;
	border: 1px solid #ccc;
	color: #ccc;
	border-radius: 50%;
	line-height: 38px;
	text-align: center;
	display: table;
}

.page-navigation li a:hover {
	border-color: #fd6b6b;
	color: #fd6b6b;
}

.page-navigation li.active a {
	background: #fd6b6b;
	border-color: #fd6b6b;
	color: #fff;
}

.search h5 {
	color: #000 !important;
}

.search1 {
	height: 30px;
	border: 1px solid #989898;
	border-radius: 2px;
	padding-left: 35px;
	position: relative;
	width: 150px;
	font-size: 13px;
	background: url(../images/search.png) no-repeat left center;
	background-position: 10px 50%;
}

aside {
	padding-left: 50px !important;
	margin-top: 150px;
}

.side-widget {
	margin-bottom: 30px;
}

.side-widget h5 {
	font-size: 22px;
	font-weight: 600;
	color: #ff6b6b;
	margin: 0 0 20px;
}

.side-widget ul {
	padding: 0;
}

.side-widget ul li {
	list-style: none;
	color: #939191;
	border-bottom: 1px dotted #cdcdcd;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-left: 15px;
	position: relative;
	left: -15px;
}

.side-widget ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.side-widget ul li a {
	color: #939191;
}

.side-widget ul li a:hover {
	color: #ff6b6b;
}

.comments-wrap {
	margin-bottom: 70px;
}

.comments-wrap h6 {
	color: #fd6b6b;
	font-size: 30px;
	font-weight: 300;
	border-top: 1px solid #cdcdcd;
	border-bottom: 2px solid #cdcdcd;
	margin: 0;
	padding: 30px 0;
}

.comments-wrap span {
	color: #747474;
	float: right;
	font-size: 20px;
}

.comments-wrap span a {
	color: #fd6b6b;
}

.post-single {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 20px;
}

.comment-form {
	padding: 30px;
	border-bottom: 2px solid #cdcdcd;
	display: table;
	width: 100%;
}

.comment-form input {
	height: 60px;
	padding: 0 25px;
	font-size: 16px;
	width: 100%;
	color: #000;
	border: 1px solid #cdcdcd;
	margin-bottom: 30px;
}

.comment-form textarea {
	padding: 25px;
	font-size: 16px;
	width: 100%;
	color: #000;
	border: 1px solid #cdcdcd;
	margin-bottom: 30px;
}

.comment-form label {
	font-size: 20px;
	color: #fd6b6b;
	font-weight: 200;
	margin-bottom: 25px;
}

.comment-content {
	padding: 50px 50px 0;
}

.comment-content li {
	list-style: none;
	display: table;
	width: 100%;
}

.comment-gravatar {
	width: 115px;
	float: left;
}

.comment-author {
	margin-left: 135px;
	margin-top: 30px;
	font-size: 24px;
	font-weight: 700;
	color: #fd6b6b;
}

.comment-content p {
	border: 1px solid #cdcdcd;
	border-radius: 10px;
	padding: 20px 15px;
	margin: 20px 0;
	margin-left: 135px;
}

.reply {
	font-size: 13px;
	text-transform: uppercase;
	background: #fd6b6b;
	padding: 7px 30px;
	color: #fff;
	float: right;
}

.comment-sub {
	padding-left: 100px;
}

/*------------------------------------------------------------- 
		           THEME SWITCHER
--------------------------------------------------------------- */
#customizer {
	position: fixed;
	top: 64px;
	z-index: 999999;
	height: 100%;
}

.corner {
	display: block;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background: url(../images/icons/switcher/corner-open.png);
	position: absolute;
	top: 50px;
	left: -50px;
}

.s-close {
	right: -205px !important;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.s-open {
	right: 0 !important;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.corner.expanded {
	background: url(../images/icons/switcher/corner.png);
}

#options {
	width: 205px;
	height: 378px;
	background: #fff;
	padding: 0;
	position: relative;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.heading {
	padding-bottom: 15px;
	margin-bottom: 20px;
}

#options h6 {
	color: #5c5c5c;
	margin-bottom: 10px;
	font-size: 13px;
}

.options-segment {
	margin-bottom: 20px;
}

.customize-button {
	display: inline-block;
	margin: 0;
	font-size: 12px;
	color: #5c5c5c !important;
	background: #f7f7f7;
	border: 1px solid #e9e9e9;
	padding: 3px 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.color-head {
	font-size: 13px;
	text-align: center;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	color: #525252;
	line-height: 40px;
	background-position: 92.5% 50%;
	margin-bottom: 15px !important;
	text-transform: uppercase;
	font-weight: 800;
}

.fonts-head {
	font-family: Bitter;
	font-size: 16px;
	color: #525252;
	line-height: 23px;
	margin-bottom: 15px !important;
}

.customize-button:hover {
	background: #fff;
}

.customize-button:first-of-type {
	margin-right: 5px;
}

.color-scheme {
	padding: 0;
}

.color-scheme li {
	float: left;
	list-style: none;
}

.color-scheme a {
	display: block;
	height: 30px;
	width: 30px;
	margin: 0 4.25px 10px;
}

.fonts-sel {
	padding: 20px 25px;
	margin-bottom: 0;
}

.colors-sel {
	padding: 20px 25px 15px;
	margin-bottom: 0;
}

.headers-sel {
	padding: 15px;
	margin-bottom: 0;
}

.green a {
	background: url(../images/icons/switcher/3.png);
}

.orange a {
	background: url(../images/icons/switcher/7.png);
}

.blue a {
	background: url(../images/icons/switcher/1.png);
}

.red a {
	background: url(../images/icons/switcher/8.png);
}

.violet a {
	background: url(../images/icons/switcher/4.png);
}

.pale-green a {
	background: url(../images/icons/switcher/6.png);
}

.yellow a {
	background: url(../images/icons/switcher/5.png);
}

.fblack a {
	background: url(../images/icons/switcher/2.png);
}

.version {
	padding: 0;
	margin-bottom: -20px;
	display: table;
	width: 100%;
}

.version li {
	list-style: none;
	width: 44%;
	margin-right: 9%;
	float: left;
}

.version li a {
	padding: 21px;
	display: table;
}

.version li:last-child {
	margin-right: 0;
}

.lite,.lite:hover {
	background: #f3f3f3;
	color: #7f7f7f;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	font-weight: 700;
	cursor: pointer;
}

.dark,.dark:hover {
	background: #7f7f7f;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	font-weight: 700;
	cursor: pointer;
}

.options-head {
	background: #fd6b6b;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	line-height: 50px;
}

/* #Tablet (Portrait)
================================================== */

/* Note: Design for a width of 768px */
@media only screen and (min-width: 960px) and (max-width: 1050px) {

#owl-main-text h2 {
	font-size: 60px;
	margin-top: 15px;
}

#owl-main-text {
	height: 125px;
	margin-bottom: -30px;
}

.slide-content p {
	width: 100%;
	margin: 0 auto;
	position: relative;
	top: -15px;
	padding: 0 25%;
}

.slide-content p .line-left {
	width: 10%;
	height: 1px;
	background: #fff;
	float: left;
	position: relative;
	top: 15px;
}

.slide-content p .line-right {
	width: 10%;
	height: 1px;
	background: #fff;
	float: right;
	position: relative;
	top: 15px;
}

.slide-content p span {
	width: 80%;
}

.portfolio-wrap .container {
	width: 100%;
	max-width: 100%;
}

.project-single.container {
	width: 100% !important;
	min-width: 100% !important;
	margin: 0 auto;
}

.team-wrap .container {
	width: 100%;
	max-width: 100%;
}
.facts {
	background-position: 100% 100% !important;
	background-size: 100% auto !important;
}

.testimonials {
	background-position: 100% 100% !important;
	background-size: 100% auto !important;
}

.facts-list li {
	float: left;
	list-style: none;
	margin-right: 2%;
}

.facts-list li:last-child {
	margin-right: 0;
}

.facts-list li .fact-ico1,.facts-list li .fact-ico2,.facts-list li .fact-ico3,.facts-list li .fact-ico4 {
	width: 42px;
	height: 53px;
	background-size: cover;
	float: left;
}

.facts-list li h6 {
	margin: 5px 0 0 52px;
	font-size: 15px;
}

.facts-list li h6 span {
	display: block;
	font-size: 40px;
}

}

/* #Tablet (Portrait)
================================================== */

/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {

.pr-no {
	padding-right: 15px !important;
}

#owl-main-text h2 {
	font-size: 60px;
	margin-top: 15px;
}

#owl-main-text {
	height: 125px;
	margin-bottom: -30px;
}

#ajax {
	height: auto !important;
}

#title
{
	font-size: 1.5em;
}

.slide-content p {
	width: 100%;
	margin: 0 auto;
	position: relative;
	top: -15px;
	padding: 0 18%;
}

.slide-content p .line-left {
	width: 10%;
	height: 1px;
	background: #fff;
	float: left;
	position: relative;
	top: 15px;
}

.slide-content p .line-right {
	width: 10%;
	height: 1px;
	background: #fff;
	float: right;
	position: relative;
	top: 15px;
}

.slide-content p span {
	width: 80%;
}

.about-info,.service-info-left {
	padding-right: 30px;
}

.about-slider,.service-info-right {
	padding-left: 30px;
}

.facts {
	background-position: 50% 50% !important;
	background-size: 100% auto !important;
}

.testimonials {
	background-position: 50% 50% !important;
	background-size: 100% auto !important;
}

.facts-list li {
	float: left;
	list-style: none;
	margin-right: 2%;
}

.facts-list li:last-child {
	margin-right: 0;
}

.facts-list li h6 {
	margin: 5px 0 0;
	margin-left: 85px;
	color: #fff;
	font-weight: 700;
	line-height: 30px;
}

.facts-list li h6 span {
	display: block;
}

header nav li a {
	font-size: 11px;
}

.facts-list li .fact-ico1,.facts-list li .fact-ico2,.facts-list li .fact-ico3,.facts-list li .fact-ico4 {
	width: 42px;
	height: 53px;
	background-size: cover;
	float: left;
}

.facts-list li h6 {
	margin: 5px 0 0 52px;
	font-size: 15px;
}

.facts-list li h6 span {
	display: block;
	font-size: 40px;
}

.section-subtitle,.section-subtitle-lite {
	padding: 0 12%;
}

.portfolio-wrap .container {
	width: 100%;
	max-width: 100%;
}

.project-single.container {
	width: 100% !important;
	min-width: 100% !important;
	margin: 0 auto;
}

.team-wrap .container {
	width: 100%;
	max-width: 100%;
}

.info-wrap-content {
	padding: 0 15px;
	width: 100%;
	margin: 0 auto;
}

.portfolio-inner h4 {
	font-size: 17px;
}

}

/*  #Mobile (Portrait)
================================================== */

/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {

#ajax {
	height: auto !important;
}

#title
{
	font-size: 1.5em;
}

#essai
{
}

.date {
	display: table;
	margin: 0 auto 20px;
	position: relative;
	left: 0;
	top: 0;
}

.home-img {
	background-size: auto 100%;
}

#owl-main {
	width: 300%;
	position: relative;
	left: -100%;
}

.welcome img {
	width: 100px;
}

#owl-main-text h2 {
	font-size: 27px;
	margin-top: 20px;
}

.taille
{
	width: 300px;
	margin: auto;
}

.slide-content p {
	width: 100%;
	top: 60px;
	padding: 0 10%;
}

.slide-content p .line-left {
	width: 2%;
	height: 1px;
	background: #fff;
	float: left;
	position: relative;
	top: 10px;
}

.slide-content p .line-right {
	width: 2%;
	height: 1px;
	background: #fff;
	float: right;
	position: relative;
	top: 10px;
}

.slide-content p span {
	font-size: 13px;
	font-family: Titillium Web;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 80px;
	color: #fd6b6b;
	width: 96%;
	display: table;
	float: left;
}

#owl-main-text {
	height: 100px;
	margin-bottom: -30px;
}

.intro-btn {
	font-size: 15px;
	padding: 10px 20px;
	margin: 100px auto 0;
	display: table;
}

.navbar-toggle i {
	color: #fff;
	font-size: 24px;
	margin-top: 15px;
	opacity: 0.3;
}

.navbar-toggle i:hover {
	opacity: 1;
}

.navbar-nav {
	margin: 9px 0;
	background: #282828;
}

.navbar-nav > li > a {
	padding-top: 9px;
	padding-bottom: 9px;
	border-bottom: 1px solid #333;
}

.navbar-collapse {
	padding: 0;
	border-top: 0 !important;
	box-shadow: none;
}

.section-title {
	font-size: 30px;
}

.section-subtitle {
	font-size: 16px;
	padding: 0 5%;
	line-height: 26px;
}

.section-title-lite {
	font-size: 30px;
}

.section-subtitle-lite {
	font-size: 16px;
	padding: 0 5%;
	line-height: 26px;
}

.pr-no {
	padding-right: 15px !important;
}

.marg
{
	margin-top: 30px;
}

.about-info,.service-info-left {
	padding-right: 15px;
}

.about-slider,.service-info-right {
	padding-left: 15px;
}

#owl-about {
	margin-top: 50px;
}

.facts-list li {
	float: none;
	margin-right: 0;
	margin-bottom: 60px;
}

.facts-list li:last-child {
	margin-bottom: 0;
}

.service-info h4 {
	font-size: 18px;
}

.service-info p {
	font-size: 14px;
	text-align: left;
}

.portfolio-wrap .container {
	width: 100%;
	max-width: 100%;
}

.folio-item {
	padding: 0 1px 1px 0;
	display: block;
	width: 100%;
}

.folio-filter li a {
	font-size: 12px !important;
	font-weight: 500 !important;
	padding: 4px 10px !important;
	margin-right: 1px !important;
	margin-left: -6px !important;
}

.project-single.container {
	width: 100% !important;
	min-width: 100% !important;
	margin: 0 auto;
}

.team-wrap .container {
	width: 100%;
	max-width: 100%;
}

.team-wrap {
	padding: 72px 0 42px;
}

.staff-content-wrap {
	margin-bottom: 30px;
}

.info-wrap-content {
	padding: 0 15px;
	width: 100%;
	margin: 0 auto;
}

.skills li {
	float: none;
	width: 100%;
	list-style: none;
	margin-right: 0;
	margin-bottom: 20px;
}

.skills li:last-child {
	margin-bottom: 0;
}

.skills li h5 {
	font-size: 17px;
}

.skills li h5 span {
	font-size: 18px;
}

.clients .container {
	width: 100%;
	padding: 0 10px;
}

.facts {
	background-position: 50% 50% !important;
	background-size: auto 100% !important;
}

.testimonials {
	background-position: 50% 50% !important;
	background-size: auto 100% !important;
}

#owl-quote .quote {
	font-size: 20px;
}

.contact {
	padding: 60px 0 30px;
}

.contact .col-md-6 {
	padding: 0 15px !important;
	margin-bottom: 30px;
}

.social-footer {
	background: #e9e8e6;
	height: 150px;
}

.social {
	padding: 0 25px;
}

.social li i {
	font-size: 40px;
	line-height: 150px;
}

.social li span {
	font-size: 0;
}

.contact p {
	font-size: 15px;
	line-height: 22px;
}

.contact-info p {
	font-size: 18px;
	line-height: 26px;
}

.staff-content-wrap {
	display: table;
	margin: 0 auto 30px;
}

article {
	padding-left: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 80px;
	position: relative;
}

aside {
	padding-left: 0 !important;
}

.comments-wrap h6 {
	color: #fd6b6b;
	font-size: 20px;
}

.comments-wrap span {
	font-size: 15px;
	line-height: 25px;
}

.comments-wrap span a {
	color: #fd6b6b;
}

.comment-form {
	padding: 30px 0;
}

.comment-content {
	padding: 50px 0 0;
}

.comment-sub {
	padding-left: 20px;
}

.comment-gravatar {
	width: 50px;
	float: left;
}

.comment-author {
	margin-left: 65px;
	margin-top: 15px;
}

.comment-content p {
	margin-left: 65px;
}

.btn1 {
	font-size: 15px;
}

}

/* #Mobile (Landscape)
================================================== */

/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {

#owl-main {
	width: 240%;
	position: relative;
	left: -70%;
}

.welcome img {
	width: auto;
	margin-top: -100px;
}

#owl-main-text h2 {
	font-size: 40px;
	margin-top: 20px;
}

.slide-content p {
	padding: 0 15%;
	margin-top: 30px;
}

.slide-content p .line-left {
	width: 7%;
	height: 1px;
	background: #fff;
	float: left;
	position: relative;
	top: 10px;
}

.slide-content p .line-right {
	width: 7%;
	height: 1px;
	background: #fff;
	float: right;
	position: relative;
	top: 10px;
}

.slide-content p span {
	font-size: 16px;
	font-family: Titillium Web;
	text-transform: uppercase;
	text-align: center;
	color: #fd6b6b;
	width: 86%;
	display: table;
	float: left;
}

.taille
{
	width: 450px;
	margin: auto;
}

#owl-main-text {
	height: 115px;
	margin-bottom: -30px;
}

.intro-btn {
	font-size: 16px;
	padding: 14px 25px;
	margin: 150px auto 0;
	display: table;
}

.folio-filter li a {
	font-size: 14px !important;
	font-weight: 500 !important;
	padding: 4px 10px !important;
	margin-right: 5px !important;
	margin-left: 5px !important;
}

.facts-list {
	padding: 0;
	display: table !important;
	margin: 0 auto;
}

.folio-item {
	width: 50%;
}

}

/* #Mobile (Landscape)
================================================== */

/* Note: Design for a width of 480px */
@media only screen and (min-width: 600px) and (max-width: 767px) {

.facts {
	background-position: 50% 50% !important;
	background-size: auto 100% !important;
}

.testimonials {
	background-position: 50% 50% !important;
	background-size: auto 100% !important;
}

}
