@charset "utf-8";
html {
	-webkit-font-smoothing: antialiased
}
/* Fontface */
@font-face {
	font-family: 'sans-l';
	src: url('../fonts/sans-l.eot');
	src: url('../fonts/sans-l.eot?#iefix') format('embedded-opentype'), url('../fonts/sans-l.woff') format('woff'), url('../fonts/sans-l.ttf') format('truetype');
	font-weight: 400;
	font-smooth: always;
	-webkit-font-smoothing: subpixel-antialiased!important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
	font-family: sans-l;
	src: url(../fonts/sans-l.svg) format(svg)
}
}
html, body {
	-webkit-overflow-scrolling: touch;
	position: relative;
}
/* General */
body {
	background: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 21px;
	overflow-x: hidden
}
h1, h2, h3, h4, h5, h6 {
	color: #3a3a3a;
	font-family: 'sans-l', Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-rendering: auto;
	line-height: 1.25em;
	margin-top: 0
}
h4, h5, h6 {
	line-height: 1.4em
}
h1 {
	font-size: 36px
}
h2 {
	font-size: 30px
}
h3 {
	font-size: 24px
}
h4 {
	font-size: 18px
}
h5 {
	font-size: 15px;
	font-weight: 700
}
h6 {
	font-size: 13px
}
ul {
	list-style: none;
	margin: 0
}
/* Link & hover, focus color */
a {
	color: #777
}
a, a:hover, a:focus {
	-webkit-transition: color 0.4s ease 0s;
	transition: color 0.4s ease 0s;
	text-decoration: none
}
a:focus {
	outline: none
}
img {
	border: 0 none;
	height: auto;
	max-width: 100%;
	vertical-align: middle
}
input[type=submit] {
	display: block;
	padding: 8px 35px;
	background: #ef672f;
	border: 1px solid #ef672f;
	color: #fff;
	font-family: 'sans-l', Arial, Helvetica, sans-serif;
	font-size: 17px
}
input[type=submit]:hover {
	color: #fff;
	background: #d0511d
}

