@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */


/* Custom CSS
 * --------------------------------------- */

@import url("https://use.typekit.net/ari5sxe.css");
body {
	font-family: 'Lato', sans-serif;
	color: #333;
	color: rgba(0,0,0,0.7);
	background-color: #4B4B4D;
	font-size: 13px;
}
.wrap {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
p {
	margin-bottom: 15px;
	text-align: justify;
}
ol {
	margin-left: -15px;
	font-size: 24px;
	font-style: italic;
}
ol li p {
	padding: 14px;
	border-left: 1px solid #ccc;
	font-size: 13px;
	font-style: normal;
	margin-bottom: 0px;
}
ol li p em {
	display: block;
}
.section {
	text-align: justify;
}
.container {
	padding-left: 0;
	padding-right: 0;
	margin-right: 15px
}
.twitter-share-button {
	position: fixed;
	z-index: 99;
	right: 149px;
	top: 9px;
}
.my-arrow.left_col {
	left: 35px;
}
.my-arrow.right_col {
	right: 35px;
}
.fp-controlArrow {
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	position: absolute;
	z-index: 4;
	top: 45%;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	margin-top: -38px;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* Style for our header texts
	* --------------------------------------- */
h1 {
	font-family: bebas-neue, sans-serif;
	font-size: 2em;
}
h2 {
	font-family: bebas-neue, sans-serif;
	font-size: 1.5em;
}
.right_col, .left_col {
	padding: 0;
}
/* Centered texts in each section
	* --------------------------------------- */
	
.icon {
	display: block;
	width: auto;
	height: 40px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	padding-left: 55px;
}
.icon.phone {
	background-image: url('/images/phone.png');
}
.icon.www {
	background-image: url('/images/www.png');
}
.icon.office {
	background-image: url('/images/office.png');
}
.section {
	background-size: cover;
	background-repeat: no-repeat;
}
.fp-section.fp-table, .fp-slide.fp-table {
	display: table;
	table-layout: fixed;
	width: 85%;
	margin: 0 auto;
}
#section2, #section3, #section4, #section5 {
/*background-image: url(../images/bg-transp.png);
		padding: 6% 0 0 0;*/
}
/*===LANDING=====*/

#section0 .intro {
	display: block;
	height: 100vh;
	width: 85vw;
	background-image:url(../images/home_bg.jpg);
	background-position: 0 0;
	background-size:cover;
}
#section0 img.homelogo {
	width: 33vw;
	position: absolute;
	right: 20vh;
	top: 20vh;
}
#section0 .contact {
	margin-bottom: 110px;
	position: absolute;
	font-size: .95em;
	bottom: 0;
	margin-left: 40px;
}
#section0 li {
	padding: 8px 0;
	list-style: none;
}
/*===WELCOME=====*/

#section1 .fp-tableCell {
	vertical-align: top;
	padding-top: 0px;
}
#section1 .right_col {
	overflow: hidden;
	height: 100vh;
	background-image: url(../images/prakata.jpg);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}
#section1 .left_col {
	padding-left: 80px;
	padding-top: 180px;
}
#section1 .left_col h1 {
	font-size: 4em;
}
#section1 .left_col h2 {
	font-size: 2.4em;
}
#section1 p {
	margin: 0 80px 25px 0px;
	font-size: 1.1em;
}
#section1 li {
	font-size: 1em;
}
/*===WHOWEARE=====*/

#section2 .fp-tableCell {
	vertical-align: top;
	padding-top: 0px;
}
#section2 .right_col {
	overflow: hidden;
	height: 100vh;
	background-image: url(../images/profil.jpg);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}
#section2 .left_col {
	padding-left: 80px;
	padding-top: 180px;
}
#section2 .left_col h1 {
	font-size: 4em;
}
#section2 .left_col h2 {
	font-size: 2.4em;
}
#section2 p {
	margin: 0 80px 25px 0px;
/*	font-size: .95em;*/
}
#section2 li {
/*	font-size: 1em;*/
}
/*===PRODUCTS=====*/

