@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900");
@import url("font-awesome.min.css");

html,body{
	height:100%;
	}

body{
    font-family: "Source Sans Pro", "sans-serif";
    font-weight: 300;
    font-size: 1.3em;
    letter-spacing: 0.5px;
    line-height: 35px;
    color: #39454b;
	min-height: 100%;
	padding-top: 70px;
    
}

.carousel,.item,.active{
	height:100%;
	}
.carousel-inner{
	height:100%;
	}

.carousel-container{
	padding:0px;
	margin:0px;
}

.navbar-default {
     background-color: #FFFFFF;
     border-color: #e7e7e7; 
	 height:5em;
}

.navbar {
  
     border: none;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    /* border-color: #e7e7e7; */
    background-color: #FFFFFF;
}

.navbar-default .navbar-nav>li>a {
    color: #777;
    font-size: 1.4em;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background-color: rgba(35, 108, 119, 0.83);
	color:#FFFFFF;
}


@media (min-width: 768px)
{
.navbar-nav>li>a {
    
    font-size: 1.5em;
}
}

@media (min-width: 768px)
{
.navbar-nav {
    float: left;
    margin: 0;
    margin-top: 10px;
}
}

#intro {
   /* background: url(../images/overlay.png), url(../images/intro.jpg);
    background-size: 100%, 100%, cover;
    background-attachment: fixed, fixed;
    background-position: top left, bottom center;
    background-repeat: repeat, no-repeat;*/
}

@media screen and (max-width: 1920px)
{
.main.style2 .content {
    width: 60%;
}}

.main.style2  .content {
    -moz-transition: -moz-transform 1s ease;
    -webkit-transition: -webkit-transform 1s ease;
    -ms-transition: -ms-transform 1s ease;
    transition: transform 1s ease;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
    width: 60%;
    margin: 0;
}

.main  .content {
   width: 130%;
    /*max-width: calc(100% - 4em);*/
    margin: 0 auto;
}

.main.dark {
    color: #ffffff;
}

.main.style1 {
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
    padding: 3em 0 3em 0;
}

.main.fullscreen {
    min-height: 100%;
	height:100%;
}

.main {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    position: relative;
    margin: 0;
    overflow-x: hidden;
	/*height:100%;*/
}

@media screen and (max-width: 736px)
{
.main.style2 {
    padding: 6em 15px 6em 15px;
}}
@media screen and (max-width: 736px)
{
.main.fullscreen {
    height: auto !important;
}
}

.main-service-box {
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 0px;
    padding-left: 40px;
    margin: 0 10px 30px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.main-service-box.about{
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    margin: 0em 5em 3em 5em;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.main.dark .button.style2.down {
    background-image: url(../images/dark-arrow.svg);
}

.main.dark .button.style2 {
    border-color: #ffffff;
}

.button.style2, button.style2 {
    background-color: transparent;
    border: solid 2px #e5e6e7;
    color: inherit;
}

.button.anchored, button.anchored {
    position: absolute;
    left: 50%;
}

.button.down.anchored, button.down.anchored {
    bottom: 0;
    border-bottom: 0;
    border-radius: 3em 3em 0 0;
    height: 4.5em;
    margin-left: -2.5em;
}

@media screen and (max-width: 736px)
{
.main.style2 .button.anchored {
    display: none;
}}

@media screen and (max-width: 736px)
{
.main.style2 .content {
    width: 100%;
    max-width: 100%;
    text-align: center;
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
	padding-top:40px;
	/*margin-top: 40px;*/
}}





/*
@media screen and (max-width: 1000px)
{
.main.style2 .content {
    width: 60%;
}}
*/
.button.down, button.down {
    width: 5em;
    height: 5em;
    line-height: 4.5em;
    padding: 0;
    background-image: url(images/dark-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -10em;
    overflow: hidden;
}

.button, button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    background-color: #98c593;
    border: 0;
    border-radius: 3.5em;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    height: 3.5em;
    line-height: 3.5em;
    outline: 0;
    padding: 0 2em 0 2em;
    position: relative;
    text-align: center;
    text-decoration: none;
}


.box.style2 {
    padding: 3.5em 2.5em 3.5em 2.5em;
}

.box {
    background: #ffffff;
    color: #39454b;
    padding: 2em;
}


#one {
    background: url(../images/overlay.png), url(../images/one.jpg);
    background-size: 256px 256px, cover;
    background-attachment: fixed, fixed;
    background-position: top left, center center;
}

.main.style2.right {
    /*-moz-justify-content: -moz-flex-end;
    -webkit-justify-content: -webkit-flex-end;
    -ms-justify-content: -ms-flex-end;
    justify-content: flex-end;*/
}

.main.dark {
    color: #ffffff;
}

.main.style2 {
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    padding: 3em 0 3em 0;
    overflow: hidden;
}

.main.fullscreen {
    min-height: 100%;
}



#one h2{
	padding-bottom:0.5em;
	/*padding-top:1em;*/
}

