/* 
  SITE: baileyelectrical.co.uk
  AUTHOR: Quentin James Design
  LAST UPDATED: 06-02-21
  LE VERSION: 1.0
----------------------------------*/

/* COLORS
  HEX COLOR			DESCRIPTION
  
---MAIN COLORS---
  

#b41764			Light Green
#006633			Dark Green


#152944			Dark Blue
#ffffff			White
#b41764			Magenta
#941a33			Rubine
#5c2579			Purple
#773090			Light Purple
#cf171f			Red
#ea5e12			Orange
#e68e1a			Light Orange
  
----------------------------------*/

/* TABLE OF CONTENTS
  ALL SECTIONS OF THE CSS SHOULD BE NUMBERED FOR EASY REFERENCE AND SEARCHING
  
  =01 GENERIC
  =02 NAVIGATION
  =03 CAROUSEL
  =04 THREE BUCKETS
  =05 HOME PAGE CONTENT
  =06 RAINBOW
  =07 MACHINES SECTION
  =08 HOME PAGE NEWS
  =09 FOOTER
  =10 SOCIAL SPRITES
  =11 PRODUCT PAGES
   
----------------------------------*/

/* CSS STRUCTURE
  DEFINES THE ORDER OF CSS TAGS WITHIN ELEMENTS TO KEEP THINGS CONSISTENT
  
  - positioning (with coordinates) styles
  - float/clear styles
  - display/visibility styles
  - spacing (margin, padding, border) styles
  - dimensions (width, height) styles
  - typography-related (line-height, color, etc.) styles
  - miscellaneous (list-style, cursors, etc.) styles  

----------------------------------*/



/*---------------------------------
 =01 GENERIC 
 ----------------------------------*/

body {
    height: 100%;
    margin:0 !important;
    font-family: 'Kanit', sans-serif;
    background: #152944;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.center {
	text-align: center !important;
}


.strong {
	font-family: 'Kanit', sans-serif;
	font-weight: 700;
}

.purple {
	background-color: #5c2579;
}

.light-purple {
	background-color: #773090;
}

.orange {
	background-color: #ea5e12;
}

.light-orange {
	background-color: #e68e1a;
}

.magenta {
	background-color: #b41764;
}

.rubine {
	background-color: #941a33;
}

.dark-blue {
	background-color: #152944;
}

.news-blue {
	background: linear-gradient(180deg, rgba(21,41,68,1) 0%, rgba(0,0,21,1) 100%);
}



a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}


.zero {
	margin: 0;
	padding: 0;
}

.top-margin {
	margin-top: 3em;
}

.bottom-margin {
	margin-bottom: 3em;
}

.img-responsive {
    margin: 0 auto;
}


.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}


.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}



.grecaptcha-badge {
display:none;
}

/*---------------------------------
 =02 NAVIGATION 
 ----------------------------------*/
 .navbar {
   border-radius: 0 !important;
   margin-bottom: 0 !important;
 }

