/*=============================================================================================	
	Author : Muhammad Febriansyah
	Date       : April 2017
==============================================================================================*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);

body {
	color: #2a2728;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.wow {
   visibility: hidden;
}
.overflowHidden {
    overflow: hidden;
}
.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    animation-timing-function: ease;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.regular {
	font-weight: lighter;
}
.left {
	float: left;
	display:inline;
}
.right {
	float: right;
	display:inline;
}
.relative{
	position:relative;
}
.clear {
	clear: both;
}
a {
	text-decoration: none;
	color: #cc9e3a;
    transition: all 0.3s ease-in-out 0s;
}
strong {
	font-weight: 700;
}
p {
	margin: 1px 0 15px;
	line-height: 25px;
}
input, textarea, select {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	border: none;
	border: 1px solid #c9c9c9;
	padding: 5px;
	margin: 0;
	color: #666;
}
img {
	margin-bottom: -3px;
}
input[type=checkbox], input[type=radio] {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
section {
    position: relative;
}
.section-padding{
	padding: 50px 0;
}
.text-center{
	text-align: center;
}
/* structure
----------------------------------------------------------------------------------------------*/
.wrapper {
	width: 1200px;
	margin: 0 auto;
}
.mid-wrapper{
	width: 960px;
	margin: 0 auto;
}
.inner_wrap{ width:800px; margin: 0 auto; }
.afterclear:after {
	clear: both;
	content: '';
	display: block;
}
/* style button
----------------------------------------------------------------------------------------------*/

/* style header
----------------------------------------------------------------------------------------------*/
header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	transition: all 0.3s ease-in-out 0.3s;
}
header.bgScroll{
	background:rgba(0,98,204,0.9);
}
.head-menu{
	padding: 20px 0;
}
.head-menu:after,
.head-menu:before{
	content: '';
	display: table;
}
.head-menu:after{
	content: '';
	clear: both;
}
.logo{
	float: left;
	max-width: 70px;
}
.main-menu{
	float: right;
	margin-top: 8px;	
}
.main-menu .group-menu{
	display: inline-block;
	vertical-align: middle;
}
.main-menu ul{
	padding: 0;
	margin: 0;
	position: relative;
}
.main-menu ul li{
	display: inline-block;
}
.main-menu ul li a{
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	float: left;
    padding: 6px 10px 4px 10px;
    text-decoration: none;
    opacity: 0.7;
}
.main-menu ul li a:hover,.current_page_item a { 
	opacity: 1;
}
#magic-line { 
	position: absolute;
	bottom: -2px; 
	left: 0; 
	width: 100px; 
	height: 2px; 
	background: #fff;
}
.cal-info{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;font-size: 14px;
}
.title-top{
	display: block;
	padding: 10px 0;
	margin-bottom: 100px;
	text-align: center;
}

/* style kontent
----------------------------------------------------------------------------------------------*/
#home-slider .cameraContent{
	text-align: center;
}
#home-slider .camera_caption div{
	margin: 0 auto;
}
#home-slider .camera_caption h1{
	font-size: 36px;
	background: #0078fa;
    font-weight: 300;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
}
#home-slider .camera_caption p{
	background: none;
	font-size: 26px;
	color: #fff;
	font-weight: 300;
}
.title-top h3{
	font-size: 54px;
	margin:0;
	color: #555555;
	font-weight: 100;
	padding: 0;
	position: relative;
	margin-bottom: 15px;
}
.title-top h3:after{
	content: '';
	width: 80px;
	background: #0076f7;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: -5px;
	margin-left: -40px;
}

.row-list{
	margin-left: -15px;
	margin-right: -15px;
}
.row-list:after,.row-list:before{
	content: '';
	display: table;
}
.row-list:after{
	content: '';
	clear: both;
}
.cols1{
	width:100%;
	position: relative;
	float: left;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
}
.cols3{
	width: 33.33%;
	position: relative;
	float: left;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
}
.cols2{
	width: 50%;
	position: relative;
	float: left;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
}
.cols4{
	width: 25%;
	position: relative;
	float: left;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
}
.caption-core h4{
	margin: 15px 0 10px 0;
	transition: all 0.3s ease-in-out 0s;
	text-transform: uppercase;
}
.caption-core p{
	font-size: 20px;
	line-height: 30px;
	color:#555;
}
.coreList:hover .caption-core h4{
	color: #0062cc;
}
#we_do{
	background: url(../images/material/bg-wedo.jpg) no-repeat bottom;
}
.icon-wedo{
	padding: 50px 0;
}
.caption-wedo{
	text-align: left;
}
.row-wedo{
	display: block;
	width: 100%;
	padding: 15px 0;
}
.row-wedo h3{
	background: url(../images/material/text-icon-wedo.png) no-repeat left top;
	padding: 8px 0 0px 50px;
	font-size: 25px;
	font-weight: 400;
	color: #575960;
	margin: 0 0 15px 0;
}
.row-wedo h3:hover{
	background: url(../images/material/text-icon-wedo-hover.png) no-repeat left top;
	padding: 8px 0 0px 50px;
	color: #0062cc;
}
.row-wedo  p{
	padding: 0 0 0 50px;
	color: #000000;
	font-weight: 300;
}

/*-----------------accordion--------------------*/

#content-accodion {
    margin-top: 40px;
    margin-bottom: 40px;

}

#content-accodion .items {
    margin-bottom: 10px;
}

#content-accodion h4.page {
    font-size: 25px;
    font-weight: 400;
    color: #575960;
    margin: 0px;
    padding: 15px 15px 15px 70px;
    position: relative;
    cursor: pointer;

}

