/* 1 Reset
----------------------------------------------------------------------------- */
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #535353;
  letter-spacing: 0.02em;
}
*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:focus {
    outline: 0 !important
}
iframe {
    border: none;
    width:100%;
}
a {
    color: inherit;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
a:hover,a:focus,a:active { text-decoration: none; color: #FFFFFF; }
p {
    color: #737373;
    line-height: 23px;
}
img {
    max-width: 100%;
}
h1,h2,h3,h4,h5,h6,p {
    font-family: 'Roboto', sans-serif;
}
textarea {
    max-width: 100%;
    resize: none;
}
hr {
	margin: 10px 0px;
}
address {
	margin-bottom: 0px;
}
.btn {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    border-radius: 0;
}
.btn:focus,.btn:active {
    outline: none;
    color: #ffffff;
}
.btn-custom{
	border-radius: 3px;
	padding: 0.8em 1.8em;
	color: #fff;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .5s ease-out;
	text-transform: uppercase;
}
.btn-custom:hover,.btn-custom:focus{
    color: #fff;
}
.btn-custom-outline {
	border-radius: 3px;
	padding: 0.8em 1.8em;
	color: #fff;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	text-transform: uppercase;
	background-color: transparent;
	border-color: #ffffff;
}
.btn-custom-outline:hover,.btn-custom-outline:focus{
	color: #ffffff;
	background-color: rgba(255,255,255,.5);
}
.btn-bar a{
	margin-right: 10px;
}
.form-control {
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 3px;
	height: 38px;
}
.form-control:focus {
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}
section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}
/* 2 Helper classes
----------------------------------------------------------------------------- */
.margin-t-md {
	margin-top: 30px;
}
.margin-b-md {
	margin-bottom: 30px;
}
.title {
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	font-family: 'Roboto Slab', serif;
	margin-bottom: 20px;
}
.slog {
	max-width: 420px;
	margin: 0 auto;
	margin-bottom: 80px;
}
.bg-dark {
	background: #f4f4f4;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}
/* 3 Parallax
----------------------------------------------------------------------------- */
.parallax {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
}
/* 4 Preloader
----------------------------------------------------------------------------- */
.animationload {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:999999;
}
.loader {
    width:200px;
    height:200px;
    font-size: 24px;
    text-align: center;
    position:absolute;
    left:50%; 
    top:50%; 
    background-image:url(../img/preloader.gif); 
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; 
}

.logo_block { display: block; float: left; margin: 0px; padding: 0px; position: relative; width: 80px; height: auto; /*border: 1px solid #F4080C;*/ }
.logo_block img { float: left; display: block; width: 100%; }
.navbar-header {}
.navbar-brands {}
/* 5 Navigation
----------------------------------------------------------------------------- */
.navbar-custom {
	background-color: transparent;
	margin-bottom: 0px;
	z-index: 1000;
	border: none;
	color: #333;
	position: fixed;
	transition: background-color 1s ease-in-out, border 1s ease-in-out;
	-moz-transition: background-color 1s ease-in-out, border 1s ease-in-out;
	-webkit-transition: background-color 1s ease-in-out, border 1s ease-in-out;
	-o-transition: background-color 1s ease-in-out, border 1s ease-in-out;
}
.navbar-custom .navbar-brand { font-size: 22px; text-transform: uppercase; color: #ffffff !important; font-weight: 800; letter-spacing: 0.15em; margin-top: 0px; margin-right: 0; margin-left: 0; margin-bottom: 0; font-family: 'Roboto Slab', serif; }

.navbar-custom .navbar-brands { margin-top: 3px; margin-right: 0; margin-left: 0; margin-bottom: 3px; float: left; }
.navbar-custom .navbar-brand:hover {
	color: #ffffff;
}
.navbar-custom .nav {
	padding: 15px 0px;
}
.navbar-custom .navbar-nav>li>a { color: #5A5A5A; font-size: 15px; font-family: 'Roboto', sans-serif; }
.navbar-custom .navbar-nav>.active>a, .navbar-custom .navbar-nav>.active>a:hover, .navbar-custom .navbar-nav>.active>a:focus,
.navbar-custom .navbar-nav>.open>a, .navbar-custom .navbar-nav>.open>a:hover, .navbar-custom .navbar-nav>.open>a:focus,
.navbar-custom .navbar-nav>li>a:hover, .navbar-custom .navbar-nav>li>a:focus { color: #FFFFFF;background-color: #0DCEED;	/*background-color: transparent;*/  }
.small .navbar-brand,.small .navbar-brand:hover{
	color: #444  !important;
}
nav.small {
   background-color: #ffffff;
   -moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
   -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
   box-shadow: 0 2px 2px rgba(0,0,0,.1);
}

.small .navbar-nav>li>a {
	color: #666;
}



/* 6 Home
----------------------------------------------------------------------------- */
#home .container {margin-top: -100px;  margin-bottom: -47px;}
#home { z-index: 1; position: relative; font-size: 13px; color: #fff; background: #000; min-height: auto; padding-top: 0px; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; margin-top: 0px; margin-left: 0px; margin-bottom: 0px; margin-right: 0px; }
/* ======= Homepage Headline Background & Slideshow ======= */
.bg-slider-wrapper {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -999;
  background: #000;
  opacity: 1.0;
}
.bg-slider-wrapper .flexslider {
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.bg-slider-wrapper .flexslider .slide {
  display: block;
  height: 500px;
}
.bg-slider-wrapper .flexslider .slide.slide-1 {
  background: #FFF url('../img/img-1.png') no-repeat 50% top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bg-slider-wrapper .flexslider .slide.slide-2 {
  background: #FFF url('../img/img-2.png') no-repeat 50% top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bg-slider-wrapper .flexslider .slide.slide-3 {
  background: #FFF url('../img/img-3.png') no-repeat 50% top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bg-slider-wrapper .flexslider .flex-control-nav {
  z-index: 20;
  bottom: 45px;
  position: relative;
}
.bg-slider-wrapper .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.3);
}
.bg-slider-wrapper .flexslider .flex-control-nav li a.flex-active {
  background: rgba(255, 255, 255, 0.8);
}
.intro-title { font-weight: 900; color: #ffffff; text-transform: uppercase; font-size: 48px; text-shadow: rgba(0,0,0,0.498039) 2px 2px 2px; letter-spacing: 0.02em; margin: 0px 0px 20px 0px; background-color: rgba(255,255,255,0.40); padding-bottom: 5px; padding-left: 5px; /*-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.75);
-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.75);
box-shadow: 0 1px 5px rgba(0,0,0,0.75);*/
}
.intro-title span {
	margin-left: 5px;
}
.intro-text {
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 30px;
	text-shadow:1px 1px 1px #000000;
}
.intro-text p{
	text-shadow:1px 1px 1px #000000;
}
.typed-cursor {
	opacity: 1;
	-webkit-animation: blink .6s infinite;
	-moz-animation: blink .6s infinite;
	-ms-animation: blink .6s infinite;
	-o-animation: blink .6s infinite;
	animation: blink .6s infinite;
}
@media (min-width:768px) {
#home .container {margin-top: 0px;  margin-bottom: 0px;}
#home { z-index: 1; position: relative; font-size: 13px; color: #fff; background: #000; min-height: 500px; padding-top: 170px; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; }
}
@-webkit-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}
@-moz-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}
@-o-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

/* 7 About-us
----------------------------------------------------------------------------- */
#about-us .features-box {
	overflow: hidden;
	clear: both;
	margin-bottom: 30px;
}
#about-us .title { margin-left: 70px; }
#about-us .title span { color: #C4C4C4; font-size: 13px; line-height: 200%; font-weight: normal; }
#about-us .slog { font-size: 15px; line-height: 150%; letter-spacing: 1px; }
.features-box i {
	font-size: 36px;
}
.features-box .features-line {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
.features-box p{
	color: #9aa7af;
    line-height: 22px;
}
.advanced-about {
	overflow: hidden;
	clear: both;
}
.advanced-about p,
.advanced-about li {font-size: 15px; line-height: 150%; letter-spacing: 1px;}
.advanced-about ul li {
	margin: 5px 0px
}
.advanced-about img { border: 1px solid #D1D1D1;-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.75);
-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.75);
box-shadow: 0 1px 5px rgba(0,0,0,0.75); }
.advanced-about ul li i {
	margin-right: 10px;
}
@media (min-width:768px) {
#about-us .title { margin-left: 70px; }
}