.navbar-custom {
  background-color: #152944;
  border-color: transparent;
}
.navbar-custom .navbar-brand {
  color: #fff;
  font-family: 'Kanit', sans-serif;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active {
  color: #fff;
}
.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-custom .navbar-toggle {
  background-color: #fff;
  border-color: #fff;
  font-family: 'Kanit', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #152944;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 15px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
  background-color: #b41764;
  color: #152944;
  border-color: #b41764;
}
.navbar-custom .nav li a {
  font-family: 'Kanit', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background-color: #fff;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  background-color: #b41764;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  color: #b41764;
  outline: none;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-custom .navbar-nav > .active > a {
  border-radius: 0;
  color: #fff;
  background-color: #152944;
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus,
.navbar-custom .navbar-nav > .active > a:active {
  color: #b41764;
  background-color: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  background-color: none;
  color: #b41764;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
  background-color: none;
  color: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
  background-color: none;
  color: #b41764;

}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
  text-transform: none;
  letter-spacing: 0;
  padding: 0.5em 1em;
  color: #fff;
  border-bottom: 1px dotted #000;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{
  color: #b41764;
}
.navbar-nav>li>.dropdown-menu {
  background-color: #ea5e12;
  border: none;
}
.dropdown-menu {
    min-width: 250px;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.dropdown-menu>li>a {
   padding: 10px 30px;
   border-bottom: 1px dotted #fff;
}

.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
padding: 10px 10px 10px 30px;
border-bottom: 1px dotted #fff;
}

.navbar .nav li .dropdown-menu li a {white-space: normal;}
@media (min-width: 768px) {
  .navbar-custom {
    background-color: #152944;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .navbar-custom .navbar-nav > .active > a {
    border-radius: 1px;
    background: inherit;
  }
}
@media (min-width: 768px) {
  .navbar-custom.affix {
    background-color: none;
    padding: 20px 0;
  }
  .navbar-custom.affix .navbar-brand>img {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
  }
}
@media (max-width: 767px) {
  .navbar-custom {
    background-color: none;
    padding:5px 0;
  }
  .navbar-custom .navbar-brand>img {
    margin-top: -30px;
    max-height: 80px;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
  }
}

.navbar-nav .caret {
  display:none;
 }



/*---------------------------------
  =03 WIDTH VARIABLES
----------------------------------*/


@media screen and (min-width: 1200px) {
	.footer-brand>img {margin-top: 5em;}
	.navbar-custom .navbar-brand>img {max-height:70px; margin-top: -27px;}
	.navbar-custom {padding: 30px 0;}
	.navbar-custom .nav li a {font-size: 18px;}
	ul.social-buttons li a { height: 50px; width: 50px; font-size: 27px; line-height: 52px;}
	.site-footer h6 {text-align: left;}
	ul.social-buttons {text-align: left; margin: 5em auto 0em auto;}
	ul#menu-footer.menu li:before {margin:0 1em 0 0;}
	#errors h1{font-size: 20.0em; text-shadow: 0 0 40px #000;}
	#errors h2{font-size: 5.0em; text-shadow: 0 0 20px #000;}
    .post-header {height: 500px;}
    .btn-next {font-size: 1.65em; padding: 1em;}
    #primary h1, #blog h1, #primary h1.photo-gallery {font-size: 6.0em;}
    .carousel.home { height: 650px; }
    .carousel-title {font-size: 7.0em; text-align: left;}
    .btn-gallery, .btn-home {font-size: 1.65em; padding: 1em;margin: 1em 2em;}
    .dropdown:hover .dropdown-menu {display: block;}
    .site-footer h6.emergency{font-size: 7.5em; margin: 0.10em 0;}
}

@media screen and (min-width: 980px) and (max-width: 1199px) {
	.navbar-custom .navbar-brand>img {max-height: 70px; margin-top: -25px;}
	.navbar-custom {padding: 20px 0;}
	.navbar-custom .nav li a {font-size: 18px;}
	ul.social-buttons li a { height: 50px; width: 50px; font-size: 27px; line-height: 52px;}
	.site-footer h6 {text-align: left;}
	ul.social-buttons {text-align: center; margin: 1em auto 0em auto;}
	ul#menu-footer.menu li:before {margin:0 1em 0 0;}
	#errors h1{font-size: 17.5em; text-shadow: 0 0 30px #000;}
	#errors h2{font-size: 4.0em; text-shadow: 0 0 20px #000;}
    .post-header {height: 450px;}
    .btn-next {font-size: 1.65em; padding: 1em;}
    #primary h1, #blog h1, #primary h1.photo-gallery {font-size: 6.0em;}
    .carousel.home { height: 500px; }
    .carousel-title {font-size: 4.5em; text-align: left;}
    .btn-gallery, .btn-home {font-size: 1.55em; padding: 1em; margin: 1em 2em;}
    .dropdown:hover .dropdown-menu {display: block;}
    .site-footer h6.emergency{font-size: 6em; margin: 0.41em 0;}
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	.navbar-custom .navbar-brand>img {max-height: 70px; margin-top: -25px;}
	.navbar-custom {padding: 20px 0;}
	.navbar-custom .nav li a {font-size: 15px; padding-left: 10px; padding-right: 10px;}
	ul.social-buttons li a { height: 50px; width: 50px; font-size: 27px; line-height: 52px;}
	.site-footer h6 {text-align: left;}
	ul.social-buttons {text-align: center; margin: 1em auto 0em auto;}
	ul#menu-footer.menu li:before {margin:0 1em 0 0;}
	#errors h1{font-size: 15.0em; text-shadow: 0 0 20px #000;}
	#errors h2{font-size: 3.0em; text-shadow: 0 0 15px #000;}
    .post-header {height: 400px;}
    .btn-next {font-size: 1.35em; padding: 1.35em 1em;}
    #primary h1, #blog h1, #primary h1.photo-gallery {font-size: 5.0em;}
    .carousel.home { height: 450px; }
    .carousel-title {font-size: 4.0em; text-align: left;}
    .btn-gallery, .btn-home {font-size: 1.45em; padding: 1em; margin: 1em 6em;}
    .site-footer h6.emergency{font-size: 5em; margin: 0.6em 0;}
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .navbar-custom .navbar-brand>img {max-height: 80px; margin-top: -25px;}
	.navbar-custom {padding: 20px 0;}
	.navbar-custom .nav li a {font-size: 18px;}
	ul.social-buttons li a { height: 50px; width: 50px; font-size: 27px; line-height: 52px;}
	.site-footer h6 {text-align: center;}
	ul.social-buttons {text-align: center; margin: 1em auto 0em auto;}
	ul#menu-footer.menu {text-align: center;}
	ul#menu-footer.menu li:before {visibility: hidden; margin: 0 0 0 -1em;}
	#errors h1{font-size: 10.0em; text-shadow: 0 0 15px #000;}
	#errors h2{font-size: 2.0em; text-shadow: 0 0 10px #000;}
    .post-header {height: 300px;}
    .btn-next, .btn-gallery {font-size: 1.65em; padding: 1em;}
    #primary h1, #blog h1, #primary h1.photo-gallery {font-size: 4.25em;}
    .carousel.home { height: 350px; }
    .carousel-title {font-size: 3.5em; text-align: center;}
    .btn-gallery, .btn-home {font-size: 1.35em; padding: 1em; margin: 1em 10em;}
    .carousel-caption-custom { padding-bottom: 2em; }
    .site-footer h6.emergency{font-size: 6em; margin: 0.41em 0;}
}

@media screen and (max-width: 479px) {
	.navbar-custom .navbar-brand>img {max-height: 63px; margin-top: -20px;}
	.navbar-custom {padding: 20px 0;}
	.navbar-custom .nav li a {font-size: 18px;}
	ul.social-buttons li a { height: 50px; width: 50px; font-size: 27px; line-height: 52px;}
	.site-footer h6 {text-align: center;}
	ul.social-buttons {text-align: center; margin: 1em auto 0em auto;}
	ul#menu-footer.menu {text-align: center;}
	ul#menu-footer.menu li:before {visibility: hidden; margin: 0 0 0 -1em;}
	#errors h1{font-size: 7.5em; text-shadow: 0 0 10px #000;}
	#errors h2{font-size: 1.5em; text-shadow: 0 0 10px #000;}
    .post-header {height: 250px;}
    .btn-next {font-size: 1.35em; padding: 1.35em 1em;}
    #primary h1, #blog h1, #primary h1.photo-gallery {font-size: 3.5em;}
    .carousel.home { height: 300px; }
    .carousel-title {font-size: 2.5em; text-align: center;}
    .btn-gallery, .btn-home {font-size: 1.15em; padding: 1em; margin: 1em 3em;}
    .carousel-caption-custom { padding-bottom: 2em; }
    .site-footer h6.emergency{font-size: 4em; margin: 0.6em 0;}
}



/*---------------------------------
 =03 CAROUSEL
 ----------------------------------*/

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


.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}


.carousel.fade {
  opacity: 1;
}


.carousel.fade .item {
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  left: 0 !important;
  opacity: 0;
  top:0;
  position:absolute;
  width: 100%;
  display:block !important;
}


.carousel.fade .item:first-child {
  top:auto;
  position:relative;
}


.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  z-index:1;
}


