/*
  Theme Name: Alstar
  Theme URL: https://bootstrapmade.com/alstar-free-parallax-bootstrap-template/
  Author: BootstrapMade.com
  Author URL: https://bootstrapmade.com
*/

/* ================================
Imports
================================= */
@import url('font-awesome.min.css');
@import url('simpletextrotator.css');
@import url('overwrite.css');
@import url('animate.css');

/* ================================
General
================================= */

body{
	font-size: 15px;
	line-height: 1.6em;
}

h1 {
	font-size: 36px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
	color: #3a3a3a;
	margin-bottom: 20px;
	font-family: 'Kanit', sans-serif !important;
}


.lead{
	font-weight: 400;
}

.box-hide{
	position: relative;
    z-index: 9991;
}

a {
    color: #000;
    transition: 300ms;
}

a:hover {
    color: #bfbaba!important;
    text-decoration: none!important;
}

button {
	display: inline-block;
	margin-bottom: 0;
	margin-bottom: 10px;
	padding: 6px 12px;
	border: 1px solid transparent;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.428571429;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
button.navbar-toggle {
	background: #2b2b2b;
	border: none;
	color: #fff;
}

.btn-theme,.btn-theme:hover,.btn-theme:focus{
	color: #fff;
}
.btn-theme:hover{
	background: transparent !important;
	border-color: #999;
	color: #999;
}

/* ================================
manu header pc
================================= */
.header{
	text-align: center;
    color: #4ff;
    float: none;
    padding: 20px 0;
}

.header img{
	/*width: auto;*/
	width: 280px;
}




/* ================================
margin, padding
================================= */
.mar-top0 {
	margin-top: 0;
}
.mar-top10 {
	margin-top: 10px;
}
.mar-top20 {
	margin-top: 20px;
}
.mar-top30 {
	margin-top: 30px;
}
.mar-top40 {
	margin-top: 40px;
}


/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index:1000;
}

#btns {
	position: fixed;
	padding: 6px 12px 9px 12px;
	font-size: 16px;
	border-radius: 2px;
	/*right: 60px;*/
	top: 187px;
  	transition: background 0.5s;
    z-index:1000;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
  
  #btns {
    bottom: 15px;
  }
  
  .affix {
			    position: unset!important;
			} 
}

.back-to-top:focus {
  outline: none;
}

#btns:focus {
  outline: none;
}

/* ================================
Navbar
================================= */

nav.navbar{
	position: fixed;
	top: -72px;
	margin-bottom: 0px;
	padding: 5px 0px 5px 0px;
	width: 100%;
	border-radius: 0px;
	transition: all 0.2s;
	z-index: 1000;
}

.navbar-nav{
	float: right;
}

.navbar-brand {
    padding: 0px 15px;
    height: 45px;
}

nav.navbar.fixed-to-top{
	top: 0px;
}

.navbar-default{
	border: none;
	border-bottom: none;
	opacity: 1;
	display: none;
	z-index: 9999;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
	color: #3A3A3A;
	cursor: pointer;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	outline: 0;
}

/* brand / logo */
.navbar-default .navbar-brand{
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 2em;
}

/* ================================
Home sections
================================= */

.home-section {
	width: 100%;
	padding: 0px 0px 0px 0px;
}

/* --- heading --- */
.section-heading {
	margin-bottom: 50px;
}

.section-heading h2 {
	font-size: 38px;
	text-transform: uppercase;
}

.section-heading .heading-line {
	margin:0 auto;
	display: block;
	height: 2px;
    width: 50px;
	background: #333;
	margin-top: 10px;
	margin-bottom: 20px;
}


/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #f8f8f8;
}

.bg-dark {
	background: #575757;
}


/* --- section content general color --- */

.color-light h1,.color-light h2,.color-light h3,.color-light h4,.color-light h5,.color-light h6 {
	color: #fff;
}

.color-light h6 a{
	color: #fff;
	text-decoration: none;
	font-weight: 100;
}


.color-light p {
	color: #eee;
}




/* ================================
Intro
================================= */