.font-sukabali { color: #FFBE01; }
.font-luxthai { color: #5C9C06; }
.font-riches { color: #0188F8; }

a.font-sukabali { color: #FFBE01; }
a.font-luxthai { color: #5C9C06; }
a.font-riches { color: #0188F8; }

a.font-sukabali:hover,
a.font-sukabali:focus,
a.font-sukabali:active,
a.font-luxthai:hover,
a.font-luxthai:focus,
a.font-luxthai:active,
a.font-riches:hover,
a.font-riches:focus,
a.font-riches:active { text-decoration: none; color: red; }

/* 8 Fun-facts
----------------------------------------------------------------------------- */
.fun-facts {
	overflow: hidden;
	color: #888;
}
.facts{
	margin: 20px 0px;
}
.facts i{
	font-size: 36px;
}
.facts h1 {
	font-family: 'Roboto Slab', serif;
}

/* 9 Portfolio
----------------------------------------------------------------------------- */
#works .title { margin-left: 70px; }
#works .title span { color: #C4C4C4; font-size: 13px; line-height: 200%; font-weight: normal; }
#works .slog {font-size: 15px; line-height: 150%; letter-spacing: 1px;}
/* image hover effect */
.item-img-wrap{
    position: relative;
    text-align: center;
    overflow: hidden;
}
.item-img-wrap img{
    -webkit-transition:all 200ms linear; 
    -moz-transition:all 200ms linear; 
    -o-transition:all 200ms linear; 
    -ms-transition:all 200ms linear; 
    transition:all 200ms linear; 
    -webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.item-img-overlay{
    position: absolute;
    width:100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 5px 5px 0px 0px;
}
.item-img-overlay span{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 5px 5px 0px 0px;
    left: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 250ms linear;
    transition: opacity 250ms linear;
}
.item-img-wrap:hover .item-img-overlay span{
    opacity: 1;
}
.item-img-wrap:hover img{
    -moz-transform: scale(1.1); 
    -webkit-transform: scale(1.1); 
    -o-transform: scale(1.1); 
    transform: scale(1.1); 
}
.work-desc{
    width: 100%;
    padding: 10px 20px;
    background: #f8f8f8;
    border: 1px solid #e3e3e3;
    border-top: none;
    -webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
    position: relative;
}
.work-desc h3{
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 5px;
}
.work-desc span {
	margin-top: 10px;
}
@media (min-width:768px) {
#works .title { margin-left: 110px; }
}
/* 10 inner (Info)
----------------------------------------------------------------------------- */
#inner-section { background-position: center; background-image: url(../img/bg-02.png); }
.intermediate-container .subheading h4 {
	color: #ffffff;
	font-style: italic;
	font-family: 'Roboto Slab', serif;
}
.intermediate-container .heading h2 {
	font-size: 40px;
	line-height: 47px;
	text-transform: uppercase;
	margin-top: 30px;
	color: #ffffff;
	margin-bottom: 20px;
	font-weight: 700;
}
/* 11 Team / Skills
----------------------------------------------------------------------------- */
#team .title { margin-left: 70px; }
#team .title span { color: #C4C4C4; font-size: 13px; line-height: 200%; font-weight: normal; }
#team .slog {font-size: 15px; line-height: 150%; letter-spacing: 1px;}

#team .img-responsive { border: 1px solid #9B9B9B; -webkit-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.5); -moz-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.5); box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.5); }

.team h4,.skill h4 {
	font-family: 'Roboto Slab', serif;
}
.team h5 {
	color: #9aa7af;
}
.skill-chart {
	margin: 0px auto;
}
.skill i {
	font-size: 20px;
	vertical-align: middle;
	margin-right: 5px;
}
@media (min-width:768px) {
#team .title { margin-left: 110px; }
}

/* TeamTravel
----------------------------------------------------------------------------- */
#teamtravel .title { margin-left: 70px; }
#teamtravel .title span { color: #C4C4C4; font-size: 13px; line-height: 200%; font-weight: normal; }
#teamtravel .slog {font-size: 15px; line-height: 150%; letter-spacing: 1px;}

#teamtravel .img-responsive { border: 1px solid #9B9B9B; -webkit-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.5); -moz-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.5); box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.5); }

.teamtravel h4,.skill h4 {
	font-family: 'Roboto Slab', serif;
}
@media (min-width:768px) {
#teamtravel .title { margin-left: 110px; }
}
/* 12 Services
----------------------------------------------------------------------------- */
.service-item i {
	float: left;
	font-size: 28px;
	line-height: 36px;
	width: 30px;
}
#services .slog { font-size: 15px; line-height: 150%; letter-spacing: 1px; }
.service-item .service-detail {
	margin-left: 50px;
}
.service-item img {   	
}
.service-item .service-detail h4 { font-family: 'Roboto Slab', serif; text-align: center;font-size: 15px; line-height: 150%; letter-spacing: 1px; }
.service-item .service-detail p { color: #5C5C5C; font-size: 15px; line-height: 150%; letter-spacing: 1px; }
.service-item .item-img-block { text-align: center; }

/* 13 Testimonials
----------------------------------------------------------------------------- */
#testimonials {
	background: url(../img/img-2.jpg) center;
}
.testi-slide {
	color: #f1f2f3;
}
.testi-slide .img-user {
	width: 48px;
	height: 48px;
	border: 3px solid #ffffff;
}
.testi-slide h5 {
	font-weight: 400;
	line-height: 24px;
}
.owl-theme .owl-controls .owl-page span {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border:2px solid #ffffff;
	background: transparent;
}

/* 14 Partners
----------------------------------------------------------------------------- */
.partners {
	margin: 0 15px 30px 15px;
	overflow: hidden;
}
.partner {
	padding: 15px;
	text-align: center;
	-webkit-box-shadow: -1px -1px 0px 0px #ebeef0;
	-moz-box-shadow: -1px -1px 0px 0px #ebeef0;
	box-shadow: -1px -1px 0px 0px #ebeef0;
}
.partner > img {
	max-width: 100%;
	max-height: 100%;
}

/* 15 Contact
----------------------------------------------------------------------------- */
.form-main {
	padding-top: 30px;
}
.error {
	margin: 8px 0px;
	display: none;
	color: red;
	font-family: 'Roboto Slab', serif;
}
#ajaxsuccess {
	font-size: 16px;
	width: 100%;
	display: none;
	clear: both;
	margin: 8px 0px;
	font-family: 'Roboto Slab', serif;
}
#contact .con_sub_text {
	margin-top: 20px;
}
#contact ul { /*border: 1px solid #F0090D;*/ }
#contact ul li { text-align: left; border-bottom: 1px dotted #E1E1E1; padding-top: 3px; padding-bottom: 3px; padding-left: 10px; padding-right: 10px;-webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
	transition: all .5s ease-out; }
#contact ul li:hover { background-color: #0DCEED; color: #FFFFFF; }
#contact textarea.form-control{
	height: 120px;
}
#contact i {
	margin-bottom: 0px;
	font-size: 36px;
	line-height: 36px;
}
#contact h4 {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 20px;
	font-family: 'Roboto Slab', serif;
}
#contact a.support {
	display: block;
	font-size: 30px;
}
.info-contact {
	font-size: 16px;
}
.map { width: 100%; height: 350px; border-top: solid 1px #eee; border-bottom: solid 1px #eee; float: left; }

.map-box {
	height: 250px;
}

.map-box-space {
	margin-top: 15px;
}

.map-box-space1 {
	margin-top: 7px;
}
/* 16 Footer
----------------------------------------------------------------------------- */
.footer {
	background: #383838;
}
.footer p{ margin-bottom: 0px; padding: 20px 0px; font-family: 'Roboto Slab', serif; font-size: 15px; line-height: 150%; letter-spacing: 1px; color: #FFFFFF; }


/* 17 Back-to-top
----------------------------------------------------------------------------- */
.back-to-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 10px;
    right: 20px;
    display: none;
    text-align: center;
    z-index: 10000;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.back-to-top i {
    color: #fff;
    font-size: 15px;
    display: block;
    line-height: 33px;
}

/* 18 Responsive
----------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
	.navbar-custom {
		background-color: #fff;
	}
	.navbar-custom .navbar-brand { color: #333 !important; padding-top: 0px; padding-right: 15px; padding-left: 15px; padding-bottom: 0px; margin-top: 0px;}
	
	.logo_block { width: 50px; margin-top: 3px; margin-right: 3px; margin-left: 15px; margin-bottom: 3px; }

	.navbar-nav>li>a {
		color: #666 !important;
	}
	.navbar-custom .navbar-toggle {
		margin-top: 15px;
	}
	.intro-title,.intermediate-container .heading h2{
		font-size: 30px;
	}
	#home {
		padding: 200px 0px 120px;
	}
	.features-box .col-sm-4{
		text-align: center !important;
	}
	.advanced-about .col-sm-6:first-of-type,.skill{
		margin-bottom: 30px;
	}
	.facts {
		margin-bottom: 50px;
	}
}

/*==================================
STYLE SWITHER - Demo purpose only
==================================*/ 

#style-switcher div h3 {
    color: #1D1D1D;
    font-size: 16px;
    margin: 8px 3px 12px;
}
#style-switcher {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
    left: -189px;
    position: fixed;
    top: 17%;
    width: 189px;
    z-index: 9999;
    padding: 10px 5px;
}
#style-switcher div {
    padding: 5px 10px;
}
#style-switcher .bottom {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #252525;
    padding: 0;
}
#style-switcher .bottom a.settings {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
    display: block;
    height: 41px;
    position: absolute;
    right: -40px;
    top: 0;
    width: 40px;
    padding: 3px;
}
#style-switcher .bottom a {
  text-decoration: none;
}