.carousel-caption-custom {
  font-family: 'Kanit', sans-serif;
  position: absolute;
  right: 0%;
  bottom: 10%;
  left: 0%;
  z-index: 1;
  color: #fff;
  text-align: center;
}


.carousel-title {
	font-family: 'Kanit', sans-serif;
	font-weight: 800;
	line-height: 1.0em;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 0 30px #000;
	text-align: center;
}


.carousel-title a:link {
	color: #fff;
	text-decoration: none;
}

.carousel-title a:hover,
.carousel-title a:focus,
.carousel-title a:active {
	color: #ea5e12 !important;
	text-decoration: none;
}

.carousel-title a:visited {
	color: #fff;
	text-decoration: none;
}


.btn-gallery {
  	font-family: 'Kanit', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	background: #e68e1a;
	color: #fff;
	margin: 0.5em 15px 1em 15px;
	border-radius: 2em;
	text-align: center;
}

.btn-gallery:hover,
.btn-gallery:focus,
.btn-gallery:active {
	background-color: c;
	text-decoration: none;
	color: #fff;
}

.btn-gallery:visited {
	color: #fff;
}




.btn-home {
  	font-family: 'Kanit', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	background: #e68e1a;
	color: #fff;
	border-radius: 2em;
	text-align: center !important;
}

.btn-home:hover,
.btn-home:focus,
.btn-home:active {
	background-color: #ea5e12;
	text-decoration: none;
	color: #fff !important;
}

.btn-home:visited {
	color: #fff;
}


/*---------------------------------
  =05 HEADER CTA
----------------------------------*/


#primary p.call-cta-link
{
	font-family: 'Kanit', sans-serif;
	font-size: 2.25em;
	font-weight: 200;
	color: #fff;
	text-align: center;
	margin: 20px auto 20px auto;
}


p.call-cta-link
{
	font-family: 'Kanit', sans-serif;
	font-size: 2.25em;
	font-weight: 200;
	color: #fff;
	text-align: center;
	margin: 20px auto 20px auto;
}


.call-cta-link a {
	color: #fff;
	margin: 10px auto;
	padding: 0px;
	text-decoration: underline;
}

.call-cta-link a:hover, 
.call-cta-link a:focus,
.call-cta-link a:active {
	text-decoration: underline;
	color: #e68e1a !important;
}


.call-cta-link a:visited {
	text-decoration: underline;
	color: #fff;
}


p.cta-bucket
{
	font-family: 'Kanit', sans-serif;
	font-size: 1.65em;
	font-weight: 400;
	color: #fff;
	text-align: left;
	margin: 1em 1.5em 1em 1em;
}


p.cta-bucket
{
	font-family: 'Kanit', sans-serif;
	font-size: 1.5em;
	font-weight: 300;
	color: #fff;
	text-align: left;
	margin: 1em 1em 2em 1em;
}


.fas-icon {
	position: relative;
	color: #fff;
	width: 100%;
	display: inline-block;
	font-size: 8.0em;
	padding: 0.25em 0 0 0;
	margin: 0 auto;
	text-align:center;
}


.fas-btn {
	color: inherit;
	font-size: inherit;
	padding: 0em;
	margin: 0em;
}



.fas-cta {
	position: relative;
	color: #fff;
	top: 0.5em;
	display: inline-block;
	font-size: 4.25em;
	padding: 0.10em 0 0 0;
}



#primary p.page-call-cta-link
{
	font-family: 'Kanit', sans-serif;
	font-size: 2.75em;
	font-weight: 300;
	color: #fff;
	text-align: center;
	margin: 20px auto 20px auto;
}


#primary p.page-call-cta-link a {
	color: #fff;
	margin: 10px auto;
	padding: 10px;
	text-decoration: underline;
}

#primary p.page-call-cta-link a:hover, 
#primary p.page-call-cta-link a:focus,
#primary p.page-call-cta-link a:active {
	text-decoration: underline;
	color: #b41764;
}

/*---------------------------------
  =06 ARTICLE CONTENT
----------------------------------*/

article.content {
	margin-bottom: 5em;
}

article.content a:link {
	color: #fff;
	text-decoration: underline;
}


article.content a:visited {
	color: #fff;
	text-decoration: underline;
}


article.content a:hover {
	color: #b41764;
	text-decoration: underline;
}