#content-accodion h4.page.active {
    color: #0062cc;
}

#content-accodion h4.page.active:before {
    background: url(../images/material/text-icon-wedo-hover.png) no-repeat no-repeat;
}

#content-accodion h4.page:before {
    content: ' ';
    background: url(../images/material/text-icon-wedo.png) no-repeat no-repeat;
    width: 36px;
    height: 37px;
    position: absolute;
    left: 20px;
    top: 17px;
}

#content-accodion .content {
    display: none;
    padding: 10px 10px 10px 60px;
}
.hide{
    display: none;
}

.workspace{
	position: relative;
	width: 100%;
	height: 220px;
	overflow: hidden;
}
.workspace img{
	position: absolute;
	max-width: 350px !important;
	width: 350px !important;
	margin-left: -175px;
	left: 50%;
	top: 0;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
  	-moz-transition: all 1s ease; /* Firefox */
  	-o-transition: all 1s ease; /* IE 9 */
  	-ms-transition: all 1s ease; /* Opera */
  	transition: all 1s ease;
}
.workspace:hover img{
	-webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
}
.overflow-vid {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(25,113,209,0);
    margin: auto;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
}
.workspace:hover .overflow-vid{
	background: rgba(25,113,209,0.7);
}

.text-workspace{
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-top: -30px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    position: absolute;
    top: 50%;
    width: 100%;
    transition: all 0.35s ease-in-out 0s;
    font-size: 16px;
    color: #fff;
    z-index: 1;
    opacity: 0;
}
.workspace:hover .text-workspace{
	opacity: 1;
}
.work-carousel .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0px;
}
.work-carousel .owl-theme .owl-dots .owl-dot.active span,.work-carousel .owl-theme .owl-dots .owl-dot:hover span {
    background: #156dcc;
}
#gelombang{
	background: url(../images/material/gelombang.png ) repeat-x;
	height: 0;
	width: 100%;
	display: block;
}
#contact_us{
	background: url(../images/material/bg-kontak.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.title-kontak{
	width: 100%;
	font-size: 40px;
	font-weight: 300;
	color: #0062cc;
	margin: 0 0 15px 0;
}
.contact-input{
	background: rgba(223,223,213,0.7);
	border: none;
	padding: 10px;
	font-size: 14px;
	width: 100%;
    transition: all 0.35s ease-in-out 0s;
    border:1px solid #ccc;
}
.contact-input:focus{
	border:1px solid #f2d24f;
}
.bt-submit{
	display: block;
	width: 100%;
	text-align: center;
	border: none;
	padding: 10px;
	color:#fff;
	font-size: 20px;
	background: #0062cc;
}
.right-footer{
	text-align: right;

}
.socmed-list{
	padding: 0;
	margin: 0;
	text-align: right;
}
.socmed-list li{
	display: inline-block;
	margin: 0 5px;
}
.socmed-list li a{
	color: #fff;
	font-size: 30px;
}
.banner-porto{
	background: #1985fa;
	text-align: center;
}
.bg-porto{
	padding-top: 100px;
	background: url(../images/content/bg-porto.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.desc-detail{
	max-width: 840px;
	padding:20px;
	margin: 0 auto;
	color: #fff;
}
.desc-detail h3{
	margin: 0 0 10px 0;
}
.desc-detail a{
	color: #fff;
	margin-left: 5px;
	text-decoration: underline;
}
.line-white{
	max-width: 400px;
	height: 2px;
	background: #fff;
	margin: 0 auto;
}
.images-mockup{
	position: relative;
	width: 100%;
	height: 400px;
	overflow: hidden;
}
.mac-mockup{
	max-width: 540px;
	position: absolute;
	left: 50%;
	margin-left: -270px;
	bottom: -115px;
	z-index: 1;
}
.ipad-mockup{
	max-width: 316px;
	position: absolute;
	left: 50%;
	margin-left:-500px;
	bottom: -80px;
	z-index: 2;
}
.iphone-mockup{
	max-width: 143px;
	position: absolute;
	left: 50%;
	margin-left:200px;
	bottom: -50px;
	z-index: 2;
}
.yellow-section{
	background: #f4cc2e;
	padding: 40px 0;
}
.connect-us{
	text-align: center;
	color: #fff;
}
.connect-us h3{
	margin: 10px 0;
	text-transform: uppercase;
}
.connect-us a{
	display: inline-block;
	background: #fff;
	padding: 10px 20px;
	color: #000;
	text-transform: uppercase;
	font-size: 16px;
}
.connect-us a:hover{
	background: #1985fa;
	color: #fff;
}
.another-porto{
}
.caption-work{
	display: block;
	margin-top: 15px;
}
.caption-work h4{
	text-transform: uppercase;
	margin: 0;
	font-size: 15px;
	color: #575960;
}
.caption-work p{
	font-size: 14px;
	color: #575960;
}
/* style Footer
----------------------------------------------------------------------------------------------*/
footer{
	padding: 50px 0px 50px 0;
	background: url(../images/material/bg-footer.png) repeat-x center 120% #575960;
}
footer p{
	color: #fff;
	font-weight: 300;
	font-size: 16px;
}
.logo-footer{
	max-width: 120px;
	margin-bottom: 15px;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 480px) {
/* Mobile styles */
}
 @media screen and (min-width:481px) and (max-width:1024px) {
/* Tablet styles */
}
 @media only screen and (min-width: 1140px) {
/* Desktop styles */
}