#intro {
	position: relative;
	margin: 0 auto;
	width: 100%;
	overflow-x: hidden;
	height:100vh;
	z-index:2;
	background-size:cover;

}

.intro-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
	z-index:999;
}

.intro-text h1 {
	color:#fff;
	text-align:center;
	font-weight: 700;
	font-size: 40px;
	line-height:1.1em;
	padding-top:30px;
	text-transform: uppercase;

}

.line-spacer {
	width: 20%;
	margin:0 auto;
	margin-top: 20px;
	margin-bottom: 25px;
	border-bottom:1px solid #fff;
}

.intro-text p span {
	color:#fff;
	font-size: 24px;
	text-align:center;
	font-weight: 300;
}

/* ================================
About
================================= */

#about .about-img {
  height: 350px;
  overflow: hidden;
}

#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}

@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }
  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

#about .content h2 {
  color: #333;
  font-weight: 300;
  font-size: 24px;
  text-align: left;
}

#about .content h3 {
  color: #777;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
  text-align: left;
}

#about .content p {
  line-height: 26px;
  text-align: left;
}

#about .content p:last-child {
  margin-bottom: 0;
}

/* ================================
Team
================================= */
.box-team img {
	margin-bottom: 30px;
}

.ha-parallax-body {
    vertical-align: middle;
    background: rgba(21, 25, 29, 0.45);
    text-align: center;
    color: #FFFFFF;
    min-height: 500px;
    padding: 11% 20% 0px 20%;
}

/* ================================
Services
================================= */
.service.carousel h4,.service.carousel p {
	text-align: left;
}


.service .carousel-control{
	background: none;
}

.service .screenshot{
	overflow: hidden;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}

.service .screenshot img{
	margin-right: auto;
	margin-left: auto;
	padding-left: 4px;
	width: 400px;
}

.service .carousel-indicators {
	position: relative;
	bottom: 0;
	left: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
	padding-bottom: 8px;
	width: 100%;
	background: #ffffff;
}

.service .carousel-indicators .active {
	width: 45px;
	height: 5px;
	border: none;
	border-radius: 0px;
}

.service .carousel-indicators li {
	display: inline-block;
	margin: 1px;
	width: 45px;
	height: 5px;
	border: none;
	border-radius: 0px;
	background: #eeeeee;
	text-indent: -999px;
	cursor: pointer;
}


/* ================================
Works
================================= */
.og-grid {
	list-style: none;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.og-grid li {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 35px 5px 35px;
    letter-spacing: 0px;
}

.og-grid li > a,
.og-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
}

.og-grid li.og-expanded > a::after {
	top: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: none;
	border-width: 15px;
	left: 50%;
	margin: -20px 0 0 -15px;
}

.og-expander {
	position: absolute;
	background: #FFF;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	height: 0;
	overflow: hidden;
}

.og-expander-inner {
	padding: 50px 0;
	height: 100%;
}

.og-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.og-close::before,
.og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #888;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.og-close:hover::before,
.og-close:hover::after {
	background: #333;
}

.og-fullimg,
.og-details {
	width: 50%;
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.og-details {
	padding: 0 40px 0 0;
}

.og-fullimg {
	text-align: center;
}

.og-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
}

.og-details h4 {
	font-weight: 300;
	margin-bottom: 10px;
}

.og-details p {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.6em;
	color: #555;
}

.og-details a {
	font-weight: 700;
	display: inline-block;
	margin: 30px 0 0;
	outline: none;
}


.og-details a:hover {
	border-color: #999;
	color: #999;
}

.og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}

.sec-title {
    margin-bottom: 30px;
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

.single-tags {
    margin: 30px 0;
    text-align: center;
}

.single-tags a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    color: #888;
    display: inline-block;
    border: 2px solid #888;
    border-radius: 40px;
    padding: 5px 10px;
    margin: 0 4px 10px;
    line-height: 1;
}


.sec-subscribe {
    padding: 40px 0 50px;
    text-align: center;
}

.pc{
	display: block!important;
}

.mb{
	display: none!important;
}