article blockquote
{
	font-family: 'Kanit', sans-serif;
	font-weight: 600;
	font-size: 1.25em;
	line-height: 1.5em;
	color: #fff;
	text-align: left;
	padding: 0 2em;
	margin: 1.5em 0;
	border-left: 10px solid #b41764;
	border-right: 10px solid #b41764;
}

#primary ul.wsp-pages-list, #primary ul.children, #primary .page_item, #primary .wsp-category-title, #primary .wsp-posts-list, #primary .wsp-post {
	font-family: 'Kanit', sans-serif;
	font-weight: inherit;
	font-size: 18px;
	line-height: inherit;
	color: #fff;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="password"],
.wpcf7 input[type="search"],
.wpcf7 input[type="number"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="range"],
.wpcf7 input[type="date"],
.wpcf7 input[type="month"],
.wpcf7 input[type="week"],
.wpcf7 input[type="time"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="color"],
.wpcf7 textarea {
	font-family: inherit;
	font-size: 1em;
	font-weight: 600;
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 1.0em;
	height: 50px;
	width: 100%;
	margin: 0 auto 20px auto;
	color: #152944;
}


.wpcf7 button,
.wpcf7 input[type="button"],
.wpcf7 input[type="reset"],
.wpcf7 input[type="submit"] {
	border: 0;
	border-radius: 2em;
	background: #e68e1a;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-size: 1.0em;
	font-weight: 900;
	line-height: 1;
	padding: 1em 4em;
	margin: 1em auto;
}


button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #ea5e12;
	-webkit-transition: all 0.3s;
  	-moz-transition: all 0.3s;
  	transition: all 0.3s;
}




.wpcf7 select {
	border: 0;
	font-weight: 600;
	font-size: 15px;
	border-radius: 0;
	padding: 0em 2em;
	height: 50px;
	width: 100%;
	margin: 0 auto 20px auto;
	color: #152944;
	background-color: #fff;
}


#primary .wpcf7 p {
	margin: 0.5em 0 0 0;
	padding:0;
}



.wpcf7 h5 {
	font-family: 'Kanit', sans-serif;
	font-weight: 800;
	font-size: 1.5em;
	line-height: 1.5em;
	margin: 1.0em 0 0 0;
	color: #152944;
	text-align: left;
}




/*---------------------------------
  =06 PRIMARY CONTENT
----------------------------------*/

#primary article blockquote p, #blog article blockquote p
{
	font-weight: 600;
	font-style: italic;
}

#primary, #blog {
	padding-bottom: 5em;
	background: #152944;
}

#primary h1, #blog h1 {
	font-family: 'Kanit', sans-serif;
	font-weight: 800;
	line-height: 1.5em;
	margin: 1.0em 0;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}


#primary h2.home {
	font-family: 'Kanit', sans-serif;
	font-weight: 800;
	font-size: 4.0em;
	line-height: 1.5em;
	margin: 1.0em 0;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}


#primary h2, #blog h2 {
	font-family: 'Kanit', sans-serif;
	font-weight: 300;
	font-size: 3.0em;
	line-height: 1.25em;
	margin: 1.0em 0;
	color: #e68e1a;
	text-align: left;
	text-transform: none;
}



#primary h2.credit-cards {
	font-size: 5em;
	text-align: center;
}


h3 {
	font-family: 'Kanit', sans-serif;
	font-weight: 800;
	font-size: 2.75em;
	line-height: 1.0em;
	margin: 1.5em 0 1em 0;
	color: #fff;
	text-align: center;
	text-transform:uppercase;
}

h3.latest-news {
	font-family: 'Kanit', sans-serif;
	font-weight: 800;
	font-size: 4.0em;
	line-height: 1.5em;
	margin: 1em 0;
	color: #fff;
	text-align: center;
	text-transform:uppercase;
}



#primary h4, #blog h4 {
	font-family: 'Kanit', sans-serif;
	font-weight: 600;
	font-size: 2.25em;
	line-height: 1.5em;
	margin: 1.5em 0;
	color: #ccc;
	text-align: left;
}


#primary p {
	font-family: 'Kanit', sans-serif;
	font-weight: 400;
	font-size: 1.65em;
	line-height: 1.65em;
	color: #fff;
}


#primary hr {
  border-color: #c1bfc3;
  border-style: 2px solid none;
  border-width: 2px 0;
  margin: 2.0em 0 4.0em 0;
}


#primary ul, .content ol {
	font-size: inherit;
	line-height: 1.5em;
	margin-bottom: 3em;
}


#primary li {	
	font-family: 'Kanit', sans-serif;
	font-weight: 400;
	font-size: 1.65em;
	line-height: 1.85em;
	margin: 0;
	color: #fff;
}



.container-fluid {
	padding: 0;
}


.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}


.post-date {
	position: relative;
	z-index: 2;
}


.entry-date {
	background-color: #152944;
	border: 7px solid #fff;
	position: absolute;
	right: 50px;
	top: -7px;
	width: 100px;
	height: 100px;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
}


.entry-month-year {
	display: block;
	font-family: 'Kanit', sans-serif;
	font-weight: 600;
	font-size: 1.5em;
	margin: -3px 0 -10px 0;
	padding: 0;
	color: #fff;
}


.entry-day {
	font-family: 'Kanit', sans-serif;
	font-weight: 800;
	font-size: 5.0em;
	margin: 0;
	padding: 0;
	color: #b41764;
}

.row-fix {
	margin: 0;
}