#section3 .fp-tableCell {
	vertical-align: top;
	margin-bottom: 70px;
}
#section3 .top {
	height: auto;
	overflow: hidden;
	max-width: 100%;
	text-align: center;
	display:flex;
}
#section3 .top img {
	width: 100%;
	height: auto;
	float: left;
	margin-left: 25px
}
 @media (min-width: 1025px) {
#section3 .top img {
	width: auto;
	height: 50vh;
}
#section3 .fp-tableCell {
	padding-top: 70px;
}
}
 @media (min-width: 769px) {
#section3 .top img {
	width: 87%;
	height: auto;
	margin: 0 auto;
}
#section3 .fp-tableCell {
	padding-top: 100px;
}
}
 @media (min-width: 479px) {
#section3 .top img {
	width: auto;
	height: 60vh;
}
#section3 .fp-tableCell {
	padding-top: 80px;
}
}
#section3 img {
	margin: 0;
}
#section3 .left_col {
	margin-bottom: 50px;
	margin-left: 67px
}
#section3 p {
	margin: 20px 10px 40px 80px;
}
#section3 .left_col h2 {
	font-size: 2em;
	margin-top: 15px;
	margin-left: 80px;
}
#section3 .fp-controlArrow.fp-prev {
	border-color: transparent #0003 transparent transparent;
}
#section3 .fp-controlArrow.fp-next {
	border-color: transparent transparent transparent #0003;
}
/*===PARTNERS=====*/

#section4 .fp-tableCell {
	vertical-align: top;
	margin-bottom: 70px;
}
#section4 .top {
	height: auto;
	overflow: hidden;
	max-width: 100%;
	text-align: center;
	display:flex;
}
#section4 .top img {
	width: 100%;
	height: auto;
}
 @media (min-width: 1025px) {
#section4 .top img {
	width: 93%;
	height: auto;
}
#section4 .fp-tableCell {
	padding-top: 70px;
}
}
 @media (min-width: 769px) {
#section4 .top img {
	width: 91%;
	height: auto;
}
#section4 .fp-tableCell {
	padding-top: 100px;
}
}
 @media (min-width: 479px) {
#section4 .top img {
	width: 87%;
	height: auto;
	margin:0 auto;
}
#section4 .fp-tableCell {
	padding-top: 80px;
}
}
#section4 img {
	margin: 0;
}
#section4 .left_col {
	margin-bottom: 50px;
	margin-left: 67px
}
#section4 p {
	margin: 20px 10px 40px 80px;
}
#section4 .left_col h2 {
	font-size: 2em;
	margin-top: 15px;
	margin-left: 80px;
}
#section4 .fp-controlArrow.fp-prev {
	border-color: transparent #0003 transparent transparent;
}
#section4 .fp-controlArrow.fp-next {
	border-color: transparent transparent transparent #0003;
}
/*===PORTFOLIO=====*/

#section5 .fp-tableCell {
	vertical-align: top;
	margin-bottom: 70px;
}
#section5 .top {
	height: auto;
	overflow: hidden;
	max-width: 100%;
	text-align: center;
	display:flex;
}
#section5 .top img {
	width: 100%;
	height: auto;
	float: left;
	margin-left: 25px
}
 @media (min-width: 1025px) {
#section5 .top img {
	width: auto;
	height: 50vh;
	margin:0 auto;
}
#section5 .fp-tableCell {
	padding-top: 70px;
}
}
 @media (min-width: 769px) {
#section5 .top img {
	width: 91%;
	height: auto;
}
#section5 .fp-tableCell {
	padding-top: 100px;
}
}
 @media (min-width: 479px) {
#section5 .top img {
	width: auto;
	height: 60vh;
}
#section5 .fp-tableCell {
	padding-top: 80px;
}
}
#section5 img {
	margin: 0;
}
#section5 .left_col {
	margin-bottom: 50px;
	margin-left: 67px
}
#section5 p {
	margin: 20px 10px 40px 80px;
}
#section5 .left_col h2 {
	font-size: 2em;
	margin-top: 15px;
	margin-left: 80px;
}
#section5 .fp-controlArrow.fp-prev {
	border-color: transparent #0003 transparent transparent;
}
#section5 .fp-controlArrow.fp-next {
	border-color: transparent transparent transparent #0003;
}
/* Fixed header and footer.
	* --------------------------------------- */