@-webkit-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@-moz-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@media screen and (max-width: 830px) {

	.og-expander h3 { font-size: 32px; }
	.og-expander p { font-size: 13px; }
	.og-expander a { font-size: 12px; }

}

@media screen and (max-width: 650px) {

	.og-fullimg { display: none; }
	.og-details { float: none; width: 100%; }

}

/* ================================
Contact
================================= */

.validation {
  color: red;
  display:none;
  margin: 0;
  font-weight:400;
  font-size:13px;
}

#sendmessage {
  color: green;
  border:1px solid green;
  display:none;
  text-align:center;
  padding:15px;
  font-weight:600;
  margin-bottom:15px;
}

#errormessage {
  color: red;
  display:none;
  border:1px solid red;
  text-align:center;
  padding:15px;
  font-weight:600;
  margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

.pic {
    background-color: #000;
    box-shadow: 0 4px 8px 0 rgba(99, 95, 95, 0.2), 0 6px 20px 0 rgba(245, 245, 245, 0.19);
}

.entry-number {
    left: 0;
    padding: 15px 18px;
    color: #fff;
    font-size: 30px;
    background-color: #000;
    position: absolute;
    top: 0;
    margin-left: 15px;
        color: #fff;
    font-size: 30px;
}

.entry-view {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 30px;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    word-spacing: -7px;
}

.info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    color: #fff;
    background: 0 0;
}

.info a {
    color: #fff;
}

.pic img {
    opacity: .7;
    width: 100%;
}

.entry-title {
    font-size: 20px;
    margin: 15px;
    text-align: center;
}

.entry-view small {
    display: block;
    font-size: 14px;
    text-align: right;
}

/* ================================
Clients
================================= */
ul.clients {
	list-style: none;
}
ul.clients li {
	display: inline;
}

/* ================================
Blog
================================= */
.thumbnail {
    padding: 0px;
    border: 0px solid #fff;
    border-radius: 0px;
}

.thumbnail img {
    width: 100%;
}

.thumbnail .caption {
    color: #333;
    position: relative;
    margin: -20px 12px 0;
    padding: 12px;
    background-color: #fff;
}

.line-paggin-not {
    padding: 0px;
}

.line-paggin-not {
    padding: 0px;
}

.text-p-author {
    font-size: 12px;
    color: #464646;
}

/* ================================
Bottom widget
================================= */
#bottom-widget {
  overflow: hidden;
}
ul.social-network {
	margin: 0;
	margin-left:0;
	padding-left: 0;
	list-style: none;
}
ul.social-network li {
	display: inline;
	margin: 5px 5px;
}


ul.social-network li a:hover span .fa-circle {
	color: #2b2b2b;
}

ul.social-network li a i{
  transition: 0.3s
}
/* ================================
Footer
================================= */
.sec-subscribe {
    padding: 40px 0 50px;
    text-align: center;
}