.article-info {
	font-family: 'Kanit', sans-serif;
	font-weight: 400;
	font-size: 1.30em;
	margin: 2.0em 0;
	padding: 0.35em;
	color: #c1bfc3;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border-top: 1px dotted #c1bfc3;
	border-bottom: 1px dotted #c1bfc3;
}

.article-info-icon{
	margin-left: 2em;
}

.article-info a:link {
	color: inherit;
	text-decoration: none;
}


.article-info a:visited {
	color: #c1bfc3;
	text-decoration: none;
}


.article-info a:hover {
	color: #000;
	text-decoration: underline;
}




/*---------------------------------
  =06 HOME PAGE SECTORS
----------------------------------*/

.panel-transparent {
	background: none;
    }
    
    
.panel-body {
	margin: 0;
	padding: 0;
	border: 0;
}

.panel-footer {
	margin: 0 0 30px 0;
	padding: 0;
	text-align: center;
	border-top: 0;
	border-radius: 0;
}


.panel-footer .btn-contact {
	margin: 0px;
	padding: 15px;
	width: 100%;
	border: 0;
}


.panel-default {
	border: none;
  	border-color: none;
  	border-radius: 0;
}



#primary .panel-body p {
	font-family: 'Kanit', sans-serif;
	font-size: 1.55em;
	line-height: 1.5em;
	margin: 1.15em;
	color: #000;
}


.panel-body h4.news {
	font-family: 'Kanit', sans-serif;
	font-size: 1.5em;
	font-weight: 800;
	color: #000;
	text-align: left;
	margin: 15px;
}


#primary h3.sectors {
	font-family: 'Kanit', sans-serif;
	font-size: 2.5em;
	font-weight: 800;
	text-align: center;
	margin-top: 0;
	padding: 15px;
	color: #fff;
	background-color: #3d3d3d;
	text-transform: uppercase;
}


.btn-sector {
  	font-family: 'Kanit', sans-serif;
	font-weight: 600;
	font-size: 1.65em;
	color: #fff;
	margin: 0 15px 15px 15px;
	padding: 12px;
	border-radius: 0;
	width: 90%;
	border: 0;
	background-color: #b41764;
	border-radius: 2em;
	text-transform: uppercase;
}

.btn-sector:hover {
	background-color: #3d3d3d !important;
	text-decoration: none;
	color: #ffffff;
}


.btn-sector:visited {
	background-color: #b41764;
	text-decoration: none;
	color: #ffffff;
}



.purple-background {
	min-height: 300px;
    background: linear-gradient(0deg, rgba(119,48,144,1) 0%, rgba(92,37,121,1) 100%);
	padding-top: 4em;
	padding-bottom: 4em;
}


.orange-background {
	min-height: 300px;
    background: linear-gradient(90deg, rgba(230,142,26,1) 0%, rgba(234,94,18,1) 100%);
	padding-top: 4em;
	padding-bottom: 4em;
}

.four_linear {
    min-height: 300px;
    background: linear-gradient(to right, #b41764, #5c257, #773090, #941a33);
	padding-top: 4em;
	padding-bottom: 4em;
    
}

/*magenta purple light purple rubine*/
/*#152944			Dark Blue*/
/*#ffffff			White*/
/*#b41764			Magenta*/
/*#941a33			Rubine*/
/*#5c2579			Purple*/
/*#773090			Light Purple*/
/*#cf171f			Red*/
/*#ea5e12			Orange*/
/*#e68e1a			Light Orange*/
  


/*---------------------------------
  =03 BLOG BLOCKS
----------------------------------*/

.block-pane {
	margin: 0px -1px;
}

.block-category {
	font-family: 'Kanit', sans-serif;
	font-weight: 400;
	font-size: 1.25em;
	margin: 0.5em 0 0 0;
	padding: 0;
	color: #fff;
	text-align: left;
	letter-spacing: 0em;
}

.block-title {
	font-family: 'Kanit', sans-serif;
	font-weight: 800;
	font-size: 2.50em;
	margin: 0.5em 0;
	padding: 0;
	color: #152944;
	text-align: left;
}


.home-block-title {
	font-family: 'Kanit', sans-serif;
	font-weight: 800;
	font-size: 2.50em;
	margin: 0 0 0.25em 0;
	padding: 0;
	color: #152944;
	text-align: left;
	text-transform: uppercase;
}


#primary h3.home-block-title  {
	margin: 0 0 0.25em 0;
}



.block-info p {
	font-family: 'Kanit', sans-serif;
	font-weight: 400;
	font-size: 1.45em;
	line-height: 1.5em;
	margin: 0.5em 0;
	padding: 0;
	color: #fff;
	text-align: left;
}


.block-info-dark p {
	font-family: 'Kanit', sans-serif;
	font-weight: 400;
	font-size: 1.55em;
	line-height: 1.5em;
	margin: 0.5em 0;
	padding: 0;
	color: #fff;
	text-align: left;
}


#primary .block-info-dark p {
	font-family: 'Kanit', sans-serif;
	font-weight: 400;
	font-size: 1.45em;
	line-height: 1.5em;
	margin: 0.5em 0;
	padding: 0;
	color: #fff;
	text-align: left;
}


#primary .home-block-info p {
	font-family: 'Kanit', sans-serif;
	font-weight: 400;
	font-size: 1.45em;
	line-height: 1.75em;
	margin: 0.5em 0;
	padding: 0;
	color: #152944;
	text-align: left;
}

.block-info p a:link,
.home-block-info p a:link {
	font-weight: 600;
	color: #152944;
	text-transform: uppercase !important;
}