@media screen and (max-width: 736px){
#one h2 {
     padding-bottom: 0em;
    /* padding-top: 1em; */
}
}

#one p{
	font-size: 1.4em;
    letter-spacing: 0.5px;
    line-height: 35px;
	padding-left:15px;
	padding-right:15px;
	/*padding-top:1em;*/
}

.icon-srvc {
    width: 85px;
    height: 85px;
    float: left;
    border-radius: 50%;
    border: 1px solid #e4e4e4;
    text-align: center;
    padding: 20px 0;
    margin: 0 40px 0 0;
    font-size: 40px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

@media screen and (max-width: 1024px)
{
.icon-srvc  {
    margin: 0 20px 0 0;
}}

.srvc-content {
    position: relative;
    overflow: hidden;
    color: #666;
}

.srvc-content p{
	height :270px;
}

@media screen and (max-width: 1024px)
{
.srvc-content p  {
    height :auto;
}}

.main-service-box{
	font-size: 1.4em;
    letter-spacing: 0.5px;
    line-height: 35px;
}
	

.icon-srvc img{
    height: 60px;
    margin-top: -10px;
}

.icon-srvc-four img {
    height: 42px;
    margin-top: 1px;
}

.over-state {
    position: absolute;
    bottom: 0;
    color: #fff;
    left: 0;
    width: 100%;   
    line-height: 24px;
    opacity: 0;
	/*display:none;*/
	height:auto;
	padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
	background-color: rgba(35, 108, 119, 0.96);
	
}

.appl{
	padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    background-color: rgba(35, 108, 119, 0.82);
    margin-left: -40px;
    margin-right: -40px;
    color: #fff;
}

.over-state:hover {
    opacity: 1;
    
	/*height:200px;*/
}

.center{
	text-align:center;
	text-transform:uppercase;
}

#product h2{
	padding-bottom:30px;
}

.main-service-box .one {
    background: #e89980;
    color: #ffffff;
	border: 1px solid #e89980;
}

.main-service-box .two {
    background: #7FCDB8;
    color: #ffffff;
	border: 1px solid #7FCDB8;
}

.main-service-box .three {
    background: #90B0BA;
    color: #ffffff;
	border: 1px solid #90B0BA;
}

.main-service-box .four {
    background: #E5CB95;
    color: #ffffff;
	border: 1px solid #E5CB95;
}

.main-service-box:hover .icon-srvc {
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
}

.main-service-box:hover  {
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
}

#contact{
	background:url("../images/bg-contact.png") no-repeat 50% 0;
	background-size:cover;
}

#contact:after {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, .80);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

#contact  .content {
    /*width: 120%;*/
    /*max-width: calc(100% - 4em);*/
    margin: 0 auto;
}

#contact  .container-fluid {
	margin-left: 24%;
    margin-right: 24%;
}

#contact .box {
    -moz-transition: -moz-transform 1s ease;
    -webkit-transition: -webkit-transform 1s ease;
    -ms-transition: -ms-transform 1s ease;
    transition: transform 1s ease;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    position: relative;
}

.contact-info {
    position: relative;
    background: #333;
    padding-top: 80px;
    padding-right: 0px;
    padding-bottom: 105px;
    padding-left: 70px;
}

.contact-info ul{
	list-style:none;
}

.kode-event-contact .container {
    position: relative;
    z-index: 3;
}

#map{
	color:#FFFFFF;
	font-size: 1.4em;
    letter-spacing: 0.5px;
    line-height: 35px;
}

form {
    margin: 0 0 2em 0;
}

form .field.half.first {
    padding: 0 0.75em 0 0;
}

