body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	position: relative;
	min-width: 320px;
	overflow-x: hidden;
}
h1 { 
    margin-top: 0;
    margin-bottom: 25px;
	font-size: 64px;
	color: #28a7e9;
}
h1, h2, h3, h4 {
	font-weight: bold;
}
p { line-height: 1.6em; }
.overlay {
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.6);
   padding-top: 90px;
   padding-bottom: 90px;
}  
/* start page container */
@media (min-width: 768px) {
  .container {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}
/* end page container */
/* start navigation */
.navbar-default {
	background: #fff;
	border: none;
	box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
	margin: 0!important;
}
.navbar-default .navbar-brand {
	color: #28a7e9;
	font-size: 30px;
	font-weight: bold;
	height: 70px;
	line-height: 35px;
}
.navbar-default .nav li a {
	color: #28a7e9;
	font-size: 13px;
	font-weight: bold;
	height: 70px;
	line-height: 40px;
}
.navbar-default .nav li a:hover, .navbar-default .nav li a:focus, .navbar-default .nav li a.current {
	color: #666;
}
.navbar-default .navbar-toggle {
	border: none;
	padding-top: 20px;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #28a7e9;
	border-color: transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent
}
/* end navigation */
/* start home */       
#home {
    background: url('../images/linkms-bg.jpg') no-repeat;
    background-size: cover;
    color: #fff;
    margin-top: 50px;
    text-align: center;
    width: 100%;
}
#home p {
	font-weight: 400;
	font-size: 20px;
	/* font-style: italic; */
	line-height: 2em;
}
#home img {
	display: inline-block;
	margin-top: 30px;
}
/* end home */
/* start desc */
#desc {
	padding-top: 80px;
	padding-bottom: 80px;
}
#desc h3 {
	padding-bottom: 20px;
}
/* end desc */
/* start divider */
#divider {
	background: #f8f8f8;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
}
#divider .fa {
	color: #28a7e9;
	font-size: 60px;
}
#divider h3 {
	font-size: 20px;
}
/* end divider */
/* start trigger */
#trigger {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
}
#trigger h2 {
	padding-bottom: 50px;
}
#trigger p {
	text-align: left;
}
/* end trigger */
/* start setup */
#setup {
	background: #f8f8f8;
	padding-top: 80px;
	padding-bottom: 80px;
}
#setup p {
	padding-top: 10px;
}
#setup .fa {
	background: #28a7e9;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-right: 20px;
}
/* end setup */
/* start setting */
#setting {
	padding-top: 60px;
	padding-bottom: 60px;
}
#setting p {
	padding-top: 10px;
}
#setting h2 {
	margin-top: 0;
}
#setting .btn {
	border-radius: 0px;
	font-weight: bold;
	margin-top: 20px;
	padding: 10px 40px 10px 40px;
}
#setting .btn-primary {
	background: #28a7e9;
}
#setting .btn-primary:hover {
	background: #107DB6;
}
/* end setting */
/* start contact */
#contact {
	background: url('../images/contact-bg.jpg') no-repeat;
	background-size: cover;
	color: #fff;
}
#contact h2 {
	padding-bottom: 10px;
	color: #28a7e9;
}
#contact a {
	margin: 30px 0 50px 0;
	font-weight: bold;
}
#contact .green {
	font-size: 16px;
	font-weight: bold;
	color: #449d44;
}
/* end contact */
/* start footer */
footer {
	background: #fff;
	font-weight: 400;
	text-align: center;
	padding: 20px;
}
footer a {
	color: #333;
	margin-left: 10px;
	margin-right: 10px;
}
/* end footer */
@media screen and ( max-width: 991px ) {
    #trigger .active {
        bottom: 0;
    }
    .trigger {
        margin-bottom: 20px;
    }
    #setup img, #desc img {
        margin-top: 30px;
    }
    #setting img {
        margin-bottom: 30px;
    }
}
@media screen and ( max-width: 767px ) {
    .navbar-default .nav li a {
        height: auto;
        line-height: 2em;
    }
    #setup, #trigger, #desc {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    #contact .overlay {
        padding-top: 40px;
    }
}
/* start media 360 */
@media screen and ( max-width: 360px ){
    .trigger
        {
            padding-bottom: 40px;
        }
}
/* end media 360 */
/* Video */
.script-video {
	width: 470px;
}
@media (max-width: 1199px) {
  .script-video {
    width: 420px;
  }
}
@media (max-width: 991px) {
  .script-video {
    width: 670px;
	margin-top: 40px;
  }
}
@media (max-width: 695px) {
  .script-video {
    width: 545px;
  }
}
@media (max-width: 575px) {
  .script-video {
    width: 445px;
  }
}
@media (max-width: 475px) {
  .script-video {
    width: 320px;
  }
}