.block-info-dark p a:link {
	font-weight: 600;
	color: #fff;
	text-transform: uppercase !important;
}


.block-info-dark p a:visited {
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}


.block-info p a:visited,
.home-block-info p a:visited {
	font-weight: 600;
	color: #152944;
	text-transform: uppercase;
}

.block-info p a:hover,
.block-info-dark p a:hover,
.home-block-info p a:hover {
	font-weight: 600;
	color: #b41764;
	text-transform: uppercase;
}

.block-more {
	font-family: 'Kanit', sans-serif;
	font-weight: 800;
	font-size: 1.25em;
	line-height: 1.5em;
	margin: 0.5em 0;
	padding: 0;
	color: #152944;
	text-align: left;
	text-transform: uppercase;
}

.block-date {
	font-family: 'Kanit', sans-serif;
	font-weight: 400;
	font-size: 1.25em;
	margin: 1.5em 0 2.0em 0;
	padding: 0.5em 0 0 0;
	color: #fff;
	text-align: left;
	letter-spacing: 0em;
	text-transform: uppercase;
	border-top: 1px solid #fff;
}


.border-top {
	border-top: 1px solid #fff;
}


.home-block-date {
	font-family: 'Kanit', sans-serif;
	font-weight: 400;
	font-size: 1.25em;
	margin: 1.5em 0 0 0;
	padding: 0.5em 0 0 0;
	color: #fff;
	text-align: left;
	letter-spacing: 0em;
	text-transform: uppercase;
	border-top: 1px solid #fff;
}


.home-block-thumb {
	margin: 0 0 2em 0;
}

.block-date-icon{
	margin-left: 2em;
}

.block-title a:link, 
.home-block-title a:link{
	color: #fff;
	text-decoration: none;
}

.block-date a:link,
.block-category a:link {
	color: inherit;
	text-decoration: none;
}

.block-title a:visited, 
.home-block-title a:visited {
	color: #fff;
	text-decoration: none;
}

.block-date a:visited,
.block-category a:visited {
	color: #fff;
	text-decoration: none;
}

.block-title a:hover, 
.home-block-title a:hover, 
.block-date a:hover, 
.block-category a:hover {
	color: #b41764;
	text-decoration: underline;
}



h6.related-articles {
	font-family: 'Kanit', sans-serif;
	font-weight: 800;
	font-size: 3.0em;
	line-height: 1.5em;
	margin: 1.0em 0;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}




.block-title-dark {
	font-family: 'Kanit', sans-serif;
	font-weight: 800;
	font-size: 2.50em;
	margin: 0.5em 0;
	padding: 0;
	color: #fff;
	text-align: left;
}


.block-title-dark a:link{
	color: #fff;
	text-decoration: none;
}

.block-title-dark a:visited {
	color: #fff;
	text-decoration: none;
}


.block-title-dark a:hover {
	color: #b41764;
	text-decoration: underline;
}

.home-left-col {
	border-right: 1px solid #ccc;
}

.home-left-col-dark {
	border-right: 1px solid #152944;
}


.home-right-col {
	background-image: linear-gradient(180deg, #c1bfc3 0%, #ffffff 100%);
}


/*---------------------------------
  =06 BLOG AND ARCHIVE NEXT
----------------------------------*/

.btn-next {
  	font-family: 'Kanit', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	background-color: #b41764;
	color: #fff;
	margin-top: 3em !important;
	border-radius: 2em;
}

.btn-next:hover,
.btn-next:focus,
.btn-next:active {
	background-color: #b41764;
	text-decoration: none;
	color: #fff !important;
}

.btn-next:visited {
	color: #fff;
}


.blog-archive {
	border-top: 1px solid #152944;
	background-color: #152944;
	padding: 0 0 2em 0;
}

.blog select {
	margin-top: -1.0em;
}

/*---------------------------------
  =06 SEARCH BAR
----------------------------------*/

.search-bar {
  padding: 2em;
}


.my-search .btn-search {
	font-family: 'Kanit', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	font-style: italic;
	height: 60px;
	width: 100px;
	border: 1px #152944 solid;
	border-left: none;
	background-color: #c1bfc3;
	color: #152944;
	border-radius: 0;
	margin: 15px 0 7px 0;
}

.my-search .btn-search:hover,
.my-search .btn-search:focus,
.my-search .btn-search:active {
  background-color: #b41764;
  border: 1px #152944 solid;
  border-left: 0;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}


.my-search .form-control {
	height: 60px;
	padding: 20px;
	margin: 15px -100px 7px 0;
	font-size: 16px;
	line-height: 1.42857143;
	color: #152944;
	background-color: #c1bfc3;
	background-image: none;
	border: 1px #152944 solid;
	border-right: 2px #152944 solid;
	margin-right: 18px;
	border-radius: 0px;
	box-shadow: none;
}


.input {
	border: 1px #dadada solid;
	border-radius: 0px;
	padding: 0.5em;
	width: 100%;
	margin: 0 auto;
	color: #152944;
}

.screen-reader-text {
display: none;
}


/*---------------------------------
  =09 PHOTO GALLERY
----------------------------------*/

#primary .photo-gallery {
	margin: 0.5em 0 5em 0;

}


#primary h1.photo-gallery {
	font-family: 'Kanit', sans-serif;
	font-weight: 800;
	line-height: 1.5em;
	margin: 1.0em 0 0 0;
	color: #152944;
	text-align: center;
	text-transform: uppercase;
}

#primary .photo-gallery h2 {
	font-family: 'Kanit', sans-serif;
	font-weight: 800;
	font-size: 3.5em;
	line-height: 1.5em;
	margin: 0.75em 0;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