form .field.half {
    width: 50%;
    float: left;
    padding: 0 0 0 0.75em;
}

form .field {
    margin: 0 0 1.5em 0;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], select {
    line-height: 1.35em;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], select, textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    color: #39454b;
    display: block;
    width: 100%;
    padding: 0.65em 0.75em;
    background: none;
    border: solid 2px #e5e6e7;
    color: inherit;
    border-radius: 0.5em;
    outline: none;
	margin-top:34px;
}

@media screen and (max-width: 1024px)
{
input[type="button"], input[type="submit"], input[type="reset"], .button, button {
margin-top:30px;
}}


input[type="button"], input[type="submit"], input[type="reset"], .button, button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    background-color: #98c593;
    border: 0;
    border-radius: 3.5em;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    height: 2.5em;
    line-height: 2.5em;
    outline: 0;
    padding: 0 1em 0 1em;
    position: relative;
    text-align: center;
    text-decoration: none;
	font-size:1.5em;
}

#contact input[type="email"]:focus, #contact input[type="text"]:focus, #contact textarea:focus,#contact input[type="tel"]:focus {
    background-color: rgba(255, 255, 255, 0.1);
    /*border: 1px solid rgba(255, 255, 255, 0.5);*/
	color:#FFFFFF;
	
	
}

input, textarea, select {
    font-family: "Source Sans Pro", "sans-serif";
    font-weight: 300;
    font-size: 1.4em;
    line-height: 1.75em;
    color: #39454b;
    letter-spacing: 0.025em;
}


#team{
	background-color:#F5F5F5;
	
}

.aside_widget_hdg {
    float: left;
    width: 100%;
    border: 1px solid #e6e6e6;
    margin: 0px 0px 40px;
    position: relative;
    box-shadow: 0 1px 8px 0px rgba(0, 0, 0, 0.18);
	background-color:#FFFFFF;
}

.icon-srvc1 {
    width: 185px;
    height: 185px;
    float: left;
    border-radius: 50%;
    border: 1px solid #e4e4e4;
    text-align: center;
    padding: 20px 0;
    margin: 40px 40px 40px 40px;
    font-size: 40px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}


@media screen and (max-width: 736px){
.icon-srvc1 {
    float:none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}}

.icon-srvc2 {
    width: 40px;
    height: 40px;
    float: right;
    border-radius: 50%;
    border: 1px solid #e4e4e4;
    text-align: center;
    padding: 20px 0;
    margin: -50px 20px 40px 40px;
    font-size: 40px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
	background-color:rgba(35, 108, 119, 0.82);
	position:relative;
}

.icon-srvc1 img{
    height: 180px;
    margin-top: -19px;
	width: 179px;
}

.team p{
	font-size: 1.4em;
    letter-spacing: 0.5px;
    line-height: 35px;
}

a.social {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 38px;
    font-size: 20px;
    text-align: center;
    background: rgba(0,0,0,0.3);
    color: #fff;
    margin: 10px 1px;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.modal-body p{
	font-size: 1.4em;
    line-height: 30px;
    
    padding:0em 1em 0em 1em;	
	
}

.modal-body h4{
	text-transform:none;
}

#footer {
    position: relative;
    height: 8em;
    line-height: 5em;
    margin: 0;
    background: #39454b;
    color: rgba(185, 186, 187, 0.5);
    overflow: hidden;
}

#footer ul.actions {
    position: absolute;
    left: 1em;
    top: 2.25em;
    height: 5em;
    line-height: 5em;
    margin: 0;
}

#footer ul.actions li {
    font-size: 1.25em;
    margin: 0;
	display: inline-block;
}	

#footer ul.actions li a {
    padding: 0.5em;
	color:#797F83;
}

.icon:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 2.25em;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.label {
    display: none;
}

ul.actions {
    cursor: default;
}

/*common*/
h2 {
    font-size: 3.4em;
    line-height: 1.25em;
    letter-spacing: -0.05em;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
    color: inherit;
    letter-spacing: -0.0325em;
}

@media (min-width: 768px)
{
.modal-dialog {
    width: 800px;
    margin: 30px auto;
}
}

.modal-profile{
	padding-left:20px;
}