/* SCROLLBAR  */
/*
::-webkit-scrollbar {
 width: 10px;
 height: 7px;
}

::-webkit-scrollbar-thumb {
 background-color: rgba(239, 103, 47, 1);
}

::-webkit-scrollbar-track {
 background-color: rgba(50, 50, 50, 0.2);
}
*/
/* ANIMATE*/
.trans-hover {
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.hover {
	display: inline-block;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hover:hover, .hover:focus, .hover:active {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
	-webkit-animation-name: hover;
	animation-name: hover;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}
.outline-inward-round {
	display: inline-block;
	position: relative;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.outline-inward-round:before {
	pointer-events: none;
	content: '';
	position: absolute;
	border: #ef672f solid 2px;
	top: -16px;
	right: -16px;
	bottom: -16px;
	left: -16px;
	opacity: 0;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	border-radius: 70px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: top, right, bottom, left;
	transition-property: top, right, bottom, left
}
.outline-inward-round:hover:before, .outline-inward-round:focus:before, .outline-inward-round:active:before {
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
	opacity: 1;
}
/* HEADER */
header {
	padding: 10px 0px 0px 0px;
	width: 100%;
	position: fixed;
	z-index: 999;
	display: block;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}
header h1.logo {
	float: left;
	font-family: "sans-l", sans-serif;
	font-size: 50px;
	color: white;
	font-weight: 400;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s
}
header h1.logo a {
	color: #fff
}
header h1.logo a span {
	color: #ef672f
}
header.smaller {
	padding: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s
}
header.smaller h1.logo {
	width: 150px;
	line-height: 48px;
	font-size: 30px;
}
header.smaller .nav ul li a {
	padding: 0px 18px 15px 18px;
}
/* MENU */
.nav {
	float: right;
	
	padding: 12px 0px 0px 0px;
	position: relative;
	min-height:46px;
}

.nav ul li {
	float: left;
	z-index:9999;
}
.nav ul li.active {
 border-bottom: 2px solid #ef672f
}
.nav ul li:last-child {
	margin-right: 0px
}
.nav ul li a {
	font-family: 'sans-l', Arial, Helvetica, sans-serif;
	display: block;
	color: #fff;
	padding: 0px 18px 20px 18px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: color .5s, background .5s, height .5s;
	-moz-transition: color .5s, background .5s, height .5s;
	-o-transition: color .5s, background .5s, height .5s;
	-ms-transition: color .5s, background .5s, height .5s;
	transition: color .5s, background .5s, height .5s;
}
/*.nav ul li a.active {
	border-bottom: 2px solid #ef672f
}
.nav ul li a:hover {
	border-bottom: 2px solid #ef672f
}*/
/* Hover effect for the whole navigation to make the hovered item stand out */

.no-touch .nav ul:hover a {
	color: rgba(249, 249, 249, .5);
}
.no-touch .nav ul:hover a:hover {
	color: rgba(249, 249, 249, 0.99);
}
/* MAIN SLIDER */
.main-slider {
/*background:url(../images/bg-slider-1.jpg) no-repeat;
	background-size:cover;
	height:650px;*/
	
}
/* ABOUT US */
.about-us {
	float: left;
	padding: 85px 0;
	position: relative;
	width: 100%
}
.about-us h2, .service h2, .team h2, .contact h2 {
	text-align: center;
	color: #333;
	background: url(../images/line.png) no-repeat center bottom;
	padding:0px 15px 25px 15px;
	
	margin-bottom: 25px
}
.about-us h2 span, .about-us .info span {
	color: #ef672f
}
.about-us .info {
	font-family: 'sans-l', Arial, Helvetica, sans-serif;
}
.about-us .info h3 {
	color: #777;
	margin-bottom: 15px;
	font-weight: bold
}
.about-us .info p {
	text-align: justify;
	line-height: 25px;
	padding-bottom: 15px;
	font-size: 14px
}
/* PORFOLIO */
.porfolio {
	background: url(../images/porfolio-bg.jpg) no-repeat;
	background-size: cover;
	float: left;
	padding: 70px 0 0;
	position: relative;
	width: 100%;
	margin-bottom: 35px
}
.porfolio h2 {
	color: #ef672f;
	text-align: center;
	padding:0px 15px 50px 15px;
}
.porfolio .por-carousel img {
	border: 3px solid #fff
}
.porfolio .info {
	padding-top: 40px;
	font-family: 'sans-l', Arial, Helvetica, sans-serif;
	color: #fff;
}
.porfolio .info h3 {
	padding-bottom: 30px;
	color: #fff
}
.porfolio .info p {
	color: #fff;
	text-align: justify;
	font-size: 14px
}
.porfolio .info ul.feature {
	padding: 35px 0px;
	font-size: 15px
}
.porfolio .info ul.feature li {
	line-height: 35px
}
.porfolio .info ul.feature li i {
	padding-right: 10px
}
.porfolio .info ul.demo-buy li {
	float: left;
	margin-right: 15px
}
.porfolio .info ul.demo-buy li a {
	display: block;
	text-transform: uppercase;
	padding: 8px 35px;
	border: 1px solid #fff;
	color: #fff
}
.porfolio .info ul.demo-buy li a:hover {
	color: #ef672f;
	border: 1px solid #ef672f
}
.porfolio .info ul.demo-buy li:last-child a {
	background: #ef672f;
	border: 1px solid #ef672f
}
.porfolio .info ul.demo-buy li:last-child a:hover {
	color: #fff;
	background: #d0511d
}
/* REFUND */
.refund {
	float: left;
	position: relative;
	width: 100%;
	margin-bottom: 35px
}
.refund .info {
	border-top: 1px solid #e0e0e0;
	border-bottom: 5px solid #e0e0e0;
	padding: 25px 0px;
	overflow:hidden
}
.refund .info h3 {
	color: #ef672f;
	text-align: center;
	padding-bottom: 15px
}
.refund .info p {
	color: #777;
	text-align: center;
	font-family: 'sans-l', Arial, Helvetica, sans-serif;
	line-height: 25px
}
.refund .info p a{
	color:#ef672f
}

.refund .info p a:hover{
	text-decoration:underline
}
/* SERVICE */
.service {
	background: #f9f9f9;
	float: left;
	padding: 100px 0 70px 0;
	position: relative;
	width: 100%
}
.service .block .img-frame {
	text-align: center;
	margin: 10px auto;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	border-radius: 70px;
	width: 85px;
	height: 85px;
	border: 2px solid #ef672f;
	background: #fff;
}
.service .block .img-frame:hover {
	background: #ef672f;
}
.service .block .img-frame i {
	font-size: 30px;
	display: block;
	margin: 26px auto;
	color: #ef672f
}
.service .block .img-frame:hover i {
	color: #fff
}
.service .block {
	font-family: 'sans-l', Arial, Helvetica, sans-serif;
	text-align: center;
	margin-bottom: 25px
}
.service .block h3 {
	color: #ef672f;
	font-family: 'sans-l', Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	font-size: 20px
}
.service .block p {
	line-height: 25px;
	color: #777
}
/* TEAM */
.boxgrid h3 {
	color: #FFF;
	font-size: 17px;
	font-family: 'sans-l', Arial, sans-serif;
	padding-bottom:5px
}
.boxgrid {

	height: 200px;

	overflow: hidden;
	position: relative;
}
.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	width:100%
}
.boxgrid img:hover {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
.boxcaption {
	float: left;
	position: absolute;
	background:rgba(239,103,47,0.8);

	width: 100%;
	padding:10px
}
.boxcaption p {
	font-style: italic;
	font-size: 13px;
	color:#fff
}
.boxcaption span{
	color:#fff;
	font-family: 'sans-l', Arial, sans-serif;
	font-size:13px;
	  display: block;
  padding-bottom: 10px;
    height: 40px;
  overflow: hidden
}
.captionfull .boxcaption {
	top: 260px;
	left: 0;
}
.caption .boxcaption {
	top: 160px;
	left: 0;
}










.team {
	float: left;
	padding: 90px 0;
	position: relative;
	width: 100%
}

/* CUSTOMER */
.customer {
	background: #303236;
	float: left;
	padding: 30px 0;
	position: relative;
	width: 100%;
}
.customer img {
	text-align: center;
	margin: 0 auto;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	opacity: .3;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.customer img:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
	opacity: 1
}
/* CONTACT */
.contact {
	float: left;
	padding: 110px 0 110px 0px;
	position: relative;
	width: 100%
}
.contact p {
	text-align: center;
	font-family: 'sans-l', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #777;
	padding:0px 15px 10px 15px
}
.contact input[type=text], .contact input[type=email], .contact textarea {
	padding: 10px;
	border: 1px solid #e0e0e0;
	outline: none;
	width: 100%;
	margin-bottom: 15px
}
.contact textarea {
	resize: vertical;
	min-height: 160px
}
.contact input[type=text]:hover, .contact input[type=email]:hover, .contact textarea:hover {
	border: 1px solid #ef672f;
}
.contact .info {
	padding: 35px 0px
}
.contact .info h5 {
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 20px
}
.contact h6 {
	color: #333;
	font-size: 16px;
	font-weight: bold
}
.contact h6 i {
	padding-right: 10px
}
.contact span {
	color: #777;
	font-family: 'sans-l', Arial, Helvetica, sans-serif;
	display: block;
	padding: 5px 0px
}
.contact ul.social {
	padding: 10px 0px
}
.contact ul.social li {
	float: left;
	display: block;
	margin-right: 10px
}
.contact ul.social li a {
	display: block;
	color: #e0e0e0;
	padding: 7px 8px;
	width: 35px;
	text-align: center;
	border: 1px solid #e0e0e0
}
.contact ul.social li a.fb:hover {
	background: #3c5b9b;
	color: #fff;
	border: 1px solid #3c5b9b
}
.contact ul.social li a.tw:hover {
	background: #2daae1;
	color: #fff;
	border: 1px solid #2daae1
}
.contact ul.social li a.gplus:hover {
	background: #f63d27;
	color: #fff;
	border: 1px solid #f63d27
}
.contact ul.social li a.yt:hover {
	background: #e14e42;
	color: #fff;
	border: 1px solid #e14e42
}
/* FOOTER */
footer {
	background: #303236;
	padding: 25px 0px;
	clear: both;
	color: #fff;
	font-size: 15px
}
footer p {
	font-family: 'sans-l', Arial, Helvetica, sans-serif
}
footer span {
	color: #ef672f
}

/* SLIDER */
.boxedcontainer		{	max-width: 1170px; margin:auto; padding:0px 30px;}

.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;

}

.tp-banner{
	width:100%;
	position:relative;
}

.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}

.banner-heading-1{
	text-align:center;
	font-family:'sans-l',Arial, Helvetica, sans-serif;
	font-size:18px
}

.banner-heading-2,
.banner-heading-2a{
	font-family:'sans-l',Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fff
}
.banner-heading-2a{
	font-weight:bold
}

.banner-heading-3{
	font-family:'sans-l',Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fff
}

.banner-heading-4{
	font-family:'sans-l',Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
	text-align:center;
	line-height:25px
}
.background_header{background:#333;min-height:25px;}