#primary .photo-gallery h3 {
	font-family: 'Kanit', sans-serif;
	font-weight: 800;
	font-size: 2.0em;
	line-height: 1.5em;
	margin: 0.25em 0;
	color: #ccc;
	text-align: center;
	text-transform: uppercase;
}


#primary .photo-gallery p {
	font-family: 'Kanit', sans-serif;
	font-weight: 400;
	font-size: 1.5em;
	line-height: 1.85em;
	margin: 1.0em 0 2.0em 0;
	color: #ccc;
}


#primary .photo-gallery a:link {
	color: inherit;
	text-decoration: underline;
}


#primary .photo-gallery a:visited {
	color: inherit;
	text-decoration: underline;
}


#primary .photo-gallery a:hover {
	color: #fac38b;
	text-decoration: underline;
}


/*---------------------------------
  =09 FOOTER
----------------------------------*/


.site-footer h6
{
	font-family: 'Kanit', sans-serif;
	font-size: 2.5em;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	margin: 2em 0 0.5em 0;
}



.site-footer {
	background: linear-gradient(90deg, rgba(230,142,26,1) 0%, rgba(234,94,18,1) 100%);
	padding: 1em 0;
	border-top: 3em solid #941a33;
}

.site-footer p {
	font-family: 'Kanit', sans-serif;
	font-weight: 400;
	font-size: 1.5em;
	line-height: 1.25em;
	margin: 1.5em 0;
	color: #fff;
	text-align: left;
}


.site-footer a {
  color: #fff;
  text-decoration: underline;
}

.site-footer a:visited {
  color: #fff;
  text-decoration: underline;
}

.site-footer a:hover,
.site-footer a:focus,
.site-footer a:active {
  color: #b41764;
  text-decoration: underline;
}


ul.social-buttons li a {
  display: block;
  text-align: center;
  background-color: #941a33;
  border-radius: 100%;
  color: #fff;
  outline: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

ul.social-buttons li a:visited {
  background-color: #941a33;
  color: #fff;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #152944;
  color: #fff;
}

ul#menu-footer.menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#menu-footer.menu li:before {    
    font-weight: 300;
	float: left;
    color: #152944;
}

ul#menu-footer.menu li {
	font-family: 'Kanit', sans-serif;
	font-size: 1.75em;
	font-weight: 600;
	margin: 0.5em 0;
	text-transform: uppercase;
}

ul#menu-footer.menu li a:link {
	color: #152944;
	text-decoration: none;
}


ul#menu-footer.menu li a:visited {
	color: #152944;
	text-decoration: none;
}


ul#menu-footer.menu li a:hover {
	color: #b41764;
	text-decoration: none;
}



ul#menu-footer-left.menu, ul#menu-footer-centre.menu, ul#menu-footer-right.menu {
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#menu-footer-left.menu li, ul#menu-footer-centre.menu li, ul#menu-footer-right.menu li {
	font-family: 'Kanit', sans-serif;
	font-size: 1.65em;
	font-weight: 400;
	margin: 0.5em 0;
}

ul#menu-footer-left.menu li:before, ul#menu-footer-centre.menu li:before, ul#menu-footer-right.menu li:before {    
    content: '\f807';
    font-family: 'Font Awesome 5 Free';
	float: left;
    margin:0 1em 0 0px;
    color: #941a33;
}

ul#menu-footer-left.menu li a:link, ul#menu-footer-centre.menu li a:link, ul#menu-footer-right.menu li a:link {
	color: #fff;
	text-decoration: none;
}


ul#menu-footer-left.menu li a:visited, ul#menu-footer-centre.menu li a:visited, ul#menu-footer-right.menu li a:visited {
	color: #fff;
	text-decoration: none;
}


ul#menu-footer-left.menu li a:hover, ul#menu-footer-centre.menu li a:hover, ul#menu-footer-right.menu li a:hover {
	color: #941a33;
}




/*---------------------------------
  =07 TESTIMONIAL BLOCK
----------------------------------*/


.client-carousel {
	border-top: 5px solid #152944;
	margin-top: 5em;
	border-bottom: 5px solid #152944;
	margin-bottom: 5em;
	padding-bottom: 3em;
}


.client-carousel-page {
	margin-top: 5em;
	margin-bottom: 0em;
	padding-bottom: 0em;
}


.testimonial-background {
	min-height: 300px;
    background: no-repeat center center;
	background-size: cover;
	padding-top: 2em;
	padding-bottom: 2em;
	margin-bottom: -5em;
}


#primary h3.testimonials {
	font-family: 'Kanit', sans-serif;
	font-weight: 800;
	font-size: 4.0em;
	line-height: 1.5em;
	margin: 1.0em 0;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

#sp-testimonial-free-wrapper-216 .sp-testimonial-free-section .tfree-testimonial-title h3 {
	font-family: 'Kanit', sans-serif;
	font-weight: 800;
	font-size: 2.5em;
	line-height: 1.5em;
	margin: 0.5em 0;
	color: #fff;
	text-align: center;
}

#sp-testimonial-free-wrapper-216 .sp-testimonial-free-section .tfree-client-name {
	font-family: 'Kanit', sans-serif;
	font-weight: 800;
	font-size: 1.65em;
	line-height: 1.5em;
	margin: 0.5em 0;
	color: #fff;
	text-align: center;
}