#style-switcher .bottom a.settings i {
    margin-left: 8px;
    color: gray;
    font-size: 18px;
    position: absolute;
    margin-top: 9px;
}

ul.pattern {
    list-style: none outside none;
    margin: 0 0 0px;
    overflow: hidden;
  padding:0;
  border-radius: 0px;
}
ul.pattern li {
    float: left;
    margin: 2px;
}
ul.pattern li a {
    cursor: pointer;
    display: block;
    height: 35px;
    width: 35px;
}

ul.pattern .color1 {
  background-color: #1dc6df;
}
ul.pattern .color2 {
  background-color: #d13a7a;
}
ul.pattern .color3 {
  background-color: #f05050;
}
ul.pattern .color4 {
  background-color: #33b86c;
}
ul.pattern .color5 {
  background-color: #3a3f51;
}
ul.pattern .color6 {
  background-color: #Fbce43;
}
ul.pattern .color7 {
  background-color: #6d5cae;
}
ul.pattern .color8 {
  background-color: #00b19d;
}

@media only screen and (max-width: 479px) {
#style-switcher {
    display: none;
}
}
/* font color
----------------------------------------------------------------------------- */
.font-light-blue {color: #07ADC5;}
.font-orange { color: #F7C106; }




.copy-block {
	margin-top: 30px !important;
	color: #FFF;
}