.modal-header {
   padding-top: 0px;    
    padding-bottom: 0px;
    padding-right: 15px;    
    padding-left: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-title {
   margin-left: 15px;
    margin-top: 25px;
    line-height: 1.42857143;
}

.secondary{
	padding-top:50px;
	padding-bottom:30px;
}

header h2{
	padding-bottom:30px;
}

.zero-padding{
	padding-left:0px;
	padding-right:0px;
}

.features {
    left: 0;
    right: 0;
    overflow: hidden;
    margin-left: 2%;
    margin-right: 2%;
    padding-bottom: 50px;
}

#map-canvas {     
        height: 356px;
		 /*border: 1px solid #337ab7;
		 margin-bottom: 40px;*/
      }
	  
	  
@media screen and (max-width: 768px)
{
.box {
   
     padding-left:0px;
	 padding-right:0px;
	padding-bottom:20px;
	padding-top:20px;
}}

@media screen and (max-width: 768px)
{
.main-service-box{
   
   margin: 0 0px 20px;
}}

@media screen and (max-width: 768px)
{
  .srvc-content p {
    height: auto;
	font-size:1em;
}}

@media screen and (max-width: 768px)
{
  
.srvc-content {
    
    overflow: initial;
   
}}

@media screen and (max-width: 768px)
{
  
.info {
    
    text-align:center;
   
}}



@media screen and (max-width: 768px)
{
  
.contact-info {
    
    padding-left:30px;
	
	
   
}}

@media screen and (max-width: 768px)
{
  
.contact-info ul {
    
    padding-left:0px;
   
}}

.title{
	display:none;
}

#product{
	padding-top:50px;
}

#backtop {
    position: fixed;
    left: auto;
    right: 20px;
    top: auto;
    bottom: 20px;
    outline: none;
    overflow: hidden;
    color: #fff;
    text-align: center;
    background-color: rgba(35, 108, 119, 0.83);
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
    transition: all .3s linear;
    z-index: 999999;
    opacity: 1;
    display: none;
}

.alert-success p{
    font-size:1.4em;
}

/*
.fb:hover{
	background-color:#3B5998;
}

.in:hover{
	background-color:#0077B5;
}
*/

/* jssor slider bullet navigator skin 01 css */
        /*
        .jssorb01 div           (normal)
        .jssorb01 div:hover     (normal mouseover)
        .jssorb01 .av           (active)
        .jssorb01 .av:hover     (active mouseover)
        .jssorb01 .dn           (mousedown)
        */
        .jssorb01 {
            position: absolute;
        }
        .jssorb01 div, .jssorb01 div:hover, .jssorb01 .av {
            position: absolute;
            /* size of bullet elment */
            width: 12px;
            height: 12px;
            filter: alpha(opacity=70);
            opacity: .7;
            overflow: hidden;
            cursor: pointer;
            border: #000 1px solid;
        }
        .jssorb01 div { background-color: gray; }
        .jssorb01 div:hover, .jssorb01 .av:hover { background-color: #d3d3d3; }
        .jssorb01 .av { background-color: #fff; }
        .jssorb01 .dn, .jssorb01 .dn:hover { background-color: #555555; }

        /* jssor slider arrow navigator skin 05 css */
        /*
        .jssora05l                  (normal)
        .jssora05r                  (normal)
        .jssora05l:hover            (normal mouseover)
        .jssora05r:hover            (normal mouseover)
        .jssora05l.jssora05ldn      (mousedown)
        .jssora05r.jssora05rdn      (mousedown)
        .jssora05l.jssora05lds      (disabled)
        .jssora05r.jssora05rds      (disabled)
        */
        .jssora05l, .jssora05r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 40px;
            height: 40px;
            cursor: pointer;
            background: url('img/a17.png') no-repeat;
            overflow: hidden;
        }
        .jssora05l { background-position: -10px -40px; }
        .jssora05r { background-position: -70px -40px; }
        .jssora05l:hover { background-position: -130px -40px; }
        .jssora05r:hover { background-position: -190px -40px; }
        .jssora05l.jssora05ldn { background-position: -250px -40px; }
        .jssora05r.jssora05rdn { background-position: -310px -40px; }
        .jssora05l.jssora05lds { background-position: -10px -40px; opacity: .3; pointer-events: none; }
        .jssora05r.jssora05rds { background-position: -70px -40px; opacity: .3; pointer-events: none; }