#sp-testimonial-free-wrapper-216 .sp-testimonial-free-section .tfree-client-testimonial p{
	font-family: 'Kanit', sans-serif;
	font-weight: 400;
	font-size: 1.25em;
	line-height: 1.65em;
	margin: 1.0em 0 0 0;
	color: #fff;
}

/*---------------------------------
  =06 ADD THIS
----------------------------------*/

.add-this {
	margin: 2em 0 4em 0;
	background: #152944;
}


/*---------------------------------
  =07 GOOGLE MAPS
----------------------------------*/

.google-maps {
	border-color: transparent;
	background-color: transparent;
	height: 350px;
	border-width: 0px;
}

/*---------------------------------
  =06 404 ERROR PAGE
----------------------------------*/


#errors.pagenotfound {
	background-image: url('../img/error404.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	min-height: 100%;
	margin: 0;
	padding: 0;
}


#errors h1
{
	font-family: 'Kanit', sans-serif;
	font-weight: 900;
	color: #fff;
	text-align: center;
	margin: 20% auto 0% auto;
}


#errors h2
{
	font-family: 'Kanit', sans-serif;
	font-weight: 900;
	color: #fff;
	text-align: center;
	margin: 5% auto 15% auto;
}


.error404link
{
	font-family: 'Kanit', sans-serif;
	font-size: 2.0em;
	font-weight: 900;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin: 2em;
}


#errors a:link {
	color: #fff;
	text-decoration: none;
	background-color: #b41764;
	padding: 1em;
	border-radius: 2em;
}


#errors a:visited {
	color: #fff;
	text-decoration: none;
	background-color: #b41764;
	padding: 1em;
	border-radius: 2em;
}


#errors a:hover {
	color: #b41764;
	text-decoration: none;
	background-color: #fff;
	padding: 1em;
	border-radius: 2em;
}


/*---------------------------------
  =06 CSS ANIMATIONS
----------------------------------*/

 .animatable {
  
  /* initially hide animatable objects */
  visibility: hidden;
  
  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;   
  -moz-animation-play-state: paused;     
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;   
  animation-play-state: paused; 
}

/* show objects being animated */
.animated {
  visibility: visible;
  
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;

  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}

/* CSS Animations (extracted from http://glifo.uiparade.com/) */
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}



@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	60% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	60% {
		-webkit-transform: translateX(20px);
	}

	80% {
		-webkit-transform: translateX(-5px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}

	60% {
		-moz-transform: translateX(20px);
	}

	80% {
		-moz-transform: translateX(-5px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		-o-transform: translateX(20px);
	}

	80% {
		-o-transform: translateX(-5px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}

	60% {
		transform: translateX(20px);
	}

	80% {
		transform: translateX(-5px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}

	60% {
		-webkit-transform: translateX(-20px);
	}

	80% {
		-webkit-transform: translateX(5px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}

	60% {
		-moz-transform: translateX(-20px);
	}

	80% {
		-moz-transform: translateX(5px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}

	60% {
		-o-transform: translateX(-20px);
	}

	80% {
		-o-transform: translateX(5px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}

	60% {
		transform: translateX(-20px);
	}

	80% {
		transform: translateX(5px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}
	50% {
		-webkit-transform: scale(1.05);
	}

	70% {
		-webkit-transform: scale(.9);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-moz-transform: scale(.3);
	}

	50% {
		-moz-transform: scale(1.05);
	}

	70% {
		-moz-transform: scale(.9);
	}

	100% {
		opacity: 1;
		-moz-transform: scale(1);
	}
}

@-o-keyframes bounceIn {
	0% {
		opacity: 0;
		-o-transform: scale(.3);
	}

	50% {
		-o-transform: scale(1.05);
	}

	70% {
		-o-transform: scale(.9);
	}

	100% {
		opacity: 1;
		-o-transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.3);
	}

	50% {
		transform: scale(1.05);
	}

	70% {
		transform: scale(.9);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}
@-webkit-keyframes moveUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(40px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes moveUp {
	0% {
		opacity: 1;
		-moz-transform: translateY(40px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes moveUp {
	0% {
		opacity: 1;
		-o-transform: translateY(40px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes moveUp {
	0% {
		opacity: 1;
		transform: translateY(40px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@-webkit-keyframes fadeBgColor {
	0%{
		background:none;
	}
  70%{
		background:none;
	}
	100%{
		background:#464646;
	}
}
@-o-keyframes fadeBgColor {
	0%{
		background:none;
	}
  70%{
		background:none;
	}
	100%{
		background:#464646;
	}
}
@keyframes fadeBgColor {
	0%{
		background:none;
	}
  70%{
		background:none;
	}
	100%{
		background:#464646;
	}
}

/*.animated.animationDelay{*/
/*	animation-delay:.4s;*/
/*	-webkit-animation-delay:.4s;*/
/*}*/
/*.animated.animationDelayMed{*/
/*	animation-delay:1.2s;*/
/*	-webkit-animation-delay:1.2s;*/
/*}*/
/*.animated.animationDelayLong{*/
/*	animation-delay:1.6s;*/
/*	-webkit-animation-delay:1.6s;*/
/*}*/
.animated.fadeBgColor {
	-webkit-animation-name: fadeBgColor;
	-moz-animation-name: fadeBgColor;
	-o-animation-name: fadeBgColor;
	animation-name: fadeBgColor;
}
.animated.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}
.animated.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
.animated.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
.animated.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
.animated.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.animated.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.animated.moveUp {
	-webkit-animation-name: moveUp;
	-moz-animation-name: moveUp;
	-o-animation-name: moveUp;
	animation-name: moveUp;
}