#header, #footer {
	position: fixed;
	height: 70px;
	display: block;
	width: 100%;
	background: #fff;
	z-index: 9;
	text-align: center;
	color: #333;/*padding: 20px 0 0 0;*/
}
#header {
	top: 0px;
}
/*.navbar-default{ background:none; border:none; border-radius:0px;}*/
	
.navbar-nav {
	margin-top: 25px;
	font-size: 1em;
	border-left: #fff7 1px solid;
	margin-left: 10px;
	padding-left: 14px;
}
.navbar-default .navbar-nav>li>a {
	color: #FFF;
	text-shadow: #0005 1px 1px;
	padding-right: 10px;
}
.navbar-default {
	background-color: #F2963B;
	border: none !important;
	border-bottom: 1px solid #d0cdcd;
	height: 85px;
	padding-top: 5px;
	width: 85%;
	margin: 0 auto;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #444;
	background-color: transparent;
}
#footer {
	bottom: 0px;
	height: 60px;
	padding: 15px 0 0 0;
	font-size: .9em;
	color: #777;
	text-align: right;
	padding-right: 40px;
	width: 85%;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.navbar-brand>img {
	display: block;
	width: 100%;
}
 @media (max-width: 1023px) {
.nav>li>a {
	padding: 10px 10px;
}
.nav>li>a {
	padding: 14px 5px;
}
.navbar-header {
	max-width: 260px;
}
.navbar-brand {
	padding: 15px 0px 0px 10px;
}
#section4 .left_col {
	margin-left: 40px;
}
 @media (max-width: 767px) {
 .navbar-brand {
width:300px !important;
}
 .navbar-collapse {
background-color:#e7e7e7
}
 .nav li {
background-color:rgba(248, 248, 248, 1);
border-bottom:1px solid #e7e7e7;
}
 .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
 color: #ccc;
 background-color: rgba(250, 205, 105, 0.16);
}
 .navbar-brand {
padding: 15px 0px 0px 15px;
}
 .navbar-header {
max-width:none;
}
 .navbar-toggle {
margin-top: 15px;
margin-right: 40px;
}
 #section3 .left_col {
margin-left: 20px;
padding-right:20px;
}
 #section4 .left_col {
margin-left: 20px;
padding-right:20px;
}
 #section5 .left_col {
margin-left: 20px;
padding-right:20px;
}
}
 @media (max-width: 479px) {
.navbar-brand {
	width: 200px !important;
}
#section0 .contact {
	width: 92%;
}
.navbar-default {
	height: 60px;
}
.navbar-toggle {
	margin-top: 15px;
	margin-right: 15px;
}
#section3 .left_col h2 {
	font-size: 2em;
	color: #f0f0f0;
	margin-top: 15px;
	margin-left: 37px;
}
#section3 .top {
	padding: 35px 0 0 0 !important;
}
#section3 .fp-controlArrow {
	top: 22%;
}
#section3 .fp-controlArrow.fp-prev {
	left: 0px
}
#section3 .fp-controlArrow.fp-next {
	right: 0px
}
#section4 p {
	margin: 15px 20px 15px 40px;
}
#section4 .left_col h2 {
	font-size: 2em;
	color: #f0f0f0;
	margin-top: 15px;
	margin-left: 37px;
}
#section4 .top {
	padding: 35px 0 0 0 !important;
}
#section4 .fp-controlArrow {
	top: 22%;
}
#section4 .fp-controlArrow.fp-prev {
	left: 0px
}
#section4 .fp-controlArrow.fp-next {
	right: 0px
}
#section5 p {
	margin: 15px 20px 15px 40px;
}
#section5 .left_col h2 {
	font-size: 2em;
	color: #f0f0f0;
	margin-top: 15px;
	margin-left: 37px;
}
#section5 .top {
	padding: 35px 0 0 0 !important;
}
#section5 .fp-controlArrow {
	top: 22%;
}
#section5 .fp-controlArrow.fp-prev {
	left: 0px
}
#section5 .fp-controlArrow.fp-next {
	right: 0px
}
}