.sec-subscribe {
    padding: 40px 0 50px;
    text-align: center;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.sec-subscribe .input-group {
    margin: 0 auto;
}

.sec-subscribe input, .sec-subscribe button {
    height: 38px;
    float: left;
}

.sec-subscribe input {
    border: 0;
    background-color: #e1e1e1;
    padding: 2px 10px;
    font-size: 13px;
    text-transform: uppercase;
    width: 200px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.sec-subscribe button {
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 6px;
}

.sec-subscribe input, .sec-subscribe button {
    height: 38px;
    float: left;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .btn:active:focus, .btn:active:hover, .btn.active:focus, .btn.active:hover, .open > .btn.dropdown-toggle, .open > .btn.dropdown-toggle:focus, .open > .btn.dropdown-toggle:hover {
    background-color: #777777;
    color: #fff;
    border-color: #777777;
}

.btn-primary {
    color: #fff;
    background-color: #171212;
    border-color: #171212;
}

.sec-subscribe {
    padding: 40px 0 50px;
    text-align: center;
}

.site-social {
    padding: 28px 0 0;
    font-size: 22px;
    letter-spacing: 8px;
}

.footer {
    background-color: #000;
    background-image: none;
    background-attachment: fixed;
    position: relative;
}

.footer img {
    width: auto;
}

.logo-pic{
	padding: 35px 0px 40px 0px; 
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;	    
}

.list-text-footer{
	text-transform: uppercase;
    font-weight: bold;
    padding: 50px 0px 40px 0px;
}

.list-text-footer a{
	color: #fff;
}

.list-inline>li {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
}

.site-info {
    width: 100%;
    margin: 0 0 0 auto;
    max-width: 500px;
    text-transform: none;
	font-weight: 100;
}

.site-info p{
    color: #eee;
    font-size: 10px!important;
    line-height: 1.3;
}

/* ================================
more media queries
================================= */

@media (max-width:768px) {

	header{
		padding-bottom: 50px;
		min-height: 1px;
		height: 100%;
	}

	.navbar-nav {
		float: left;
		text-align: left;
	}

	.box-team, .box-team img {
		text-align: center;
	}
	.box-team img {
		float: none;
		margin:0 auto;
	}
	.box-team {
		margin-bottom: 30px;
	}

	.og-fullimg { display: none; }
	.og-details { float: none; width: 100%; padding: 0 40px; }

}

@media (max-width:992px) {

	.service.carousel .item h4, .service.carousel .item p{
		text-align: center;
	}

	.service p{
			margin-bottom: 60px;
	}
	.og-expander {
		background: transparent;

	}
	.og-details {
		padding: 0 20px;
	}

}

@media (max-width:480px){

	header .carousel-iphone, .detail .screenshot{
		width: 280px;
	}

	header .carousel, .detail .screenshot img{
		padding-top: 85px;
		width: 245px;
	}

	.service .screenshot img{
		margin-top: -12px;
		padding-top: 0px;
	}

	header{
		padding-top: 30px;
		padding-bottom: 0px;
	}

	header h1{
		font-size: 70px;
	}
	
	.pc{
		display: none;
	}
	
	.mb{
		display: block;
	}
	
}
    .thumbnail .caption2 {
        color: #333;
        position: relative;
        margin: 10px 12px 10px;
        padding: 12px;
        background-color: #fff;
        border: 1px solid #ddd!important;
        height: 390px;
    }
    
    .thumbnail .caption2 h5{
            height: 45px;
    }
    
    .thumbnail .caption2 p{
           height: 65px;
    }
    
    .not-padding{
        padding: 0px;
    }
    
    hr {
        margin-top: 15px;
        margin-bottom: 15px;
        border: 0;
        border-top: 1px solid #eee;
    }
    
    .font-sale{
        font-size: 18px;
         font-weight: 100;
    }
    
    .font-sale-discut{
        margin-bottom: 10px;
        font-size: 16px;
        text-decoration: line-through;
        color: #999;
    }
    
    .font-bysale h6{
        position: absolute;
        top: 60px;
        left: 86px;
        color: #fff!important;
        text-shadow: 2px 2px 5px #8a6d3b;
        font-size: 20px!important;
    }
    
       .buttonss{
            height: 100%;
            width: 85px;
            border: 0;
            background: #fff;
            position:relative;
            margin-bottom:10px;
        }
    
        .hoverMebottom:after{
          position:absolute;
          top:100%;
          left:0%;
          width:0;
          height:2px;
          background:#222;
          display:block;
          content:'';
          transition: width 0.5s ease-in-out;
        }
        
        .hoverMebottom:hover:after{
          width:100%;
        }
        
        .font-pricedetail{
            font-size: 22px;
            color: #3db11b;
        }
        
        .dark-bg{
            background-color: #333;
            color: #fff;
            width: 100%;
            font-size: 18px;
            font-weight: 100;
        }
        
        .dark-bggreen{
             background-color: #ddf5dc;
             color: #0fa544;
            width: 100%;
            font-size: 15px;
            font-weight: 100;
            text-align: left;
            cursor: auto;

        }
        
        .modal-footer {
            border-top: 1px solid #ffffff;
        }
        
        .modal-header {
            border-bottom: 1px solid #ffffff;
        }
  
