@import url('https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,100..900;1,100..900&display=swap');

/********************************************************
	
  1. Basics
    1.1. Helpers
    1.2. Custom grid
    1.3. Forms
  2. Custom mouse cursor
  3. Animsition preloader
    3.1. Animsition-overlay
    3.2. Loading animation
    3.3. Add class after preloader
  4. Header
    4.1. Header logo
    4.2. Header menu-open
    4.3. MidnightHeader
    4.4. Headroom
  5. Navigation
    5.1. Navigation logo
    5.2. Navigation close icon
    5.3. Navigation menu
    5.4. Navigation links
    5.5. Navigation backgrounds
    5.6. Navigation backgrounds overlay
    5.7. Drop down menu
    5.8. Drop down close
  6. Colors
    6.1. Bg colors
    6.2. Text colors
  7. Typography
  8. Buttons
    8.1. To top button
    8.2. Border button
    8.3. Flip button
    8.4. Arrow button
    8.5. Scroll button
    8.6. Overlay Button
  9. Animations
    9.1. Loading animations
      9.1.1. Loading overlay animation #1
      9.1.2. Loading overlay animation #2
      9.1.3. Loading fade animation
      9.1.4. Loading title fill animation
    9.2. Scroll animations
      9.2.1. Scroll overlay animation #1
      9.2.2. Scroll overlay animation #2
      9.2.3. Scroll fade animation
      9.2.4. Scroll title fill animation
  10. Hovers
  11. Footer
  12. Magnific popup
    12.1. Popup arrows
    12.2. Popup counter 
    12.3. Popup close
  13. Min-height flex center (IE11-fix)
  14. Page-head
  15. Swiper slider
    15.1. Home slider
      15.1.1. Home slider title fill effect
      15.1.2. Home slider overlay effect
      15.1.3. Home slider overlay #2 effect
      15.1.4. Home slider fade effect
    15.2. Testimonials slider
    15.3. About slider
    15.4. Swiper pagination
      15.4.1. Home slider pagination
      15.4.2. Testimonials slider pagination
      15.4.3. Portfolio full screen slider pagination
    15.5. Swiper arrows
      15.5.1. Home slider arrows
      15.5.2. About slider arrows
      15.5.3. Portfolio full screen slider arrows
      15.5.4. Portfolio slider arrows
      15.5.5. Portfolio columns slider arrows
      15.5.6. Fullscreen home slider arrows
    15.6. Portfolio full screen slider
      15.6.1. Portfolio slider overlay animations
      15.6.2. Portfolio slider fade animations
    15.7. Portfolio slider
    15.8. Portfolio columns slider
      15.8.1. Portfolio columns slider hover effects
    15.9. Fullscreen home slider
  16. List dots
  17. Services
  18. Progress bar
  19. Portfolio
  20. Project
  21. About
    21.1. Team
  22. Our clients
  23. Video content
  24. Blog
    24.1. Sidebar
      24.1.1. Search form
      24.1.2. Categories
      24.1.3. Recent-posts
      24.1.4. Tegs
      24.1.5. Widget-instagram
    24.2. Single post
      24.2.1. Post autor
      24.2.2. Post comments
      24.2.3. Comment form
  25. Contact
    25.1. Contact form
  26. Video background
  27. Portfolio grid
    27.1. isotope buttons
    27.2. Isotope item
    27.3. Isotope hover
  28. Typewriter home
  29. Particles home
  30. Price table
    30.1. Price button

********************************************************/

/*--------------------------------------------------------------
1. Basics
--------------------------------------------------------------*/
::-moz-selection {
  background: none;
  color: #FFF;
}

::selection {
  background: none;
  color: #FFF;
}

html {
	padding: 0;
	margin: 0;
}

body {
  	font-size: 14px;
  	-webkit-font-smoothing: antialiased;
  		-moz-osx-font-smoothing: grayscale;
  	font-family: "Asap", sans-serif;
  	color: #262626;
  	font-weight: 400;
 	margin: 0; 
}

blockquote,
ul, 
ol {
	margin: 0px;
	padding: 0;
}

ul li, 
ol li {
	margin-bottom: 5px;
}

li {
	list-style: none;
}

img {
	vertical-align: middle;
	max-width: 100%;
	border-style: none;
	width: 100%;
}

img2 {
	vertical-align: middle;
	max-width: auto !important;
	border-style: none;
	width: auto !important;
}

a, 
i {
	border: none;
}

button {
	padding: 0;
}

button, 
input, 
select, 
textarea {
	font-size: 14px;
	line-height: 1.75;
	font-family: "Asap", sans-serif;
}

a:hover {
	text-decoration: none;
}

button,
button:focus,
button:hover {
	background: none;
	border: none;
}

a:focus,
button:focus {
	outline: none;
}

p {
	margin: 30px 0 0 0;
	font-family: "Asap", sans-serif;
}

a {
	font-family: "Asap", sans-serif;
	text-decoration: none;
	color: inherit;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

td,
th {
	padding: 5px;
	border: 1px solid black;
	text-align: center;
}

code, pre {
	padding: 10px;
	padding-bottom: 0;
	border-left: 3px solid #6FBF71;
	border-bottom: 1px solid transparent;
	overflow-x: scroll;
}

pre {
	display: block;	
	word-break: break-all;
	word-wrap: break-word;
}

pre code { 
	white-space: pre-wrap; 
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	font-family: "Asap", sans-serif;
	margin: 0;
  	line-height: 1.3;
}

h1,
h2,
h3 {
  	font-weight: 700; 
}

h4,
h5 {
  	font-weight: 600; 
}

h6 {
  	font-weight: 500; 
}

h1 {
  	font-size: 42px; 
}

h2 {
  	font-size: 30px; 
}

h3 {
  	font-size: 26px; 
}

h4 {
  	font-size: 22px; 
}

h5 {
  	font-size: 18px; 
}

h6 {
  	font-size: 14px; 
}

@media only screen and (max-width: 999px) {
	
  	h1 {
    	font-size: 38px; 
    }

	h2 {
    	font-size: 28px; 
    }

	h3 {
    	font-size: 24px; 
   	} 
    
}

@media only screen and (max-width: 767px) {
	
  	h1 {
    	font-size: 36px; 
    }

	h2 {
    	font-size: 26px; 
    }

	h3 {
    	font-size: 24px; 
    } 
    
}

@media only screen and (max-width: 549px) {
	
  	h1 {
    	font-size: 34px; 
   	}
   	 
}

/* 1.1. Helpers */
.rel-pos {
	position: relative;
}

.d-block {
	display: block;
}

.d-flex {
	display: -webkit-box;
		display: -ms-flexbox;
			display: flex;
}

.d-flex-wrap {
	display: -webkit-box;
		display: -ms-flexbox;
			display: flex;
	-ms-flex-flow: wrap;
	    flex-flow: wrap;
}

.flex-center {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.top-bottom-padding-120 {
	padding-top: 120px;
	padding-bottom: 120px;
}

.top-padding-120 {
	padding-top: 120px;
}

.bottom-padding-120 {
	padding-bottom: 120px;
}

.top-bottom-padding-90 {
	padding-top: 90px;
	padding-bottom: 90px;
}

.top-padding-90 {
	padding-top: 90px;
}

.bottom-padding-90 {
	padding-bottom: 90px;
}

.top-bottom-padding-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.top-padding-60 {
	padding-top: 60px;
}

.bottom-padding-60 {
	padding-bottom: 60px;
}

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

.top-padding-50 {
	padding-top: 50px;
}

.bottom-padding-50 {
	padding-bottom: 50px;
}

.top-bottom-padding-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.top-padding-40 {
	padding-top: 40px;
}

.bottom-padding-40 {
	padding-bottom: 40px;
}

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

.top-padding-30 {
	padding-top: 30px;
}

.bottom-padding-30 {
	padding-bottom: 30px;
}

.top-bottom-padding-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.top-padding-20 {
	padding-top: 20px;
}

.bottom-padding-20 {
	padding-bottom: 20px;
}

.top-bottom-padding-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.top-padding-15 {
	padding-top: 15px;
}

.bottom-padding-15 {
	padding-bottom: 15px;
}

.top-bottom-padding-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.top-padding-10 {
	padding-top: 10px;
}

.bottom-padding-10 {
	padding-bottom: 10px;
}

.top-bottom-padding-5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.top-padding-5 {
	padding-top: 5px;
}

.bottom-padding-5 {
	padding-bottom: 5px;
}

.top-bottom-margin-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.bottom-margin-30 {
	margin-bottom: 30px;
}

.top-margin-30 {
	margin-top: 30px;
}

.top-bottom-margin-25 {
	margin-top: 25px;
	margin-bottom: 25px;
}

.bottom-margin-25 {
	margin-bottom: 25px;
}

.top-margin-25 {
	margin-top: 25px;
}

.top-bottom-margin-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.bottom-margin-20 {
	margin-bottom: 20px;
}

.top-margin-20 {
	margin-top: 20px;
}

.top-bottom-margin-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.bottom-margin-15 {
	margin-bottom: 15px;
}

.top-margin-15 {
	margin-top: 15px;
}

.top-bottom-margin-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.bottom-margin-10 {
	margin-bottom: 10px;
}

.top-margin-10 {
	margin-top: 10px;
}

.top-bottom-margin-5 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.bottom-margin-5 {
	margin-bottom: 5px;
}

.top-margin-5 {
	margin-top: 5px;
}

.content-left-right-margin-50 {
	margin-left: 50px;
	margin-right: 50px;
}

.content-right-margin-50 {
	margin-right: 50px;
}

.content-left-margin-50 {
	margin-left: 50px;
}

.content-left-right-margin-45 {
	margin-left: 45px;
	margin-right: 45px;
}

.content-right-margin-45 {
	margin-right: 45px;
}

.content-left-margin-45 {
	margin-left: 45px;
}

.content-left-right-margin-40 {
	margin-left: 40px;
	margin-right: 40px;
}

.content-right-margin-40 {
	margin-right: 40px;
}

.content-left-margin-40 {
	margin-left: 40px;
}

.content-left-right-margin-35 {
	margin-left: 35px;
	margin-right: 35px;
}

.content-right-margin-35 {
	margin-right: 35px;
}

.content-left-margin-35 {
	margin-left: 35px;
}

.content-left-right-margin-30 {
	margin-left: 30px;
	margin-right: 30px;
}

.content-right-margin-30 {
	margin-right: 30px;
}

.content-left-margin-30 {
	margin-left: 30px;
}

.content-left-right-margin-25 {
	margin-left: 25px;
	margin-right: 25px;
}

.content-right-margin-25 {
	margin-right: 25px;
}

.content-left-margin-25 {
	margin-left: 25px;
}

.content-left-right-margin-20 {
	margin-left: 20px;
	margin-right: 20px;
}

.content-right-margin-20 {
	margin-right: 20px;
}

.content-left-margin-20 {
	margin-left: 20px;
}

.content-left-right-margin-15 {
	margin-left: 15px;
	margin-right: 15px;
}

.content-right-margin-15 {
	margin-right: 15px;
}

.content-left-margin-15 {
	margin-left: 15px;
}

.content-left-right-margin-10 {
	margin-left: 10px;
	margin-right: 10px;
}

.content-right-margin-10 {
	margin-right: 10px;
}

.content-left-margin-10 {
	margin-left: 10px;
}

.content-left-right-margin-5 {
	margin-left: 5px;
	margin-right: 5px;
}

.content-right-margin-5 {
	margin-right: 5px;
}

.content-left-margin-5 {
	margin-left: 5px;
}

.content-padding-l-r-20 {
	padding-left: 20px;
	padding-right: 20px;
}

.content-padding-bottom-20 {
	padding-bottom: 20px;
}

@media only screen and (max-width: 999px) {
	
	.response-999 .content-left-right-margin-50,
	.response-999 .content-left-right-margin-45,
	.response-999 .content-left-right-margin-40,
	.response-999 .content-left-right-margin-35,
	.response-999 .content-left-right-margin-30,
	.response-999 .content-left-right-margin-25,
	.response-999 .content-left-right-margin-20,
	.response-999 .content-left-right-margin-15,
	.response-999 .content-left-right-margin-10,
	.response-999 .content-left-right-margin-5 {
		margin-left: 0;
		margin-right: 0;
	}
	
	.response-999 .content-right-margin-50,
	.response-999 .content-right-margin-45,
	.response-999 .content-right-margin-40,
	.response-999 .content-right-margin-35,
	.response-999 .content-right-margin-30,
	.response-999 .content-right-margin-25,
	.response-999 .content-right-margin-20,
	.response-999 .content-right-margin-15,
	.response-999 .content-right-margin-10,
	.response-999 .content-right-margin-5 {
		margin-right: 0;
	}
	
	.response-999 .content-left-margin-50,
	.response-999 .content-left-margin-45,
	.response-999 .content-left-margin-40,
	.response-999 .content-left-margin-35,
	.response-999 .content-left-margin-30,
	.response-999 .content-left-margin-25,
	.response-999 .content-left-margin-20,
	.response-999 .content-left-margin-15,
	.response-999 .content-left-margin-10,
	.response-999 .content-left-margin-5 {
		margin-left: 0
		text-align: center;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.content-left-right-margin-50,
	.content-left-right-margin-45,
	.content-left-right-margin-40,
	.content-left-right-margin-35,
	.content-left-right-margin-30,
	.content-left-right-margin-25,
	.content-left-right-margin-20,
	.content-left-right-margin-15,
	.content-left-right-margin-10,
	.content-left-right-margin-5 {
		margin-left: 0;
		margin-right: 0;
	}
	
	.content-right-margin-50,
	.content-right-margin-45,
	.content-right-margin-40,
	.content-right-margin-35,
	.content-right-margin-30,
	.content-right-margin-25,
	.content-right-margin-20,
	.content-right-margin-15,
	.content-right-margin-10,
	.content-right-margin-5 {
		margin-right: 0;
	}
	
	.content-left-margin-50,
	.content-left-margin-45,
	.content-left-margin-40,
	.content-left-margin-35,
	.content-left-margin-30,
	.content-left-margin-25,
	.content-left-margin-20,
	.content-left-margin-15,
	.content-left-margin-10,
	.content-left-margin-5 {
		margin-left: 0;
	}
	
	.response-549 .content-left-right-margin-50 {
		margin-left: 50px;
		margin-right: 50px;
	}
	
	.response-549 .content-right-margin-50 {
		margin-right: 50px;
	}
	
	.response-549 .content-left-margin-50 {
		margin-left: 50px;
	}
	
	.response-549 .content-left-right-margin-45 {
		margin-left: 45px;
		margin-right: 45px;
	}
	
	.response-549 .content-right-margin-45 {
		margin-right: 45px;
	}
	
	.response-549 .content-left-margin-45 {
		margin-left: 45px;
	}
	
	.response-549 .content-left-right-margin-40 {
		margin-left: 40px;
		margin-right: 40px;
	}
	
	.response-549 .content-right-margin-40 {
		margin-right: 40px;
	}
	
	.response-549 .content-left-margin-40 {
		margin-left: 40px;
	}
	
	.response-549 .content-left-right-margin-35 {
		margin-left: 35px;
		margin-right: 35px;
	}
	
	.response-549 .content-right-margin-35 {
		margin-right: 35px;
	}
	
	.response-549 .content-left-margin-35 {
		margin-left: 35px;
	}
	
	.response-549 .content-left-right-margin-30 {
		margin-left: 30px;
		margin-right: 30px;
	}
	
	.response-549 .content-right-margin-30 {
		margin-right: 30px;
	}
	
	.response-549 .content-left-margin-30 {
		margin-left: 30px;
	}
	
	.response-549 .content-left-right-margin-25 {
		margin-left: 25px;
		margin-right: 25px;
	}
	
	.response-549 .content-right-margin-25 {
		margin-right: 25px;
	}
	
	.response-549 .content-left-margin-25 {
		margin-left: 25px;
	}
	
	.response-549 .content-left-right-margin-20 {
		margin-left: 20px;
		margin-right: 20px;
	}
	
	.response-549 .content-right-margin-20 {
		margin-right: 20px;
	}
	
	.response-549 .content-left-margin-20 {
		margin-left: 20px;
	}
	
	.response-549 .content-left-right-margin-15 {
		margin-left: 15px;
		margin-right: 15px;
	}
	
	.response-549 .content-right-margin-15 {
		margin-right: 15px;
	}
	
	.response-549 .content-left-margin-15 {
		margin-left: 15px;
	}
	
	.response-549 .content-left-right-margin-10 {
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.response-549 .content-right-margin-10 {
		margin-right: 10px;
	}
	
	.response-549 .content-left-margin-10 {
		margin-left: 10px;
	}
	
	.response-549 .content-left-right-margin-5 {
		margin-left: 5px;
		margin-right: 5px;
	}
	
	.response-549 .content-right-margin-5 {
		margin-right: 5px;
	}
	
	.response-549 .content-left-margin-5 {
		margin-left: 5px;
	}
	
}

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

	.response-549 .content-left-right-margin-50,
	.response-549 .content-left-right-margin-45,
	.response-549 .content-left-right-margin-40,
	.response-549 .content-left-right-margin-35,
	.response-549 .content-left-right-margin-30,
	.response-549 .content-left-right-margin-25,
	.response-549 .content-left-right-margin-20,
	.response-549 .content-left-right-margin-15,
	.response-549 .content-left-right-margin-10,
	.response-549 .content-left-right-margin-5 {
		margin-left: 0;
		margin-right: 0;
	}
	
	.response-549 .content-right-margin-50,
	.response-549 .content-right-margin-45,
	.response-549 .content-right-margin-40,
	.response-549 .content-right-margin-35,
	.response-549 .content-right-margin-30,
	.response-549 .content-right-margin-25,
	.response-549 .content-right-margin-20,
	.response-549 .content-right-margin-15,
	.response-549 .content-right-margin-10,
	.response-549 .content-right-margin-5 {
		margin-right: 0;
	}
	
	.response-549 .content-left-margin-50,
	.response-549 .content-left-margin-45,
	.response-549 .content-left-margin-40,
	.response-549 .content-left-margin-35,
	.response-549 .content-left-margin-30,
	.response-549 .content-left-margin-25,
	.response-549 .content-left-margin-20,
	.response-549 .content-left-margin-15,
	.response-549 .content-left-margin-10,
	.response-549 .content-left-margin-5 {
		margin-left: 0;
	}
	
	.content-padding-l-r-20 {
		padding-left: 10px;
		padding-right: 10px;
	}
	
}

/* 1.2. Custom grid */
.container {
	max-width: 1350px;
	width: calc(100% - 80px);
	margin-left: auto;
	margin-right: auto;
	height: auto;
	position: relative;
}

.container.full {
	max-width: 100%;
}

.container.small {
	max-width: 960px;
}

.flex-container {
	display: -webkit-box;
		display: -ms-flexbox;
			display: flex;
	-ms-flex-flow: wrap;
	    flex-flow: wrap;
}

.flex-container.reverse {
	-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
	    	-ms-flex-flow: wrap-reverse;
	        	flex-flow: wrap-reverse;
}

.one-column,
.two-columns,
.three-columns,
.four-columns,
.five-columns,
.six-columns,
.seven-columns,
.eight-columns,
.nine-columns,
.ten-columns,
.eleven-columns,
.twelve-columns {
	-webkit-box-sizing: border-box;
	    box-sizing: border-box;
	position: relative;
	z-index: 1;    
}

.one-column {
	-ms-flex-preferred-size: 8.33%;
	    flex-basis: 8.33%;
}

.two-columns {
	-ms-flex-preferred-size: 16.66%;
	    flex-basis: 16.66%;
}

.three-columns {
	-ms-flex-preferred-size: 25%;
	    flex-basis: 25%;
}

.four-columns {
	-ms-flex-preferred-size: 33.33%;
	    flex-basis: 33.33%;
}

.five-columns {
	-ms-flex-preferred-size: 41.66%;
	    flex-basis: 41.66%;
}

.six-columns {
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
}

.seven-columns {
	-ms-flex-preferred-size: 58.33%;
	    flex-basis: 58.33%;
}

.eight-columns {
	-ms-flex-preferred-size: 66.66%;
	    flex-basis: 66.66%;
}

.nine-columns {
	-ms-flex-preferred-size: 75%;
	    flex-basis: 75%;
}

.ten-columns {
	-ms-flex-preferred-size: 83.33%;
	    flex-basis: 83.33%;
}

.eleven-columns {
	-ms-flex-preferred-size: 91.66%;
	    flex-basis: 91.66%;
}

.twelve-columns {
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
}

.one-offset {
	margin-left: 8.33%;
}

.two-offset {
	margin-left: 16.66%;
}

.three-offset {
	margin-left: 25%;
}

.four-offset {
	margin-left: 33.33%;
}

.five-offset {
	margin-left: 41.66%;
}

.six-offset {
	margin-left: 50%;
}

.seven-offset {
	margin-left: 58.33%;
}

.eight-offset {
	margin-left: 66.66%;
}

.nine-offset {
	margin-left: 75%;
}

.ten-offset {
	margin-left: 83.33%;
}

.eleven-offset {
	margin-left: 91.66%;
}

@media only screen and (max-width: 999px) {
	
	.container {
		width: calc(100% - 40px);
	}
	
	.response-999 .one-column,
	.response-999 .two-columns,
	.response-999 .three-columns,
	.response-999 .four-columns,
	.response-999 .five-columns,
	.response-999 .six-columns,
	.response-999 .seven-columns,
	.response-999 .eight-columns,
	.response-999 .nine-columns,
	.response-999 .ten-columns,
	.response-999 .eleven-columns,
	.response-999 .twelve-columns {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
	
	.response-999 .one-offset,
	.response-999 .two-offset,
	.response-999 .three-offset,
	.response-999 .four-offset,
	.response-999 .five-offset,
	.response-999 .six-offset,
	.response-999 .seven-offset,
	.response-999 .eight-offset,
	.response-999 .nine-offset,
	.response-999 .ten-offset,
	.response-999 .eleven-offset {
		margin-left: 0;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.one-column,
	.two-columns,
	.three-columns,
	.four-columns,
	.five-columns,
	.six-columns,
	.seven-columns,
	.eight-columns,
	.nine-columns,
	.ten-columns,
	.eleven-columns,
	.twelve-columns {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
	
	.one-offset,
	.two-offset,
	.three-offset,
	.four-offset,
	.five-offset,
	.six-offset,
	.seven-offset,
	.eight-offset,
	.nine-offset,
	.ten-offset,
	.eleven-offset {
		margin-left: 0;
	}
	
	.response-549 .one-column {
		-ms-flex-preferred-size: 8.33%;
		    flex-basis: 8.33%;
	}
	
	.response-549 .two-columns {
		-ms-flex-preferred-size: 16.66%;
		    flex-basis: 16.66%;
	}
	
	.response-549 .three-columns {
		-ms-flex-preferred-size: 25%;
		    flex-basis: 25%;
	}
	
	.response-549 .four-columns {
		-ms-flex-preferred-size: 33.33%;
		    flex-basis: 33.33%;
	}
	
	.response-549 .five-columns {
		-ms-flex-preferred-size: 41.66%;
		    flex-basis: 41.66%;
	}
	
	.response-549 .six-columns {
		-ms-flex-preferred-size: 50%;
		    flex-basis: 50%;
	}
	
	.response-549 .seven-columns {
		-ms-flex-preferred-size: 58.33%;
		    flex-basis: 58.33%;
	}
	
	.response-549 .eight-columns {
		-ms-flex-preferred-size: 66.66%;
		    flex-basis: 66.66%;
	}
	
	.response-549 .nine-columns {
		-ms-flex-preferred-size: 75%;
		    flex-basis: 75%;
	}
	
	.response-549 .ten-columns {
		-ms-flex-preferred-size: 83.33%;
		    flex-basis: 83.33%;
	}
	
	.response-549 .eleven-columns {
		-ms-flex-preferred-size: 91.66%;
		    flex-basis: 91.66%;
	}
	
	.response-549 .twelve-columns {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
	
	.response-549 .one-offset {
		margin-left: 8.33%;
	}
	
	.response-549 .two-offset {
		margin-left: 16.66%;
	}
	
	.response-549 .three-offset {
		margin-left: 25%;
	}
	
	.response-549 .four-offset {
		margin-left: 33.33%;
	}
	
	.response-549 .five-offset {
		margin-left: 41.66%;
	}
	
	.response-549 .six-offset {
		margin-left: 50%;
	}
	
	.response-549 .seven-offset {
		margin-left: 58.33%;
	}
	
	.response-549 .eight-offset {
		margin-left: 66.66%;
	}
	
	.response-549 .nine-offset {
		margin-left: 75%;
	}
	
	.response-549 .ten-offset {
		margin-left: 83.33%;
	}
	
	.response-549 .eleven-offset {
		margin-left: 91.66%;
	}
	
	.top-padding-120{
		padding-top: 30px;
	}

	.top-bottom-padding-120{
		padding-bottom: 30px;
	}
	
	.bottom-padding-60{
		padding-bottom: 30px;
	}
	
	.top-padding-60{
		padding-top: 30px;
	}
	
	.top-bottom-padding-90{
		padding-top: 30px;
	}
	
}

@media only screen and (max-width: 549px) {
	
	.container {
		width: calc(100% - 20px);
	}
	
	.response-549 .one-column,
	.response-549 .two-columns,
	.response-549 .three-columns,
	.response-549 .four-columns,
	.response-549 .five-columns,
	.response-549 .six-columns,
	.response-549 .seven-columns,
	.response-549 .eight-columns,
	.response-549 .nine-columns,
	.response-549 .ten-columns,
	.response-549 .eleven-columns,
	.response-549 .twelve-columns {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
	
	.response-549 .one-offset,
	.response-549 .two-offset,
	.response-549 .three-offset,
	.response-549 .four-offset,
	.response-549 .five-offset,
	.response-549 .six-offset,
	.response-549 .seven-offset,
	.response-549 .eight-offset,
	.response-549 .nine-offset,
	.response-549 .ten-offset,
	.response-549 .eleven-offset {
		margin-left: 0;
	}
	
}

/* 1.3. Forms */
textarea{
	background: none;
	resize:vertical;
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
				box-sizing: border-box;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	vertical-align:middle;
	outline: none;
	background: none;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	outline: none;
}

input[type="submit"] {
	text-decoration: none;
	border:none;
	background: none;
	outline: none;
}

input[type="submit"]:hover {
	background: none;
	outline: none;
}

::-webkit-input-placeholder {
	font-family: 'Oswald', sans-serif;
   	text-transform: uppercase;
   	font-size: 12px;
   	font-weight: 400;
   	letter-spacing: 2px;
   	opacity:  1;
   	color: #b6b7b8;
}

:-moz-placeholder {
	font-family: 'Oswald', sans-serif;
   	text-transform: uppercase;
   	font-size: 12px;
   	font-weight: 400;
   	letter-spacing: 2px;
   	opacity:  1;
   	color: #b6b7b8;
}

::-moz-placeholder {
	font-family: 'Oswald', sans-serif;
   	text-transform: uppercase;
   	font-size: 12px;
   	font-weight: 400;
   	letter-spacing: 2px;
   	opacity:  1;
   	color: #b6b7b8;
}

:-ms-input-placeholder {
	font-family: 'Oswald', sans-serif;
   	text-transform: uppercase;
   	font-size: 12px;
   	font-weight: 400;
   	letter-spacing: 2px;
   	opacity:  1;
   	color: #b6b7b8;
}

::-ms-input-placeholder {
	font-family: 'Oswald', sans-serif;
   	text-transform: uppercase;
   	font-size: 12px;
   	font-weight: 400;
   	letter-spacing: 2px;
   	opacity:  1;
   	color: #b6b7b8;
}

::placeholder { 
   	font-family: 'Oswald', sans-serif;
   	text-transform: uppercase;
   	font-size: 12px;
   	font-weight: 400;
   	letter-spacing: 2px;
   	opacity:  1;
   	color: #b6b7b8;
}


.pointer {
	position: fixed;
	top: 50%;
	left: -100px;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	pointer-events: none;
	-webkit-box-sizing: border-box;
	    box-sizing: border-box;
	z-index: 9999;
	-webkit-transition-property: width, height, background;
		-o-transition-property: width, height, background;
			transition-property: width, height, background;
	-webkit-transition-duration: .5s;
	    -o-transition-duration: .5s;
	        transition-duration: .5s;
	-webkit-transition-timing-function: cubic-bezier(.19, .94, .336, 1);
	    -o-transition-timing-function: cubic-bezier(.19, .94, .336, 1);
	        transition-timing-function: cubic-bezier(.19, .94, .336, 1);
	border-radius: 50%;
	background: #f0ca8c;
	overflow: hidden;
}

body.out .pointer {
	width: 0;
	height: 0;
}

.pointer.large {
	cursor: pointer;
	width: 65px;
	height: 65px;
	background: rgba(239,13,51,.15);
	-webkit-box-shadow: 0 0 30px rgba(239,13,51, 0.8);
	    box-shadow: 0 0 30px rgba(239,13,51, 0.8);
}

.pointer.small {
	width: 25px;
	height: 25px;
	background: rgba(239,13,51,0);
	-webkit-box-shadow: 0 0 30px #f0ca8c;
	    box-shadow: 0 0 30px #f0ca8c;
}

.pointer.right {
	width: 70px;
	height: 70px;
	background: rgba(239,13,51,0);
	border: 2px solid #f0ca8c;
}

.pointer.zoom,
.pointer.open {
	width: 80px;
	height: 80px;
	background: rgba(239,13,51,0);
	border: 2px solid #f0ca8c;
}

.pointer .fa-long-arrow-alt-right,
.pointer .fa-search,
.pointer .fa-link {
	color: #f0ca8c;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-100%, -50%);
	    -ms-transform: translate(-100%, -50%);
	        transform: translate(-100%, -50%);
	opacity: 0;
	-webkit-transition: .4s cubic-bezier(.225, 1, .316, .99);
		-o-transition: .4s cubic-bezier(.225, 1, .316, .99);
			transition: .4s cubic-bezier(.225, 1, .316, .99);
}

.pointer .fa-search, 
.pointer .fa-link {
	-webkit-transform: translate(-50%, -50%) scale(0);
	    -ms-transform: translate(-50%, -50%) scale(0);
	        transform: translate(-50%, -50%) scale(0);
}

.pointer.right .fa-long-arrow-alt-right {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transition-delay: .2s;
	    -o-transition-delay: .2s;
	    	transition-delay: .2s;
}

.pointer.zoom .fa-search,
.pointer.open .fa-link  {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(1);
	    -ms-transform: translate(-50%, -50%) scale(1);
	        transform: translate(-50%, -50%) scale(1);
	-webkit-transition-delay: .2s;
	    -o-transition-delay: .2s;
	    	transition-delay: .2s;
}

.pointer.black {
	background: #1b2a2f;
}

.pointer.black.large {
	background: rgba(27,42,47,.4);
	-webkit-box-shadow: 0 0 30px black;
	    box-shadow: 0 0 30px black;
}

.pointer.black.small {
	background: rgba(27,42,47,.5);
	-webkit-box-shadow: 0 0 30px black;
	    box-shadow: 0 0 30px black;
}

.pointer.black.right {
	background: rgba(27,42,47,0);
	border: 2px solid #1b2a2f;
}

.pointer.black.zoom,
.pointer.black.open {
	background: rgba(27,42,47,0);
	border: 2px solid #1b2a2f;
}

.pointer.black .fa-long-arrow-alt-right,
.pointer.black .fa-search,
.pointer.black .fa-link {
	color: #1b2a2f;
}

.touch .pointer {
	display: none;
}

/*--------------------------------------------------------------
3. Animsition preloader
--------------------------------------------------------------*/
body,
.animsition-overlay {
	overflow: hidden;
}

.animsition-overlay {
	z-index: 2;
}

/* 3.1. Animsition-overlay */
.animsition-overlay-slide {
  	background-color: transparent;
}

.loader:before,
.loader:after {
	content: '';
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 99;
	background: #ad7f66;
    -webkit-transition: 1s cubic-bezier(.858, .01, .068, .99); 
    	-o-transition: 1s cubic-bezier(.858, .01, .068, .99); 
			transition: 1s cubic-bezier(.858, .01, .068, .99);
}

.loader:before {
	left: 100%;
	-webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	        transform: translateX(-100%);
	visibility: visible;
}

.loader:after {
	left: -100%;
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
    visibility: hidden;
    -webkit-transition-delay: .5s;
        -o-transition-delay: .5s;
            transition-delay: .5s;
}

/* 3.2. Loading animation */
.loading {
  	position: fixed;
  	top: calc(50% - 50px);
  	left: calc(50% - 50px);
  	visibility: visible;
  	-webkit-transition: .5s cubic-bezier(.76, .06, .85, .07);
  		-o-transition: .5s cubic-bezier(.76, .06, .85, .07);
  			transition: .5s cubic-bezier(.76, .06, .85, .07);
  	z-index: 101;
  	width: 100px;
  	height: 100px;
}

.loading:before {
	content: '';
	width: 100%;
	height: 100%;
	border: 1px solid #956850;
	border-left-color: white;
	-webkit-animation: 1.2s loading-anim cubic-bezier(.767, .01, .18, 1.01) infinite both;
  	    animation: 1.2s loading-anim cubic-bezier(.767, .01, .18, 1.01) infinite both;
  	border-radius: 50%;        
  	display: block;
}

.logo-loading {
	width: 70px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
  	    -ms-transform: translate(-50%, -50%);
  	        transform: translate(-50%, -50%);
}

@-webkit-keyframes loading-anim {
	
  	0% {
    	-webkit-transform: rotate(0deg);
    	    transform: rotate(0deg);
  	}
  	
  	100% {
    	-webkit-transform: rotate(360deg);
    	    transform: rotate(360deg);
  	}
  	
}

@keyframes loading-anim {
	
  	0% {
    	-webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  	}
  	
  	100% {
    	-webkit-transform: rotate(360deg);
   	        transform: rotate(360deg);
  	}
  	
}

/* 3.3. Add class after preloader */
body.in {
	overflow: visible;
	overflow-x: hidden;
}

.loader.in:before {
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
    visibility: hidden;
}

.loader.out:after {
	-webkit-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	        transform: translateX(100%);
    visibility: visible;
}

body.in .loading {
	opacity: 0;
  	visibility: hidden;
}




/*--------------------------------------------------------------
6. Colors
--------------------------------------------------------------*/
body,
.animsition-overlay {
	background: #f5f5f5; 
}

/* 6.1. Bg colors */

.light-bg {
	background: #fff; 
}

.light-bg-1 {
	background: #FFF 
}

.light-bg-2 {
	background: #f0f0f0;
}

.dark-bg-1 {
	background: #fff;
}

.dark-bg-2 {
	background: #ad7f66;
}

.bg-branco {
	background: #FFF;
}

.red-bg {
	background: #182300;
}

/* 6.2. Text colors */
.text-color-0 {
	color: black;
}

.text-color-1 {
	color: #AD7F66;
}

.text-color-2 {
	color: #888888;
}

.text-color-3 {
	color: #f0ca8c;
}

.text-color-4 {
	color: #ad7f66;
}

.text-color-5 {
	color: #bcbdbd;
}

.text-color-6 {
	color: #dae9f4;
}

.text-color-branco {
	color: #fff;
}

.text-mare {
	color: #ad7f66;
}

.red-color {
	color: #f0ca8c;
}

/*--------------------------------------------------------------
7. Typography
--------------------------------------------------------------*/
.italic-text {
  	font-style: italic; 
}

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

.text-right {
	text-align: right;
}

.text-justify {
	text-align: justify;
}

.text-up {
	text-transform: uppercase;
}

.bold700-text {
	font-weight: 700 !important;
}

.bold600-text {
	font-weight: 600 !important;
}

.medium-text {
	font-weight: 500 !important;
}

.regular-text {
	font-weight: 400 !important;
}

.light-text {
	font-weight: 300 !important;
}

.open-sans-text {
	font-family: 'Open Sans', sans-serif !important;
}

.oswald-text {
	font-family: 'Oswald', sans-serif !important;
}

.text-trans-none {
	text-transform: none !important;
}

.text-spacing1 {
	letter-spacing: 1px !important;
}

.text-spacing2 {
	letter-spacing: 2px !important;
}

.text-spacing3 {
	letter-spacing: 3px !important;
}

.text-spacing4 {
	letter-spacing: 4px !important;
}

.text-spacing5 {
	letter-spacing: 5px !important;
}

.text-spacing0 {
	letter-spacing: 0px !important;
}

.text-spacing-1 {
	letter-spacing: -1px !important;
}

.text-spacing-2 {
	letter-spacing: -2px !important;
}

.text-height-05 {
	line-height: .5 !important;
}

.text-height-06 {
	line-height: .6 !important;
}

.text-height-07 {
	line-height: .7 !important;
}

.text-height-08 {
	line-height: .8 !important;
}

.text-height-09 {
	line-height: .9 !important;
}

.text-height-10 {
	line-height: 1 !important;
}

.text-height-11 {
	line-height: 1.1 !important;
}

.text-height-12 {
	line-height: 1.2 !important;
}

.text-height-13 {
	line-height: 1.3 !important;
}

.text-height-14 {
	line-height: 1.4 !important;
}

.text-height-15 {
	line-height: 1.5 !important;
}

.text-height-16 {
	line-height: 1.6 !important;
}

.text-height-17 {
	line-height: 1.7 !important;
}

.text-height-18 {
	line-height: 1.8 !important;
}

.text-height-19 {
	line-height: 1.9 !important;
}

.text-height-20 {
	line-height: 2 !important;
}

.title-style {
	font-weight: 300;
	font-family: "Asap", sans-serif;
	line-height: 37px;
	font-size: 30px;
	text-align: center;
}

.small-title {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 600;
	letter-spacing: 0px;
	font-family: "Asap", sans-serif;
}

.small-title-unna {
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 600;
	letter-spacing: 0px;
	font-family: "Asap", sans-serif;
}

.small-title-oswald {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 600;
	letter-spacing: 0px;
	font-family: "Asap", sans-serif;
}

.xsmall-title-open {
	font-size: 14px;
	line-height: 1.4;
	font-family: "Asap", sans-serif;
}

.xsmall-title-oswald {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 600;
	letter-spacing: 1px;
	font-family: "Asap", sans-serif;
}

.medium-title {
	font-size: 45px;
	line-height: 1.13;
	font-weight: 500;
	letter-spacing: 3px;
	font-family: unna;
}

.large-title {
	font-size: 45px;
	line-height: 1.2 !important;
	font-weight: bold;
	font-family: "Asap", sans-serif;
}

.large-title-bold {
	text-transform: uppercase;
	font-size: 65px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: -2px;
	font-family: "Asap", sans-serif;
}

.xlarge-title {
	text-transform: uppercase;
	font-size: 75px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: -2px;
	font-family: "Asap", sans-serif;
}

.xxlarge-title {
	text-transform: uppercase;
	font-size: 100px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: -2px;
	font-family: "Asap", sans-serif;
}

.p-style-xsmall {
	font-size: 13px;
	line-height: 2.35;
	font-weight: 300;
	letter-spacing: 0px;
	font-family: "Asap", sans-serif;
}

.p-style-small {
	font-size: 14px;
	line-height: 2.15;
	font-weight: 400;
	letter-spacing: 1px;
	font-family: "Asap", sans-serif;
}

.p-style-medium {
	font-size: 16px;
	line-height: 1.8;
	font-weight: 600;
	letter-spacing: 0px;
	font-family: "Asap", sans-serif;
}

.p-style-large {
	font-size: 18px;
	line-height: 1.8;
	font-weight: 400;
	letter-spacing: 0px;
	font-family: 'Open Sans', sans-serif;
}

.p-style-bold {
	font-size: 20px;
	line-height: 1.6;
	font-weight: 600;
	letter-spacing: 1px;
	font-family: unna;
}

.p-style-bold-up {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: 1px;
	font-family: 'Open Sans', sans-serif;
}

.p-letter-style {
	text-transform: uppercase;
	font-size: 10px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 5px;
	font-family: 'Open Sans', sans-serif;
}

.p-letter-style-2 {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
}

.p-logo-style {
	font-size: 14px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
}

@media only screen and (max-width: 1199px) {
	
	.title-style {
		font-size: 28px;
	}
	
	.medium-title {
		font-size: 38px;
	}
	
	.large-title,
	.large-title-bold {
		font-size: 55px;
	}
	
	.xlarge-title {
		font-size: 65px;
	}
	
	.xxlarge-title {
		font-size: 85px;
	}
	
}

@media only screen and (max-width: 999px) {
	
	.title-style {
		font-size: 26px; 
	}
	
	.medium-title {
		font-size: 35px;
	}
	
	.large-title,
	.large-title-bold {
		font-size: 50px;
	}
	
	.xlarge-title {
		font-size: 55px;
	}
	
	.xxlarge-title {
		font-size: 70px;
	}
	
	.p-style-bold {
		font-size: 18px;
	}
	
	.p-style-bold-up {
		font-size: 13px;
	}
    
}

@media only screen and (max-width: 767px) {
	
	.title-style {
		font-size: 25px;
	}
	
	.small-title-oswald {
		font-size: 13px;
	}
	
	.xsmall-title-oswald {
		font-size: 11px;
	}
	
	.medium-title {
		font-size: 30px;
	}

   	.large-title,
   	.large-title-bold {
		font-size: 40px;
	}
	
	.xlarge-title {
		font-size: 45px;
	}
	
	.xxlarge-title {
		font-size: 50px;
	}
	
	.p-style-large {
		font-size: 16px;
	}
	
	.p-style-medium {
		font-size: 15px;
	}
	
	.p-style-bold {
		font-size: 16px;
	}
	
	.p-style-bold-up {
		font-size: 12px;
	}
    
}

@media only screen and (max-width: 549px) {
	
	.title-style {
		font-size: 23px;
	}
	
	.small-title-oswald {
		font-size: 12px;
	}
	
	.xsmall-title-oswald {
		font-size: 10px;
	}
	
	.medium-title {
		font-size: 25px;
	}

   	.large-title,
   	.large-title-bold {
		font-size: 35px;
	}
	
	.xlarge-title {
		font-size: 38px;
	}
	
	.xxlarge-title {
		font-size: 42px;
	}
	
	.p-style-medium {
		font-size: 14px;
	}
	
	.p-style-large {
		font-size: 15px;
	}
	
	.p-style-bold {
		font-size: 14px;
	}
   	 
}

/*--------------------------------------------------------------
8. Buttons
--------------------------------------------------------------*/

/* 8.1. To top button */
.to-top-btn {
  	position: fixed;
  	bottom: 150px;
  	right: 40px;
  	overflow: hidden;
  	width: 40px;
  	height: 40px;
  	z-index: 9;
  	-webkit-transition-property: visibility;
  		-o-transition-property: visibility;
  			transition-property: visibility;
	-webkit-transition-duration: 0s;
	    -o-transition-duration: 0s;
	        transition-duration: 0s;
  	-webkit-transition-delay: 0s;
  	    -o-transition-delay: 0s;
  	        transition-delay: 0s;
}

.to-top-btn.mPS2id-highlight {
	visibility: hidden;
	-webkit-transition-property: visibility;
		-o-transition-property: visibility;
			transition-property: visibility;
	-webkit-transition-duration: 0s;
	    -o-transition-duration: 0s;
	        transition-duration: 0s;
	-webkit-transition-delay: .9s;
	    -o-transition-delay: .9s;
	        transition-delay: .9s;
}

.to-top-btn:before {
  	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ad7f66;
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
	-webkit-transition: .6s cubic-bezier(.858, .01, .068, .99);
		-o-transition: .6s cubic-bezier(.858, .01, .068, .99);
			transition: .6s cubic-bezier(.858, .01, .068, .99);
}

.to-top-btn.mPS2id-highlight:before {
	-webkit-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	        transform: translateY(100%);
}

.to-top-arrow {
	width: 10px;
	height: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -15%);
	    -ms-transform: translate(-50%, -15%);
	        transform: translate(-50%, -15%);
	-webkit-transition: .6s cubic-bezier(.858, .01, .068, .99);
		-o-transition: .6s cubic-bezier(.858, .01, .068, .99);
			transition: .6s cubic-bezier(.858, .01, .068, .99);
}

.to-top-btn.mPS2id-highlight .to-top-arrow,
.to-top-btn.mPS2id-highlight:hover .to-top-arrow {
	-webkit-transform: translate(-50%, -180%);
	    -ms-transform: translate(-50%, -180%);
	        transform: translate(-50%, -180%);
}

.to-top-btn:hover .to-top-arrow {
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.to-top-arrow:before {
	content: '';
	width: 8px;
	height: 8px;
	border-right: 2px solid #bcbdbd;
	border-top: 2px solid #bcbdbd;
	position: absolute;
	top: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	    -ms-transform: translateX(-50%) rotate(-45deg);
	        transform: translateX(-50%) rotate(-45deg);
	-webkit-transition: .6s cubic-bezier(.858, .01, .068, .99);
		-o-transition: .6s cubic-bezier(.858, .01, .068, .99);
			transition: .6s cubic-bezier(.858, .01, .068, .99);
}

.to-top-arrow:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 2px;
	top: 0;
	left: 50%;
	-webkit-transform: scaleY(0) translateX(-50%);
	    -ms-transform: scaleY(0) translateX(-50%);
	        transform: scaleY(0) translateX(-50%);
	-webkit-transform-origin: top;
	    -ms-transform-origin: top;
	        transform-origin: top;
	background: #bcbdbd;
	-webkit-transition: .6s cubic-bezier(.858, .01, .068, .99);
		-o-transition: .6s cubic-bezier(.858, .01, .068, .99);
			transition: .6s cubic-bezier(.858, .01, .068, .99);
}

.to-top-btn:hover .to-top-arrow:before {
	border-right: 2px solid #f0ca8c;
	border-top: 2px solid #f0ca8c;
}

.to-top-btn:hover .to-top-arrow:after {
	-webkit-transform: scaleY(1) translateX(-50%);
	    -ms-transform: scaleY(1) translateX(-50%);
	        transform: scaleY(1) translateX(-50%);
	background: #f0ca8c;
}

@media only screen and (max-width: 999px) {
	
	.to-top-btn {
	  	right: 20px;
	}
	
}

@media only screen and (max-width: 549px) {
	
	.to-top-btn {
	  	right: 10px;
	}

}

/* 8.2. Border button */
.border-btn-box {
  	position: relative;
  	border: 1px solid #af7f65 !important;
  	text-align: center;
  	display: inline-block;
}

.border-btn-box-contato {
  	position: relative;
  	border: 1px solid #ccc;
  	text-align: center;
  	display: inline-block;
}

.border-btn-inner {
	overflow: hidden;
}

.border-btn-box:before,
.border-btn-inner:after {
  	position: absolute;
  	width: calc(100% + 1px);
  	height: 1px;
  	content: '';
  	background: #ad7f66;
  	top: -1px;
  	left: 0;
  	-webkit-transition: 0.5s cubic-bezier(.76, .06, .85, .07);
  		-o-transition: 0.5s cubic-bezier(.76, .06, .85, .07);
  			transition: 0.5s cubic-bezier(.76, .06, .85, .07);
  	-webkit-transform: scaleX(0);
  	    -ms-transform: scaleX(0);
  	        transform: scaleX(0);
  	-webkit-transform-origin: left;
  	    -ms-transform-origin: left;
  	        transform-origin: left;
}

.border-btn-box:after,
.border-btn-inner:before {
  	position: absolute;
  	width: 1px;
  	height: calc(100% + 2px);
  	content: '';
  	background: #ad7f66;
  	top: -1px;
  	right: -1px;
  	-webkit-transition: 0.5s cubic-bezier(.76, .06, .85, .07);
  		-o-transition: 0.5s cubic-bezier(.76, .06, .85, .07);
  			transition: 0.5s cubic-bezier(.76, .06, .85, .07);
  	-webkit-transform: scaleY(0);
  	    -ms-transform: scaleY(0);
  	        transform: scaleY(0);
  	-webkit-transform-origin: top;
  	    -ms-transform-origin: top;
  	        transform-origin: top;
}

.border-btn-inner:before {
	top: auto;
	right: auto;
  	bottom: -1px;
  	left: -1px;
  	-webkit-transform-origin: bottom;
  	    -ms-transform-origin: bottom;
  	        transform-origin: bottom;
}

.border-btn-inner:after {
	top: auto;
	left: auto;
  	bottom: -1px;
  	right: 0;
  	-webkit-transform-origin: right;
  	    -ms-transform-origin: right;
  	        transform-origin: right;
}

.border-btn-box:hover:before,
.border-btn-box:hover .border-btn-inner:after {
  	-webkit-transform: scaleX(1);
  	    -ms-transform: scaleX(1);
  	        transform: scaleX(1);
}

.border-btn-box:hover:after,
.border-btn-box:hover .border-btn-inner:before {
  	-webkit-transform: scaleY(1);
  	    -ms-transform: scaleY(1);
  	        transform: scaleY(1);
}

.border-btn {
	font-family: "Asap";
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 14px;
	line-height: 60px;
	font-weight: bold;
	position: relative;
	color: transparent;
	padding: 0 60px;
	cursor: pointer;
}

.border-btn:before,
.border-btn:after {
	color: #af7f65;
	content: attr(data-text);
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%) translateX(0);
	    -ms-transform: translateY(-50%) translateX(0);
	        transform: translateY(-50%) translateX(0);
	width: 100%;
	-webkit-transition: .96s cubic-bezier(.767, .01, .18, 1.01);
		-o-transition: .96s cubic-bezier(.767, .01, .18, 1.01);
			transition: .96s cubic-bezier(.767, .01, .18, 1.01);
}

.border-btn:after {
	color: #ad7f66;
	-webkit-transform: translateY(-50%) translateX(30px);
	    -ms-transform: translateY(-50%) translateX(30px);
	        transform: translateY(-50%) translateX(30px);
	opacity: 0;
}

.border-btn-box:hover .border-btn:before {
	-webkit-transform: translateY(-50%) translateX(-30px);
	    -ms-transform: translateY(-50%) translateX(-30px);
	        transform: translateY(-50%) translateX(-30px);
	opacity: 0;
}

.border-btn-box:hover .border-btn:after {
	-webkit-transform: translateY(-50%) translateX(0);
	    -ms-transform: translateY(-50%) translateX(0);
	        transform: translateY(-50%) translateX(0);
	opacity: 1;
}

.dark-bg-1 .border-btn-box,
.dark-bg-2 .border-btn-box {
	border: 1px solid #dae9f4;
}

.dark-bg-1 .border-btn:before,
.dark-bg-2 .border-btn:before {
	color: white;
}

.red-bg .border-btn-box {
	border: 1px solid #262626;
}

.red-bg .border-btn:before {
	color: #262626;
}

.red-bg .border-btn:after {
	color: white;
}

.red-bg .border-btn-box:before,
.red-bg .border-btn-inner:after,
.red-bg .border-btn-box:after,
.red-bg .border-btn-inner:before {
  	background: white;
}

.border-btn-red.border-btn-box {
  	border: 1px solid #ad7f66;
}

.border-btn-red.border-btn-box:before,
.border-btn-red .border-btn-inner:after,
.border-btn-red.border-btn-box:after,
.border-btn-red .border-btn-inner:before {
  	background: #000;
}

.border-btn-red .border-btn:before,
.border-btn-red .border-btn:after {
	color: #ad7f66;
}

.border-btn-red .border-btn:after {
	color: #000;
}

@media only screen and (max-width: 767px) {
	
	.border-btn {
		line-height: 55px;
		padding: 0 55px;
	}
	
}

@media only screen and (max-width: 549px) {
	
	.border-btn {
		line-height: 50px;
		padding: 0 50px;
	}

}

/* 8.3. Flip button */
.flip-btn-box {
	overflow: hidden;
	display: inline-block;
}

.flip-btn {
	position: relative;
	color: transparent;
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 3px;
	display: block;
}

.flip-btn:before,
.flip-btn:after {
	color: #262626;
	content: attr(data-text);
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s cubic-bezier(.858, .01, .068, .99);
		-o-transition: .4s cubic-bezier(.858, .01, .068, .99);
			transition: .4s cubic-bezier(.858, .01, .068, .99);
}

.flip-btn:after {
	-webkit-transform: translateY(-170%);
	    -ms-transform: translateY(-170%);
	        transform: translateY(-170%);
	color: #f0ca8c;
}

.flip-btn:hover:before {
	-webkit-transform: translateY(52%);
	    -ms-transform: translateY(52%);
	        transform: translateY(52%);
}

.flip-btn:hover:after {
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.flip-btn.flip-large {
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 0px;
}

.dark-bg-1 .flip-btn:before,
.dark-bg-2 .flip-btn:before {
	color: white;
}

.red-bg .flip-btn:after {
	color: white;
}

/* 8.4. Arrow button */
.arrow-btn-box {
	display: inline-block;
	position: relative;
}

.arrow-btn {
	padding: 25px 60px 25px 40px;
	background: #1b2a2f;
	color: white;
	-webkit-transition: .5s cubic-bezier(.858, .01, .068, .99);
		-o-transition: .5s cubic-bezier(.858, .01, .068, .99);
			transition: .5s cubic-bezier(.858, .01, .068, .99);
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 3px;
}

.arrow-btn-box:hover .arrow-btn {
	padding: 25px 90px 25px 40px;
}

.arrow-btn:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 40px;
	-webkit-transform: translateY(-50%) scaleX(0);
	    -ms-transform: translateY(-50%) scaleX(0);
	        transform: translateY(-50%) scaleX(0);
	width: 30px;
	height: 2px;
	-webkit-transition: .5s cubic-bezier(.858, .01, .068, .99);
		-o-transition: .5s cubic-bezier(.858, .01, .068, .99);
			transition: .5s cubic-bezier(.858, .01, .068, .99);
	-webkit-transform-origin: right;
	    -ms-transform-origin: right;
	        transform-origin: right;
	background: #f0ca8c;
}

.arrow-btn:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 40px;
	width: 7px;
	height: 7px;
	border-right: 2px solid white;
	border-top: 2px solid white;
	-webkit-transform: translateY(-50%) rotate(45deg);
	    -ms-transform: translateY(-50%) rotate(45deg);
	        transform: translateY(-50%) rotate(45deg);
	-webkit-transition: .5s cubic-bezier(.858, .01, .068, .99);
		-o-transition: .5s cubic-bezier(.858, .01, .068, .99);
			transition: .5s cubic-bezier(.858, .01, .068, .99);
}

.arrow-btn-box:hover .arrow-btn:before {
	-webkit-transform: translateY(-50%) scaleX(1);
	    -ms-transform: translateY(-50%) scaleX(1);
	        transform: translateY(-50%) scaleX(1);
}

.arrow-btn-box:hover .arrow-btn:after {
	border-right: 2px solid #f0ca8c;
	border-top: 2px solid #f0ca8c;
}

.dark-bg-1 .arrow-btn,
.dark-bg-2 .arrow-btn {
	background: #f5f5f5; 
	color: #262626;
}

.dark-bg-1 .arrow-btn:after,
.dark-bg-2 .arrow-btn:after {
	border-right: 2px solid #262626;
	border-top: 2px solid #262626;
}

.red-bg .arrow-btn {
	color: #f0ca8c;
}

.red-bg .arrow-btn:after {
	border-right: 2px solid #f0ca8c;
	border-top: 2px solid #f0ca8c;
}

/* 8.5. Scroll button */
.scroll-btn {
	position: absolute;
	left: 75%;
	bottom: 40px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	height: 60px;
	overflow: hidden;
	z-index: 3;
}

.scroll-btn-flip-box {
	overflow: hidden;
	display: inline-block;
	-webkit-transition: 1s cubic-bezier(.858, .01, .068, .99);
		-o-transition: 1s cubic-bezier(.858, .01, .068, .99);
			transition: 1s cubic-bezier(.858, .01, .068, .99);
	-webkit-transform: translateY(-15px);
	    -ms-transform: translateY(-15px);
	        transform: translateY(-15px);
}

body.anim .scroll-btn-flip-box {
	-webkit-transition-delay: .2s;
	    -o-transition-delay: .2s;
	        transition-delay: .2s;
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

.scroll-btn-flip {
	position: relative;
	color: transparent;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 3px;
	margin-right: -3px;
}

.scroll-btn-flip:before,
.scroll-btn-flip:after {
	color: white;
	content: attr(data-text);
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transition: .5s cubic-bezier(.858, .01, .068, .99);
		-o-transition: .5s cubic-bezier(.858, .01, .068, .99);
			transition: .5s cubic-bezier(.858, .01, .068, .99);
}

.scroll-btn-flip:before {
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.scroll-btn-flip:after {
	-webkit-transform: translateY(-170%);
	    -ms-transform: translateY(-170%);
	        transform: translateY(-170%);
	color: #f0ca8c;
}

.scroll-btn:hover .scroll-btn-flip:before {
	-webkit-transform: translateY(52%);
	    -ms-transform: translateY(52%);
	        transform: translateY(52%);
}

.scroll-btn:hover .scroll-btn-flip:after {
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.scroll-arrow-box {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 20px;
	height: 30px;
	-webkit-transform: translateX(-50%) translateY(30px);
	    -ms-transform: translateX(-50%) translateY(30px);
	        transform: translateX(-50%) translateY(30px);
	-webkit-transition: 1s cubic-bezier(.17, .85, .438, .99);
		-o-transition: 1s cubic-bezier(.17, .85, .438, .99);
			transition: 1s cubic-bezier(.17, .85, .438, .99);
}

body.anim .scroll-arrow-box {
	-webkit-transform: translateX(-50%) translateY(0);
	    -ms-transform: translateX(-50%) translateY(0);
	        transform: translateX(-50%) translateY(0);
	-webkit-transition-delay: .7s;
	    -o-transition-delay: .7s;
	        transition-delay: .7s;
}

.scroll-arrow {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: translateY(-15px);
	    -ms-transform: translateY(-15px);
	        transform: translateY(-15px);
	width: 100%;
	height: 100%;
	-webkit-transition: 1s cubic-bezier(.225, 1, .316, .99);
		-o-transition: 1s cubic-bezier(.225, 1, .316, .99);
			transition: 1s cubic-bezier(.225, 1, .316, .99);
}

.scroll-btn:hover .scroll-arrow {
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

.scroll-arrow:before {
	content: '';
	width: 14px;
	height: 14px;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	position: absolute;
	bottom: 2px;
	left: 2px;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transition: .6s cubic-bezier(.225, 1, .316, .99);
		-o-transition: .6s cubic-bezier(.225, 1, .316, .99);
			transition: .6s cubic-bezier(.225, 1, .316, .99);
}

.scroll-btn:hover .scroll-arrow:before{
	border-right: 2px solid #f0ca8c;
	border-bottom: 2px solid #f0ca8c;
}

.scroll-arrow:after {
	content: '';
	width: 2px;
	height: 100%;
	background: #f0ca8c;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) scaleY(0);
	    -ms-transform: translateX(-50%) scaleY(0);
	        transform: translateX(-50%) scaleY(0);
	-webkit-transform-origin: bottom;
	    -ms-transform-origin: bottom;
	        transform-origin: bottom;
	-webkit-transition: 1s cubic-bezier(.225, 1, .316, .99);
		-o-transition: 1s cubic-bezier(.225, 1, .316, .99);
			transition: 1s cubic-bezier(.225, 1, .316, .99);
}

.scroll-btn:hover .scroll-arrow:after {
	-webkit-transform: translateX(-50%) scaleY(1);
	    -ms-transform: translateX(-50%) scaleY(1);
	        transform: translateX(-50%) scaleY(1);
}

@media only screen and (max-width: 999px) {
	
	.scroll-btn {
		left: 50%;
	}
	
}

@media only screen and (min-width: 1000px) {
	
	.red-bg .scroll-btn-flip:after {
		color: #262626;
	}
	
	.red-bg .scroll-btn:hover .scroll-arrow:before{
		border-right: 2px solid #262626;
		border-bottom: 2px solid #262626;
	}
	
	.red-bg .scroll-arrow:after {
		background: #262626;
	}
	
}

/* 8.6. Overlay Button */
.overlay-btn-box {
	position: relative;
	padding: 10px 20px;
	display: inline-block;
}

.overlay-btn-box:before {
	content: '';
	background: #1b2a2f;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: scaleX(0);
	    -ms-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transform-origin: right;
	    -ms-transform-origin: right;
	        transform-origin: right;
	-webkit-transition: .6s cubic-bezier(.767, .01, .18, 1.01);
		-o-transition: .6s cubic-bezier(.767, .01, .18, 1.01);
			transition: .6s cubic-bezier(.767, .01, .18, 1.01);
}

.overlay-btn-box:hover:before {
	-webkit-transform: scaleX(1);
	    -ms-transform: scaleX(1);
	        transform: scaleX(1);
}

.overlay-btn {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-family: 'Oswald', sans-serif;
	line-height: 1;
	font-size: 55px;
	color: #262626;
	position: relative;
	white-space: nowrap;
}

.overlay-btn:before {
	content: attr(data-text);
	position: absolute;
	top: 50%;
	color: #f0ca8c;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 0;
	-webkit-transition: .6s cubic-bezier(.767, .01, .18, 1.01);
		-o-transition: .6s cubic-bezier(.767, .01, .18, 1.01);
			transition: .6s cubic-bezier(.767, .01, .18, 1.01);
	width: 0%;
	white-space: nowrap;
	overflow: hidden;
}

.overlay-btn-box:hover .overlay-btn:before {
	width: 100%;
}

@media only screen and (max-width: 767px) {
	
	.overlay-btn {
		font-size: 50px;
	}
	
}

@media only screen and (max-width: 549px) {
		
	.overlay-btn {
		font-size: 40px;
	}
		
}

@media only screen and (max-width: 399px) {
	
	.overlay-btn {
		font-size: 30px;
	}
	
}

/*--------------------------------------------------------------
9. Animations
--------------------------------------------------------------*/
.animated {
	-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
}

[data-animation]:before,
[data-animation]:after,
[data-animation] {
    opacity: 0;
}

[data-animation].animated:before,
[data-animation].animated:after,
[data-animation].animated {
    opacity: 1;
}

.tr-delay01,
.tr-delay01:before,
.tr-delay01:after {
	-webkit-transition-delay: .1s !important;
	    -o-transition-delay: .1s !important;
	        transition-delay: .1s !important; 
}

.tr-delay02,
.tr-delay02:before,
.tr-delay02:after {
	-webkit-transition-delay: .2s !important;
	    -o-transition-delay: .2s !important;
	        transition-delay: .2s !important;
}

.tr-delay03,
.tr-delay03:before,
.tr-delay03:after {
	-webkit-transition-delay: .3s !important;
	    -o-transition-delay: .3s !important;
	        transition-delay: .3s !important;
}

.tr-delay04,
.tr-delay04:before,
.tr-delay04:after {
	-webkit-transition-delay: .4s !important;
	    -o-transition-delay: .4s !important;
	        transition-delay: .4s !important;
}

.tr-delay05,
.tr-delay05:before,
.tr-delay05:after {
	-webkit-transition-delay: .5s !important;
	    -o-transition-delay: .5s !important;
	        transition-delay: .5s !important;
}

.tr-delay06,
.tr-delay06:before,
.tr-delay06:after {
	-webkit-transition-delay: .6s !important;
	    -o-transition-delay: .6s !important;
	        transition-delay: .6s !important;
}

.tr-delay07,
.tr-delay07:before,
.tr-delay07:after {
	-webkit-transition-delay: .7s !important;
	    -o-transition-delay: .7s !important;
	        transition-delay: .7s !important;
}

.tr-delay08,
.tr-delay08:before,
.tr-delay08:after {
	-webkit-transition-delay: .8s !important;
	    -o-transition-delay: .8s !important;
	        transition-delay: .8s !important;
}

.tr-delay09,
.tr-delay09:before,
.tr-delay09:after {
	-webkit-transition-delay: .9s !important;
	    -o-transition-delay: .9s !important;
	        transition-delay: .9s !important;
}

.tr-delay10,
.tr-delay10:before,
.tr-delay10:after {
	-webkit-transition-delay: 1s !important;
	    -o-transition-delay: 1s !important;
	        transition-delay: 1s !important;
}

.overlay-light-bg-1:before {
	background: #f5f5f5 !important;
}

.overlay-light-bg-2:before {
	background: #f0f0f0 !important;
}

.overlay-dark-bg-1:before {
	background-color: rgba(0,0,0,0.5);
}

.overlay-dark-bg-2:before {
	background: #1b2a2f !important;
}

.overlay-red-bg:before {
	background: #f0ca8c !important;
}

.red-color.overlay-anim-box2:before,
.red-color.overlay-anim-box:before,
.red-color.overlay-loading:before,
.red-color.overlay-loading2:before,
.red-color .overlay-anim-box2:before,
.red-color .overlay-anim-box:before,
.red-color .overlay-loading:before,
.red-color .overlay-loading2:before {
	background: #f0ca8c !important;
}

/* 9.1. Loading animations */

/* 9.1.1. Loading overlay animation #1 */
.overlay-loading {
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.overlay-loading:before {
	content: '';
	width: 100%;
	height: 100%;
	background: #1b2a2f;
	position: absolute;
	top: 0;
	left: 100%;
	-webkit-transition: 1.8s cubic-bezier(.767, .01, .18, 1.01);
		-o-transition: 1.8s cubic-bezier(.767, .01, .18, 1.01);
			transition: 1.8s cubic-bezier(.767, .01, .18, 1.01);
	z-index: 3;
	-webkit-transform: translateX(-202%);
	    -ms-transform: translateX(-202%);
	        transform: translateX(-202%);
}

body.anim .overlay-loading:before {
	-webkit-transform: translateX(1%);
	    -ms-transform: translateX(1%);
	        transform: translateX(1%);
}

.loading-opacity-anim {
	opacity: 0;
	-webkit-transition: 0s;
		-o-transition: 0s;
			transition: 0s;
	-webkit-transition-delay: .86s;
	     -o-transition-delay: .86s;
	        transition-delay: .86s;
}

body.anim .loading-opacity-anim {
	opacity: 1;	
}

.dark-bg-1 .overlay-loading:before,
.dark-bg-2 .overlay-loading:before {
	background: #f5f5f5;
}

.tr-delay01 .loading-opacity-anim {
	-webkit-transition-delay: .96s;
	    -o-transition-delay: .96s;
	        transition-delay: .96s;
}

.tr-delay02 .loading-opacity-anim {
	-webkit-transition-delay: 1.06s;
	    -o-transition-delay: 1.06s;
	        transition-delay: 1.06s;
}

.tr-delay03 .loading-opacity-anim {
	-webkit-transition-delay: 1.16s;
	    -o-transition-delay: 1.16s;
	        transition-delay: 1.16s;
}

.tr-delay04 .loading-opacity-anim {
	-webkit-transition-delay: 1.26s;
	    -o-transition-delay: 1.26s;
	        transition-delay: 1.26s;
}

.tr-delay05 .loading-opacity-anim {
	-webkit-transition-delay: 1.36s;
	    -o-transition-delay: 1.36s;
	        transition-delay: 1.36s;
}

.tr-delay06 .loading-opacity-anim {
	-webkit-transition-delay: 1.46s;
	    -o-transition-delay: 1.46s;
	        transition-delay: 1.46s;
}

.tr-delay07 .loading-opacity-anim {
	-webkit-transition-delay: 1.56s;
	    -o-transition-delay: 1.56s;
	        transition-delay: 1.56s;
}

.tr-delay08 .loading-opacity-anim {
	-webkit-transition-delay: 1.66s;
	    -o-transition-delay: 1.66s;
	        transition-delay: 1.66s;
}

.tr-delay09 .loading-opacity-anim {
	-webkit-transition-delay: 1.76s;
	    -o-transition-delay: 1.76s;
	        transition-delay: 1.76s;
}

.tr-delay10 .loading-opacity-anim {
	-webkit-transition-delay: 1.86s;
	    -o-transition-delay: 1.86s;
	        transition-delay: 1.86s;
}

/* 9.1.2. Loading overlay animation #2 */
.overlay-loading2 {
	display: inline-block;
	overflow: hidden;
	position: relative;
	line-height: 1.5;
}

.overlay-loading2:before {
	content: '';
	background: #f5f5f5;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: 1s cubic-bezier(.858, .01, .068, .99);
		-o-transition: 1s cubic-bezier(.858, .01, .068, .99);
			transition: 1s cubic-bezier(.858, .01, .068, .99);
	z-index: 3;
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}

body.anim .overlay-loading2:before {
	-webkit-transform: translateX(110%);
	    -ms-transform: translateX(110%);
	        transform: translateX(110%);
}

.light-bg-2 .overlay-loading2:before {
	background: #f0f0f0;
}

.dark-bg-1 .overlay-loading2:before {
	background: #ad7f66;
}

.dark-bg-2 .overlay-loading2:before {
	background: #1b2a2f;
}

.red-bg .overlay-loading2:before {
	background: #f0ca8c;
}

/* 9.1.3. Loading fade animation */
.fade-loading {
	display: inline-block;
	opacity: 0;
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: 1s cubic-bezier(.767, .01, .18, 1.01);
    	-o-transition: 1s cubic-bezier(.767, .01, .18, 1.01);
			transition: 1s cubic-bezier(.767, .01, .18, 1.01);
}

body.anim .fade-loading {
	opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

/* 9.1.4. Loading title fill animation */
.load-title-fill {
	white-space: nowrap;
	color: transparent;
	position: relative;
	display: inline-block;
}

.load-title-fill:before,
.load-title-fill:after {
	content: attr(data-text);
	position: absolute;
	top: 50%;
	color: #262626;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 0;
	-webkit-transition: 1s cubic-bezier(.767, .01, .18, 1.01);
		-o-transition: 1s cubic-bezier(.767, .01, .18, 1.01);
			transition: 1s cubic-bezier(.767, .01, .18, 1.01);
	width: 0%;
	white-space: nowrap;
	overflow: hidden;
}

.load-title-fill:after {
	color: #f0ca8c;
	background: #f5f5f5;
	-webkit-transition-delay: .3s;
	    -o-transition-delay: .3s;
	        transition-delay: .3s;
}

body.anim .load-title-fill:before,
body.anim .load-title-fill:after {
	width: 100%;
}

.dark-bg-1 .load-title-fill:before,
.dark-bg-2 .load-title-fill:before {
	color: white;
}

.red-bg .load-title-fill:before {
	color: #262626;
}

.light-bg-2 .load-title-fill:after {
	background: #f0f0f0;
}

.dark-bg-1 .load-title-fill:after {
	background: #3f451d;
}

.dark-bg-2 .load-title-fill:after {
	background: #1b2a2f;
}

.red-bg .load-title-fill:after {
	background: #1b2a2f;
}

.tr-delay01.load-title-fill:after {
	-webkit-transition-delay: .4s !important;
	    -o-transition-delay: .4s !important;
	        transition-delay: .4s !important;
}

.tr-delay02.load-title-fill:after {
	-webkit-transition-delay: .5s !important;
	    -o-transition-delay: .5s !important;
	        transition-delay: .5s !important;
}

.tr-delay03.load-title-fill:after {
	-webkit-transition-delay: .6s !important;
	    -o-transition-delay: .6s !important;
	        transition-delay: .6s !important;
}

.tr-delay04.load-title-fill:after {
	-webkit-transition-delay: .7s !important;
	    -o-transition-delay: .7s !important;
	        transition-delay: .7s !important;
}

.tr-delay05.load-title-fill:after {
	-webkit-transition-delay: .8s !important;
	    -o-transition-delay: .8s !important;
	        transition-delay: .8s !important;
}

.tr-delay06.load-title-fill:after {
	-webkit-transition-delay: .9s !important;
	    -o-transition-delay: .9s !important;
	        transition-delay: .9s !important;
}

.tr-delay07.load-title-fill:after {
	-webkit-transition-delay: 1s !important;
	    -o-transition-delay: 1s !important;
	        transition-delay: 1s !important;
}

.tr-delay08.load-title-fill:after {
	-webkit-transition-delay: 1.1s !important;
	    -o-transition-delay: 1.1s !important;
	        transition-delay: 1.1s !important;
}

.tr-delay09.load-title-fill:after {
	-webkit-transition-delay: 1.2s !important;
	    -o-transition-delay: 1.2s !important;
	        transition-delay: 1.2s !important;
}

.tr-delay10.load-title-fill:after {
	-webkit-transition-delay: 1.3s !important;
	    -o-transition-delay: 1.3s !important;
	        transition-delay: 1.3s !important;
}

/* 9.2. Scroll animations */

/* 9.2.1. Scroll overlay animation #1 */
[data-animation].overlay-anim-box:before,
[data-animation].overlay-anim-box:after,
[data-animation].overlay-anim-box {
    opacity: 1;
}

.overlay-anim-box {
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.overlay-anim-box:before {
	content: '';
	width: 100%;
	height: 100%;
	background: #1b2a2f;
	position: absolute;
	top: 0;
	left: 100%;
	-webkit-transition: 1.8s cubic-bezier(.767, .01, .18, 1.01);
		-o-transition: 1.8s cubic-bezier(.767, .01, .18, 1.01);
			transition: 1.8s cubic-bezier(.767, .01, .18, 1.01);
	z-index: 3;
	-webkit-transform: translateX(-202%);
	    -ms-transform: translateX(-202%);
	        transform: translateX(-202%);
}

.overlay-anim-box.overlay-anim:before {
	-webkit-transform: translateX(1%);
	    -ms-transform: translateX(1%);
	        transform: translateX(1%);
}

.overlay-opacity-anim {
	opacity: 0;
	-webkit-transition: 0s;
		-o-transition: 0s;
			transition: 0s;
	-webkit-transition-delay: .86s;
	    -o-transition-delay: .86s;
	        transition-delay: .86s;
}

.overlay-anim .overlay-opacity-anim {
	opacity: 1;	
}

.dark-bg-1 .overlay-anim-box:before,
.dark-bg-2 .overlay-anim-box:before {
	background: #f5f5f5;
}

.tr-delay01 .overlay-opacity-anim {
	-webkit-transition-delay: .96s;
	    -o-transition-delay: .96s;
	        transition-delay: .96s;
}

.tr-delay02 .overlay-opacity-anim {
	-webkit-transition-delay: 1.06s;
	    -o-transition-delay: 1.06s;
	        transition-delay: 1.06s;
}

.tr-delay03 .overlay-opacity-anim {
	-webkit-transition-delay: 1.16s;
	    -o-transition-delay: 1.16s;
	        transition-delay: 1.16s;
}

.tr-delay04 .overlay-opacity-anim {
	-webkit-transition-delay: 1.26s;
	    -o-transition-delay: 1.26s;
	        transition-delay: 1.26s;
}

.tr-delay05 .overlay-opacity-anim {
	-webkit-transition-delay: 1.36s;
	    -o-transition-delay: 1.36s;
	        transition-delay: 1.36s;
}

.tr-delay06 .overlay-opacity-anim {
	-webkit-transition-delay: 1.46s;
	    -o-transition-delay: 1.46s;
	        transition-delay: 1.46s;
}

.tr-delay07 .overlay-opacity-anim {
	-webkit-transition-delay: 1.56s;
	    -o-transition-delay: 1.56s;
	        transition-delay: 1.56s;
}

.tr-delay08 .overlay-opacity-anim {
	-webkit-transition-delay: 1.66s;
	    -o-transition-delay: 1.66s;
	        transition-delay: 1.66s;
}

.tr-delay09 .overlay-opacity-anim {
	-webkit-transition-delay: 1.76s;
	    -o-transition-delay: 1.76s;
	        transition-delay: 1.76s;
}

.tr-delay10 .overlay-opacity-anim {
	-webkit-transition-delay: 1.86s;
	    -o-transition-delay: 1.86s;
	        transition-delay: 1.86s;
}

/* 9.2.2. Scroll overlay animation #2 */
[data-animation].overlay-anim-box2:before,
[data-animation].overlay-anim-box2:after,
[data-animation].overlay-anim-box2 {
    opacity: 1;
}

.overlay-anim-box2 {
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.overlay-anim-box2:before {
	content: '';
	background: #f5f5f5;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-transition: 1s cubic-bezier(.858, .01, .068, .99);
		-o-transition: 1s cubic-bezier(.858, .01, .068, .99);
			transition: 1s cubic-bezier(.858, .01, .068, .99);
	z-index: 3;
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);       
}

.overlay-anim-box2.overlay-anim2:before {
	-webkit-transform: translateX(110%);
	    -ms-transform: translateX(110%);
	        transform: translateX(110%);
}

.light-bg-2 .overlay-anim-box2:before {
	background: #f0f0f0;
}

.dark-bg-1 .overlay-anim-box2:before {
	background: #3f451d;
}

.dark-bg-2 .overlay-anim-box2:before {
	background: #1b2a2f;
}

.red-bg .overlay-anim-box2:before {
	background: #f0ca8c;
}

/* 9.2.3. Scroll fade animation */
.fade-anim-box {
	display: inline-block;
	opacity: 0;
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: 1s cubic-bezier(.767, .01, .18, 1.01);
    	-o-transition: 1s cubic-bezier(.767, .01, .18, 1.01);
			transition: 1s cubic-bezier(.767, .01, .18, 1.01);
}

.fade-anim-box.fade-anim {
	opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

/* 9.2.4. Scroll title fill animation */
[data-animation].title-fill:before,
[data-animation].title-fill:after,
[data-animation].title-fill {
    opacity: 1;
}

.title-fill {
	white-space: nowrap;
	color: transparent;
	position: relative;
	display: inline-block;
}

.title-fill:before,
.title-fill:after {
	content: attr(data-text);
	position: absolute;
	top: 50%;
	color: #262626;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 0;
	-webkit-transition: 1s cubic-bezier(.767, .01, .18, 1.01);
		-o-transition: 1s cubic-bezier(.767, .01, .18, 1.01);
			transition: 1s cubic-bezier(.767, .01, .18, 1.01);
	width: 0%;
	white-space: nowrap;
	overflow: hidden;
}

.title-fill:after {
	color: #f0ca8c;
	background: #f5f5f5;
	-webkit-transition-delay: .3s;
	    -o-transition-delay: .3s;
	        transition-delay: .3s;
}

.title-fill.title-fill-anim:before,
.title-fill.title-fill-anim:after {
	width: 100%;
	line-height: 1.4;
}

.dark-bg-1 .title-fill:before,
.dark-bg-2 .title-fill:before {
	color: white;
}

.red-bg .title-fill:before {
	color: #262626;
}

.light-bg-2 .title-fill:after {
	background: #f0f0f0;
}

.dark-bg-1 .title-fill:after {
	background: #3f451d;
}

.dark-bg-2 .title-fill:after {
	background: #1b2a2f;
}

.red-bg .title-fill:after {
	background: #1b2a2f;
}

.tr-delay01.title-fill:after {
	-webkit-transition-delay: .4s !important;
	    -o-transition-delay: .4s !important;
	        transition-delay: .4s !important;
}

.tr-delay02.title-fill:after {
	-webkit-transition-delay: .5s !important;
	    -o-transition-delay: .5s !important;
	        transition-delay: .5s !important;
}

.tr-delay03.title-fill:after {
	-webkit-transition-delay: .6s !important;
	    -o-transition-delay: .6s !important;
	        transition-delay: .6s !important;
}

.tr-delay04.title-fill:after {
	-webkit-transition-delay: .7s !important;
	    -o-transition-delay: .7s !important;
	        transition-delay: .7s !important;
}

.tr-delay05.title-fill:after {
	-webkit-transition-delay: .8s !important;
	    -o-transition-delay: .8s !important;
	        transition-delay: .8s !important;
}

.tr-delay06.title-fill:after {
	-webkit-transition-delay: .9s !important;
	    -o-transition-delay: .9s !important;
	        transition-delay: .9s !important;
}

.tr-delay07.title-fill:after {
	-webkit-transition-delay: 1s !important;
	    -o-transition-delay: 1s !important;
	        transition-delay: 1s !important;
}

.tr-delay08.title-fill:after {
	-webkit-transition-delay: 1.1s !important;
	    -o-transition-delay: 1.1s !important;
	        transition-delay: 1.1s !important;
}

.tr-delay09.title-fill:after {
	-webkit-transition-delay: 1.2s !important;
	    -o-transition-delay: 1.2s !important;
	        transition-delay: 1.2s !important;
}

.tr-delay10.title-fill:after {
	-webkit-transition-delay: 1.3s !important;
	    -o-transition-delay: 1.3s !important;
	        transition-delay: 1.3s !important;
}

/*--------------------------------------------------------------
10. Hovers
--------------------------------------------------------------*/
.hover-content {
	-webkit-transition: 1s cubic-bezier(.767, .01, .18, 1.01);
		-o-transition: 1s cubic-bezier(.767, .01, .18, 1.01);
			transition: 1s cubic-bezier(.767, .01, .18, 1.01);
	display: inline-block;
}

.hover-box:hover .hover-content {
	-webkit-transform: translateX(20px);
	    -ms-transform: translateX(20px);
	        transform: translateX(20px);
}

.hover-img {
	-webkit-transition: 1s cubic-bezier(.858, .01, .068, .99);
		-o-transition: 1s cubic-bezier(.858, .01, .068, .99);
			transition: 1s cubic-bezier(.858, .01, .068, .99);
}

.hover-box:hover .hover-img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

.hidden-box {
	overflow: hidden;
}

.hover-fill-effect {
	position: relative;
	white-space: nowrap;
	display: inline-block;
}

.hover-fill-effect:before {
	content: attr(data-text);
	position: absolute;
	top: 0;
	color: #f0ca8c;
	left: 0;
	-webkit-transition: .8s cubic-bezier(.858, .01, .068, .99);
		-o-transition: .8s cubic-bezier(.858, .01, .068, .99);
			transition: .8s cubic-bezier(.858, .01, .068, .99);
	width: 0%;
	white-space: nowrap;
	z-index: 2;
	background: #f5f5f5; 
	overflow: hidden;
}

.hover-box:hover .hover-fill-effect:before {
	width: 100%;
}

.hover-fill-effect:after {
	content: '';
	width: 40px;
	height: 2px;
	position: absolute;
	right: -60px;
	top: 50%;
	-webkit-transform: translateY(-50%) scaleX(0);
	    -ms-transform: translateY(-50%) scaleX(0);
	        transform: translateY(-50%) scaleX(0);
	-webkit-transform-origin: left;
	    -ms-transform-origin: left;
	        transform-origin: left;
	background: #f0ca8c;
	-webkit-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
		-o-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
			transition: 1.2s cubic-bezier(.17, .85, .438, .99);
}

.hover-box:hover .hover-fill-effect:after {
	-webkit-transform: translateY(-50%) scaleX(1);
	    -ms-transform: translateY(-50%) scaleX(1);
	        transform: translateY(-50%) scaleX(1);
}

.hover-color {
	-webkit-transition: .7s cubic-bezier(.17, .85, .438, .99);
		-o-transition: .7s cubic-bezier(.17, .85, .438, .99);
			transition: .7s cubic-bezier(.17, .85, .438, .99);
}

.hover-color:hover {
	color: #f0ca8c;
}

.light-bg-2 .hover-fill-effect:before {
	background: #f0f0f0;
}

.dark-bg-1 .hover-fill-effect:before {
	background: #3f451d;
}

.dark-bg-2 .hover-fill-effect:before {
	background: #1b2a2f;
}

.red-bg .hover-fill-effect:before {
	background: #1b2a2f;
}

.red-bg .hover-fill-effect:after {
	background: #262626;
}

.tr-delay01 .hover-img {
	-webkit-transition-delay: .1s;
	    -o-transition-delay: .1s;
	        transition-delay: .1s;
}

.tr-delay02 .hover-img {
	-webkit-transition-delay: .2s;
	    -o-transition-delay: .2s;
	        transition-delay: .2s;
}

.tr-delay03 .hover-img {
	-webkit-transition-delay: .3s;
	    -o-transition-delay: .3s;
	        transition-delay: .3s;
}

.tr-delay04 .hover-img {
	-webkit-transition-delay: .4s;
	    -o-transition-delay: .4s;
	        transition-delay: .4s;
}

.tr-delay05 .hover-img {
	-webkit-transition-delay: .5s;
	    -o-transition-delay: .5s;
	        transition-delay: .5s;
}

.tr-delay06 .hover-img {
	-webkit-transition-delay: .6s;
	    -o-transition-delay: .6s;
	        transition-delay: .6s;
}

.tr-delay07 .hover-img {
	-webkit-transition-delay: .7s;
	    -o-transition-delay: .7s;
	        transition-delay: .7s;
}

.tr-delay08 .hover-img {
	-webkit-transition-delay: .8s;
	    -o-transition-delay: .8s;
	        transition-delay: .8s;
}

.tr-delay09 .hover-img {
	-webkit-transition-delay: .9s;
	    -o-transition-delay: .9s;
	        transition-delay: .9s;
}

.tr-delay10 .hover-img {
	-webkit-transition-delay: 1s;
	    -o-transition-delay: 1s;
	        transition-delay: 1s;
}



/*--------------------------------------------------------------
12. Magnific popup
--------------------------------------------------------------*/
.mfp-bg {
  	background: #1b2a2f;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  	opacity: 0;
  	-webkit-backface-visibility: hidden;
  	-webkit-transition: all 0.8s cubic-bezier(.858, .01, .068, .99);
  		-o-transition: all 0.8s cubic-bezier(.858, .01, .068, .99);
  			transition: all 0.8s cubic-bezier(.858, .01, .068, .99);
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.9;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  	opacity: 0;
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.8s cubic-bezier(.858, .01, .068, .99); 
		-o-transition: all 0.8s cubic-bezier(.858, .01, .068, .99); 
			transition: all 0.8s cubic-bezier(.858, .01, .068, .99);
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.9;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.8s cubic-bezier(.858, .01, .068, .99); 
		-o-transition: all 0.8s cubic-bezier(.858, .01, .068, .99); 
			transition: all 0.8s cubic-bezier(.858, .01, .068, .99);
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.mfp-figure:after,
.mfp-iframe-scaler iframe {
    box-shadow: none;
}

/* 12.1. Popup arrows */
.mfp-arrow {
  	opacity: 1;
  	margin: 0;
}

.mfp-arrow:active {
    margin-top: 0;
}
        
.mfp-arrow:before,
.mfp-arrow:after {   
    margin-top: 0;
}
        
.mfp-arrow:after {
    border-top-width: 0;
    border-bottom-width: 0;
}

.mfp-arrow:before {
    border-top-width: 0;
    border-bottom-width: 0;
    opacity: 1; 
}

.mfp-arrow-left:after {
    border-right: none;
    margin-left: 0; 
}

.mfp-arrow-left:before {
    margin-left: 0;
    border-right: none; 
}

.mfp-arrow-right {
	right: 40px; 
}

.mfp-arrow-right:after {
    border-left: none;
    margin-left: 0; 
}

.mfp-arrow-right:before {
    border-left: none; 
}

.mfp-arrow-left, 
.mfp-arrow-right {
	width: 50px;
	height: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.mfp-arrow-left {
  	left: 40px; 
}

.mfp-arrow-left:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 1px;
	width: 16px;
	height: 16px;
	border-bottom: 2px solid white;
	border-left: 2px solid white;
	-webkit-transform: translateY(-50%) translateX(24px) rotate(45deg);
	    -ms-transform: translateY(-50%) translateX(24px) rotate(45deg);
	        transform: translateY(-50%) translateX(24px) rotate(45deg);
	-webkit-transition: .5s cubic-bezier(.225, 1, .316, .99);
		-o-transition: .5s cubic-bezier(.225, 1, .316, .99);
			transition: .5s cubic-bezier(.225, 1, .316, .99);
}

.mfp-arrow-right:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 1px;
	left: auto;
	width: 16px;
	height: 16px;
	border-top: 2px solid white;
	border-right: 2px solid white;
	-webkit-transform: translateY(-50%) translateX(-24px) rotate(45deg);
	    -ms-transform: translateY(-50%) translateX(-24px) rotate(45deg);
	        transform: translateY(-50%) translateX(-24px) rotate(45deg);
	-webkit-transition: .5s cubic-bezier(.225, 1, .316, .99);
		-o-transition: .5s cubic-bezier(.225, 1, .316, .99);
			transition: .5s cubic-bezier(.225, 1, .316, .99);
}

.mfp-arrow-left:hover:before {
	-webkit-transform: translateY(-50%) translateX(0) rotate(45deg);
	    -ms-transform: translateY(-50%) translateX(0) rotate(45deg);
	        transform: translateY(-50%) translateX(0) rotate(45deg);
	border-bottom: 2px solid #f0ca8c;
	border-left: 2px solid #f0ca8c;
}

.mfp-arrow-right:hover:before {
	-webkit-transform: translateY(-50%) translateX(0) rotate(45deg);
	    -ms-transform: translateY(-50%) translateX(0) rotate(45deg);
	        transform: translateY(-50%) translateX(0) rotate(45deg);
	border-top: 2px solid #f0ca8c;
	border-right: 2px solid #f0ca8c;
}

.mfp-arrow-left:after,
.mfp-arrow-right:after {
	content: '';
	width: 100%;
	height: 3px;
	background: #f0ca8c;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scaleX(0);
	    -ms-transform: translate(-50%, -50%) scaleX(0);
	        transform: translate(-50%, -50%) scaleX(0);
	-webkit-transition: .5s cubic-bezier(.225, 1, .316, .99);
		-o-transition: .5s cubic-bezier(.225, 1, .316, .99);
			transition: .5s cubic-bezier(.225, 1, .316, .99);
}

.mfp-arrow-left:hover:after,
.mfp-arrow-right:hover:after {
	-webkit-transform: translate(-50%, -50%) scaleX(1);
	    -ms-transform: translate(-50%, -50%) scaleX(1);
	        transform: translate(-50%, -50%) scaleX(1);
}

@media only screen and (max-width: 999px) {
	
	.mfp-arrow-right {
		right: 20px; 
	}
	
	.mfp-arrow-left {
	  	left: 20px; 
	}
	
}

@media only screen and (max-width: 549px) {
		
	.mfp-arrow-right {
		right: 10px; 
	}
	
	.mfp-arrow-left {
	  	left: 10px; 
	}
		
}

/* 12.2. Popup counter */
.mfp-counter {
	color: white;
	font-family: 'Oswald', sans-serif;
    font-size: 14px;
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
}

/* 12.3. Popup close */
button.mfp-close {
	position: absolute;
	right: 0;
	top: 0;
	background: rgba(27,42,47,.5);
}

.mfp-close:before, 
.mfp-close:after {
	content: '';
	position: absolute;
	width: 15px;
	height: 2px;
	-webkit-transition: .4s cubic-bezier(.767, .01, .18, 1.01);
		-o-transition: .4s cubic-bezier(.767, .01, .18, 1.01);
			transition: .4s cubic-bezier(.767, .01, .18, 1.01);
	left: 5px;
	top: 50%;
	background: white;
}

.mfp-close:before {
	-webkit-transform: translateY(-50%) rotate(45deg);
	    -ms-transform: translateY(-50%) rotate(45deg);
	        transform: translateY(-50%) rotate(45deg);
}

.mfp-close:after {
	-webkit-transform: translateY(-50%) rotate(315deg);
	    -ms-transform: translateY(-50%) rotate(315deg);
	        transform: translateY(-50%) rotate(315deg);
}

.mfp-close:hover:before {
	-webkit-transform: translateY(-50%) rotate(-180deg);
	    -ms-transform: translateY(-50%) rotate(-180deg);
	        transform: translateY(-50%) rotate(-180deg);
}

.mfp-close:hover:after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	    -ms-transform: translateY(-50%) rotate(180deg);
	        transform: translateY(-50%) rotate(180deg);
}

.mfp-close {
  	width: 25px;
  	height: 25px;
  	-webkit-transition: .8s cubic-bezier(.858, .01, .068, .99);
  		-o-transition: .8s cubic-bezier(.858, .01, .068, .99);
  			transition: .8s cubic-bezier(.858, .01, .068, .99);
  	opacity: 1;
  	padding: 0;
  	color: rgba(0,0,0,0);
}
  
.mfp-close:active {
    top: 40px; 
}

.mfp-close-btn-in .mfp-close {
  	color: rgba(0,0,0,0); 
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  	color: rgba(0,0,0,0);
  	right: 0;
  	padding-right: 0;
  	width: 25px; 
}

.mfp-iframe-holder .mfp-close {
    top: -30px; 
}

/*--------------------------------------------------------------
13. Min-height flex center (IE11-fix)
--------------------------------------------------------------*/
.flex-min-height-box {
	width: 100%;
  	display: -webkit-box;
  		display: -ms-flexbox;
  			display: flex;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: center;
  	    -ms-flex-direction: center;
  	        flex-direction: center;
  	position: relative;
}

.flex-min-height-inner {
	width: 100%;
	height: 100%;
	min-height: 100vh;
	display: -webkit-box;
		display: -ms-flexbox;
			display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

@media (max-width: 991px) {
.flex-min-height-inner{
	min-height: auto;;
}
}

/*--------------------------------------------------------------
14. Page-head
--------------------------------------------------------------*/
.page-head-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	z-index: 0;
}

.page-head-bg-2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	z-index: 0;
}

.page-head h2 span,
.page-head h3 span,
.page-head .medium-title {
	margin-bottom: 2px;
}

.page-head h2 span:last-child,
.page-head h2 span span,
.page-head h3 span:last-child,
.page-head h3 span span {
	margin-bottom: 0;
}

.page-head .p-style-bold-up span {
	padding-right: 4px;
}

.page-head .small-title-oswald {
	margin-right: 30px;
	padding-right: 15px;
}

.page-head .small-title-oswald:last-child {
	margin-right: 0;
}

.page-head h2 .load-title-fill {
	line-height: 1.2;
	padding-right: 55px;
}

@media only screen and (max-width: 999px) {
	
	.page-head-bg {
		width: 100%;
		background-image: none !important;
	}
	
}

/*--------------------------------------------------------------
15. Swiper slider
--------------------------------------------------------------*/

/* 15.1. Home slider */
.home-slide {
	overflow: hidden;
}

.home-slider {
  	height: 100%;
  	width: 100%;
  	overflow: hidden;
  	position: relative;
  	background: #3f451d;
}

.home-slider .swiper-wrapper {
	-webkit-transition-timing-function: cubic-bezier(.39, 0, .07, 1);
	    -o-transition-timing-function: cubic-bezier(.39, 0, .07, 1);
	        transition-timing-function: cubic-bezier(.39, 0, .07, 1);
}

.slide-bg {
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 0;
}

.red-slide .slide-bg {
	left: 50%;
}

.red-slide .small-title-oswald span {
	padding-right: 15px;
	margin-right: 15px;
}

.red-slide .small-title-oswald span:last-child {
	margin-right: 0;
}

.home-slider-content.dark-bg-1 .p-style-bold-up span {
	padding-right: 5px;
}

.home-slider h2 .slider-title-fill {
	line-height: 1.2;
	padding-right: 55px;
}

.home-slider h2 span,
.home-slider h3 span,
.home-slider .medium-title {
	margin-bottom: 2px;
}

.home-slider h2 span:last-child,
.home-slider h2 span span,
.home-slider h3 span:last-child,
.home-slider h3 span span {
	margin-bottom: 0;
}

.slider-tr-delay01,
.slider-tr-delay01:before {
	-webkit-transition-delay: 1.1s !important;
	    -o-transition-delay: 1.1s !important;
	        transition-delay: 1.1s !important;
}

.slider-tr-delay02,
.slider-tr-delay02:before {
	-webkit-transition-delay: 1.2s !important;
	    -o-transition-delay: 1.2s !important;
	        transition-delay: 1.2s !important;
}

.slider-tr-delay03,
.slider-tr-delay03:before {
	-webkit-transition-delay: 1.3s !important;
	    -o-transition-delay: 1.3s !important;
	        transition-delay: 1.3s !important;
}

.slider-tr-delay04,
.slider-tr-delay04:before {
	-webkit-transition-delay: 1.4s !important;
	    -o-transition-delay: 1.4s !important;
	        transition-delay: 1.4s !important;
}

.slider-tr-delay05,
.slider-tr-delay05:before {
	-webkit-transition-delay: 1.5s !important;
	    -o-transition-delay: 1.5s !important;
	        transition-delay: 1.5s !important;
}

.slider-tr-delay06,
.slider-tr-delay06:before {
	-webkit-transition-delay: 1.6s !important;
	    -o-transition-delay: 1.6s !important;
	        transition-delay: 1.6s !important;
}

.slider-tr-delay07,
.slider-tr-delay07:before {
	-webkit-transition-delay: 1.7s !important;
	    -o-transition-delay: 1.7s !important;
	        transition-delay: 1.7s !important;
}

.slider-tr-delay08,
.slider-tr-delay08:before {
	-webkit-transition-delay: 1.8s !important;
	     -o-transition-delay: 1.8s !important;
	        transition-delay: 1.8s !important;
}

.slider-tr-delay09,
.slider-tr-delay09:before {
	-webkit-transition-delay: 1.9s !important;
	    -o-transition-delay: 1.9s !important;
	        transition-delay: 1.9s !important;
}

.slider-tr-delay10,
.slider-tr-delay10:before {
	-webkit-transition-delay: 2s !important;
	    -o-transition-delay: 2s !important;
	        transition-delay: 2s !important;
}

@media only screen and (max-width: 999px) {
	
	.slide-bg {
		width: 100%;
	}
	
	.red-slide .slide-bg {
		left: 0;
	}
	
}

/* 15.1.1. Home slider title fill effect */
.slider-title-fill {
	white-space: nowrap;
	color: transparent;
	position: relative;
	display: inline-block;
}

.slider-title-fill:before,
.slider-title-fill:after {
	content: attr(data-text);
	position: absolute;
	top: 50%;
	color: #262626;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 0;
	-webkit-transition: 1s cubic-bezier(.767, .01, .18, 1.01);
		-o-transition: 1s cubic-bezier(.767, .01, .18, 1.01);
			transition: 1s cubic-bezier(.767, .01, .18, 1.01);
	width: 0%;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition-delay: 1s;
	    -o-transition-delay: 1s;
	        transition-delay: 1s;
}

.slider-title-fill:after {
	color: #f0ca8c;
	background: #f5f5f5;
	-webkit-transition-delay: 1.3s;
	    -o-transition-delay: 1.3s;
	        transition-delay: 1.3s;
}

.swiper-slide-active .slider-title-fill:before,
.swiper-slide-active .slider-title-fill:after {
	width: 100%;
}

.dark-bg-1 .slider-title-fill:before,
.dark-bg-2 .slider-title-fill:before {
	color: white;
}

.red-bg .slider-title-fill:before {
	color: #262626;
}

.light-bg-2 .slider-title-fill:after {
	background: #f0f0f0;
}

.dark-bg-1 .slider-title-fill:after {
	background: #3f451d;
}

.dark-bg-2 .slider-title-fill:after {
	background: #1b2a2f;
}

.red-bg .slider-title-fill:after {
	background: #1b2a2f;
}

.slider-tr-delay01.slider-title-fill:after {
	-webkit-transition-delay: 1.4s !important;
	    -o-transition-delay: 1.4s !important;
	        transition-delay: 1.4s !important;
}

.slider-tr-delay02.slider-title-fill:after {
	-webkit-transition-delay: 1.5s !important;
	    -o-transition-delay: 1.5s !important;
	        transition-delay: 1.5s !important;
}

.slider-tr-delay03.slider-title-fill:after {
	-webkit-transition-delay: 1.6s !important;
	    -o-transition-delay: 1.6s !important;
	        transition-delay: 1.6s !important;
}

.slider-tr-delay04.slider-title-fill:after {
	-webkit-transition-delay: 1.7s !important;
	    -o-transition-delay: 1.7s !important;
	        transition-delay: 1.7s !important;
}

.slider-tr-delay05.slider-title-fill:after {
	-webkit-transition-delay: 1.8s !important;
	    -o-transition-delay: 1.8s !important;
	        transition-delay: 1.8s !important;
}

.slider-tr-delay06.slider-title-fill:after {
	-webkit-transition-delay: 1.9s !important;
	    -o-transition-delay: 1.9s !important;
	        transition-delay: 1.9s !important;
}

.slider-tr-delay07.slider-title-fill:after {
	-webkit-transition-delay: 2s !important;
	    -o-transition-delay: 2s !important;
	        transition-delay: 2s !important;
}

.slider-tr-delay08.slider-title-fill:after {
	-webkit-transition-delay: 2.1s !important;
	    -o-transition-delay: 2.1s !important;
	        transition-delay: 2.1s !important;
}

.slider-tr-delay09.slider-title-fill:after {
	-webkit-transition-delay: 2.2s !important;
	    -o-transition-delay: 2.2s !important;
	        transition-delay: 2.2s !important;
}

.slider-tr-delay10.slider-title-fill:after {
	-webkit-transition-delay: 2.3s !important;
	    -o-transition-delay: 2.3s !important;
	        transition-delay: 2.3s !important;
}

/* 15.1.2. Home slider overlay effect */
.slider-overlay {
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.slider-overlay:before {
	content: '';
	width: 100%;
	height: 100%;
	background: #f5f5f5;
	position: absolute;
	top: 0;
	left: 100%;
	-webkit-transition: 1.8s cubic-bezier(.767, .01, .18, 1.01);
		-o-transition: 1.8s cubic-bezier(.767, .01, .18, 1.01);
			transition: 1.8s cubic-bezier(.767, .01, .18, 1.01);
	z-index: 3;
	-webkit-transform: translateX(-202%);
	    -ms-transform: translateX(-202%);
	        transform: translateX(-202%);
	-webkit-transition-delay: 1s;
	    -o-transition-delay: 1s;
	        transition-delay: 1s;
}

.swiper-slide-active .slider-overlay:before {
	-webkit-transform: translateX(1%);
	    -ms-transform: translateX(1%);
	        transform: translateX(1%);
}

.slider-overlay-opacity {
	opacity: 0;
	-webkit-transition: 0s;
		-o-transition: 0s;
			transition: 0s;
	-webkit-transition-delay: 1.86s;
	    -o-transition-delay: 1.86s;
	        transition-delay: 1.86s;
}

.swiper-slide-active .slider-overlay-opacity {
	opacity: 1;	
}

.slider-tr-delay01 .slider-overlay-opacity {
	-webkit-transition-delay: 1.96s;
	    -o-transition-delay: 1.96s;
	        transition-delay: 1.96s;
}

.slider-tr-delay02 .slider-overlay-opacity {
	-webkit-transition-delay: 2.06s;
	    -o-transition-delay: 2.06s;
	        transition-delay: 2.06s;
}

.slider-tr-delay03 .slider-overlay-opacity {
	-webkit-transition-delay: 2.16s;
	    -o-transition-delay: 2.16s;
	        transition-delay: 2.16s;
}

.slider-tr-delay04 .slider-overlay-opacity {
	-webkit-transition-delay: 2.26s;
	    -o-transition-delay: 2.26s;
	        transition-delay: 2.26s;
}

.slider-tr-delay05 .slider-overlay-opacity {
	-webkit-transition-delay: 2.36s;
	    -o-transition-delay: 2.36s;
	        transition-delay: 2.36s;
}

.slider-tr-delay06 .slider-overlay-opacity {
	-webkit-transition-delay: 2.46s;
	    -o-transition-delay: 2.46s;
	        transition-delay: 2.46s;
}

.slider-tr-delay07 .slider-overlay-opacity {
	-webkit-transition-delay: 2.56s;
	    -o-transition-delay: 2.56s;
	        transition-delay: 2.56s;
}

.slider-tr-delay08 .slider-overlay-opacity {
	-webkit-transition-delay: 2.66s;
	    -o-transition-delay: 2.66s;
	        transition-delay: 2.66s;
}

.slider-tr-delay09 .slider-overlay-opacity {
	-webkit-transition-delay: 2.76s;
	    -o-transition-delay: 2.76s;
	        transition-delay: 2.76s;
}

.slider-tr-delay10 .slider-overlay-opacity {
	-webkit-transition-delay: 2.86s;
	    -o-transition-delay: 2.86s;
	        transition-delay: 2.86s;
}

/* 15.1.3. Home slider overlay #2 effect */
.slider-overlay2 {
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.slider-overlay2:before {
	content: '';
	width: 101%;
	height: 100%;
	background: #f5f5f5;
	position: absolute;
	top: 0;
	left: 100%;
	-webkit-transition: 1s cubic-bezier(.858, .01, .068, .99);
		-o-transition: 1s cubic-bezier(.858, .01, .068, .99);
			transition: 1s cubic-bezier(.858, .01, .068, .99);
	z-index: 3;
	-webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	        transform: translateX(-100%);
	-webkit-transition-delay: 1s;
	    -o-transition-delay: 1s;
	        transition-delay: 1s;
}

.red-color.slider-overlay2:before {
	background: #f0ca8c;
}

.red-bg .slider-overlay2:before {
	background: #f0ca8c;
}

.swiper-slide-active .slider-overlay2:before {
	-webkit-transform: translateX(1%);
	    -ms-transform: translateX(1%);
	        transform: translateX(1%);
}

/* 15.1.4. Home slider fade effect */
.slider-fade {
	display: inline-block;
	opacity: 0;
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: 1s cubic-bezier(.767, .01, .18, 1.01);
    	-o-transition: 1s cubic-bezier(.767, .01, .18, 1.01);
			transition: 1s cubic-bezier(.767, .01, .18, 1.01);	
	-webkit-transition-delay: 1s;
	    -o-transition-delay: 1s;
	        transition-delay: 1s;		
}

.swiper-slide-active .slider-fade {
	opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

/* 15.2. Testimonials slider */
.testimonials-slider {
    height: 100%;
    overflow: hidden;
    padding-bottom: 45px;
}

.testimonials-slider .swiper-wrapper {
	-webkit-transition-timing-function: cubic-bezier(.767, .01, .18, 1.01);
	    -o-transition-timing-function: cubic-bezier(.767, .01, .18, 1.01);
	        transition-timing-function: cubic-bezier(.767, .01, .18, 1.01);
}

.testimonials-slider .swiper-slide {
	width: 100%;
}

.testimonials-slider img {
	width: 130px;
	border-radius: 50%;
}

.testimonials-content p {
	margin-top: 0;
	text-align: justify;
}

.testimonials-content {
	padding: 20px;
	margin: 42px 0 30px 0;
	background: #f0ca8c;
	position: relative;
}

.testimonials-content:before {
	content: '';
	background: #f0ca8c;
	width: 20px;
	height: 20px;
	position: absolute;
	top: -8px;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(45deg);
	    -ms-transform: translateX(-50%) rotate(45deg);
	        transform: translateX(-50%) rotate(45deg);
}

/* 15.3. About slider */
.about-slider {
	width: 100%;
	height: 100%;
	position: relative;
}

.about-slider .swiper-wrapper {
	-webkit-transition-timing-function: cubic-bezier(.767, .01, .18, 1.01);
	    -o-transition-timing-function: cubic-bezier(.767, .01, .18, 1.01);
	        transition-timing-function: cubic-bezier(.767, .01, .18, 1.01);
}

@media only screen and (max-width: 767px) {
	
	.about-slider {
		width: calc(100% - 40px);
		margin-left: auto;
		margin-right: auto;
	}
	
}

@media only screen and (max-width: 549px) {
		
	.about-slider {
		width: calc(100% - 20px);
		margin-left: auto;
		margin-right: auto;
	}
		
}


.swiper-pagination-bullets {
	outline: none;
	z-index: 8;
}

/* 15.4.1. Home slider pagination */
.home-slider .swiper-pagination {
  	bottom: 40px;
  	right: 40px;
  	left: auto;
  	width: auto;
  	overflow: hidden;
}

.home-slider .swiper-pagination-bullet {
  	width: 30px;
  	height: 30px;
	cursor: pointer;
  	opacity: 1;
  	border-radius: 0;
  	position: relative;
  	overflow: hidden;
  	background: transparent;
  	-webkit-transform: translateY(100%);
  	    -ms-transform: translateY(100%);
  	        transform: translateY(100%);
  	-webkit-transition: 1s cubic-bezier(.17, .85, .438, .99);
  		-o-transition: 1s cubic-bezier(.17, .85, .438, .99);
  			transition: 1s cubic-bezier(.17, .85, .438, .99);
}

.home-slider .swiper-pagination-bullet {
  	margin: 0 5px !important;
}

.home-slider .swiper-pagination-bullet:first-child {
  	margin-left: 0 !important;
}

.home-slider .swiper-pagination-bullet:last-child {
  	margin-right: 0 !important;
}

body.anim .home-slider .swiper-pagination-bullet {
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
	-webkit-transition-delay: .2s;
	    -o-transition-delay: .2s;
	        transition-delay: .2s;
}

body.anim .home-slider .swiper-pagination-bullet:nth-child(2) {
	-webkit-transition-delay: .4s;
	    -o-transition-delay: .4s;
	        transition-delay: .4s;
}

body.anim .home-slider .swiper-pagination-bullet:nth-child(3) {
	-webkit-transition-delay: .6s;
	    -o-transition-delay: .6s;
	        transition-delay: .6s;
}

body.anim .home-slider .swiper-pagination-bullet:nth-child(4) {
	-webkit-transition-delay: .8s;
	    -o-transition-delay: .8s;
	        transition-delay: .8s;
}

.home-slider .swiper-pagination-bullet:before,
.home-slider .swiper-pagination-bullet:after {
	content: '01';
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(0);
	    -ms-transform: translateX(-50%) translateY(0);
	        transform: translateX(-50%) translateY(0);
	color: white;
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 1px;
	font-family: 'Oswald', sans-serif;
	-webkit-transition: .6s cubic-bezier(.19, .94, .336, 1);
		-o-transition: .6s cubic-bezier(.19, .94, .336, 1);
			transition: .6s cubic-bezier(.19, .94, .336, 1);
}

.home-slider .swiper-pagination-bullet:after {
	-webkit-transform: translateX(-50%) translateY(-30px);
	    -ms-transform: translateX(-50%) translateY(-30px);
	        transform: translateX(-50%) translateY(-30px);
	color: #f0ca8c;
	font-size: 20px;
}

.home-slider .swiper-pagination-bullet:hover:before {
	color: #f0ca8c;
	-webkit-transition: .6s cubic-bezier(.17, .85, .438, .99);
		-o-transition: .6s cubic-bezier(.17, .85, .438, .99);
			transition: .6s cubic-bezier(.17, .85, .438, .99);
}

.home-slider .swiper-pagination-bullet-active:before {
	-webkit-transform: translateX(-50%) translateY(16px);
	    -ms-transform: translateX(-50%) translateY(16px);
	        transform: translateX(-50%) translateY(16px);
}

.home-slider .swiper-pagination-bullet-active:after {
	-webkit-transform: translateX(-50%) translateY(0);
	    -ms-transform: translateX(-50%) translateY(0);
	        transform: translateX(-50%) translateY(0);
}

.home-slider .swiper-pagination-bullet:nth-child(2):before,
.home-slider .swiper-pagination-bullet:nth-child(2):after {
	content: '02';
}

.home-slider .swiper-pagination-bullet:nth-child(3):before,
.home-slider .swiper-pagination-bullet:nth-child(3):after {
	content: '03';
}

.home-slider .swiper-pagination-bullet:nth-child(4):before,
.home-slider .swiper-pagination-bullet:nth-child(4):after {
	content: '04';
}

.home-slider .swiper-pagination-bullet:nth-child(5):before,
.home-slider .swiper-pagination-bullet:nth-child(5):after {
	content: '05';
}

.home-slider .swiper-pagination-bullet:nth-child(6):before,
.home-slider .swiper-pagination-bullet:nth-child(6):after {
	content: '06';
}

.home-slider .swiper-pagination-bullet:nth-child(7):before,
.home-slider .swiper-pagination-bullet:nth-child(7):after {
	content: '07';
}

.home-slider .swiper-pagination-bullet:nth-child(8):before,
.home-slider .swiper-pagination-bullet:nth-child(8):after {
	content: '08';
}

.home-slider .swiper-pagination-bullet:nth-child(9):before,
.home-slider .swiper-pagination-bullet:nth-child(9):after {
	content: '09';
}

.home-slider .swiper-pagination-bullet:nth-child(10):before,
.home-slider .swiper-pagination-bullet:nth-child(10):after {
	content: '10';
}

/* 15.4.2. Testimonials slider pagination */
.testimonials-slider .swiper-pagination-bullets {
  	bottom: 0 !important;
}

.testimonials-slider .swiper-pagination-bullet {
	margin: 0 10px !important;
	width: 10px;
	height: 10px;
  	background: #262626;
  	opacity: 1;
  	-webkit-transition: .8s cubic-bezier(.225, 1, .316, .99);
  		-o-transition: .8s cubic-bezier(.225, 1, .316, .99);
  			transition: .8s cubic-bezier(.225, 1, .316, .99);
  	-webkit-transform: scale(.5);
  	    -ms-transform: scale(.5);
  	        transform: scale(.5);
}

.testimonials-slider .swiper-pagination-bullet-active {
	margin: 0 30px !important;
  	-webkit-transform: scale(1);
  	    -ms-transform: scale(1);
  	        transform: scale(1);
}

.testimonials-slider .swiper-pagination-bullet:first-child,
.testimonials-slider .swiper-pagination-bullet-active:first-child {
  	margin-left: 0 !important;
}

.testimonials-slider .swiper-pagination-bullet:last-child,
.testimonials-slider .swiper-pagination-bullet-active:last-child {
  	margin-right: 0 !important;
}

/* 15.4.3. Portfolio full screen slider pagination */
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	right: 40px;
	width: 30px;
  	overflow: hidden;
}

.portfolio-slider .swiper-pagination-bullet {
  	width: 30px;
  	height: 30px;
  	opacity: 1;
  	border-radius: 0;
  	position: relative;
  	overflow: hidden;
  	background: transparent;
  	-webkit-transform: translateX(-100%) scale(0.33);
  	    -ms-transform: translateX(-100%) scale(0.33);
  	        transform: translateX(-100%) scale(0.33);
  	-webkit-transition: 1s cubic-bezier(.17, .85, .438, .99) !important;
  		-o-transition: 1s cubic-bezier(.17, .85, .438, .99) !important;
  			transition: 1s cubic-bezier(.17, .85, .438, .99) !important;
}

.portfolio-slider .swiper-pagination-bullet {
  	margin: 5px 0 !important;
}

.portfolio-slider .swiper-pagination-bullet:first-child {
  	margin-top: 0 !important;
}

.portfolio-slider .swiper-pagination-bullet:last-child {
  	margin-bottom: 0 !important;
}

.portfolio-slider .swiper-pagination-bullet:before,
.portfolio-slider .swiper-pagination-bullet:after {
	content: '01';
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateX(0) translateY(-50%);
	    -ms-transform: translateX(0) translateY(-50%);
	        transform: translateX(0) translateY(-50%);
	color: white;
	font-size: 20px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 1px;
	font-family: 'Oswald', sans-serif;
	-webkit-transition: 1s cubic-bezier(.19, .94, .336, 1);
		-o-transition: 1s cubic-bezier(.19, .94, .336, 1);
			transition: 1s cubic-bezier(.19, .94, .336, 1);
}

.portfolio-slider .swiper-pagination-bullet:after {
	-webkit-transform: translateX(-30px) translateY(-50%);
	    -ms-transform: translateX(-30px) translateY(-50%);
	        transform: translateX(-30px) translateY(-50%);
	color: #f0ca8c;
}

.portfolio-slider .swiper-pagination-bullet:hover:before {
	color: #f0ca8c;
	-webkit-transition: .6s cubic-bezier(.17, .85, .438, .99);
		-o-transition: .6s cubic-bezier(.17, .85, .438, .99);
			transition: .6s cubic-bezier(.17, .85, .438, .99);
}

.portfolio-slider .swiper-pagination-bullet-active:before {
	-webkit-transform: translateX(30px) translateY(-50%);
	    -ms-transform: translateX(30px) translateY(-50%);
	        transform: translateX(30px) translateY(-50%);
}

.portfolio-slider .swiper-pagination-bullet-active:after {
	-webkit-transform: translateX(0) translateY(-50%);
	    -ms-transform: translateX(0) translateY(-50%);
	        transform: translateX(0) translateY(-50%);
}

.portfolio-slider .swiper-pagination-bullet:nth-child(2):before,
.portfolio-slider .swiper-pagination-bullet:nth-child(2):after {
	content: '02';
}

.portfolio-slider .swiper-pagination-bullet:nth-child(3):before,
.portfolio-slider .swiper-pagination-bullet:nth-child(3):after {
	content: '03';
}

.portfolio-slider .swiper-pagination-bullet:nth-child(4):before,
.portfolio-slider .swiper-pagination-bullet:nth-child(4):after {
	content: '04';
}

.portfolio-slider .swiper-pagination-bullet:nth-child(5):before,
.portfolio-slider .swiper-pagination-bullet:nth-child(5):after {
	content: '05';
}

.portfolio-slider .swiper-pagination-bullet:nth-child(6):before,
.portfolio-slider .swiper-pagination-bullet:nth-child(6):after {
	content: '06';
}

.portfolio-slider .swiper-pagination-bullet:nth-child(7):before,
.portfolio-slider .swiper-pagination-bullet:nth-child(7):after {
	content: '07';
}

.portfolio-slider .swiper-pagination-bullet:nth-child(8):before,
.portfolio-slider .swiper-pagination-bullet:nth-child(8):after {
	content: '08';
}

.portfolio-slider .swiper-pagination-bullet:nth-child(9):before,
.portfolio-slider .swiper-pagination-bullet:nth-child(9):after {
	content: '09';
}

.portfolio-slider .swiper-pagination-bullet:nth-child(10):before,
.portfolio-slider .swiper-pagination-bullet:nth-child(10):after {
	content: '10';
}

.portfolio-slider .swiper-pagination-bullet:nth-child(11):before,
.portfolio-slider .swiper-pagination-bullet:nth-child(11):after {
	content: '11';
}

.portfolio-slider .swiper-pagination-bullet:nth-child(12):before,
.portfolio-slider .swiper-pagination-bullet:nth-child(12):after {
	content: '12';
}

.portfolio-slider .swiper-pagination-bullet:nth-child(13):before,
.portfolio-slider .swiper-pagination-bullet:nth-child(13):after {
	content: '13';
}

.portfolio-slider .swiper-pagination-bullet:nth-child(14):before,
.portfolio-slider .swiper-pagination-bullet:nth-child(14):after {
	content: '14';
}

.portfolio-slider .swiper-pagination-bullet:nth-child(15):before,
.portfolio-slider .swiper-pagination-bullet:nth-child(15):after {
	content: '15';
}

.portfolio-slider .swiper-pagination-bullet:nth-child(16):before,
.portfolio-slider .swiper-pagination-bullet:nth-child(16):after {
	content: '16';
}

.portfolio-slider .swiper-pagination-bullet:nth-child(17):before,
.portfolio-slider .swiper-pagination-bullet:nth-child(17):after {
	content: '17';
}

.portfolio-slider .swiper-pagination-bullet:nth-child(18):before,
.portfolio-slider .swiper-pagination-bullet:nth-child(18):after {
	content: '18';
}

.portfolio-slider .swiper-pagination-bullet:nth-child(19):before,
.portfolio-slider .swiper-pagination-bullet:nth-child(19):after {
	content: '19';
}

.portfolio-slider .swiper-pagination-bullet:nth-child(20):before,
.portfolio-slider .swiper-pagination-bullet:nth-child(20):after {
	content: '20';
}

.portfolio-slider .swiper-pagination-bullet:nth-child(21):before,
.portfolio-slider .swiper-pagination-bullet:nth-child(21):after {
	content: '21';
}

.portfolio-slider .swiper-pagination-bullet:nth-child(22):before,
.portfolio-slider .swiper-pagination-bullet:nth-child(22):after {
	content: '22';
}

.portfolio-slider .swiper-pagination-bullet:nth-child(23):before,
.portfolio-slider .swiper-pagination-bullet:nth-child(23):after {
	content: '23';
}

.portfolio-slider .swiper-pagination-bullet:nth-child(24):before,
.portfolio-slider .swiper-pagination-bullet:nth-child(24):after {
	content: '24';
}

.portfolio-slider .swiper-pagination-bullet:nth-child(25):before,
.portfolio-slider .swiper-pagination-bullet:nth-child(25):after {
	content: '25';
}

body.anim .portfolio-slider .swiper-pagination-bullet {
  	-webkit-transform: scale(0.33) translateX(0);
  		-ms-transform: scale(0.33) translateX(0);
  			transform: scale(0.33) translateX(0);
  	position: relative;
}

body.anim .portfolio-slider .swiper-pagination-bullet-active {
  	-webkit-transform: scale(1) translateX(0);
  		-ms-transform: scale(1) translateX(0);
  			transform: scale(1) translateX(0);
}

body.anim .portfolio-slider .swiper-pagination-bullet-active-prev {
  	-webkit-transform: scale(0.66) translateX(0);
  		-ms-transform: scale(0.66) translateX(0);
  			transform: scale(0.66) translateX(0);
}

body.anim .portfolio-slider .swiper-pagination-bullet-active-prev-prev {
  	-webkit-transform: scale(0.33) translateX(0);
  		-ms-transform: scale(0.33) translateX(0);
  			transform: scale(0.33) translateX(0);
}

body.anim .portfolio-slider .swiper-pagination-bullet-active-next {
  	-webkit-transform: scale(0.66) translateX(0);
  		-ms-transform: scale(0.66) translateX(0);
  			transform: scale(0.66) translateX(0);
}

body.anim .portfolio-slider .swiper-pagination-bullet-active-next-next {
  	-webkit-transform: scale(0.33) translateX(0);
  		-ms-transform: scale(0.33) translateX(0);
  			transform: scale(0.33) translateX(0);
}

body.anim.out .portfolio-slider .swiper-pagination-bullet {
  	-webkit-transform: translateX(-100%);
  		-ms-transform: translateX(-100%);
  			transform: translateX(-100%);
}

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

	.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
		right: 20px;
	}
	
}

@media only screen and (max-width: 549px) {
	
	.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
		right: 10px;
	}

}

/* 15.5. Swiper arrows */

/* 15.5.1. Home slider arrows */
.swiper-button-prev,
.swiper-button-next {
  	top: auto;
  	bottom: 40px;
  	width: 50px;
  	height: 26px;
  	margin-top: 0;
  	background-image: none;
  	overflow: hidden;
}

.swiper-button-prev {
	left: calc(50% + 40px);
}

.swiper-button-next {
	right: auto;
	left: calc(50% + 90px);
}

.slider-arrow-prev-box,
.slider-arrow-next-box {
	position: relative;
	-webkit-transition: 1s cubic-bezier(.17, .85, .438, .99);
		-o-transition: 1s cubic-bezier(.17, .85, .438, .99);
			transition: 1s cubic-bezier(.17, .85, .438, .99);
	-webkit-transform: translateY(27px);
	    -ms-transform: translateY(27px);
	        transform: translateY(27px);
	-webkit-transition-delay: .2s;
	    -o-transition-delay: .2s;
	        transition-delay: .2s;
	width: 100%;
	height: 100%;
}

.slider-arrow-next-box {
	-webkit-transition-delay: .5s;
	    -o-transition-delay: .5s;
	        transition-delay: .5s;
}

body.anim .slider-arrow-prev-box,
body.anim .slider-arrow-next-box {
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

.slider-arrow-prev,
.slider-arrow-next {
	width: 100%;
	height: 100%;
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	-webkit-transform: translateX(18px);
	    -ms-transform: translateX(18px);
	        transform: translateX(18px);
	display: inline-block;
	-webkit-transition: .7s cubic-bezier(.19, .94, .336, 1);
		-o-transition: .7s cubic-bezier(.19, .94, .336, 1);
			transition: .7s cubic-bezier(.19, .94, .336, 1);
}

.slider-arrow-next {
	left: auto;
	right: 0;
	-webkit-transform: translateX(-18px);
	    -ms-transform: translateX(-18px);
	        transform: translateX(-18px);
}

.swiper-button-prev:hover .slider-arrow-prev,
.swiper-button-next:hover .slider-arrow-next {
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}

.slider-arrow-prev:before,
.slider-arrow-next:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 6px;
	width: 16px;
	height: 16px;
	border-bottom: 2px solid white;
	border-left: 2px solid white;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transition: .7s cubic-bezier(.19, .94, .336, 1);
		-o-transition: .7s cubic-bezier(.19, .94, .336, 1);
			transition: .7s cubic-bezier(.19, .94, .336, 1);
}

.slider-arrow-next:before {
	left: auto;
	right: 6px;
	border: none;
	border-top: 2px solid white;
	border-right: 2px solid white;
}

.swiper-button-prev:hover .slider-arrow-prev:before {
	border-bottom: 2px solid #f0ca8c;
	border-left: 2px solid #f0ca8c;
}

.swiper-button-next:hover .slider-arrow-next:before {
	border-top: 2px solid #f0ca8c;
	border-right: 2px solid #f0ca8c;
}

.slider-arrow-prev:after,
.slider-arrow-next:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 2px;
	-webkit-transform: translateY(-50%) scaleX(0);
	    -ms-transform: translateY(-50%) scaleX(0);
	        transform: translateY(-50%) scaleX(0);
	-webkit-transform-origin: left;
	    -ms-transform-origin: left;
	        transform-origin: left;
	width: 48px;
	height: 2px;
	background: #f0ca8c;
	-webkit-transition: .7s cubic-bezier(.19, .94, .336, 1);
		-o-transition: .7s cubic-bezier(.19, .94, .336, 1);
			transition: .7s cubic-bezier(.19, .94, .336, 1);
}

.slider-arrow-next:after {
	left: auto;
	right: 2px;
	-webkit-transform-origin: right;
	    -ms-transform-origin: right;
	        transform-origin: right;
}

.swiper-button-prev:hover .slider-arrow-prev:after,
.swiper-button-next:hover .slider-arrow-next:after {
	-webkit-transform: translateY(-50%) scaleX(1);
	    -ms-transform: translateY(-50%) scaleX(1);
	        transform: translateY(-50%) scaleX(1);
}

/* 15.5.2. About slider arrows */
.about-slider .swiper-button-prev {
	left: calc(50% - 50px);
	bottom: 0;
}

.about-slider .swiper-button-next {
	left: auto;
	right: calc(50% - 50px);
	bottom: 0;
}

.about-slider .slider-arrow-prev:before,
.about-slider .slider-arrow-next:before {
	border-bottom: 2px solid #262626;
	border-left: 2px solid #262626;
}

.about-slider .slider-arrow-next:before {
	border: none;
	border-top: 2px solid #262626;
	border-right: 2px solid #262626;
}

@media only screen and (max-width: 999px) {
	
	.home-slider .swiper-pagination {
	  	right: 20px;
	}
	
	.swiper-button-prev {
		left: 20px;
	}
	
	.swiper-button-next {
		left: 70px;
	}
		
}

@media only screen and (max-width: 549px) {
		
	.home-slider .swiper-pagination {
	  	right: 10px;
	}
	
	.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  		margin: 0 2px;
	}
	
	.swiper-button-prev {
		left: 10px;
	}
	
	.swiper-button-next {
		left: 60px;
	}
		
}

/* 15.5.3. Portfolio full screen slider arrows */
.portfolio-slider .swiper-button-prev {
	left: auto;
	right: 90px;
}

.portfolio-slider .swiper-button-next {
	right: 40px;
	left: auto;
}

body.out .portfolio-slider .slider-arrow-prev-box,
body.out .portfolio-slider .slider-arrow-next-box {
	-webkit-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	        transform: translateY(100%);
}

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

	.portfolio-slider .swiper-button-prev {
		right: 70px;
	}
	
	.portfolio-slider .swiper-button-next {
		right: 20px;
	}
	
}

@media only screen and (max-width: 549px) {
	
	.portfolio-slider .swiper-button-prev {
		right: 60px;
		bottom: 20px;
	}
	
	.portfolio-slider .swiper-button-next {
		right: 10px;
		bottom: 20px;
	}

}

/* 15.5.4. Portfolio slider arrows */
.portfolio-slider2 .swiper-button-prev,
.portfolio-slider2 .swiper-button-next {
	bottom: 0;
}

.portfolio-slider2 .swiper-button-prev {
	left: auto;
	right: 50%;
}

.portfolio-slider2 .swiper-button-next {
	right: auto;
	left: 50%;
}

/* 15.5.5. Portfolio columns slider arrows */
.left-arrow-back {
	width: 70px;
	height: 46px;
	position: absolute;
	bottom: 30px;
	left: 30px;
	z-index: 3;
}

.right-arrow-back {
	width: 70px;
	height: 46px;
	position: absolute;
	bottom: 30px;
	right: 30px;
	z-index: 3;
}

.portfolio-column-slider .swiper-button-prev {
	left: 40px;
	right: auto;
	z-index: 4;
}

.portfolio-column-slider .swiper-button-next {
	right: 40px;
	left: auto;
	z-index: 4;
}

body.out .portfolio-column-slider .slider-arrow-prev-box,
body.out .portfolio-column-slider .slider-arrow-next-box {
	-webkit-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	        transform: translateY(100%);
}

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

	.portfolio-column-slider .swiper-button-prev {
		left: 20px;
	}
	
	.portfolio-column-slider .swiper-button-next {
		right: 20px;
	}
	
	.left-arrow-back {
		left: 10px;
	}

	.right-arrow-back {
		right: 10px;
	}
	
}

@media only screen and (max-width: 549px) {
	
	.portfolio-column-slider .swiper-button-prev {
		left: 10px;
		bottom: 20px;
	}
	
	.portfolio-column-slider .swiper-button-next {
		right: 10px;
		bottom: 20px;
	}
	
	.left-arrow-back {
		left: 0;
		bottom: 10px;
	}

	.right-arrow-back {
		right: 0;
		bottom: 10px;
	}

}

/* 15.5.6. Fullscreen home slider arrows */
.fullscreen-home-slider .swiper-button-prev {
	left: 40px;
}

.fullscreen-home-slider .swiper-button-next {
	left: 90px;
}

@media only screen and (max-width: 999px) {
	
	.fullscreen-home-slider .swiper-button-prev {
		left: 20px;
	}
	
	.fullscreen-home-slider .swiper-button-next {
		left: 70px;
	}
		
}

@media only screen and (max-width: 549px) {
		
	.fullscreen-home-slider .swiper-button-prev {
		left: 10px;
	}
	
	.fullscreen-home-slider .swiper-button-next {
		left: 60px;
	}
		
}

/* 15.6. Portfolio full screen slider */
.portfolio-slider {
  	height: 100vh;
  	width: 100%;
}

.swiper-image {
  	width: 100%;
  	height: 100%;
}

.swiper-image-inner {
  	background-size: cover;
  	background-position: center center;
  	background-repeat: no-repeat;
  	width: 100%;
  	height: 100%;
}

.portfolio-slider .swiper-slide {
  	overflow: hidden;
}

.portfolio-slider .swiper-wrapper {
	-webkit-transition-timing-function: cubic-bezier(.2, 0, .07, 1);
	    -o-transition-timing-function: cubic-bezier(.2, 0, .07, 1);
	        transition-timing-function: cubic-bezier(.2, 0, .07, 1);
}

.portfolio-slider-content {
	height: 100%;
	overflow: hidden;
	display: -webkit-box;
		display: -ms-flexbox;
			display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.portfolio-slider-overlay-box {
	position: absolute;
	bottom: 40px;
	left: 40px;
	overflow: hidden;
}

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

	.portfolio-slider-overlay-box {
		left: 20px;
	}
	
}

@media only screen and (max-width: 549px) {
	
	.portfolio-slider-overlay-box {
		bottom: 20px;
		left: 10px;
	}

}

/* 15.6.1. Portfolio slider overlay animations */
.portfolio-slider-overlay {
	display: inline-block;
	overflow: hidden;
	position: relative;
	-webkit-transition: .8s cubic-bezier(.858, .01, .068, .99);
		-o-transition: .8s cubic-bezier(.858, .01, .068, .99);
			transition: .8s cubic-bezier(.858, .01, .068, .99);
	-webkit-transform: translateX(-101%);
	    -ms-transform: translateX(-101%);
	        transform: translateX(-101%);		
	-webkit-transition-delay: 0s;
	    -o-transition-delay: 0s;
	        transition-delay: 0s;
}

.swiper-slide-active .portfolio-slider-overlay {
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
	-webkit-transition-delay: 1s;
	    -o-transition-delay: 1s;
	        transition-delay: 1s;
}

.portfolio-slider-overlay:before {
	content: '';
	width: calc(100% + 1px);
	height: 100%;
	background: white;
	position: absolute;
	top: 0;
	left: 100%;
	-webkit-transition: 1s cubic-bezier(.858, .01, .068, .99);
		-o-transition: 1s cubic-bezier(.858, .01, .068, .99);
			transition: 1s cubic-bezier(.858, .01, .068, .99);
	z-index: 3;
	-webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	        transform: translateX(-100%);
	-webkit-transition-delay: .6s;
	    -o-transition-delay: .6s; 
	        transition-delay: .6s; 
}

.swiper-slide-active .portfolio-slider-overlay:before {
	-webkit-transform: translateX(1%);
	    -ms-transform: translateX(1%);
	        transform: translateX(1%);
	-webkit-transition-delay: 1.6s;
		-o-transition-delay: 1.6s;
	        transition-delay: 1.6s; 
}

body.out .swiper-slide-active .portfolio-slider-overlay {
	-webkit-transform: translateX(-101%);
	    -ms-transform: translateX(-101%);
	        transform: translateX(-101%);
	-webkit-transition-delay: 0s;
	    -o-transition-delay: 0s;
	        transition-delay: 0s;
}

/* 15.6.2. Portfolio slider fade animations */
.portfolio-slider-fade {
	display: inline-block;
	overflow: hidden;
	position: relative;
	-webkit-transition: 1s cubic-bezier(.767, .01, .18, 1.01);
		-o-transition: 1s cubic-bezier(.767, .01, .18, 1.01);
			transition: 1s cubic-bezier(.767, .01, .18, 1.01);
	-webkit-transform: translateY(101%);
	    -ms-transform: translateY(101%);
	        transform: translateY(101%);		
	-webkit-transition-delay: 0s;
	    -o-transition-delay: 0s;
	        transition-delay: 0s;
}

.swiper-slide-active .portfolio-slider-fade {
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
	-webkit-transition: 1.6s cubic-bezier(.17, .85, .438, .99);
		-o-transition: 1.6s cubic-bezier(.17, .85, .438, .99);
			transition: 1.6s cubic-bezier(.17, .85, .438, .99);
	-webkit-transition-delay: 1s;
	    -o-transition-delay: 1s;
	        transition-delay: 1s;
}

body.out .swiper-slide-active .portfolio-slider-fade {
	-webkit-transform: translateY(101%);
	    -ms-transform: translateY(101%);
	        transform: translateY(101%);
	-webkit-transition-delay: 0s;
	    -o-transition-delay: 0s;
	        transition-delay: 0s;        
}

.swiper-slide-active .portfolio-slider-fade.portfolio-slider-tr-01 {
	-webkit-transition-delay: 1.2s;
	    -o-transition-delay: 1.2s;
	        transition-delay: 1.2s;
}

.swiper-slide-active .portfolio-slider-fade.portfolio-slider-tr-02 {
	-webkit-transition-delay: 1.4s;
	    -o-transition-delay: 1.4s;
	        transition-delay: 1.4s;
}

.swiper-slide-active .portfolio-slider-fade.portfolio-slider-tr-03 {
	-webkit-transition-delay: 1.6s;
	    -o-transition-delay: 1.6s;
	        transition-delay: 1.6s;
}

/* 15.7. Portfolio slider */
.portfolio-slider2 {
	position: relative;
}

.portfolio-slider2 .swiper-wrapper {
	-webkit-transition-timing-function: cubic-bezier(.767, .01, .18, 1.01);
	    -o-transition-timing-function: cubic-bezier(.767, .01, .18, 1.01);
	        transition-timing-function: cubic-bezier(.767, .01, .18, 1.01);
}

.portfolio-slider2 .swiper-slide {
	position: relative;
}

.portfolio-slider2 .portfolio-slider2-content {
	position: absolute;
	bottom: 20px;
	left: 20px;
	overflow: hidden;
	width: calc(100% - 40px);
}

.portfolio-slider2 .portfolio-slider-overlay:before {
	background: #f0ca8c;
}

.portfolio-slider2 .swiper-slide {
	display: block;
}

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

	.portfolio-slider2 {
		margin: 0 20px;
	}
	
}

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

	.portfolio-slider2 {
		margin: 0 10px;
	}
	
}

/* 15.8. Portfolio columns slider */
.portfolio-column-slider {
	width: 100%;
	height: 100vh;
}

.portfolio-column-slider .swiper-wrapper {
	-webkit-transition-timing-function: cubic-bezier(.767, .01, .18, 1.01);
	    -o-transition-timing-function: cubic-bezier(.767, .01, .18, 1.01);
	        transition-timing-function: cubic-bezier(.767, .01, .18, 1.01);
}

.portfolio-column-bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.portfolio-column-content {
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: calc(100% - 40px);
}

/* 15.8.1. Portfolio columns slider hover effects */
.portfolio-column-fade {
	-webkit-transform: translateY(101%);
	    -ms-transform: translateY(101%);
	        transform: translateY(101%);
	-webkit-transition: 1s cubic-bezier(.767, .01, .18, 1.01);
		-o-transition: 1s cubic-bezier(.767, .01, .18, 1.01);
			transition: 1s cubic-bezier(.767, .01, .18, 1.01);
	display: inline-block;
}

.hover-box:hover .portfolio-column-fade {
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
	-webkit-transition: 1.6s cubic-bezier(.17, .85, .438, .99);
		-o-transition: 1.6s cubic-bezier(.17, .85, .438, .99);
			transition: 1.6s cubic-bezier(.17, .85, .438, .99);
}

.hover-box:hover .portfolio-column-bg {
	opacity: .5;
}

.touch body.anim .portfolio-column-slider .portfolio-column-fade {
	-webkit-transition: 1.6s cubic-bezier(.17, .85, .438, .99);
		-o-transition: 1.6s cubic-bezier(.17, .85, .438, .99);
			transition: 1.6s cubic-bezier(.17, .85, .438, .99);
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

.touch body.anim.out .portfolio-column-slider .portfolio-column-fade {
	-webkit-transition: 1s cubic-bezier(.17, .85, .438, .99);
		-o-transition: 1s cubic-bezier(.17, .85, .438, .99);
			transition: 1s cubic-bezier(.17, .85, .438, .99);
	-webkit-transform: translateY(101%);
	    -ms-transform: translateY(101%);
	        transform: translateY(101%);
}

/* 15.9. Fullscreen home slider */
.fullscreen-home-slider .slide-bg {
	width: 100%;
}

.home-slider.fullscreen-home-slider .swiper-wrapper {
	-webkit-transition-timing-function: cubic-bezier(.2, 0, .07, 1);
	    -o-transition-timing-function: cubic-bezier(.2, 0, .07, 1);
	        transition-timing-function: cubic-bezier(.2, 0, .07, 1);
}

.fullscreen-home-slider .scroll-btn {
	left: 50%;
}

/*--------------------------------------------------------------
16. List dots
--------------------------------------------------------------*/
.list-dots li {
	padding-left: 20px;
	position: relative;
}

.list-dots li:before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.list-dots2 li {
	padding-left: 20px;
	position: relative;
}

.list-dots2 li:before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #ad7f66;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

/*--------------------------------------------------------------
17. Services
--------------------------------------------------------------*/
.services-bg {
	width: 100%;
	height: 50vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.services-content h2,
.services-content h3 span {
	margin-bottom: 2px;
}

.services-content h3 span:last-child {
	margin-bottom: 0;
}

.services-content p {
	margin-top: 0;
}

.services-content ul {
	margin-top: 30px;
}

.services-content li {
	margin-bottom: 10px;
}

.services-content li p {
	margin-top: 0;
}

.services-content li:last-child {
	margin-bottom: 0;
}

.expertise-img-box {
	width: 100%;
}

.expertise p {
	margin-top: 10px;
}

.expertise {
	margin-top: 20px;
}

@media only screen and (max-width: 999px) {
	
	.services-content p {
		margin-top: 30px;
	}
	
}

/*--------------------------------------------------------------
18. Progress bar
--------------------------------------------------------------*/
.progress-container .container ,
.progress-container .six-columns {
	position: static;
}

.progress-bg {
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 0;
}

.progress-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.progress-box:last-child {
    margin-bottom: 0;
}

.progress-box div {
	font-size: 12px;
}

.progress-counter {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    margin-right: 0px;
}

.progress-zero {
    position: relative;
    overflow: hidden;
    height: 1px;
    margin-top: 6px;
    background: rgba(250,250,250,.1);
}

.progress-full {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 1px;
    width: 0;
    background-color: white;
    z-index: 2;
}

.progress-full.progress-full-red {
    background-color: #f0ca8c;
    z-index: 3;
}

.slide-progress{ 
    -webkit-animation-name: slide-progress; 
        animation-name: slide-progress;
    -webkit-animation-duration: 1.7s;
        animation-duration: 1.7s;
    -webkit-animation-timing-function: cubic-bezier(.225, 1, .316, .99);
        animation-timing-function: cubic-bezier(.225, 1, .316, .99);
}

@-webkit-keyframes slide-progress {
	 
    0% { 
        -webkit-transform: translateX(-100%); 
            transform: translateX(-100%); 
    }
     
    100% {  
        -webkit-transform: translateX(0);  
            transform: translateX(0); 
    }
     
}

@keyframes slide-progress {
	 
    0% { 
        -webkit-transform: translateX(-100%); 
            transform: translateX(-100%); 
    }
     
    100% {  
        -webkit-transform: translateX(0);  
            transform: translateX(0); 
    }
     
} 

@media only screen and (max-width: 767px) {
	
	.progress-container .six-columns,
	.progress-container .container {
		position: relative;
	}
	
	.progress-bg {
		position: static;
		width: 100%;
		height: 100vh;
	}
	
}

/*--------------------------------------------------------------
19. Portfolio
--------------------------------------------------------------*/
.portfolio-content .portfolio-content-inner {
	min-height: 70vh;
}

.portfolio-content .six-columns,
.portfolio-content .container {
	position: static;
}

.portfolio-content-bg-box {
	position: absolute;
	width: 50%;
	height: 100%;
	left: 50%;
	top: 0;
	display: inline-block;
	z-index: 2;
}

.reverse .portfolio-content-bg-box {
	left: 0;
}

.portfolio-content-bg {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.portfolio-content h2 span,
.portfolio-content span {
	margin-bottom: 2px;
}

.portfolio-content h2 span:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	
	.portfolio-content .six-columns,
	.portfolio-content .container {
		position: relative;
	}
	
	.portfolio-content-bg-box {
		position: static;
		width: 100%;
		left: 0;
	}
	
	.portfolio-content-bg {
		height: 280px;
	}
	
}

/*--------------------------------------------------------------
20. Project
--------------------------------------------------------------*/
.project-content p {
	margin-top: 0;
}

.project-content li {
	margin-top: 13px;
}

.project-content h2,
.project-content2 h2 {
	line-height: 1.5;
}

.project-content2 {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.project-quot h5 {
	line-height: 2;
}

.project-quot h5 span {
	font-weight: 300;
}

@media only screen and (max-width: 767px) {
	
	.project-quot h5 {
		text-align: center;
	}
	
	.project-quot blockquote {
		margin-bottom: 30px;
	}
	
}

/*--------------------------------------------------------------
21. About
--------------------------------------------------------------*/
.about-page p {
	margin-top: 0;
}

.about-page ul li {
	margin-top: 10px;
}

.about-page ul li p {
	line-height: 1.3;
	margin-top: 0;
}

@media only screen and (max-width: 767px) {
	
	.about-page p {
		margin-top: 30px;
	}
	
}

/* 21.1. Team */
.team-img-box {
	width: 100%;
}

.team-img-mare-01 {
	width: 80%;
	margin-top: 50px
}

.team-content p {
	margin-top: 10px;
}

.team-content {
	margin-top: 20px;
}

.team-title-box h2,
.team-title-box h3 span {
	margin-bottom: 2px;	
}

.team-title-box h3 span:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
22. Our clients
--------------------------------------------------------------*/
.client-list {
  	-webkit-box-align: center;
  	    -ms-flex-align: center;
  	        align-items: center;
  	width: 100%;
}

.client-list li {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    text-align: center;
    height: 220px;
}

.client-list li a {
    display: -webkit-box;
    	display: -ms-flexbox;
    		display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px solid #888888;
    border-right: 1px solid #888888;
    height: 100%;
    -webkit-box-sizing: border-box;
        box-sizing: border-box;
}
      
.client-list li:nth-child(4n) a {
	border-right: none;
}

.client-list li:nth-last-child(1) a,
.client-list li:nth-last-child(2) a,
.client-list li:nth-last-child(3) a,
.client-list li:nth-last-child(4) a {
	border-bottom: none;
}
      
.client-list .brand-box {
    height: 150px;
    width: 150px; 
    position: relative;
}

.hover-opac-img {
	-webkit-transition: .7s cubic-bezier(.17, .85, .438, .99);
		-o-transition: .7s cubic-bezier(.17, .85, .438, .99);
			transition: .7s cubic-bezier(.17, .85, .438, .99);
}

.opac-img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: .7s cubic-bezier(.17, .85, .438, .99);
		-o-transition: .7s cubic-bezier(.17, .85, .438, .99);
			transition: .7s cubic-bezier(.17, .85, .438, .99);
}

.client-list li:hover .opac-img {
	opacity: 1;
}

.client-list li:hover .hover-opac-img {
	opacity: 0;
}

.empty-spot {
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column;
	        flex-flow: column;
}

.empty-spot:before,
.empty-spot:after {
	content: '';
	width: 1px;
	height: calc(100% - 40px);
	background: #f0ca8c;
	position: absolute;
	right: 20px;
	bottom: 20px;
	-webkit-transform: scaleY(.4) scaleX(1);
	    -ms-transform: scaleY(.4) scaleX(1);
	        transform: scaleY(.4) scaleX(1);
	-webkit-transform-origin: bottom;
	    -ms-transform-origin: bottom;
	        transform-origin: bottom;
	-webkit-transition: .5s cubic-bezier(.858, .01, .068, .99);
		-o-transition: .5s cubic-bezier(.858, .01, .068, .99);
			transition: .5s cubic-bezier(.858, .01, .068, .99);
}

.empty-spot:after {
	width: calc(100% - 40px);
	height: 1px;
	-webkit-transform: scaleY(1) scaleX(.4);
	    -ms-transform: scaleY(1) scaleX(.4);
	        transform: scaleY(1) scaleX(.4);
	-webkit-transform-origin: right;
	    -ms-transform-origin: right;
	        transform-origin: right;
}

.empty-spot-box {
	position: relative;
}

.empty-spot-box:before,
.empty-spot-box:after {
	content: '';
	width: 1px;
	height: calc(100% - 40px);
	background: #f0ca8c;
	position: absolute;
	left: 20px;
	top: 20px;
	-webkit-transform: scaleY(.4) scaleX(1);
	    -ms-transform: scaleY(.4) scaleX(1);
	        transform: scaleY(.4) scaleX(1);
	-webkit-transform-origin: top;
	    -ms-transform-origin: top;
	        transform-origin: top;
	-webkit-transition: .5s cubic-bezier(.858, .01, .068, .99);
		-o-transition: .5s cubic-bezier(.858, .01, .068, .99);
			transition: .5s cubic-bezier(.858, .01, .068, .99);
}

.empty-spot-box:after {
	width: calc(100% - 40px);
	height: 1px;
	-webkit-transform: scaleY(1) scaleX(.4);
	    -ms-transform: scaleY(1) scaleX(.4);
	        transform: scaleY(1) scaleX(.4);
	-webkit-transform-origin: left;
	    -ms-transform-origin: left;
	        transform-origin: left;
}

.empty-spot-box:hover:before,
.empty-spot-box:hover:after,
.client-list li:hover .empty-spot:before,
.client-list li:hover .empty-spot:after {
	-webkit-transform: scaleX(1) scaleY(1);
	    -ms-transform: scaleX(1) scaleY(1);
	        transform: scaleX(1) scaleY(1);
}

@media only screen and (max-width: 999px) {
	
	.client-list li {
	    height: 190px;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.client-list li {
	    -ms-flex-preferred-size: 50%;
	        flex-basis: 50%;
	}
	
	.client-list li:nth-child(2n) a {
		border-right: none;
	}
	
	.client-list li:nth-last-child(3) a,
	.client-list li:nth-last-child(4) a {
		border-bottom: 1px solid #888888;
	}

}

@media only screen and (max-width: 549px) {
		
	.client-list .brand-box {
        height: 120px;
        width: 120px;
    }
    
    .client-list li {
	    height: 170px;
	}
		
}





/*--------------------------------------------------------------
25. Contact
--------------------------------------------------------------*/
.contact-box p {
	margin-top: 0;
	margin-bottom: 2px;
}

.contact-box p span,
.contact-box h6 span {
	margin-bottom: 2px;
}

.contact-box p:last-child,
.contact-box p span:last-child,
.contact-box h6 span:last-child {
	margin-bottom: 0;
}

.contact-box .flip-btn-box {
	margin-top: 30px;
	margin-right: 20px;
	line-height: 1.2;
}

.contact-box .flip-btn {
	white-space: nowrap;
	line-height: 1.2;
}

/* 25.1. Contact form */
.contact-form-box {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

.bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.8);
	width: 100%;
	height: 100%;
}

.contact-form-box .border-btn-box {
  	border: 1px solid white;
	cursor: pointer;
}

.contact-form-box .border-btn:before {
	color: white;
}

.contact-form-control {
	width: 100%;
	-webkit-box-sizing: border-box;
	    box-sizing: border-box;
	border: none;
	border-bottom: 1px solid rgba(250,250,250,.4);
	padding: 0 0 10px 0;
	margin-bottom: 40px;
	font-size: 12px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: white;
	font-family: 'Oswald', sans-serif;
	-webkit-transition: .5s;
		-o-transition: .5s;
			transition: .5s;
}

.contact-form-box textarea {
	height: 100px;
	margin-bottom: 0;
}

.contact-form-control:focus {
	border-bottom: 1px solid white;
}

.contact-form-container {
	width: 100%;
	position: relative;
}

.input-box {
	position: relative;
}

.form-label {
	position: absolute;
	left: 10px;
	top: 25px;
	z-index: 2;
	pointer-events: none;
	font-family: "Asap";
	font-size: 16px;
	font-weight: 600;
	color: #ad7f66;
	opacity: .7;
	-webkit-transform: translateY(-28px) scale(.8);
	    -ms-transform: translateY(-28px) scale(.8);
	        transform: translateY(-28px) scale(.8);
	-webkit-transform-origin: left;
	    -ms-transform-origin: left;
	        transform-origin: left;
	-webkit-transition: 1s cubic-bezier(.225, 1, .316, .99);
	-o-transition: 1s cubic-bezier(.225, 1, .316, .99);
	transition: 1s cubic-bezier(.225, 1, .316, .99);
}

.form-input:invalid + .form-label {
	opacity: 1;
	-webkit-transform: translateY(0) scale(1);
	    -ms-transform: translateY(0) scale(1);
	        transform: translateY(0) scale(1);
}

.form-input:focus + .form-label {
	opacity: .7;
	-webkit-transform: translateY(-28px) scale(.8);
	    -ms-transform: translateY(-28px) scale(.8);
	        transform: translateY(-28px) scale(.8);
}

.email-label.js-active {
	opacity: .7 !important;
	-webkit-transform: translateY(-28px) scale(.8) !important;
	    -ms-transform: translateY(-28px) scale(.8) !important;
	        transform: translateY(-28px) scale(.8) !important;
}

.form-input {
	width: 100%;
	padding: 20px 10px;
	border: none;
	border-bottom: 1px solid #ad7f66;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-family: "Asap", sans-serif;
	font-size: 14px;
	color: #000;
}

textarea.form-input {
	height: 100%;
	min-height: 150px;
}

.message-input {
	margin-top: 30px;
}

.contact-form-container .flip-btn:before {
	color: white;
}

.error {
	color: red;
}

.js-popup-fade {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align:     center;
	    -ms-flex-align:     center;
	        align-items:     center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width:  100%;
	height: 100%;
	position: absolute;
	left: 0;
	top:  0;
	pointer-events: none;
	opacity: 0;
	-webkit-transform: scale(0.7);
	    -ms-transform: scale(0.7);
	        transform: scale(0.7);
	-webkit-transition: 1s cubic-bezier(.17, .85, .438, .99);
	-o-transition: 1s cubic-bezier(.17, .85, .438, .99);
	transition: 1s cubic-bezier(.17, .85, .438, .99);
}

.js-popup-fade.js-active {
	pointer-events: auto;
	opacity: 1;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	-webkit-transition-delay: .7s;
	     -o-transition-delay: .7s;
	        transition-delay: .7s;
}

.popup-icon {
	margin: 0 auto;
	width:       50px;
	height:      50px;
	line-height: 50px;
	font-size: 23px;
	border-radius: 50%;
}

#m_err .popup-icon {
	color: red;
	border: 1px solid red;
}

#m_sent .popup-icon {
	color: green;
	border: 1px solid green;
}

.popup-alert {
	margin: 30px 0;
}

.form-box {
	opacity: 1;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: 1s cubic-bezier(.17, .85, .438, .99);
	-o-transition: 1s cubic-bezier(.17, .85, .438, .99);
	transition: 1s cubic-bezier(.17, .85, .438, .99);
	-webkit-transition-delay: .7s;
	     -o-transition-delay: .7s;
	        transition-delay: .7s;
}

.form-box.js-active {
	pointer-events: none;
	opacity: 0;
	-webkit-transform: scale(0.7);
	    -ms-transform: scale(0.7);
	        transform: scale(0.7);
	-webkit-transition-delay: 0s;
	     -o-transition-delay: 0s;
	        transition-delay: 0s;
}

#send.js-active {
	pointer-events: none;
}

#send.js-active .border-btn:before,
#send.js-active .border-btn:after {
	color: transparent !important;
	-webkit-transition-delay: 0s;
	     -o-transition-delay: 0s;
	        transition-delay: 0s;
}

.btn-wait {
	display: inline-block;
	position: absolute;
	left: 50%;
	top:  50%;
	font-family: "Asap";
	font-size: 12px;
	letter-spacing: 7px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #000;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transition: .5s cubic-bezier(.17, .85, .438, .99);
	-o-transition: .5s cubic-bezier(.17, .85, .438, .99);
	transition: .5s cubic-bezier(.17, .85, .438, .99);
	cursor: pointer;
}

#send.js-active .btn-wait {
	opacity: 1;
}


/*--------------------------------------------------------------
27. Portfolio grid
--------------------------------------------------------------*/

/* 27.1. isotope buttons */
.filter-buttons {
	text-align: center;
	margin-bottom: 30px;
}

.filter-button-box {
	overflow: hidden;
	display: inline-block;
	margin-bottom: 10px;
}

.filter-button-flip {
	border: 0;
	background: transparent;
	margin: 0 15px;
	outline: 0;
	position: relative;
	color: transparent;
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 3px;
	display: block;
}

.filter-button-flip:before,
.filter-button-flip:after {
	color: #262626;
	content: attr(data-text);
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s cubic-bezier(.858, .01, .068, .99);
		-o-transition: .4s cubic-bezier(.858, .01, .068, .99);
			transition: .4s cubic-bezier(.858, .01, .068, .99);
}

.filter-button-flip:after {
	-webkit-transform: translateY(-170%);
	    -ms-transform: translateY(-170%);
	        transform: translateY(-170%);
	color: #f0ca8c;
}

.filter-button-box.active .filter-button-flip:before {
	-webkit-transform: translateY(52%);
	    -ms-transform: translateY(52%);
	        transform: translateY(52%);
}

.filter-button-box.active .filter-button-flip:after {
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.dark-bg-1 .filter-button-flip:before,
.dark-bg-2 .filter-button-flip:before {
	color: white;
}

.red-bg .filter-button-flip:after {
	color: white;
}

/* 27.2. Isotope item */
.grid-item {
	width: 33.33%;
	display: block;
}

.work_item {
	margin: 20px 10px 0 10px;
	position: relative;
	background: #3f451d;
}

.works-content {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: calc(100% - 40px);
	overflow: hidden;
}

.works-content span {
	margin-top: 1px;
}

/* 27.3. Isotope hover */
.work-title-overlay {
	display: inline-block;
	overflow: hidden;
	position: relative;
	-webkit-transition: .8s cubic-bezier(.858, .01, .068, .99);
		-o-transition: .8s cubic-bezier(.858, .01, .068, .99);
			transition: .8s cubic-bezier(.858, .01, .068, .99);
	-webkit-transform: translateX(-101%);
	    -ms-transform: translateX(-101%);
	        transform: translateX(-101%);		
	-webkit-transition-delay: .6s;		
	    -o-transition-delay: .6s;		
	        transition-delay: .6s;
}

.work-title-delay01.work-title-overlay {
	-webkit-transition-delay: .7s;
	    -o-transition-delay: .7s;
	        transition-delay: .7s;
}

.work-title-delay02.work-title-overlay {
	-webkit-transition-delay: .8s;
	    -o-transition-delay: .8s;
	        transition-delay: .8s;
}

.work-title-delay03.work-title-overlay {
	-webkit-transition-delay: .9s;
	    -o-transition-delay: .9s;
	        transition-delay: .9s;
}

.work-title-delay04.work-title-overlay {
	-webkit-transition-delay: 1s;
	    -o-transition-delay: 1s;
	        transition-delay: 1s;
}

.hover-box:hover .work-title-overlay {
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
	-webkit-transition-delay: 0s;
	    -o-transition-delay: 0s;
	        transition-delay: 0s;
}

.hover-box:hover .work-title-delay01.work-title-overlay {
	-webkit-transition-delay: .1s;
	    -o-transition-delay: .1s;
	        transition-delay: .1s;
}

.hover-box:hover .work-title-delay02.work-title-overlay {
	-webkit-transition-delay: .2s;
	    -o-transition-delay: .2s;
	        transition-delay: .2s;
}

.hover-box:hover .work-title-delay03.work-title-overlay {
	-webkit-transition-delay: .3s;
	    -o-transition-delay: .3s;
	        transition-delay: .3s;
}

.hover-box:hover .work-title-delay04.work-title-overlay {
	-webkit-transition-delay: .4s;
	    -o-transition-delay: .4s;
	        transition-delay: .4s;
}

.work-title-overlay:before {
	content: '';
	width: calc(100% + 1px);
	height: 100%;
	background: white;
	position: absolute;
	top: 0;
	left: 100%;
	-webkit-transition: 1s cubic-bezier(.858, .01, .068, .99);
		-o-transition: 1s cubic-bezier(.858, .01, .068, .99);
			transition: 1s cubic-bezier(.858, .01, .068, .99);
	z-index: 3;
	-webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	        transform: translateX(-100%);
	-webkit-transition-delay: 0s;
	    -o-transition-delay: 0s;
	        transition-delay: 0s; 
}

.red-color.work-title-overlay:before {
	background: #f0ca8c;
}

.hover-box:hover .work-title-overlay:before {
	-webkit-transform: translateX(1%);
	    -ms-transform: translateX(1%);
	        transform: translateX(1%);
	-webkit-transition-delay: .6s;
	    -o-transition-delay: .6s;
	        transition-delay: .6s; 
}

.hover-box:hover .work-title-delay01.work-title-overlay:before {
	-webkit-transition-delay: .7s;
	    -o-transition-delay: .7s;
	        transition-delay: .7s;
}

.hover-box:hover .work-title-delay02.work-title-overlay:before {
	-webkit-transition-delay: .8s;
	    -o-transition-delay: .8s;
	        transition-delay: .8s;
}

.hover-box:hover .work-title-delay03.work-title-overlay:before {
	-webkit-transition-delay: .9s;
	    -o-transition-delay: .9s;
	        transition-delay: .9s;
}

.hover-box:hover .work-title-delay04.work-title-overlay:before {
	-webkit-transition-delay: 1s;
	    -o-transition-delay: 1s;
	        transition-delay: 1s;
}

.works .hover-box:hover .hover-img {
	opacity: .5;
}

.touch .works .work-title-overlay {
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}

.touch .works .work-title-overlay:before {
	-webkit-transform: translateX(1%);
	    -ms-transform: translateX(1%);
	        transform: translateX(1%);
}

@media only screen and (max-width: 999px) {
	
	.grid-item {
		width: 50%;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.grid-item {
		width: 100%;
	}
	
	.work_item {
		margin: 20px 0 0 0;
	}
	
}

/*--------------------------------------------------------------
28. Typewriter home
--------------------------------------------------------------*/
.typewriter-home .page-head-bg {
	width: 100%;
}

.typewriter-home .scroll-btn {
	left: 50%;
}

.Typewriter__cursor {
  	width: 30px;
  	height: 5px;
  	display: inline-block;
  	background: #f0ca8c;
  	overflow: hidden;
}

@media only screen and (max-width: 999px) {
	
	.Typewriter__cursor {
	  	width: 23px;
	  	height: 4px;
	}
		
}

@media only screen and (max-width: 549px) {
		
	.Typewriter__cursor {
	  	width: 15px;
	  	height: 3px;
	}
		
}

/*--------------------------------------------------------------
29. Particles home
--------------------------------------------------------------*/
.particles-home .page-head-bg {
	width: 100%;
}

.particles-home .scroll-btn {
	left: 50%;
}

/*--------------------------------------------------------------
30. Price table
--------------------------------------------------------------*/
.price-details {
	border-radius: 8px;
	overflow: hidden;
	padding-bottom: 60px;
	text-align: center;
}

.pricing-title {
	background: #f0ca8c;
	padding: 20px 0;
}

.pricing-title.price-title-paddings {
	padding: 40px 0;
}

.price-details-margins {
	margin-top: 20px;
}

.price-content {
	margin: 30px 20px 0 20px;
}

.price-list {
	margin: 60px 20px;
}

.price-list li {
	padding-left: 20px;
	position: relative;
	margin-bottom: 10px;
}

.price-list li:last-child {
	margin-bottom: 0;
}

.price-list li:before {
	content: "";
	width: 6px;
	height: 3px;
	border-bottom: 2px solid #f0ca8c;
	border-left: 2px solid #f0ca8c;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	    -ms-transform: translateY(-50%) rotate(-45deg);
	        transform: translateY(-50%) rotate(-45deg);
}

/* 30.1. Price button */
.price-btn-box {
	height: 50px;
	border: 1px solid white;
	border-radius: 25px;
	display: inline-block;
	-webkit-transition: .7s cubic-bezier(.17, .85, .438, .99);
		-o-transition: .7s cubic-bezier(.17, .85, .438, .99);
			transition: .7s cubic-bezier(.17, .85, .438, .99);
}

.price-btn-box:hover {
	border: 1px solid #f0ca8c;
	background: #f0ca8c;
}

.price-btn {
	padding: 0 40px;
	color: white;
	text-transform: uppercase;
	line-height: 50px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 2px;
	-webkit-transition: .7s cubic-bezier(.17, .85, .438, .99);
		-o-transition: .7s cubic-bezier(.17, .85, .438, .99);
			transition: .7s cubic-bezier(.17, .85, .438, .99);
}

.price-btn-box:hover .price-btn {
	color: black;
}

.price-btn-box.price-btn-bg {
	background: #f0ca8c;
	border: 1px solid #f0ca8c;
}

.price-btn-box.price-btn-bg .price-btn {
	color: black;
}



@media only screen and (max-width: 767px) {
	
	.p-style-small {
		text-align: center;
	}
		
}

@media only screen and (max-width: 767px) {
	
	.price-details-margins {
		margin-top: 0;
	}
		
}

.crop img{
    object-fit: cover;
    height: 500px !important;
}

.crop-concluidas img{
    object-fit: cover;
    height: 300px !important;
}

.img-interna {
		display: none;
	}

	.whatsapp-link {
		position: fixed;
		width: 60px;
		height: 60px;
		bottom: 40px;
		right: 40px;
		background-color: #25d366;
		color: #fff;
		border-radius: 50px;
		text-align: center;
		font-size: 30px;
		box-shadow: 1px 1px 2px #888;
		z-index: 1000;
}

	.fa-whatsapp {
		margin-top: 16px;
}	

.video-container { position: relative; padding-bottom: 56.25%; padding-top: 0; margin-bottom: 120px; height: 0; overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.video-container-mobile { display: none; }

@media only screen and (min-width: 0px) and (max-width: 681px) {

    .video-container { display: none !important; }

    .video-container-mobile { position: relative; padding-bottom: 56.25%; padding-top: 0px; margin-bottom: 70px; height: 0; overflow: hidden; display: block !important;}

    .video-container-mobile iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

	}

.bg-mare { background: #af7f65; font-family: "Asap", sans-serif !important;}

.bg-mare-clean2 { background: #fff; font-family: "Asap", sans-serif !important;}

article, aside, details, figcaption, figure, header, hgroup, main,  section, summary {
	display: block
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden], template {
display:none
}
a {
	background-color: transparent
}
a:active, a:hover {
	outline: 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: 700
}
dfn {
	font-style: italic
}
h1 {
	margin: .67em 0;
	font-size: 2em
}
mark {
	color: #000;
	background: #ff0
}
small {
	font-size: 80%
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 1em 40px
}
hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
pre {
	overflow: auto
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit
}
button {
	overflow: visible
}
button, select {
	text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
padding:0;
border:0
}
input {
	line-height: normal
}
input[type=checkbox], input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
height:auto
}
input[type=search] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid silver
}
legend {
	padding: 0;
	border: 0
}
textarea {
	overflow: auto
}
optgroup {
	font-weight: 700
}
table {
	border-spacing: 0;
	border-collapse: collapse
}
td, th {
	padding: 0
}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
*, :after, :before {
	color: #000!important;
	text-shadow: none!important;
	background: 0 0!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important
}
a, a:visited {
	text-decoration: underline
}
a[href]:after {
	content: " (" attr(href) ")"
}
abbr[title]:after {
	content: " (" attr(title) ")"
}
a[href^="javascript:"]:after, a[href^="#"]:after {
	content: ""
}
blockquote, pre {
	border: 1px solid #999;
	page-break-inside: avoid
}
thead {
	display: table-header-group
}
img, tr {
	page-break-inside: avoid
}
img {
	max-width: 100%!important
}
h2, h3, p {
	orphans: 3;
	widows: 3
}
h2, h3 {
	page-break-after: avoid
}
select {
	background: #fff!important
}

.btn>.caret, .dropup>.btn>.caret {
	border-top-color: #000!important
}
.label {
	border: 1px solid #000
}
.table {
	border-collapse: collapse!important
}
.table td, .table th {
	background-color: #fff!important
}
.table-bordered td, .table-bordered th {
	border: 1px solid #ddd!important
}
}
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url(../fonts/glyphicons-halflings-regular.eot);
	src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.glyphicon-asterisk:before {
	content: "\2a"
}
.glyphicon-plus:before {
	content: "\2b"
}
.glyphicon-eur:before, .glyphicon-euro:before {
	content: "\20ac"
}
.glyphicon-minus:before {
	content: "\2212"
}
.glyphicon-cloud:before {
	content: "\2601"
}
.glyphicon-envelope:before {
	content: "\2709"
}
.glyphicon-pencil:before {
	content: "\270f"
}
.glyphicon-glass:before {
	content: "\e001"
}
.glyphicon-music:before {
	content: "\e002"
}
.glyphicon-search:before {
	content: "\e003"
}
.glyphicon-heart:before {
	content: "\e005"
}
.glyphicon-star:before {
	content: "\e006"
}
.glyphicon-star-empty:before {
	content: "\e007"
}
.glyphicon-user:before {
	content: "\e008"
}
.glyphicon-film:before {
	content: "\e009"
}
.glyphicon-th-large:before {
	content: "\e010"
}
.glyphicon-th:before {
	content: "\e011"
}
.glyphicon-th-list:before {
	content: "\e012"
}
.glyphicon-ok:before {
	content: "\e013"
}
.glyphicon-remove:before {
	content: "\e014"
}
.glyphicon-zoom-in:before {
	content: "\e015"
}
.glyphicon-zoom-out:before {
	content: "\e016"
}
.glyphicon-off:before {
	content: "\e017"
}
.glyphicon-signal:before {
	content: "\e018"
}
.glyphicon-cog:before {
	content: "\e019"
}
.glyphicon-trash:before {
	content: "\e020"
}
.glyphicon-home:before {
	content: "\e021"
}
.glyphicon-file:before {
	content: "\e022"
}
.glyphicon-time:before {
	content: "\e023"
}
.glyphicon-road:before {
	content: "\e024"
}
.glyphicon-download-alt:before {
	content: "\e025"
}
.glyphicon-download:before {
	content: "\e026"
}
.glyphicon-upload:before {
	content: "\e027"
}
.glyphicon-inbox:before {
	content: "\e028"
}
.glyphicon-play-circle:before {
	content: "\e029"
}
.glyphicon-repeat:before {
	content: "\e030"
}
.glyphicon-refresh:before {
	content: "\e031"
}
.glyphicon-list-alt:before {
	content: "\e032"
}
.glyphicon-lock:before {
	content: "\e033"
}
.glyphicon-flag:before {
	content: "\e034"
}
.glyphicon-headphones:before {
	content: "\e035"
}
.glyphicon-volume-off:before {
	content: "\e036"
}
.glyphicon-volume-down:before {
	content: "\e037"
}
.glyphicon-volume-up:before {
	content: "\e038"
}
.glyphicon-qrcode:before {
	content: "\e039"
}
.glyphicon-barcode:before {
	content: "\e040"
}
.glyphicon-tag:before {
	content: "\e041"
}
.glyphicon-tags:before {
	content: "\e042"
}
.glyphicon-book:before {
	content: "\e043"
}
.glyphicon-bookmark:before {
	content: "\e044"
}
.glyphicon-print:before {
	content: "\e045"
}
.glyphicon-camera:before {
	content: "\e046"
}
.glyphicon-font:before {
	content: "\e047"
}
.glyphicon-bold:before {
	content: "\e048"
}
.glyphicon-italic:before {
	content: "\e049"
}
.glyphicon-text-height:before {
	content: "\e050"
}
.glyphicon-text-width:before {
	content: "\e051"
}
.glyphicon-align-left:before {
	content: "\e052"
}
.glyphicon-align-center:before {
	content: "\e053"
}
.glyphicon-align-right:before {
	content: "\e054"
}
.glyphicon-align-justify:before {
	content: "\e055"
}
.glyphicon-list:before {
	content: "\e056"
}
.glyphicon-indent-left:before {
	content: "\e057"
}
.glyphicon-indent-right:before {
	content: "\e058"
}
.glyphicon-facetime-video:before {
	content: "\e059"
}
.glyphicon-picture:before {
	content: "\e060"
}
.glyphicon-map-marker:before {
	content: "\e062"
}
.glyphicon-adjust:before {
	content: "\e063"
}
.glyphicon-tint:before {
	content: "\e064"
}
.glyphicon-edit:before {
	content: "\e065"
}
.glyphicon-share:before {
	content: "\e066"
}
.glyphicon-check:before {
	content: "\e067"
}
.glyphicon-move:before {
	content: "\e068"
}
.glyphicon-step-backward:before {
	content: "\e069"
}
.glyphicon-fast-backward:before {
	content: "\e070"
}
.glyphicon-backward:before {
	content: "\e071"
}
.glyphicon-play:before {
	content: "\e072"
}
.glyphicon-pause:before {
	content: "\e073"
}
.glyphicon-stop:before {
	content: "\e074"
}
.glyphicon-forward:before {
	content: "\e075"
}
.glyphicon-fast-forward:before {
	content: "\e076"
}
.glyphicon-step-forward:before {
	content: "\e077"
}
.glyphicon-eject:before {
	content: "\e078"
}
.glyphicon-chevron-left:before {
	content: "\e079"
}
.glyphicon-chevron-right:before {
	content: "\e080"
}
.glyphicon-plus-sign:before {
	content: "\e081"
}
.glyphicon-minus-sign:before {
	content: "\e082"
}
.glyphicon-remove-sign:before {
	content: "\e083"
}
.glyphicon-ok-sign:before {
	content: "\e084"
}
.glyphicon-question-sign:before {
	content: "\e085"
}
.glyphicon-info-sign:before {
	content: "\e086"
}
.glyphicon-screenshot:before {
	content: "\e087"
}
.glyphicon-remove-circle:before {
	content: "\e088"
}
.glyphicon-ok-circle:before {
	content: "\e089"
}
.glyphicon-ban-circle:before {
	content: "\e090"
}
.glyphicon-arrow-left:before {
	content: "\e091"
}
.glyphicon-arrow-right:before {
	content: "\e092"
}
.glyphicon-arrow-up:before {
	content: "\e093"
}
.glyphicon-arrow-down:before {
	content: "\e094"
}
.glyphicon-share-alt:before {
	content: "\e095"
}
.glyphicon-resize-full:before {
	content: "\e096"
}
.glyphicon-resize-small:before {
	content: "\e097"
}
.glyphicon-exclamation-sign:before {
	content: "\e101"
}
.glyphicon-gift:before {
	content: "\e102"
}
.glyphicon-leaf:before {
	content: "\e103"
}
.glyphicon-fire:before {
	content: "\e104"
}
.glyphicon-eye-open:before {
	content: "\e105"
}
.glyphicon-eye-close:before {
	content: "\e106"
}
.glyphicon-warning-sign:before {
	content: "\e107"
}
.glyphicon-plane:before {
	content: "\e108"
}
.glyphicon-calendar:before {
	content: "\e109"
}
.glyphicon-random:before {
	content: "\e110"
}
.glyphicon-comment:before {
	content: "\e111"
}
.glyphicon-magnet:before {
	content: "\e112"
}
.glyphicon-chevron-up:before {
	content: "\e113"
}
.glyphicon-chevron-down:before {
	content: "\e114"
}
.glyphicon-retweet:before {
	content: "\e115"
}
.glyphicon-shopping-cart:before {
	content: "\e116"
}
.glyphicon-folder-close:before {
	content: "\e117"
}
.glyphicon-folder-open:before {
	content: "\e118"
}
.glyphicon-resize-vertical:before {
	content: "\e119"
}
.glyphicon-resize-horizontal:before {
	content: "\e120"
}
.glyphicon-hdd:before {
	content: "\e121"
}
.glyphicon-bullhorn:before {
	content: "\e122"
}
.glyphicon-bell:before {
	content: "\e123"
}
.glyphicon-certificate:before {
	content: "\e124"
}
.glyphicon-thumbs-up:before {
	content: "\e125"
}
.glyphicon-thumbs-down:before {
	content: "\e126"
}
.glyphicon-hand-right:before {
	content: "\e127"
}
.glyphicon-hand-left:before {
	content: "\e128"
}
.glyphicon-hand-up:before {
	content: "\e129"
}
.glyphicon-hand-down:before {
	content: "\e130"
}
.glyphicon-circle-arrow-right:before {
	content: "\e131"
}
.glyphicon-circle-arrow-left:before {
	content: "\e132"
}
.glyphicon-circle-arrow-up:before {
	content: "\e133"
}
.glyphicon-circle-arrow-down:before {
	content: "\e134"
}
.glyphicon-globe:before {
	content: "\e135"
}
.glyphicon-wrench:before {
	content: "\e136"
}
.glyphicon-tasks:before {
	content: "\e137"
}
.glyphicon-filter:before {
	content: "\e138"
}
.glyphicon-briefcase:before {
	content: "\e139"
}
.glyphicon-fullscreen:before {
	content: "\e140"
}
.glyphicon-dashboard:before {
	content: "\e141"
}
.glyphicon-paperclip:before {
	content: "\e142"
}
.glyphicon-heart-empty:before {
	content: "\e143"
}
.glyphicon-link:before {
	content: "\e144"
}
.glyphicon-phone:before {
	content: "\e145"
}
.glyphicon-pushpin:before {
	content: "\e146"
}
.glyphicon-usd:before {
	content: "\e148"
}
.glyphicon-gbp:before {
	content: "\e149"
}
.glyphicon-sort:before {
	content: "\e150"
}
.glyphicon-sort-by-alphabet:before {
	content: "\e151"
}
.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152"
}
.glyphicon-sort-by-order:before {
	content: "\e153"
}
.glyphicon-sort-by-order-alt:before {
	content: "\e154"
}
.glyphicon-sort-by-attributes:before {
	content: "\e155"
}
.glyphicon-sort-by-attributes-alt:before {
	content: "\e156"
}
.glyphicon-unchecked:before {
	content: "\e157"
}
.glyphicon-expand:before {
	content: "\e158"
}
.glyphicon-collapse-down:before {
	content: "\e159"
}
.glyphicon-collapse-up:before {
	content: "\e160"
}
.glyphicon-log-in:before {
	content: "\e161"
}
.glyphicon-flash:before {
	content: "\e162"
}
.glyphicon-log-out:before {
	content: "\e163"
}
.glyphicon-new-window:before {
	content: "\e164"
}
.glyphicon-record:before {
	content: "\e165"
}
.glyphicon-save:before {
	content: "\e166"
}
.glyphicon-open:before {
	content: "\e167"
}
.glyphicon-saved:before {
	content: "\e168"
}
.glyphicon-import:before {
	content: "\e169"
}
.glyphicon-export:before {
	content: "\e170"
}
.glyphicon-send:before {
	content: "\e171"
}
.glyphicon-floppy-disk:before {
	content: "\e172"
}
.glyphicon-floppy-saved:before {
	content: "\e173"
}
.glyphicon-floppy-remove:before {
	content: "\e174"
}
.glyphicon-floppy-save:before {
	content: "\e175"
}
.glyphicon-floppy-open:before {
	content: "\e176"
}
.glyphicon-credit-card:before {
	content: "\e177"
}
.glyphicon-transfer:before {
	content: "\e178"
}
.glyphicon-cutlery:before {
	content: "\e179"
}
.glyphicon-header:before {
	content: "\e180"
}
.glyphicon-compressed:before {
	content: "\e181"
}
.glyphicon-earphone:before {
	content: "\e182"
}
.glyphicon-phone-alt:before {
	content: "\e183"
}
.glyphicon-tower:before {
	content: "\e184"
}
.glyphicon-stats:before {
	content: "\e185"
}
.glyphicon-sd-video:before {
	content: "\e186"
}
.glyphicon-hd-video:before {
	content: "\e187"
}
.glyphicon-subtitles:before {
	content: "\e188"
}
.glyphicon-sound-stereo:before {
	content: "\e189"
}
.glyphicon-sound-dolby:before {
	content: "\e190"
}
.glyphicon-sound-5-1:before {
	content: "\e191"
}
.glyphicon-sound-6-1:before {
	content: "\e192"
}
.glyphicon-sound-7-1:before {
	content: "\e193"
}
.glyphicon-copyright-mark:before {
	content: "\e194"
}
.glyphicon-registration-mark:before {
	content: "\e195"
}
.glyphicon-cloud-download:before {
	content: "\e197"
}
.glyphicon-cloud-upload:before {
	content: "\e198"
}
.glyphicon-tree-conifer:before {
	content: "\e199"
}
.glyphicon-tree-deciduous:before {
	content: "\e200"
}
.glyphicon-cd:before {
	content: "\e201"
}
.glyphicon-save-file:before {
	content: "\e202"
}
.glyphicon-open-file:before {
	content: "\e203"
}
.glyphicon-level-up:before {
	content: "\e204"
}
.glyphicon-copy:before {
	content: "\e205"
}
.glyphicon-paste:before {
	content: "\e206"
}
.glyphicon-alert:before {
	content: "\e209"
}
.glyphicon-equalizer:before {
	content: "\e210"
}
.glyphicon-king:before {
	content: "\e211"
}
.glyphicon-queen:before {
	content: "\e212"
}
.glyphicon-pawn:before {
	content: "\e213"
}
.glyphicon-bishop:before {
	content: "\e214"
}
.glyphicon-knight:before {
	content: "\e215"
}
.glyphicon-baby-formula:before {
	content: "\e216"
}
.glyphicon-tent:before {
	content: "\26fa"
}
.glyphicon-blackboard:before {
	content: "\e218"
}
.glyphicon-bed:before {
	content: "\e219"
}
.glyphicon-apple:before {
	content: "\f8ff"
}
.glyphicon-erase:before {
	content: "\e221"
}
.glyphicon-hourglass:before {
	content: "\231b"
}
.glyphicon-lamp:before {
	content: "\e223"
}
.glyphicon-duplicate:before {
	content: "\e224"
}
.glyphicon-piggy-bank:before {
	content: "\e225"
}
.glyphicon-scissors:before {
	content: "\e226"
}
.glyphicon-bitcoin:before {
	content: "\e227"
}
.glyphicon-btc:before {
	content: "\e227"
}
.glyphicon-xbt:before {
	content: "\e227"
}
.glyphicon-yen:before {
	content: "\00a5"
}
.glyphicon-jpy:before {
	content: "\00a5"
}
.glyphicon-ruble:before {
	content: "\20bd"
}
.glyphicon-rub:before {
	content: "\20bd"
}
.glyphicon-scale:before {
	content: "\e230"
}
.glyphicon-ice-lolly:before {
	content: "\e231"
}
.glyphicon-ice-lolly-tasted:before {
	content: "\e232"
}
.glyphicon-education:before {
	content: "\e233"
}
.glyphicon-option-horizontal:before {
	content: "\e234"
}
.glyphicon-option-vertical:before {
	content: "\e235"
}

.glyphicon-modal-window:before {
	content: "\e237"
}
.glyphicon-oil:before {
	content: "\e238"
}
.glyphicon-grain:before {
	content: "\e239"
}
.glyphicon-sunglasses:before {
	content: "\e240"
}
.glyphicon-text-size:before {
	content: "\e241"
}
.glyphicon-text-color:before {
	content: "\e242"
}
.glyphicon-text-background:before {
	content: "\e243"
}
.glyphicon-object-align-top:before {
	content: "\e244"
}
.glyphicon-object-align-bottom:before {
	content: "\e245"
}
.glyphicon-object-align-horizontal:before {
	content: "\e246"
}
.glyphicon-object-align-left:before {
	content: "\e247"
}
.glyphicon-object-align-vertical:before {
	content: "\e248"
}
.glyphicon-object-align-right:before {
	content: "\e249"
}
.glyphicon-triangle-right:before {
	content: "\e250"
}
.glyphicon-triangle-left:before {
	content: "\e251"
}
.glyphicon-triangle-bottom:before {
	content: "\e252"
}
.glyphicon-triangle-top:before {
	content: "\e253"
}
.glyphicon-console:before {
	content: "\e254"
}
.glyphicon-superscript:before {
	content: "\e255"
}
.glyphicon-subscript:before {
	content: "\e256"
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}
a {
	color: #337ab7;
	text-decoration: none
}
a:focus, a:hover {
	text-decoration: none;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
figure {
	margin: 0
}
img {
	vertical-align: middle
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
	display: block;
	max-width: 100%;
	height: auto
}
.img-rounded {
	border-radius: 6px
}
.img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.img-circle {
	border-radius: 50%
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}
[role=button] {
cursor:pointer
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
	font-weight: 400;
	line-height: 1;
	color: #777
}
.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 20px;
	margin-bottom: 0;
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
	font-size: 65%
}
.h4, .h5, .h6, h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px
}
.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
	font-size: 75%
}
.h1, h1 {
	font-size: 36px
}
.h2, h2 {
	font-size: 30px
}
.h3, h3 {
	font-size: 24px
}
.h4, h4 {
	font-size: 18px
}
.h5, h5 {
	font-size: 14px
}
.h6, h6 {
	font-size: 12px
}
p {
	margin: 0 0 10px
}
.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4
}
@media (min-width:768px) {
.lead {
	font-size: 21px
}
}
.small, small {
	font-size: 85%
}
.mark, mark {
	padding: .2em;
	background-color: #fcf8e3
}
.text-left {
	text-align: left
}
.text-right {
	text-align: right
}
.text-center {
	text-align: center
}
.text-justify {
	text-align: justify
}
.text-nowrap {
	white-space: nowrap
}
.text-lowercase {
	text-transform: lowercase
}
.text-uppercase {
	text-transform: uppercase
}
.text-capitalize {
	text-transform: capitalize
}
.text-muted {
	color: #777
}
.text-primary {
	color: #337ab7
}
a.text-primary:hover {
	color: #286090
}
.text-success {
	color: #3c763d
}
a.text-success:hover {
	color: #2b542c
}
.text-info {
	color: #31708f
}
a.text-info:hover {
	color: #245269
}
.text-warning {
	color: #8a6d3b
}
a.text-warning:hover {
	color: #66512c
}
.text-danger {
	color: #a94442
}
a.text-danger:hover {
	color: #843534
}
.bg-primary {
	color: #fff;
	background-color: #337ab7
}
a.bg-primary:hover {
	background-color: #286090
}
.bg-success {
	background-color: #dff0d8
}
a.bg-success:hover {
	background-color: #c1e2b3
}
.bg-info {
	background-color: #d9edf7
}
a.bg-info:hover {
	background-color: #afd9ee
}
.bg-warning {
	background-color: #fcf8e3
}
a.bg-warning:hover {
	background-color: #f7ecb5
}
.bg-danger {
	background-color: #f2dede
}
a.bg-danger:hover {
	background-color: #e4b9b9
}

ol, ul {
	margin-top: 0;
	margin-bottom: 10px
}
ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0
}
.list-unstyled {
	padding-left: 0;
	list-style: none
}
.list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none
}
.list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px
}
dl {
	margin-top: 0;
	margin-bottom: 20px
}
dd, dt {
	line-height: 1.42857143
}
dt {
	font-weight: 700
}
dd {
	margin-left: 0
}
@media (min-width:768px) {
.dl-horizontal dt {
	float: left;
	width: 160px;
	overflow: hidden;
	clear: left;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap
}
.dl-horizontal dd {
	margin-left: 180px
}
}
abbr[data-original-title], abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #777
}
.initialism {
	font-size: 90%;
	text-transform: uppercase
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee
}
blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
	margin-bottom: 0
}
blockquote .small, blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777
}
blockquote .small:before, blockquote small:before {
	content: '\2014 \00A0'
}
.blockquote-reverse, blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	text-align: right;
	border-right: 5px solid #eee;
	border-left: 0
}
.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
	content: ''
}
.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
	content: '\00A0 \2014'
}
address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143
}
code, kbd, pre, samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}
code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px
}
kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
	-webkit-box-shadow: none;
	box-shadow: none
}
pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
@media (min-width:768px) {
.container {
	width: 750px
}
}
@media (min-width:992px) {
.container {
	width: 970px
}
}
@media (min-width:1200px) {
.container {
	width: 1190px
}
}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
.row {
	margin-right: -15px;
	margin-left: -15px
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	float: left
}
.col-xs-12 {
	width: 100%
}
.col-xs-11 {
	width: 91.66666667%
}
.col-xs-10 {
	width: 83.33333333%
}
.col-xs-9 {
	width: 75%
}
.col-xs-8 {
	width: 66.66666667%
}
.col-xs-7 {
	width: 58.33333333%
}
.col-xs-6 {
	width: 50%
}
.col-xs-5 {
	width: 41.66666667%
}
.col-xs-4 {
	width: 33.33333333%
}
.col-xs-3 {
	width: 25%
}
.col-xs-2 {
	width: 16.66666667%
}
.col-xs-1 {
	width: 8.33333333%
}
.col-xs-pull-12 {
	right: 100%
}
.col-xs-pull-11 {
	right: 91.66666667%
}
.col-xs-pull-10 {
	right: 83.33333333%
}
.col-xs-pull-9 {
	right: 75%
}
.col-xs-pull-8 {
	right: 66.66666667%
}
.col-xs-pull-7 {
	right: 58.33333333%
}
.col-xs-pull-6 {
	right: 50%
}
.col-xs-pull-5 {
	right: 41.66666667%
}
.col-xs-pull-4 {
	right: 33.33333333%
}
.col-xs-pull-3 {
	right: 25%
}
.col-xs-pull-2 {
	right: 16.66666667%
}
.col-xs-pull-1 {
	right: 8.33333333%
}
.col-xs-pull-0 {
	right: auto
}
.col-xs-push-12 {
	left: 100%
}
.col-xs-push-11 {
	left: 91.66666667%
}
.col-xs-push-10 {
	left: 83.33333333%
}
.col-xs-push-9 {
	left: 75%
}
.col-xs-push-8 {
	left: 66.66666667%
}
.col-xs-push-7 {
	left: 58.33333333%
}
.col-xs-push-6 {
	left: 50%
}
.col-xs-push-5 {
	left: 41.66666667%
}
.col-xs-push-4 {
	left: 33.33333333%
}
.col-xs-push-3 {
	left: 25%
}
.col-xs-push-2 {
	left: 16.66666667%
}
.col-xs-push-1 {
	left: 8.33333333%
}
.col-xs-push-0 {
	left: auto
}
.col-xs-offset-12 {
	margin-left: 100%
}
.col-xs-offset-11 {
	margin-left: 91.66666667%
}
.col-xs-offset-10 {
	margin-left: 83.33333333%
}
.col-xs-offset-9 {
	margin-left: 75%
}
.col-xs-offset-8 {
	margin-left: 66.66666667%
}
.col-xs-offset-7 {
	margin-left: 58.33333333%
}
.col-xs-offset-6 {
	margin-left: 50%
}
.col-xs-offset-5 {
	margin-left: 41.66666667%
}
.col-xs-offset-4 {
	margin-left: 33.33333333%
}
.col-xs-offset-3 {
	margin-left: 25%
}
.col-xs-offset-2 {
	margin-left: 16.66666667%
}
.col-xs-offset-1 {
	margin-left: 8.33333333%
}
.col-xs-offset-0 {
	margin-left: 0
}
@media (min-width:768px) {
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
	float: left
}
.col-sm-12 {
	width: 100%
}
.col-sm-11 {
	width: 91.66666667%
}
.col-sm-10 {
	width: 83.33333333%
}
.col-sm-9 {
	width: 75%
}
.col-sm-8 {
	width: 66.66666667%
}
.col-sm-7 {
	width: 58.33333333%
}
.col-sm-6 {
	width: 50%
}
.col-sm-5 {
	width: 41.66666667%
}
.col-sm-4 {
	width: 33.33333333%
}
.col-sm-3 {
	width: 25%
}
.col-sm-2 {
	width: 16.66666667%
}
.col-sm-1 {
	width: 8.33333333%
}
.col-sm-pull-12 {
	right: 100%
}
.col-sm-pull-11 {
	right: 91.66666667%
}
.col-sm-pull-10 {
	right: 83.33333333%
}
.col-sm-pull-9 {
	right: 75%
}
.col-sm-pull-8 {
	right: 66.66666667%
}
.col-sm-pull-7 {
	right: 58.33333333%
}
.col-sm-pull-6 {
	right: 50%
}
.col-sm-pull-5 {
	right: 41.66666667%
}
.col-sm-pull-4 {
	right: 33.33333333%
}
.col-sm-pull-3 {
	right: 25%
}
.col-sm-pull-2 {
	right: 16.66666667%
}
.col-sm-pull-1 {
	right: 8.33333333%
}
.col-sm-pull-0 {
	right: auto
}
.col-sm-push-12 {
	left: 100%
}
.col-sm-push-11 {
	left: 91.66666667%
}
.col-sm-push-10 {
	left: 83.33333333%
}
.col-sm-push-9 {
	left: 75%
}
.col-sm-push-8 {
	left: 66.66666667%
}
.col-sm-push-7 {
	left: 58.33333333%
}
.col-sm-push-6 {
	left: 50%
}
.col-sm-push-5 {
	left: 41.66666667%
}
.col-sm-push-4 {
	left: 33.33333333%
}
.col-sm-push-3 {
	left: 25%
}
.col-sm-push-2 {
	left: 16.66666667%
}
.col-sm-push-1 {
	left: 8.33333333%
}
.col-sm-push-0 {
	left: auto
}
.col-sm-offset-12 {
	margin-left: 100%
}
.col-sm-offset-11 {
	margin-left: 91.66666667%
}
.col-sm-offset-10 {
	margin-left: 83.33333333%
}
.col-sm-offset-9 {
	margin-left: 75%
}
.col-sm-offset-8 {
	margin-left: 66.66666667%
}
.col-sm-offset-7 {
	margin-left: 58.33333333%
}
.col-sm-offset-6 {
	margin-left: 50%
}
.col-sm-offset-5 {
	margin-left: 41.66666667%
}
.col-sm-offset-4 {
	margin-left: 33.33333333%
}
.col-sm-offset-3 {
	margin-left: 25%
}
.col-sm-offset-2 {
	margin-left: 16.66666667%
}
.col-sm-offset-1 {
	margin-left: 8.33333333%
}
.col-sm-offset-0 {
	margin-left: 0
}
}
@media (min-width:992px) {
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
	float: left
}
.col-md-12 {
	width: 100%
}
.col-md-11 {
	width: 91.66666667%
}
.col-md-10 {
	width: 83.33333333%
}
.col-md-9 {
	width: 75%
}
.col-md-8 {
	width: 66.66666667%
}
.col-md-7 {
	width: 58.33333333%
}
.col-md-6 {
	width: 50%
}
.col-md-5 {
	width: 41.66666667%
}
.col-md-4 {
	width: 33.33333333%
}
.col-md-3 {
	width: 45%
}
.col-md-2 {
	width: 16.66666667%
}
.col-md-1 {
	width: 8.33333333%
}
.col-md-pull-12 {
	right: 100%
}
.col-md-pull-11 {
	right: 91.66666667%
}
.col-md-pull-10 {
	right: 83.33333333%
}
.col-md-pull-9 {
	right: 75%
}
.col-md-pull-8 {
	right: 66.66666667%
}
.col-md-pull-7 {
	right: 58.33333333%
}
.col-md-pull-6 {
	right: 50%
}
.col-md-pull-5 {
	right: 41.66666667%
}
.col-md-pull-4 {
	right: 33.33333333%
}
.col-md-pull-3 {
	right: 25%
}
.col-md-pull-2 {
	right: 16.66666667%
}
.col-md-pull-1 {
	right: 8.33333333%
}
.col-md-pull-0 {
	right: auto
}
.col-md-push-12 {
	left: 100%
}
.col-md-push-11 {
	left: 91.66666667%
}
.col-md-push-10 {
	left: 83.33333333%
}
.col-md-push-9 {
	left: 75%
}
.col-md-push-8 {
	left: 66.66666667%
}
.col-md-push-7 {
	left: 58.33333333%
}
.col-md-push-6 {
	left: 50%
}
.col-md-push-5 {
	left: 41.66666667%
}
.col-md-push-4 {
	left: 33.33333333%
}
.col-md-push-3 {
	left: 25%
}
.col-md-push-2 {
	left: 16.66666667%
}
.col-md-push-1 {
	left: 8.33333333%
}
.col-md-push-0 {
	left: auto
}
.col-md-offset-12 {
	margin-left: 100%
}
.col-md-offset-11 {
	margin-left: 91.66666667%
}
.col-md-offset-10 {
	margin-left: 83.33333333%
}
.col-md-offset-9 {
	margin-left: 75%
}
.col-md-offset-8 {
	margin-left: 66.66666667%
}
.col-md-offset-7 {
	margin-left: 58.33333333%
}
.col-md-offset-6 {
	margin-left: 50%
}
.col-md-offset-5 {
	margin-left: 41.66666667%
}
.col-md-offset-4 {
	margin-left: 33.33333333%
}
.col-md-offset-3 {
	margin-left: 25%
}
.col-md-offset-2 {
	margin-left: 16.66666667%
}
.col-md-offset-1 {
	margin-left: 8.33333333%
}
.col-md-offset-0 {
	margin-left: 0
}
}
@media (min-width:1200px) {
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
	float: left
}
.col-lg-12 {
	width: 100%
}
.col-lg-11 {
	width: 91.66666667%
}
.col-lg-10 {
	width: 83.33333333%
}
.col-lg-9 {
	width: 75%
}
.col-lg-8 {
	width: 66.66666667%
}
.col-lg-7 {
	width: 58.33333333%
}
.col-lg-6 {
	width: 50%
}
.col-lg-5 {
	width: 41.66666667%
}
.col-lg-4 {
	width: 33.33333333%
}
.col-lg-3 {
	width: 25%
}
.col-lg-2 {
	width: 16.66666667%
}
.col-lg-1 {
	width: 8.33333333%
}
.col-lg-pull-12 {
	right: 100%
}
.col-lg-pull-11 {
	right: 91.66666667%
}
.col-lg-pull-10 {
	right: 83.33333333%
}
.col-lg-pull-9 {
	right: 75%
}
.col-lg-pull-8 {
	right: 66.66666667%
}
.col-lg-pull-7 {
	right: 58.33333333%
}
.col-lg-pull-6 {
	right: 50%
}
.col-lg-pull-5 {
	right: 41.66666667%
}
.col-lg-pull-4 {
	right: 33.33333333%
}
.col-lg-pull-3 {
	right: 25%
}
.col-lg-pull-2 {
	right: 16.66666667%
}
.col-lg-pull-1 {
	right: 8.33333333%
}
.col-lg-pull-0 {
	right: auto
}
.col-lg-push-12 {
	left: 100%
}
.col-lg-push-11 {
	left: 91.66666667%
}
.col-lg-push-10 {
	left: 83.33333333%
}
.col-lg-push-9 {
	left: 75%
}
.col-lg-push-8 {
	left: 66.66666667%
}
.col-lg-push-7 {
	left: 58.33333333%
}
.col-lg-push-6 {
	left: 50%
}
.col-lg-push-5 {
	left: 41.66666667%
}
.col-lg-push-4 {
	left: 33.33333333%
}
.col-lg-push-3 {
	left: 25%
}
.col-lg-push-2 {
	left: 16.66666667%
}
.col-lg-push-1 {
	left: 8.33333333%
}
.col-lg-push-0 {
	left: auto
}
.col-lg-offset-12 {
	margin-left: 100%
}
.col-lg-offset-11 {
	margin-left: 91.66666667%
}
.col-lg-offset-10 {
	margin-left: 83.33333333%
}
.col-lg-offset-9 {
	margin-left: 75%
}
.col-lg-offset-8 {
	margin-left: 66.66666667%
}
.col-lg-offset-7 {
	margin-left: 58.33333333%
}
.col-lg-offset-6 {
	margin-left: 50%
}
.col-lg-offset-5 {
	margin-left: 41.66666667%
}
.col-lg-offset-4 {
	margin-left: 33.33333333%
}
.col-lg-offset-3 {
	margin-left: 25%
}
.col-lg-offset-2 {
	margin-left: 16.66666667%
}
.col-lg-offset-1 {
	margin-left: 8.33333333%
}
.col-lg-offset-0 {
	margin-left: 0
}
}
table {
	background-color: transparent
}
caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left
}
th {
	text-align: left
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd
}
.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
	border-top: 0
}
.table>tbody+tbody {
	border-top: 2px solid #ddd
}
.table .table {
	background-color: #fff
}
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
	padding: 5px
}
.table-bordered {
	border: 1px solid #ddd
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border: 1px solid #ddd
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border-bottom-width: 2px
}
.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9
}
.table-hover>tbody>tr:hover {
	background-color: #f5f5f5
}
table col[class*=col-] {
	position: static;
	display: table-column;
	float: none
}
table td[class*=col-], table th[class*=col-] {
	position: static;
	display: table-cell;
	float: none
}
.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
	background-color: #f5f5f5
}
.table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr.active:hover>th, .table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover {
	background-color: #e8e8e8
}
.table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success {
	background-color: #dff0d8
}
.table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr.success:hover>th, .table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover {
	background-color: #d0e9c6
}
.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info {
	background-color: #d9edf7
}
.table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr.info:hover>th, .table-hover>tbody>tr:hover>.info, .table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover {
	background-color: #c4e3f3
}
.table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning {
	background-color: #fcf8e3
}
.table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr.warning:hover>th, .table-hover>tbody>tr:hover>.warning, .table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover {
	background-color: #faf2cc
}
.table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>thead>tr>td.danger, .table>thead>tr>th.danger {
	background-color: #f2dede
}
.table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr.danger:hover>th, .table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover {
	background-color: #ebcccc
}
.table-responsive {
	min-height: .01%;
	overflow-x: auto
}
@media screen and (max-width:767px) {
.table-responsive {
	width: 100%;
	margin-bottom: 15px;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #ddd
}
.table-responsive>.table {
	margin-bottom: 0
}
.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
	white-space: nowrap
}
.table-responsive>.table-bordered {
	border: 0
}
.table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>thead>tr>th:first-child {
	border-left: 0
}
.table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>thead>tr>th:last-child {
	border-right: 0
}
.table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0
}
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}
input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
input[type=checkbox], input[type=radio] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal
}
input[type=file] {
	display: block
}
input[type=range] {
	display: block;
	width: 100%
}
select[multiple], select[size] {
	height: auto
}
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6)
}
.form-control::-moz-placeholder {
color:#999;
opacity:1
}
.form-control:-ms-input-placeholder {
color:#999
}
.form-control::-webkit-input-placeholder {
color:#999
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1
}
.form-control[disabled], fieldset[disabled] .form-control {
	cursor: not-allowed
}
textarea.form-control {
	height: auto
}
input[type=search] {
	-webkit-appearance: none
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
	line-height: 34px
}
.input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
	line-height: 30px
}
.input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
	line-height: 46px
}
}
.form-group {
	margin-bottom: 15px
}
.checkbox, .radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}
.checkbox label, .radio label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	position: absolute;
	margin-top: 4px \9;
	margin-left: -20px
}
.checkbox+.checkbox, .radio+.radio {
	margin-top: -5px
}
.checkbox-inline, .radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 10px
}
fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
	cursor: not-allowed
}
.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
	cursor: not-allowed
}
.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
	cursor: not-allowed
}
.form-control-static {
	min-height: 34px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0
}
.form-control-static.input-lg, .form-control-static.input-sm {
	padding-right: 0;
	padding-left: 0
}
.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}
select.input-sm {
	height: 30px;
	line-height: 30px
}
select[multiple].input-sm, textarea.input-sm {
	height: auto
}
.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}
select.form-group-sm .form-control {
	height: 30px;
	line-height: 30px
}
select[multiple].form-group-sm .form-control, textarea.form-group-sm .form-control {
	height: auto
}
.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}
.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}
select.input-lg {
	height: 46px;
	line-height: 46px
}
select[multiple].input-lg, textarea.input-lg {
	height: auto
}
.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}
select.form-group-lg .form-control {
	height: 46px;
	line-height: 46px
}
select[multiple].form-group-lg .form-control, textarea.form-group-lg .form-control {
	height: auto
}
.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333
}
.has-feedback {
	position: relative
}
.has-feedback .form-control {
	padding-right: 42.5px
}
.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none
}
.input-lg+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}
.input-sm+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px
}
.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
	color: #3c763d
}
.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #67b168
}
.has-success .input-group-addon {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #3c763d
}
.has-success .form-control-feedback {
	color: #3c763d
}
.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
	color: #8a6d3b
}
.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #c0a16b
}
.has-warning .input-group-addon {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #8a6d3b
}
.has-warning .form-control-feedback {
	color: #8a6d3b
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
	color: #a94442
}
.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483
}
.has-error .input-group-addon {
	color: #a94442;
	background-color: #f2dede;
	border-color: #a94442
}
.has-error .form-control-feedback {
	color: #a94442
}
.has-feedback label~.form-control-feedback {
	top: 25px
}
.has-feedback label.sr-only~.form-control-feedback {
	top: 0
}
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}
@media (min-width:768px) {
.form-inline .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle
}
.form-inline .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle
}
.form-inline .form-control-static {
	display: inline-block
}
.form-inline .input-group {
	display: inline-table;
	vertical-align: middle
}
.form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
	width: auto
}
.form-inline .input-group>.form-control {
	width: 100%
}
.form-inline .control-label {
	margin-bottom: 0;
	vertical-align: middle
}
.form-inline .checkbox, .form-inline .radio {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle
}
.form-inline .checkbox label, .form-inline .radio label {
	padding-left: 0
}
.form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
	position: relative;
	margin-left: 0
}
.form-inline .has-feedback .form-control-feedback {
	top: 0
}
}
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0
}
.form-horizontal .checkbox, .form-horizontal .radio {
	min-height: 27px
}
.form-horizontal .form-group {
	margin-right: -15px;
	margin-left: -15px
}
@media (min-width:768px) {
.form-horizontal .control-label {
	padding-top: 7px;
	margin-bottom: 0;
	text-align: right
}
}
.form-horizontal .has-feedback .form-control-feedback {
	right: 15px
}
@media (min-width:768px) {
.form-horizontal .form-group-lg .control-label {
	padding-top: 14.33px
}
}
@media (min-width:768px) {
.form-horizontal .form-group-sm .control-label {
	padding-top: 6px
}
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
.btn.focus, .btn:focus, .btn:hover {
	text-decoration: none
}
.btn.active, .btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65
}
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
	background-image: none
}
.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
	background-color: #fff;
	border-color: #ccc
}
.btn-default .badge {
	color: #fff;
	background-color: #333
}
.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
	background-image: none
}
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
	background-color: #337ab7;
	border-color: #2e6da4
}
.btn-primary .badge {
	color: #337ab7;
	background-color: #fff
}
.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}
.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open>.dropdown-toggle.btn-success {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}
.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success {
	background-image: none
}
.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
	background-color: #5cb85c;
	border-color: #4cae4c
}
.btn-success .badge {
	color: #5cb85c;
	background-color: #fff
}
.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}
.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open>.dropdown-toggle.btn-info {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}
.btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info {
	background-image: none
}
.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
	background-color: #5bc0de;
	border-color: #46b8da
}
.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}
.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}
.btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open>.dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}
.btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning {
	background-image: none
}
.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
	background-color: #f0ad4e;
	border-color: #eea236
}
.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}
.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}
.btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open>.dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}
.btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger {
	background-image: none
}
.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
	background-color: #d9534f;
	border-color: #d43f3a
}
.btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}
.btn-link {
	font-weight: 400;
	color: #337ab7;
	border-radius: 0
}
.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
	border-color: transparent
}
.btn-link:focus, .btn-link:hover {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent
}
.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
	color: #777;
	text-decoration: none
}
.btn-group-lg>.btn, .btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}
.btn-group-sm>.btn, .btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}
.btn-group-xs>.btn, .btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}
.btn-block {
	display: block;
	width: 100%
}
.btn-block+.btn-block {
	margin-top: 5px
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
	width: 100%
}
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}
.fade.in {
	opacity: 1
}
.collapse {
	display: none
}
.collapse.in {
	display: block
}
tr.collapse.in {
	display: table-row
}
tbody.collapse.in {
	display: table-row-group
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}
.dropdown, .dropup {
	position: relative
}
.dropdown-toggle:focus {
	outline: 0
}

.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}
.btn-group-vertical>.btn, .btn-group>.btn {
	position: relative;
	float: left
}
.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
	z-index: 2
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
	margin-left: -1px
}
.btn-toolbar {
	margin-left: -5px
}
.btn-toolbar .btn-group, .btn-toolbar .input-group {
	float: left
}
.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
	margin-left: 5px
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}
.btn-group>.btn:first-child {
	margin-left: 0
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.btn-group>.btn-group {
	float: left
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}
.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
	outline: 0
}
.btn-group>.btn+.dropdown-toggle {
	padding-right: 8px;
	padding-left: 8px
}
.btn-group>.btn-lg+.dropdown-toggle {
	padding-right: 12px;
	padding-left: 12px
}
.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}
.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn .caret {
	margin-left: 0
}
.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}
.dropup .btn-lg .caret {
	border-width: 0 5px 5px
}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}
.btn-group-vertical>.btn-group>.btn {
	float: none
}
.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}
.btn-group-justified>.btn, .btn-group-justified>.btn-group {
	display: table-cell;
	float: none;
	width: 1%
}
.btn-group-justified>.btn-group .btn {
	width: 100%
}
.btn-group-justified>.btn-group {
	left: auto
}
[data-toggle=buttons]>.btn input[type=checkbox], [data-toggle=buttons]>.btn input[type=radio], [data-toggle=buttons]>.btn-group>.btn input[type=checkbox], [data-toggle=buttons]>.btn-group>.btn input[type=radio] {
position:absolute;
clip:rect(0,0,0,0);
pointer-events:none
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}
.input-group[class*=col-] {
	float: none;
	padding-right: 0;
	padding-left: 0
}
.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}
select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon, select.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	line-height: 46px
}
select[multiple].input-group-lg>.form-control, select[multiple].input-group-lg>.input-group-addon, select[multiple].input-group-lg>.input-group-btn>.btn, textarea.input-group-lg>.form-control, textarea.input-group-lg>.input-group-addon, textarea.input-group-lg>.input-group-btn>.btn {
	height: auto
}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}
select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon, select.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	line-height: 30px
}
select[multiple].input-group-sm>.form-control, select[multiple].input-group-sm>.input-group-addon, select[multiple].input-group-sm>.input-group-btn>.btn, textarea.input-group-sm>.form-control, textarea.input-group-sm>.input-group-addon, textarea.input-group-sm>.input-group-btn>.btn {
	height: auto
}
.input-group .form-control, .input-group-addon, .input-group-btn {
	display: table-cell
}
.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
	border-radius: 0
}
.input-group-addon, .input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}
.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px
}
.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px
}
.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px
}
.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
	margin-top: 0
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.input-group-addon:first-child {
	border-right: 0
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.input-group-addon:last-child {
	border-left: 0
}
.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}
.input-group-btn>.btn {
	position: relative
}
.input-group-btn>.btn+.btn {
	margin-left: -1px
}
.input-group-btn>.btn:active, .input-group-btn>.btn:focus, .input-group-btn>.btn:hover {
	z-index: 2
}
.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
	margin-right: -1px
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
	margin-left: -1px
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px
}
.breadcrumb>li {
	display: inline-block
}
.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0"
}
.breadcrumb>.active {
	color: #777
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}
.pagination>li {
	display: inline
}
.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}
.pagination-lg>li>a, .pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}
.pagination-sm>li>a, .pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}
.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none
}
.pager li {
	display: inline
}
.pager li>a, .pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px
}
.pager li>a:focus, .pager li>a:hover {
	text-decoration: none;
	background-color: #eee
}
.pager .next>a, .pager .next>span {
	float: right
}
.pager .previous>a, .pager .previous>span {
	float: left
}
.pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>a:hover, .pager .disabled>span {
	color: #777;
	cursor: not-allowed;
	background-color: #fff
}
.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}
a.label:focus, a.label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}
.label:empty {
	display: none
}
.btn .label {
	position: relative;
	top: -1px
}
.label-default {
	background-color: #777
}
.label-default[href]:focus, .label-default[href]:hover {
	background-color: #5e5e5e
}
.label-primary {
	background-color: #337ab7
}
.label-primary[href]:focus, .label-primary[href]:hover {
	background-color: #286090
}
.label-success {
	background-color: #5cb85c
}
.label-success[href]:focus, .label-success[href]:hover {
	background-color: #449d44
}
.label-info {
	background-color: #5bc0de
}
.label-info[href]:focus, .label-info[href]:hover {
	background-color: #31b0d5
}
.label-warning {
	background-color: #f0ad4e
}
.label-warning[href]:focus, .label-warning[href]:hover {
	background-color: #ec971f
}
.label-danger {
	background-color: #d9534f
}
.label-danger[href]:focus, .label-danger[href]:hover {
	background-color: #c9302c
}
.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #777;
	border-radius: 10px
}
.badge:empty {
	display: none
}
.btn .badge {
	position: relative;
	top: -1px
}
.btn-group-xs>.btn .badge, .btn-xs .badge {
	top: 0;
	padding: 1px 5px
}
a.badge:focus, a.badge:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}
.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
	color: #337ab7;
	background-color: #fff
}
.list-group-item>.badge {
	float: right
}
.list-group-item>.badge+.badge {
	margin-right: 5px
}

.jumbotron {
	padding: 30px 15px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee
}
.jumbotron .h1, .jumbotron h1 {
	color: inherit
}
.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200
}
.jumbotron>hr {
	border-top-color: #d5d5d5
}
.container .jumbotron, .container-fluid .jumbotron {
	border-radius: 6px
}
.jumbotron .container {
	max-width: 100%
}
@media screen and (min-width:768px) {
.jumbotron {
	padding: 48px 0
}
.container .jumbotron, .container-fluid .jumbotron {
	padding-right: 60px;
	padding-left: 60px
}
.jumbotron .h1, .jumbotron h1 {
	font-size: 63px
}
}
.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out
}
.thumbnail a>img, .thumbnail>img {
	margin-right: auto;
	margin-left: auto
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
	border-color: #337ab7
}
.thumbnail .caption {
	padding: 9px;
	color: #333
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}
.alert h4 {
	margin-top: 0;
	color: inherit
}
.alert .alert-link {
	font-weight: 700
}
.alert>p, .alert>ul {
	margin-bottom: 0
}
.alert>p+p {
	margin-top: 5px
}
.alert-dismissable, .alert-dismissible {
	padding-right: 35px
}
.alert-dismissable .close, .alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}
.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}
.alert-success hr {
	border-top-color: #c9e2b3
}
.alert-success .alert-link {
	color: #2b542c
}
.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}
.alert-info hr {
	border-top-color: #a6e1ec
}
.alert-info .alert-link {
	color: #245269
}
.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}
.alert-warning hr {
	border-top-color: #f7e1b5
}
.alert-warning .alert-link {
	color: #66512c
}
.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}
.alert-danger hr {
	border-top-color: #e4b9c0
}
.alert-danger .alert-link {
	color: #843534
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position:40px 0
}
to {
	background-position: 0 0
}
}
@-o-keyframes progress-bar-stripes {
from {
background-position:40px 0
}
to {
	background-position: 0 0
}
}
@keyframes progress-bar-stripes {
from {
background-position:40px 0
}
to {
	background-position: 0 0
}
}
.progress {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}
.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease
}
.progress-bar-striped, .progress-striped .progress-bar {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px
}
.progress-bar.active, .progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}
.progress-bar-success {
	background-color: #5cb85c
}
.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent)
}
.progress-bar-info {
	background-color: #5bc0de
}
.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent)
}
.progress-bar-warning {
	background-color: #f0ad4e
}
.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent)
}
.progress-bar-danger {
	background-color: #d9534f
}
.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent)
}
.media {
	margin-top: 15px
}
.media:first-child {
	margin-top: 0
}
.media, .media-body {
	overflow: hidden;
	zoom: 1
}
.media-body {
	width: 10000px
}
.media-object {
	display: block
}
.media-right, .media>.pull-right {
	padding-left: 10px
}
.media-left, .media>.pull-left {
	padding-right: 10px
}
.media-body, .media-left, .media-right {
	display: table-cell;
	vertical-align: top
}
.media-middle {
	vertical-align: middle
}
.media-bottom {
	vertical-align: bottom
}
.media-heading {
	margin-top: 0;
	margin-bottom: 5px
}
.media-list {
	padding-left: 0;
	list-style: none
}
.list-group {
	padding-left: 0;
	margin-bottom: 20px
}
.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd
}
.list-group-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}
a.list-group-item {
	color: #555
}
a.list-group-item .list-group-item-heading {
	color: #333
}
a.list-group-item:focus, a.list-group-item:hover {
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5
}
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #eee
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
	color: inherit
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
	color: #777
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}
.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading>.small, .list-group-item.active .list-group-item-heading>small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading>.small, .list-group-item.active:focus .list-group-item-heading>small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading>.small, .list-group-item.active:hover .list-group-item-heading>small {
	color: inherit
}
.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
	color: #c7ddef
}
.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8
}
a.list-group-item-success {
	color: #3c763d
}
a.list-group-item-success .list-group-item-heading {
	color: inherit
}
a.list-group-item-success:focus, a.list-group-item-success:hover {
	color: #3c763d;
	background-color: #d0e9c6
}
a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}
.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7
}
a.list-group-item-info {
	color: #31708f
}
a.list-group-item-info .list-group-item-heading {
	color: inherit
}
a.list-group-item-info:focus, a.list-group-item-info:hover {
	color: #31708f;
	background-color: #c4e3f3
}
a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}
.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}
a.list-group-item-warning {
	color: #8a6d3b
}
a.list-group-item-warning .list-group-item-heading {
	color: inherit
}
a.list-group-item-warning:focus, a.list-group-item-warning:hover {
	color: #8a6d3b;
	background-color: #faf2cc
}
a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}
.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede
}
a.list-group-item-danger {
	color: #a94442
}
a.list-group-item-danger .list-group-item-heading {
	color: inherit
}
a.list-group-item-danger:focus, a.list-group-item-danger:hover {
	color: #a94442;
	background-color: #ebcccc
}
a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}
.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}
.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}
.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05)
}
.panel-body {
	padding: 15px
}
.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}
.panel-heading>.dropdown .dropdown-toggle {
	color: inherit
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit
}
.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
	color: inherit
}

.panel>.list-group, .panel>.panel-collapse>.list-group {
	margin-bottom: 0
}
.panel>.list-group .list-group-item, .panel>.panel-collapse>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}
.panel>.list-group:first-child .list-group-item:first-child, .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}
.panel>.list-group:last-child .list-group-item:last-child, .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}
.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0
}

.panel>.panel-collapse>.table, .panel>.table, .panel>.table-responsive>.table {
	margin-bottom: 0
}
.panel>.panel-collapse>.table caption, .panel>.table caption, .panel>.table-responsive>.table caption {
	padding-right: 15px;
	padding-left: 15px
}
.panel>.table-responsive:first-child>.table:first-child, .panel>.table:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child, .panel>.table:first-child>thead:first-child>tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
	border-top-left-radius: 3px
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
	border-top-right-radius: 3px
}
.panel>.table-responsive:last-child>.table:last-child, .panel>.table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: 3px
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: 3px
}
.panel>.panel-body+.table, .panel>.panel-body+.table-responsive, .panel>.table+.panel-body, .panel>.table-responsive+.panel-body {
	border-top: 1px solid #ddd
}
.panel>.table>tbody:first-child>tr:first-child td, .panel>.table>tbody:first-child>tr:first-child th {
	border-top: 0
}
.panel>.table-bordered, .panel>.table-responsive>.table-bordered {
	border: 0
}
.panel>.table-bordered>tbody>tr>td:first-child, .panel>.table-bordered>tbody>tr>th:first-child, .panel>.table-bordered>tfoot>tr>td:first-child, .panel>.table-bordered>tfoot>tr>th:first-child, .panel>.table-bordered>thead>tr>td:first-child, .panel>.table-bordered>thead>tr>th:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child, .panel>.table-responsive>.table-bordered>thead>tr>td:first-child, .panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
	border-left: 0
}
.panel>.table-bordered>tbody>tr>td:last-child, .panel>.table-bordered>tbody>tr>th:last-child, .panel>.table-bordered>tfoot>tr>td:last-child, .panel>.table-bordered>tfoot>tr>th:last-child, .panel>.table-bordered>thead>tr>td:last-child, .panel>.table-bordered>thead>tr>th:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child, .panel>.table-responsive>.table-bordered>thead>tr>td:last-child, .panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
	border-right: 0
}
.panel>.table-bordered>tbody>tr:first-child>td, .panel>.table-bordered>tbody>tr:first-child>th, .panel>.table-bordered>thead>tr:first-child>td, .panel>.table-bordered>thead>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th, .panel>.table-responsive>.table-bordered>thead>tr:first-child>td, .panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
	border-bottom: 0
}
.panel>.table-bordered>tbody>tr:last-child>td, .panel>.table-bordered>tbody>tr:last-child>th, .panel>.table-bordered>tfoot>tr:last-child>td, .panel>.table-bordered>tfoot>tr:last-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0
}
.panel>.table-responsive {
	margin-bottom: 0;
	border: 0
}
.panel-group {
	margin-bottom: 20px
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px
}
.panel-group .panel+.panel {
	margin-top: 5px
}
.panel-group .panel-heading {
	border-bottom: 0
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 1px solid #ddd
}

.panel-default {
	border-color: #ddd
}
.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ddd
}
.panel-default>.panel-heading .badge {
	color: #f5f5f5;
	background-color: #333
}

.panel-primary {
	border-color: #337ab7
}
.panel-primary>.panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #337ab7
}
.panel-primary>.panel-heading .badge {
	color: #337ab7;
	background-color: #fff
}

.panel-success {
	border-color: #d6e9c6
}
.panel-success>.panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}
.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #d6e9c6
}
.panel-success>.panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d
}
.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #d6e9c6
}
.panel-info {
	border-color: #bce8f1
}
.panel-info>.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}
.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #bce8f1
}
.panel-info>.panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f
}
.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #bce8f1
}
.panel-warning {
	border-color: #faebcc
}
.panel-warning>.panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}
.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #faebcc
}
.panel-warning>.panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b
}
.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #faebcc
}
.panel-danger {
	border-color: #ebccd1
}
.panel-danger>.panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}
.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ebccd1
}
.panel-danger>.panel-heading .badge {
	color: #f2dede;
	background-color: #a94442
}
.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ebccd1
}
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%
}
.embed-responsive-4by3 {
	padding-bottom: 75%
}
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}
.well blockquote {
	border-color: #ddd;
	border-color: rgba(0,0,0,.15)
}
.well-lg {
	padding: 24px;
	border-radius: 6px
}
.well-sm {
	padding: 9px;
	border-radius: 3px
}
.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2
}
.close:focus, .close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5
}
button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0
}
.modal-open {
	overflow: hidden
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0
}
.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%)
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}
.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5)
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}
.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0
}
.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5
}
.modal-header {
	min-height: 16.43px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}
.modal-header .close {
	margin-top: -2px
}
.modal-title {
	margin: 0;
	line-height: 1.42857143
}
.modal-body {
	position: relative;
	padding: 15px
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}
@media (min-width:768px) {
.modal-dialog {
	width: 600px;
	margin: 30px auto
}
.modal-content {
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
	box-shadow: 0 5px 15px rgba(0,0,0,.5)
}
.modal-sm {
	width: 300px
}
}
@media (min-width:992px) {
.modal-lg {
	width: 900px
}
}
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	filter: alpha(opacity=0);
	opacity: 0
}
.tooltip.in {
	filter: alpha(opacity=90);
	opacity: .9
}
.tooltip.top {
	padding: 5px 0;
	margin-top: -3px
}
.tooltip.right {
	padding: 0 5px;
	margin-left: 3px
}
.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px
}
.tooltip.left {
	padding: 0 5px;
	margin-left: -3px
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	border-radius: 4px
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}
.tooltip.top-left .tooltip-arrow {
	right: 5px;
	bottom: 0;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	white-space: normal;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2)
}
.popover.top {
	margin-top: -10px
}
.popover.right {
	margin-left: 10px
}
.popover.bottom {
	margin-top: 10px
}
.popover.left {
	margin-left: -10px
}
.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}
.popover-content {
	padding: 9px 14px
}
.popover>.arrow, .popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}
.popover>.arrow {
	border-width: 11px
}
.popover>.arrow:after {
	content: "";
	border-width: 10px
}
.popover.top>.arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,.25);
	border-bottom-width: 0
}
.popover.top>.arrow:after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0
}
.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,.25);
	border-left-width: 0
}
.popover.right>.arrow:after {
	bottom: -10px;
	left: 1px;
	content: " ";
	border-right-color: #fff;
	border-left-width: 0
}
.popover.bottom>.arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,.25)
}
.popover.bottom>.arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff
}
.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,.25)
}
.popover.left>.arrow:after {
	right: 1px;
	bottom: -10px;
	content: " ";
	border-right-width: 0;
	border-left-color: #fff
}
.carousel {
	position: relative
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}
.carousel-inner>.item {
	position: relative;
	display: none;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
	line-height: 1
}
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner>.item {
	-webkit-transition: -webkit-transform .6s ease-in-out;
	-o-transition: -o-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	perspective: 1000
}
.carousel-inner>.item.active.right, .carousel-inner>.item.next {
	left: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}
.carousel-inner>.item.active.left, .carousel-inner>.item.prev {
	left: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}
.carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
}
.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
	display: block
}
.carousel-inner>.active {
	left: 0
}
.carousel-inner>.next, .carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}
.carousel-inner>.next {
	left: 100%
}
.carousel-inner>.prev {
	left: -100%
}
.carousel-inner>.next.left, .carousel-inner>.prev.right {
	left: 0
}
.carousel-inner>.active.left {
	left: -100%
}
.carousel-inner>.active.right {
	left: 100%
}
.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	filter: alpha(opacity=50);
	opacity: .5
}
.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,.5) 0, rgba(0,0,0,.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0,0,0,.5) 0, rgba(0,0,0,.0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,.0001)));
	background-image: linear-gradient(to right, rgba(0,0,0,.5) 0, rgba(0,0,0,.0001) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x
}
.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,.0001) 0, rgba(0,0,0,.5) 100%);
	background-image: -o-linear-gradient(left, rgba(0,0,0,.0001) 0, rgba(0,0,0,.5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.0001)), to(rgba(0,0,0,.5)));
	background-image: linear-gradient(to right, rgba(0,0,0,.0001) 0, rgba(0,0,0,.5) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x
}
.carousel-control:focus, .carousel-control:hover {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: 0;
	opacity: .9
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	left: 50%;
	margin-left: -10px
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	right: 50%;
	margin-right: -10px
}
.carousel-control .icon-next, .carousel-control .icon-prev {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	font-family: serif;
	line-height: 1
}
.carousel-control .icon-prev:before {
	content: '\2039'
}
.carousel-control .icon-next:before {
	content: '\203a'
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0,0,0,0);
	border: 1px solid #fff;
	border-radius: 10px
}
.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6)
}
.carousel-caption .btn {
	text-shadow: none
}
@media screen and (min-width:768px) {
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	font-size: 30px
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	margin-left: -15px
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	margin-right: -15px
}
.carousel-caption {
	right: 20%;
	left: 20%;
	padding-bottom: 30px
}
.carousel-indicators {
	bottom: 20px
}
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto
}
.pull-right {
	float: right!important
}
.pull-left {
	float: left!important
}
.hide {
	display: none!important
}
.show {
	display: block!important
}
.invisible {
	visibility: hidden
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}
.hidden {
	display: none!important
}
.affix {
	position: fixed
}
@-ms-viewport {
width:device-width
}
.visible-lg, .visible-md, .visible-sm, .visible-xs {
	display: none!important
}
.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
	display: none!important
}
@media (max-width:767px) {
.visible-xs {
	display: block!important
}
table.visible-xs {
	display: table
}
tr.visible-xs {
	display: table-row!important
}
td.visible-xs, th.visible-xs {
	display: table-cell!important
}
}
@media (max-width:767px) {
.visible-xs-block {
	display: block!important
}
}
@media (max-width:767px) {
.visible-xs-inline {
	display: inline!important
}
}
@media (max-width:767px) {
.visible-xs-inline-block {
	display: inline-block!important
}
}
@media (min-width:768px)and (max-width:991px) {
.visible-sm {
	display: block!important
}
table.visible-sm {
	display: table
}
tr.visible-sm {
	display: table-row!important
}
td.visible-sm, th.visible-sm {
	display: table-cell!important
}
}
@media (min-width:768px)and (max-width:991px) {
.visible-sm-block {
	display: block!important
}
}
@media (min-width:768px)and (max-width:991px) {
.visible-sm-inline {
	display: inline!important
}
}
@media (min-width:768px)and (max-width:991px) {
.visible-sm-inline-block {
	display: inline-block!important
}
}
@media (min-width:992px)and (max-width:1199px) {
.visible-md {
	display: block!important
}
table.visible-md {
	display: table
}
tr.visible-md {
	display: table-row!important
}
td.visible-md, th.visible-md {
	display: table-cell!important
}
}
@media (min-width:992px)and (max-width:1199px) {
.visible-md-block {
	display: block!important
}
}
@media (min-width:992px)and (max-width:1199px) {
.visible-md-inline {
	display: inline!important
}
}
@media (min-width:992px)and (max-width:1199px) {
.visible-md-inline-block {
	display: inline-block!important
}
}
@media (min-width:1200px) {
.visible-lg {
	display: block!important
}
table.visible-lg {
	display: table
}
tr.visible-lg {
	display: table-row!important
}
td.visible-lg, th.visible-lg {
	display: table-cell!important
}
}
@media (min-width:1200px) {
.visible-lg-block {
	display: block!important
}
}
@media (min-width:1200px) {
.visible-lg-inline {
	display: inline!important
}
}
@media (min-width:1200px) {
.visible-lg-inline-block {
	display: inline-block!important
}
}
@media (max-width:767px) {
.hidden-xs {
	display: none!important
}
}
@media (min-width:768px)and (max-width:991px) {
.hidden-sm {
	display: none!important
}
}
@media (min-width:992px)and (max-width:1199px) {
.hidden-md {
	display: none!important
}
}
@media (min-width:1200px) {
.hidden-lg {
	display: none!important
}
}
.visible-print {
	display: none!important
}
@media print {
.visible-print {
	display: block!important
}
table.visible-print {
	display: table
}
tr.visible-print {
	display: table-row!important
}
td.visible-print, th.visible-print {
	display: table-cell!important
}
}
.visible-print-block {
	display: none!important
}
@media print {
.visible-print-block {
	display: block!important
}
}
.visible-print-inline {
	display: none!important
}
@media print {
.visible-print-inline {
	display: inline!important
}
}
.visible-print-inline-block {
	display: none!important
}
@media print {
.visible-print-inline-block {
	display: inline-block!important
}
}
@media print {
.hidden-print {
	display: none!important
}
}

.bt-fechar {
    position: absolute;
    padding: 20px;
    right: 20px;
}


a.link {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}
.galeria{
	width: 100%;
	float: left;
	}
	
.crop .fakeImg {
    background: no-repeat top;
    background-size: cover;    
}

.bts-aptos {
	padding: 20px;
	display: inline-table;
}

.bts-aptos a {
    margin-right: 15px;
}

.overlay {
	background: #000;
	opacity: 0.8;
	position: absolute;
}

.video {
    position: absolute;
    padding: 20px;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: fit-content;
  margin: 20px auto;
  text-align: center;
}

.whatsapp-button {
	background-color: #4dc247;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 34px;
	text-align: center;
	border-radius: 50%;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
	cursor: pointer;
}
.whatsapp-button:hover {
	box-shadow: 2px 2px 11px rgba(0,0,0,0.7)
}
.whatsapp-button .fa-whatsapp {
	color: #fff;
	z-index: 10
}
.whatsapp-button-right {
	float: right
}
.whatsapp-button-left {
	float: left
}
.whatsapp-button-position {
	position: fixed;
	bottom: 20px;
	z-index: 10
}
.whatsapp-button-position div.whatsapp-message-right {
	display: none
}
.whatsapp-button-position div.whatsapp-message-left {
	display: none
}
.whatsapp-button-position-left {
	left: 20px
}
.whatsapp-button-position-right {
	right: 20px
}

#whatsapp-link:hover>div.whatsapp-message {
	position: relative;
	font-size: 14px;
	border: 1px solid #e2e2e2;
	margin-right: 70px;
	padding: 4px 9px 6px 9px;
	border-radius: 4px;
	color: #333;
	background: white;
	top: 9px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	white-space: nowrap;
	display: block;
	-webkit-animation-name: whatsapp-button;
	-moz-animation-name: whatsapp-button;
	-o-animation-name: whatsapp-button;
	animation-name: whatsapp-button;
	-webkit-animation-duration: .3s;
	-moz-animation-duration: .3s;
	-o-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

@-webkit-keyframes whatsapp-button {
0% {
opacity:0;
display:none;
margin-left:55px;
margin-right:55px
}
to {
	opacity: 1;
	display: block;
	margin-left: 70px;
	margin-right: 70px
}
}
@-moz-keyframes whatsapp-button {
0% {
opacity:0;
display:none;
margin-left:55px;
margin-right:55px
}
to {
	opacity: 1;
	display: block;
	margin-left: 70px;
	margin-right: 70px
}
}
@-o-keyframes whatsapp-button {
0% {
opacity:0;
display:none;
margin-left:55px;
margin-right:55px
}
to {
	opacity: 1;
	display: block;
	margin-left: 70px;
	margin-right: 70px
}
}
@keyframes whatsapp-button {
0% {
opacity:0;
display:none;
margin-left:55px;
margin-right:55px
}
to {
	opacity: 1;
	display: block;
	margin-left: 70px;
	margin-right: 70px
}
}

/* different text size */
.text-extra-small { font-family: "Asap", sans-serif; font-size:10px !important; line-height:15px;}
.text-small2{ font-family: "Asap", sans-serif; font-size:11px !important;}
.text-small{ font-family: "Asap", sans-serif; font-size:12px !important; line-height:20px; display: inline-block !important}
.text-extra-medium{ font-family: "Asap", sans-serif; font-size:13px !important; line-height:24px;}
.text-medium{ font-family: "Asap", sans-serif; font-size:14px !important; line-height:24px;}
.text-large{ font-family: "Asap", sans-serif; font-size:16px !important; line-height: 25px; }
.text-extra-large { font-family: "Asap", sans-serif; font-size:18px !important; line-height:28px;  }
.title-small{ font-family: "Asap", sans-serif; font-size:20px !important; line-height:30px;}
.title-medium{ font-family: "Asap", sans-serif; font-size:24px !important; line-height:30px;}
.title-large{ font-family: "Asap", sans-serif; font-size:20px !important; line-height:15px !important; text-align: left;}
.title-large-plantas{ font-family: "Asap", sans-serif; font-size:20px !important; line-height:22px !important; text-align: left; color: #888888 !important;}
.title-extra-large{ font-family: "Asap", sans-serif; font-size:20px !important; line-height:40px;}
.title-extra-large-2{ font-family: "Asap", sans-serif; font-size: 20px !important; line-height:36px; text-transform: uppercase;}
.title-extra-large-3{ font-family: "Asap", sans-serif; font-size:50px !important; line-height:57px;}
.title-extra-large-4{ font-family: "Asap", sans-serif; font-size:60px !important; line-height:67px;}
.title-extra-large-4 span{ font-family: "Asap", sans-serif; font-size:120px !important; line-height:130px;}
.title-extra-large-5{ font-family: "Asap", sans-serif; font-size:70px !important; line-height:80px;}
.title-extra-large-6{ font-family: "Asap", sans-serif; font-size:80px !important; line-height:90px;}
.title-extra-large-7{ font-family: "Asap", sans-serif; font-size:90px !important; line-height:90px;}
.title-extra-large-8{ font-family: "Asap", sans-serif; font-size:100px !important; line-height:100px;}
.title-extra-large-9{ font-family: "Asap", sans-serif; font-size:110px !important; line-height:100px;}
.title-big { font-size: 90px !important; line-height:95px;}
.title-extra-big { font-size: 150px !important; line-height:160px;}
.title-extra-big-2 { font-size: 160px !important; line-height:160px;}
.title-extra-big-3 { font-size: 180px !important; line-height:180px;}
.title-extra-big-4 { font-size: 190px !important; line-height:190px;}
.title-extra-big-5 { font-size: 200px !important; line-height:200px;}
.section-title-large { font-size: 35px !important; line-height: 39px;}
.section-title-medium { font-size: 30px !important; line-height: 35px;}
.section-title-small { font-size: 22px !important; line-height: 26px;}

/* letter spacing */
.letter-spacing-1 { letter-spacing:1px}
.letter-spacing-2 { letter-spacing:2px}
.letter-spacing-3 { letter-spacing:3px}
.letter-spacing-4 { letter-spacing:4px}
.letter-spacing-5 { letter-spacing:5px}
.letter-spacing-6 { letter-spacing:6px}
.letter-spacing-7 { letter-spacing:7px}
.letter-spacing-8 { letter-spacing:8px}
.letter-spacing-9 { letter-spacing:9px}
.letter-spacing-10 { letter-spacing:10px}
.letter-spacing-minus-1{ letter-spacing: -1px !important;}
.letter-spacing-minus-2{ letter-spacing: -2px !important;}
.letter-spacing-minus-3{ letter-spacing: -3px !important;}
.letter-spacing-minus-4{ letter-spacing: -4px !important;}
.letter-spacing-minus-5{ letter-spacing: -5px !important;}
.letter-spacing-minus-6{ letter-spacing: -6px !important;}
.no-letter-spacing { letter-spacing: 0px}

/* font weight */
.font-weight-100 { font-weight:100 !important;}
.font-weight-200 { font-weight:200 !important;}
.font-weight-300 { font-weight:300 !important;}
.font-weight-400 { font-weight:400 !important;}
.font-weight-500 { font-weight:500 !important;}
.font-weight-600 { font-weight:600 !important;}
.font-weight-700 { font-weight:700 !important;} 
.font-weight-800 { font-weight:800 !important;}
.font-weight-900 { font-weight:900 !important;}

/* line height */
.line-height-10{ line-height: 10px !important;}
.line-height-15{ line-height: 15px !important;}
.line-height-18{ line-height: 18px !important;}
.line-height-20{ line-height: 20px !important;}
.line-height-22{ line-height: 22px !important;}
.line-height-24{ line-height: 24px !important;}
.line-height-26{ line-height: 26px !important;}
.line-height-30{ line-height: 30px !important;}
.line-height-34{ line-height: 34px !important;}
.line-height-40{ line-height: 40px !important;}
.line-height-45{ line-height: 45px !important;}
.line-height-48{ line-height: 48px !important;}
.line-height-50 {line-height: 50px !important;}
.line-height-55{ line-height: 55px !important;}
.line-height-60 {line-height: 60px !important;}
.line-height-65{ line-height: 65px !important;}
.line-height-70{ line-height: 70px !important;}
.line-height-75{ line-height: 75px !important;}
.line-height-80{ line-height: 80px !important;}
.line-height-85{ line-height: 85px !important;}
.line-height-90{ line-height: 90px !important;}
.line-height-normal {line-height: normal !important}

.line-height-inherit {line-height: inherit !important}
.line-height-0{ line-height: 0px !important;}

/* text property */
.text-transform { text-transform:uppercase}
.text-decoration-underline { text-decoration:underline !important;}
.word-wrap { word-wrap: break-word}
.text-transform-none {text-transform:none} 
.line-height-none {line-height: 0 !important}
.text-decoration-line-through {text-decoration:line-through !important;}
.font-italic { font-style: italic;}

/* text color */
.text-white{ color:#ffffff !important;}
.text-black{ color:#000000 !important;}
.text-grey{ color:#888888 !important;}
.text-dark-gray { color:#282828!important;}
.text-light-gray{ color: #bfbfbf;}
.text-light-gray2 { color: #707070;}
.text-medium-gray{ color: #848484;}
.text-gray{color: #ababab;} 
.text-yellow{ color:#ffcf29;}
.text-light-yellow{color: #f7f4ec;}
.text-golden-yellow{color: #ecce63;}
.text-blue{ color:#3953a1;}
.text-deep-blue{ color: #2e5ba5;}
.text-dark-blue { color: #2c353f;}
.text-fast-blue{ color: #3966e6;}
.text-sky-blue-dark{ color: #2c91d8;}
.text-blue-gray { color:#919499;}
.text-cyan{ color: #31c99b;}
.text-deep-red{ color: #e7403a;}
.text-pink{ color: #ff3d7f;}
.text-dark-cherry { color: #3d3234;}
.text-rosy-brown{color: #827777;}
.text-light-red{color: #dc6768;}
.text-sky-blue {color: #32b6e6;}
.text-light-green {color: #8BC34A;}
.text-deep-green { color: #6aa84f;}
.text-dark-slate-blue{color: #55365e;}
.text-bitter-sweet{color: #f3605c;}
.text-orange{color: #ef5037;}
.text-light-orange{color: #ff573d;}
.text-deep-purple { color: #472e83;}
.text-chrome-yellow { color: #f5ab35;}
.text-turquoise-green {color: #2ccb8e}
.text-brown { color: #4e2b1f;}
.text-golden{ color: #d0ae5e;}
.text-deep-orange {color: #f26149}
.text-sand-yellow {color: #bdb6b2}
.text-light-purple-blue { color: #374a8a;}
.text-dark-purple-blue { color: #2a3869;}
.text-puerto-rico {color:#55beae; }
.text-orange-peel { color: #FF9800;}
.text-greenish-blue { color: #3ed6a2;}
.text-light-blue { color: #53d0e7;}
.text-dark-speech-blue { color: #1b1841;}
.text-yellow-ochre {color: #c0812a}
.text-yellowish-gray {color: #817b71}
.text-light-deep-yellow {color: #f5f0e9}
.text-dark-aqua { color: #43cbcd;}
.text-emerald { color: #47DF84;}
.text-deep-green-dark{color: #40c37d}
.text-deep-blue-dark{color: #2e70c4}
.text-very-light-gray { color: #e6e6e6;}
.text-fast-pink { color: #ff1967;}
.text-fast-blue2 {color: #1080f2;}
.text-meteorite { color: #473d5f;}
.text-cinnabar {color: #E74948;}
.text-poison-green {color: #05d561;}
.text-dark-bitter-sweet {color: #807575;}
.text-red {color: #bc3031;}
.text-tequila-gold { color: #af7f65 !important;}
.text-dark-brown { color: #7d6548;}
.text-light-brown { color: #cec3b5;}
.text-extra-dark-brown { color: #251b10;}
.text-green { color: #173a61;}
.text-mare-branco { color: #fff;}
.text-mare-gold { color: #ad7f66;}

/* slider typography */
.slider-text-middle-main { display: table; height: 100%; width: 100% }
.slider-text-bottom { display: table-cell; vertical-align: bottom; }
.slider-text-top { display: table-cell; vertical-align: top; }
.slider-text-middle { display: table-cell; vertical-align: middle; }
.slider-typography { height: 100%; position: absolute; z-index: 1; right: 0; left: 0; }
.slider-content-box { position: relative; z-index: 2}



/* ===================================
    Background Color
====================================== */
section#video {background: #3c3537;}
section#img-terreo {background: #3c3537;}
section#boulevard {background: #66523d;}
.bg-white{ background: #fff;}
.bg-black{ background: #000000; }
.bg-gray { background-color: #f6f6f6;}
.bg-brown{ background-color: #efe6da;}
.bg-light-gray { background: #f7f7f7;}
.bg-dark-gray{ background: #282828;}
.bg-middle-gray{ background: #dedede;}
.bg-dark-blue { background: #2c353f;}
.bg-fast-blue{ background: #3966e6;}
.bg-blue{ background: #1f337a;}
.bg-deep-blue{ background: #2e5ba5;}
.bg-sky-blue {background: #32b6e6;}
.bg-sky-blue-dark{ background: #2c91d8;}
.bg-cyan { background-color: #31c99b;}
.bg-light-cyan { background-color: #6dc6a8;}
.bg-cream { background-color: #f7f5e7;}
.bg-dark-cream { background-color: #ac9377;}
.bg-dark-cherry { background: #3d3234;}
.bg-pink { background: #ff3d7f;}
.bg-deep-red{ background: #e7403a;}
.bg-rosy-brown{background:#9f9292;}
.bg-light-red{background: #dc6768;}
.bg-deep-purple { background: #472e83;}
.bg-light-green { background: #8BC34A;}
.bg-medium-green { background: #259319;}
.bg-deep-green { background: #6aa84f;}
.bg-yellow{ background: #ffcf29;}
.bg-light-yellow{background: #f7f4ec;}
.bg-golden-yellow{background: #ecce63;}
.bg-purple{background: #221825;}
.bg-dark-slate-blue{background: #353d4f;}
.bg-bitter-sweet{background: #f3605c;}
.bg-scarlet-gum{background: #432a4b;}
.bg-orange{background: #ef5037;}
.bg-light-orange{background: #ff573d;}
.bg-chrome-yellow { background: #f5ab35;}
.bg-gray-yellow { background: #f6f5f5;}
.bg-very-light-gray { background: #f8f8f8;}
.bg-turquoise-green {background: #2ccb8e}
.bg-golden { background: #d0ae5e;}
.bg-deep-orange {background:#f26149}
.bg-sand-yellow {background:#fbf9f3}
.bg-sand-yellow-dark {background:#4a3b34}
.bg-deep-purple {background:#4b3a6c}
.bg-dark-purple-blue { background: #2a3869;}
.bg-puerto-rico {background:#55beae; }
.bg-orange-peel { background: #FF9800;}
.bg-greenish-blue { background: #3ed6a2;}
.bg-light-blue { background: #53d0e7;}
.bg-dark-speech-blue { background: #1b1841 !important;}
.bg-light-deep-yellow {background: #f5f0e9}
.bg-yellow-ochre {background: #c0812a}
.bg-yellowish-gray {background: #8f887e}
.bg-aqua { background: #46eff0;}
.bg-emerald { background: #47DF84;}
.bg-mongoose { background: #A78A73;}
.bg-deep-green-dark {background: #40c37d}
.bg-deep-blue-dark  {background: #2e70c4}
.bg-light-purple-blue { background: #374a8a;}
.bg-middle-light-gray { background: #686868;}
.bg-cod-grey { background: #313233;}
.bg-charcoal {background: #242526;}
.bg-black-russian { background: #1c1c1d;}
.bg-light-gray2 { background: #ededed;}
.bg-fast-pink { background: #ff1967;}
.bg-fast-blue2 {background: #1080f2;}
.bg-meteorite { background: #473d5f;}
.bg-cinnabar { background: #E74948;}
.bg-dark-gray2{background: #181818;}
.bg-poison-green {background: #05d561;}
.bg-light-bitter-sweet {background: #f8eded;}
.bg-red {background: #bc3031;}
.bg-nero { background: #272727;}
.bg-dark-nero { background: #0e0e0e;}
.bg-medium-nero { background: #173a61;}
.bg-tequila-gold { background: #af7f65;}
.bg-dark-purple { background: #181623;}
.bg-dark-brown { background: #7d6548;}
.bg-very-light-brown { background: #eee3d6;}
.bg-cinza { background: #555e67;}
.bg-panorama { background: #173a61;}
.bg-serena { background: #c7d6ee;}
.bg-serena-clean { background: #fff;}
.bg-mare { background: #af7f65; font-family: "Asap", sans-serif !important;}
.bg-mare-clean { background: #fff; font-family: "Asap", sans-serif !important;}

/* rgb background color */
.bg-cyan-rgba { background-color: rgba(49, 201, 155, 0.9);}
.bg-white-light-rgba{ background-color: rgba(255, 255, 255, 0.9);}
.bg-black-light-rgba{ background-color: rgba(0, 0, 0, 0.45);}
.bg-black-dark-rgba{ background-color: rgba(0, 0, 0, 0.8);}
.bg-greenish-blue-rgba {background-color: rgba(62, 214, 162, 0.80);}
.bg-orange-rgba { background-color: rgba(255, 152, 0, 0.8);}
.bg-black-medium-rgba{ background-color: rgba(0, 0, 0, 0.7);}

/* opacity */
.only-opacity-light{ opacity: 0.5; }
.opacity-light{ position: absolute; height: 100%; width: 100%; opacity: 0.5; z-index: 1; top:0; left: 0 }
.opacity-medium{ position: absolute; height: 100%; width: 100%; opacity: 0.7; z-index: 1; top:0; left: 0 }
.opacity-full{ position: absolute; height: 100%; width: 100%; opacity: 0.8; top:0; left: 0 }
.opacity-full-dark{ position: absolute; height: 100%; width: 100%; opacity: 0.9; z-index: 1; top:0; left: 0 }


/* background image */
.cover-background { background-position: center center !important; background-repeat: no-repeat !important; background-size: cover !important; overflow: hidden; position: relative;}
.fix-background { background-attachment: fixed !important; background-position: center center; background-repeat: no-repeat !important; background-size: cover !important; overflow: hidden; position: relative;}



/* ===================================
    Margin
====================================== */

/* margin all side */
.margin-one-half{margin:0.5% !important}
.margin-one{margin:1% !important}
.margin-two{margin:1.5% !important}
.margin-three{margin:2% !important}
.margin-four{margin:2.5% !important}
.margin-five{margin:3% !important}
.margin-six{margin:3.5% !important}
.margin-seven{margin:4% !important}
.margin-eight {margin:4.5% !important}
.margin-nine{margin:5% !important}
.margin-ten{ margin:5.5% !important}
.margin-eleven{ margin:6% !important}
.margin-twelve{ margin:6.5% !important}
.margin-thirteen{ margin:7% !important}
.margin-fourteen{ margin:7.5% !important}
.margin-fifteen{ margin:8% !important}
.margin-sixteen{ margin:8.5% !important}
.margin-seventeen{ margin:9% !important}
.margin-eighteen{ margin:9.5% !important}
.margin-nineteen{ margin:10% !important}
.margin-twenty{ margin:10.5% !important}
.margin-twenty-one{ margin:11% !important}
.margin-twenty-two{ margin:11.5% !important}
.margin-twenty-three{ margin:12% !important}
.margin-twenty-four{ margin:12.5% !important}
.margin-twenty-five{ margin:13% !important}
.margin-twenty-six{ margin:13.5% !important}
.margin-twenty-seven{ margin:14% !important}
.margin-twenty-eight{ margin:14.5% !important}
.margin-twenty-nine{ margin:15% !important}
.margin-thirty{ margin:15.5% !important}
.margin-thirty-one{margin:16% !important}
.margin-thirty-two{margin:16.5% !important}
.margin-thirty-three{margin:17% !important}
.margin-thirty-four{margin:17.5% !important}
.margin-thirty-five{margin:18% !important}

/* margin bottom */
.margin-one-half-bottom{margin-bottom: 0.5% !important}
.margin-one-bottom{margin-bottom:1% !important}
.margin-two-bottom{margin-bottom:1.5% !important}
.margin-three-bottom{margin-bottom:2% !important}
.margin-four-bottom{margin-bottom:2.5% !important}
.margin-five-bottom{margin-bottom:3% !important}
.margin-six-bottom{margin-bottom:3.5% !important}
.margin-seven-bottom{margin-bottom:4% !important}
.margin-eight-bottom {margin-bottom:4.5% !important}
.margin-nine-bottom{margin-bottom:5% !important}
.margin-ten-bottom{margin-bottom:5.5% !important}
.margin-eleven-bottom{margin-bottom:6% !important}
.margin-twelve-bottom{margin-bottom:6.5% !important}
.margin-thirteen-bottom{margin-bottom:7% !important}
.margin-fourteen-bottom{margin-bottom:7.5% !important}
.margin-fifteen-bottom{margin-bottom:8% !important}
.margin-sixteen-bottom{margin-bottom:8.5% !important}
.margin-seventeen-bottom{margin-bottom:9% !important}
.margin-eighteen-bottom{margin-bottom:9.5% !important}
.margin-nineteen-bottom{margin-bottom:10% !important}
.margin-twenty-bottom{margin-bottom:10.5% !important}
.margin-twenty-one-bottom{margin-bottom:11% !important}
.margin-twenty-two-bottom{margin-bottom:11.5% !important}
.margin-twenty-three-bottom{margin-bottom:12% !important}
.margin-twenty-four-bottom{margin-bottom:12.5% !important}
.margin-twenty-five-bottom{margin-bottom:13% !important}
.margin-twenty-six-bottom{margin-bottom:13.5% !important}
.margin-twenty-seven-bottom{margin-bottom:14% !important}
.margin-twenty-eight-bottom{margin-bottom:14.5% !important}
.margin-twenty-nine-bottom{margin-bottom:15% !important}
.margin-thirty-bottom{margin-bottom:15.5% !important}
.margin-thirty-one-bottom{margin-bottom:16% !important}
.margin-thirty-two-bottom{margin-bottom:16.5% !important}
.margin-thirty-three-bottom{margin-bottom:17% !important}
.margin-thirty-four-bottom{margin-bottom:17.5% !important}
.margin-thirty-five-bottom{margin-bottom:18% !important}
.margin-bottom-10px{ margin-bottom:10px !important}
.margin-bottom-15px{ margin-bottom:15px !important}

/* margin top */
.margin-one-half-top{margin-top: 0.5% !important}
.margin-one-top{margin-top:1% !important}
.margin-two-top{margin-top:1.5% !important}
.margin-three-top{margin-top:2% !important}
.margin-four-top{margin-top:2.5% !important}
.margin-five-top{margin-top:3% !important}
.margin-six-top{margin-top:3.5% !important}
.margin-seven-top{margin-top:4% !important}
.margin-eight-top {margin-top:4.5% !important}
.margin-nine-top{margin-top:0% !important}
.margin-ten-top{margin-top:5.5% !important}
.margin-eleven-top{margin-top:6% !important}
.margin-twelve-top{margin-top:6.5% !important}
.margin-thirteen-top{margin-top:7% !important}
.margin-fourteen-top{margin-top:7.5% !important}
.margin-fifteen-top{margin-top:8% !important}
.margin-sixteen-top{margin-top:8.5% !important}
.margin-seventeen-top{margin-top:9% !important}
.margin-eighteen-top{margin-top:9.5% !important}
.margin-nineteen-top{margin-top:10% !important}
.margin-twenty-top{margin-top:10.5% !important}
.margin-twenty-one-top{margin-top:11% !important}
.margin-twenty-two-top{margin-top:11.5% !important}
.margin-twenty-three-top{margin-top:12% !important}
.margin-twenty-four-top{margin-top:12.5% !important}
.margin-twenty-five-top{margin-top:13% !important}
.margin-twenty-six-top{margin-top:13.5% !important}
.margin-twenty-seven-top{margin-top:14% !important}
.margin-twenty-eight-top{margin-top:14.5% !important}
.margin-twenty-nine-top{margin-top:15% !important}
.margin-thirty-top{margin-top:15.5% !important}
.margin-thirty-one-top{margin-top:16% !important}
.margin-thirty-two-top{margin-top:16.5% !important}
.margin-thirty-three-top{margin-top:17% !important}
.margin-thirty-four-top{margin-top:17.5% !important}
.margin-thirty-five-top{margin-top:18% !important}
.margin-top-5px{ margin-top:5px !important}
.margin-top-10px{ margin-top:10px !important}
.margin-top-15px{ margin-top:15px !important}

/* margin left */
.margin-one-half-left {margin-left:0.5% !important}
.margin-one-left {margin-left:1% !important}
.margin-two-left {margin-left:1.5% !important}
.margin-three-left {margin-left:2% !important}
.margin-four-left {margin-left:2.5% !important}
.margin-five-left {margin-left:3% !important}
.margin-six-left {margin-left:3.5% !important}
.margin-seven-left {margin-left:4% !important}
.margin-eight-left {margin-left:4.5% !important}
.margin-nine-left {margin-left:5% !important}
.margin-ten-left {margin-left:5.5% !important}
.margin-eleven-left {margin-left:6% !important}
.margin-twelve-left {margin-left:6.5% !important}
.margin-thirteen-left {margin-left:7% !important}
.margin-fourteen-left {margin-left:7.5% !important}
.margin-fifteen-left {margin-left:8% !important}
.margin-sixteen-left {margin-left:8.5% !important}
.margin-seventeen-left{margin-left:9% !important}
.margin-eighteen-left {margin-left:9.5% !important}
.margin-nineteen-left {margin-left:10% !important}
.margin-twenty-left{margin-left:10.5% !important}
.margin-twenty-one-left{margin-left:11% !important}
.margin-twenty-two-left{margin-left:11.5% !important}
.margin-twenty-three-left{margin-left:12% !important}
.margin-twenty-four-left{margin-left:12.5% !important}
.margin-twenty-five-left{margin-left:13% !important}
.margin-twenty-six-left{margin-left:13.5% !important}
.margin-twenty-seven-left{margin-left:14% !important}
.margin-twenty-eight-left{margin-left:14.5% !important}
.margin-twenty-nine-left{margin-left:15% !important}
.margin-thirty-left{margin-left:15.5% !important}
.margin-thirty-one-left{margin-left:16% !important}
.margin-thirty-two-left{margin-left:16.5% !important}
.margin-thirty-three-left{margin-left:17% !important}
.margin-thirty-four-left{margin-left:17.5% !important}
.margin-thirty-five-left{margin-left:18% !important}
.margin-left-5px {margin-left:5px !important}
.margin-left-10px {margin-left:10px !important}
.margin-left-15px {margin-left:15px !important}
.margin-left-25px {margin-left:25px !important}
.margin-left-40px {margin-left:40px !important}


/* margin right */
.margin-one-half-right {margin-right:0.5% !important}
.margin-one-right {margin-right:1% !important}
.margin-two-right {margin-right:1.5% !important}
.margin-three-right {margin-right:2% !important}
.margin-four-right {margin-right:2.5% !important}
.margin-five-right {margin-right:3% !important}
.margin-six-right {margin-right:3.5% !important}
.margin-seven-right {margin-right:4% !important}
.margin-eight-right {margin-right:4.5% !important}
.margin-nine-right {margin-right:5% !important}
.margin-ten-right {margin-right:5.5% !important}
.margin-eleven-right {margin-right:6% !important}
.margin-twelve-right {margin-right:6.5% !important}
.margin-thirteen-right {margin-right:7% !important}
.margin-fourteen-right {margin-right:7.5% !important}
.margin-fifteen-right {margin-right:8% !important}
.margin-sixteen-right {margin-right:8.5% !important}
.margin-seventeen-right{margin-right:9% !important}
.margin-eighteen-right {margin-right:9.5% !important}
.margin-nineteen-right {margin-right:10% !important}
.margin-twenty-right{margin-right:10.5% !important}
.margin-twenty-one-right{margin-right:11% !important}
.margin-twenty-two-right{margin-right:11.5% !important}
.margin-twenty-three-right{margin-right:12% !important}
.margin-twenty-four-right{margin-right:12.5% !important}
.margin-twenty-five-right{margin-right:13% !important}
.margin-twenty-six-right{margin-right:13.5% !important}
.margin-twenty-seven-right{margin-right:14% !important}
.margin-twenty-eight-right{margin-right:14.5% !important}
.margin-twenty-nine-right{margin-right:15% !important}
.margin-thirty-right{margin-right:15.5% !important}
.margin-thirty-one-right{margin-right:16% !important}
.margin-thirty-two-right{margin-right:16.5% !important}
.margin-thirty-three-right{margin-right:17% !important}
.margin-thirty-four-right{margin-right:17.5% !important}
.margin-thirty-five-right{margin-right:18% !important}
.margin-right-5px {margin-right:5px !important}
.margin-right-10px {margin-right:10px !important}
.margin-right-15px {margin-right:15px !important}
.margin-right-25px {margin-right:25px !important}

.no-margin{ margin:0 !important}
.no-margin-lr{ margin-left: 0 !important; margin-right: 0 !important}
.no-margin-tb{ margin-top: 0 !important; margin-bottom: 0 !important}
.no-margin-top{ margin-top:0 !important}
.no-margin-bottom{ margin-bottom:0 !important}
.no-margin-left{ margin-left:0 !important}
.no-margin-right{ margin-right:0 !important}
.margin-lr-auto {margin-left:auto !important; margin-right:auto !important}

/* ===================================
    Padding
====================================== */

/* padding all side */
.padding-one-half{padding:0.5% !important}
.padding-one{padding:1% !important}
.padding-two{padding:1.5% !important}
.padding-three{padding:2% !important}
.padding-four{padding:2.5% !important}
.padding-five{padding:3% !important}
.padding-six{padding:3.5% !important}
.padding-seven{padding:4% !important}
.padding-eight {padding:4.5% !important}
.padding-nine {padding:5% !important}
.padding-ten{ padding:5.5% !important}
.padding-eleven{ padding:6% !important}
.padding-twelve{ padding:6.5% !important}
.padding-thirteen{ padding:7% !important}
.padding-fourteen{ padding:7.5% !important}
.padding-fifteen{ padding:8% !important}
.padding-sixteen{ padding:8.5% !important}
.padding-seventeen{ padding:9% !important}
.padding-eighteen{ padding:9.5% !important}
.padding-nineteen{ padding:10% !important}
.padding-twenty{ padding:10.5% !important}
.padding-twenty-one{ padding:11% !important}
.padding-twenty-two{ padding:5% !important}
.padding-twenty-three{ padding:12% !important}
.padding-twenty-four{ padding:12.5% !important}
.padding-twenty-five{ padding:5% !important}
.padding-twenty-six{ padding:13.5% !important}
.padding-twenty-seven{ padding:14% !important}
.padding-twenty-eight{ padding:14.5% !important}
.padding-twenty-nine{ padding:15% !important}
.padding-thirty{ padding:15.5% !important}
.padding-thirty-one{padding:16% !important}
.padding-thirty-two{padding:16.5% !important}
.padding-thirty-three{padding:17% !important}
.padding-thirty-four{padding:17.5% !important}
.padding-thirty-five{padding:18% !important}

/* padding left */
.padding-one-half-left {padding-left:0.5% !important}
.padding-one-left {padding-left:1% !important}
.padding-two-left {padding-left:1.5% !important}
.padding-three-left {padding-left:2% !important}
.padding-four-left {padding-left:2.5% !important}
.padding-five-left {padding-left:3% !important}
.padding-six-left {padding-left:3.5% !important}
.padding-seven-left {padding-left:4% !important}
.padding-eight-left {padding-left:4.5% !important}
.padding-nine-left {padding-left:5% !important}
.padding-ten-left {padding-left:5.5% !important}
.padding-eleven-left {padding-left:6% !important}
.padding-twelve-left {padding-left:6.5% !important}
.padding-thirteen-left {padding-left:7% !important}
.padding-fourteen-left {padding-left:7.5% !important}
.padding-fifteen-left {padding-left:8% !important}
.padding-sixteen-left {padding-left:8.5% !important}
.padding-seventeen-left{padding-left:9% !important}
.padding-eighteen-left {padding-left:9.5% !important}
.padding-nineteen-left {padding-left:10% !important}
.padding-twenty-left{padding-left:10.5% !important}
.padding-twenty-one-left{padding-left:11% !important}
.padding-twenty-two-left{padding-left:11.5% !important}
.padding-twenty-three-left{padding-left:12% !important}
.padding-twenty-four-left{padding-left:12.5% !important}
.padding-twenty-five-left{padding-left:13% !important}
.padding-twenty-six-left{padding-left:13.5% !important}
.padding-twenty-seven-left{padding-left:14% !important}
.padding-twenty-eight-left{padding-left:14.5% !important}
.padding-twenty-nine-left{padding-left:15% !important}

.padding-left-5px{ padding-left:5px !important;}
.padding-left-10px{ padding-left:10px !important;}
.padding-left-15px{ padding-left:15px !important;}
.padding-left-20px{ padding-left:20px !important;}
.padding-left-25px{ padding-left:25px !important;}
.padding-left-30px{ padding-left:30px !important;}
.padding-left-35px{ padding-left:35px !important;}
.padding-left-40px{ padding-left:40px !important;}
.padding-left-45px{ padding-left:45px !important;}
.padding-left-50px{ padding-left:50px !important;}
.padding-left-55px{ padding-left:55px !important;}
.padding-left-60px{ padding-left:60px !important;}
.padding-left-65px{ padding-left:65px !important;}
.padding-left-70px{ padding-left:70px !important;}
.padding-left-75px{ padding-left:75px !important;}
.padding-left-80px{ padding-left:80px !important;}

/* padding right */
.padding-one-half-right {padding-right:0.5% !important}
.padding-one-right {padding-right:1% !important}
.padding-two-right {padding-right:1.5% !important}
.padding-three-right {padding-right:2% !important}
.padding-four-right {padding-right:2.5% !important}
.padding-five-right {padding-right:3% !important}
.padding-six-right {padding-right:3.5% !important}
.padding-seven-right {padding-right:4% !important}
.padding-eight-right {padding-right:4.5% !important}
.padding-nine-right {padding-right:5% !important}
.padding-ten-right {padding-right:5.5% !important}
.padding-eleven-right {padding-right:6% !important}
.padding-twelve-right {padding-right:6.5% !important}
.padding-thirteen-right {padding-right:7% !important}
.padding-fourteen-right {padding-right:7.5% !important}
.padding-fifteen-right {padding-right:8% !important}
.padding-sixteen-right {padding-right:8.5% !important}
.padding-seventeen-right{padding-right:9% !important}
.padding-eighteen-right {padding-right:9.5% !important}
.padding-nineteen-right {padding-right:10% !important}
.padding-twenty-right{padding-right:10.5% !important}
.padding-twenty-one-right{padding-right:11% !important}
.padding-twenty-two-right{padding-right:11.5% !important}
.padding-twenty-three-right{padding-right:12% !important}
.padding-twenty-four-right{padding-right:12.5% !important}
.padding-twenty-five-right{padding-right:13% !important}
.padding-twenty-six-right{padding-right:13.5% !important}
.padding-twenty-seven-right{padding-right:14% !important}
.padding-twenty-eight-right{padding-right:14.5% !important}
.padding-twenty-nine-right{padding-right:15% !important}

/* padding top */
.padding-one-half-top {padding-top:0.5% !important}
.padding-one-top {padding-top:1% !important}
.padding-two-top {padding-top:1.5% !important}
.padding-three-top {padding-top:2% !important}
.padding-four-top {padding-top:2.5% !important}
.padding-five-top {padding-top:3% !important}
.padding-six-top {padding-top:3.5% !important}
.padding-seven-top {padding-top:4% !important}
.padding-eight-top {padding-top:4.5% !important}
.padding-nine-top {padding-top:5% !important}
.padding-ten-top {padding-top:5.5% !important}
.padding-eleven-top {padding-top:6% !important}
.padding-twelve-top {padding-top:6.5% !important}
.padding-thirteen-top {padding-top:7% !important}
.padding-fourteen-top {padding-top:7.5% !important}
.padding-fifteen-top {padding-top:8% !important}
.padding-sixteen-top {padding-top:8.5% !important}
.padding-seventeen-top{padding-top:9% !important}
.padding-eighteen-top {padding-top:9.5% !important}
.padding-nineteen-top {padding-top:10% !important}
.padding-twenty-top{padding-top:10.5% !important}
.padding-twenty-one-top{padding-top:11% !important}
.padding-twenty-two-top{padding-top:11.5% !important}
.padding-twenty-three-top{padding-top:12% !important}
.padding-twenty-four-top{padding-top:12.5% !important}
.padding-twenty-five-top{padding-top:13% !important}
.padding-twenty-six-top{padding-top:13.5% !important}
.padding-twenty-seven-top{padding-top:14% !important}
.padding-twenty-eight-top{padding-top:14.5% !important}
.padding-twenty-nine-top{padding-top:15% !important}

.padding-top-5px{ padding-top:5px !important;}
.padding-top-10px{ padding-top:10px !important;}
.padding-top-15px{ padding-top:15px !important;}
.padding-top-20px{ padding-top:20px !important;}
.padding-top-25px{ padding-top:25px !important;}
.padding-top-30px{ padding-top:30px !important;}
.padding-top-35px{ padding-top:35px !important;}
.padding-top-40px{ padding-top:40px !important;}
.padding-top-45px{ padding-top:45px !important;}
.padding-top-50px{ padding-top:50px !important;}
.padding-top-55px{ padding-top:55px !important;}
.padding-top-60px{ padding-top:60px !important;}
.padding-top-65px{ padding-top:65px !important;}
.padding-top-70px{ padding-top:70px !important;}
.padding-top-75px{ padding-top:75px !important;}
.padding-top-80px{ padding-top:80px !important;}

/* padding bottom */
.padding-one-half-bottom {padding-bottom:0.5% !important}
.padding-one-bottom {padding-bottom:1% !important}
.padding-two-bottom {padding-bottom:1.5% !important}
.padding-three-bottom {padding-bottom:2% !important}
.padding-four-bottom {padding-bottom:2.5% !important}
.padding-five-bottom {padding-bottom:3% !important}
.padding-six-bottom {padding-bottom:3.5% !important}
.padding-seven-bottom {padding-bottom:4% !important}
.padding-eight-bottom {padding-bottom:4.5% !important}
.padding-nine-bottom {padding-bottom:5% !important}
.padding-ten-bottom {padding-bottom:5.5% !important}
.padding-eleven-bottom {padding-bottom:6% !important}
.padding-twelve-bottom {padding-bottom:6.5% !important}
.padding-thirteen-bottom {padding-bottom:7% !important}
.padding-fourteen-bottom {padding-bottom:7.5% !important}
.padding-fifteen-bottom {padding-bottom:8% !important}
.padding-sixteen-bottom {padding-bottom:8.5% !important}
.padding-seventeen-bottom{padding-bottom:9% !important}
.padding-eighteen-bottom {padding-bottom:9.5% !important}
.padding-nineteen-bottom {padding-bottom:10% !important}
.padding-twenty-bottom{padding-bottom:10.5% !important}
.padding-twenty-one-bottom{padding-bottom:11% !important}
.padding-twenty-two-bottom{padding-bottom:11.5% !important}
.padding-twenty-three-bottom{padding-bottom:12% !important}
.padding-twenty-four-bottom{padding-bottom:12.5% !important}
.padding-twenty-five-bottom{padding-bottom:13% !important}
.padding-twenty-six-bottom{padding-bottom:13.5% !important}
.padding-twenty-seven-bottom{padding-bottom:14% !important}
.padding-twenty-eight-bottom{padding-bottom:14.5% !important}
.padding-twenty-nine-bottom{padding-bottom:15% !important}

.padding-bottom-5px{ padding-bottom:5px !important;}
.padding-bottom-10px{ padding-bottom:10px !important;}
.padding-bottom-15px{ padding-bottom:15px !important;}
.padding-bottom-20px{ padding-bottom:20px !important;}
.padding-bottom-25px{ padding-bottom:25px !important;}
.padding-bottom-30px{ padding-bottom:30px !important;}
.padding-bottom-35px{ padding-bottom:35px !important;}
.padding-bottom-40px{ padding-bottom:40px !important;}
.padding-bottom-45px{ padding-bottom:45px !important;}
.padding-bottom-50px{ padding-bottom:50px !important;}

.padding-left-right-px { padding: 0 15px !important;}
.padding-30px-top { padding-top:30px !important;}
.padding-40px-top { padding-top:40px !important;}
.padding-60px-top { padding-top:60px !important;}
.padding-90px-top { padding-top: 90px !important;}
.padding-110px-top { padding-top: 110px !important;}
.padding-120px-top { padding-top: 120px !important;}
.padding-130px-top { padding-top: 130px !important;}
.padding-140px-top { padding-top: 140px !important;}
.padding-150px-top { padding-top: 150px !important;}
.padding-60px-bottom { padding-bottom: 60px !important;}
.padding-30px-tb{ padding-top: 30px !important; padding-bottom: 30px !important;}
.padding-40px-tb{ padding-top: 40px !important; padding-bottom: 40px !important;}
.padding-50px-tb{ padding-top: 50px !important; padding-bottom: 50px !important;}
.padding-60px-tb{ padding-top: 60px !important; padding-bottom: 60px !important;}
.padding-70px-tb{ padding-top: 70px !important; padding-bottom: 70px !important;}
.padding-80px-tb{ padding-top: 80px !important; padding-bottom: 80px !important;}
.padding-90px-tb{ padding-top: 90px !important; padding-bottom: 90px !important;}
.padding-110px-tb{ padding-top: 110px !important; padding-bottom: 110px !important;}
.padding-120px-tb{ padding-top: 120px !important; padding-bottom: 120px !important;}
.padding-130px-tb{ padding-top: 130px !important; padding-bottom: 130px !important;}
.padding-140px-tb{ padding-top: 140px !important; padding-bottom: 140px !important;}
.padding-150px-tb{ padding-top: 150px !important; padding-bottom: 150px !important;}
.padding-100px-tb{ padding-top: 100px !important; padding-bottom: 100px !important;}

.no-padding{ padding:0 !important}
.no-padding-lr{ padding-left: 0 !important; padding-right: 0 !important}
.no-padding-tb{ padding-top: 0 !important; padding-bottom: 0 !important}
.no-padding-top{ padding-top:0 !important}
.no-padding-bottom{ padding-bottom:0 !important}
.no-padding-left{ padding-left:0 !important}
.no-padding-right{ padding-right:0 !important}

/* ===================================
    Custom
====================================== */

.display-flex {display: flex !important;}

/* float */
.float-left { float: left !important;}
.float-right { float: right !important;}
.float-none { float: none !important;}

/* section */
.center-col { float: none !important; margin-left: auto !important; margin-right: auto !important;}
.clear-both{ clear:both}

/* separator */
.separator-line { height: 1px; width: 68px;}
.separator-line1 { height: 1px; width: 65px;}
.separator-line2 { height: 3px; width: 60px;}
.separator-line3 { height: 3px; width: 40px;}
.separator-line-full { height: 1px; margin: 0 auto; width: 100%;}

/* vertical align */
.vertical-align-middle { vertical-align: middle !important;}
.vertical-align-bottom { vertical-align: bottom !important;}
.vertical-align-top { vertical-align: top !important;}
.vertical-align-sub { vertical-align: sub !important;}

/* display */
.display-block { display: block !important}
.overflow-hidden{ overflow: hidden !important}
.overflow-auto{ overflow: auto !important}
.display-inline-block { display: inline-block !important}
.display-inline { display: inline !important}
.display-none { display: none !important}
.display-inherit { display: inherit !important}
.display-table{ display: table !important;}
.display-table-cell-vertical-middle{ display: table-cell; vertical-align: middle; float: none;}
.display-table-cell-vertical-bottom{ display: table-cell; vertical-align:bottom; float: none;}
.list-style-none { list-style: none; padding: 0; margin: 0;}

/* position */
.position-relative{ position: relative !important; z-index: 5 }
.position-absolute {position: absolute !important;}
.position-fixed {position: fixed !important;}
.position-inherit {position: inherit !important;}
.position-static { position: static !important}
.position-right { right:0 !important; }
.position-left { left:0 !important; }
.position-top { top:0 !important; }
.position-bottom { bottom:0 !important; }

/* top */
.top-1{top: 1px !important;}
.top-2{top: 2px !important;}
.top-3{top: 3px !important;}
.top-4{top: 4px !important;}
.top-5{top: 5px !important;}
.top-6{top: 6px !important;}
.top-7{top: 7px !important;}
.top-8{top: 8px !important;}
.top-9{top: 9px !important;}
.top-10{top: 10px !important;}

.top-minus1 {top: -1px !important}
.top-minus2 {top: -2px !important}
.top-minus3 {top: -3px !important}
.top-minus4 {top: -4px !important}
.top-minus5 {top: -5px !important}
.top-minus6 {top: -6px !important}
.top-minus7 {top: -7px !important}
.top-minus8 {top: -8px !important}
.top-minus9 {top: -9px !important}
.top-minus10 {top: -10px !important}

.left-minus1 {left: -1px !important}
.left-minus2 {left: -2px !important}
.left-minus3 {left: -3px !important}
.left-minus4 {left: -4px !important}
.left-minus5 {left: -5px !important}
.left-minus6 {left: -6px !important}
.left-minus7 {left: -7px !important}
.left-minus8 {left: -8px !important}
.left-minus9 {left: -9px !important}
.left-minus10 {left: -10px !important}

.left-1 {left: 1px !important}
.left-2 {left: 2px !important}
.left-3 {left: 3px !important}
.left-4 {left: 4px !important}
.left-5 {left: 5px !important}
.left-6 {left: 6px !important}
.left-7 {left: 7px !important}
.left-8 {left: 8px !important}
.left-9 {left: 9px !important}
.left-10 {left: 10px !important}

/* bottom */
.bottom-3{bottom: 3px !important;}
.bottom-4{bottom: 4px !important;}
.bottom-5{bottom: 5px !important;}
.bottom-6{bottom: 6px !important;}
.bottom-7{bottom: 7px !important;}
.bottom-8{bottom: 8px !important;}
.bottom-9{bottom: 9px !important;}
.bottom-10{bottom: 10px !important;}

/* width */
.width { display: inline-block; position: relative; width: 90%; }
.width-15 { width:15% !important;}
.width-20 { width:20% !important;}
.width-25 { width:25% !important;}
.width-30 { width:30% !important;}
.width-35 { width:35% !important;}
.width-40 { width:40% !important;}
.width-45 { width:45% !important;}
.width-50 { width:50% !important;}
.width-55 { width:55% !important;}
.width-60 { width:60% !important;}
.width-65 { width:65% !important;}
.width-70 { width:70% !important;}
.width-75 { width:75% !important;}
.width-80 { width:80% !important;}
.width-85 { width:100% !important;}
.width-90 { width:90% !important;}
.width-95 { width:95% !important;}
.width-100 { width:100% !important;}
.width-auto { width: auto !important}

.height-20 { height:20% !important;}
.height-25 { height:25% !important;}
.height-30 { height:30% !important;}
.height-35 { height:35% !important;}
.height-40 { height:40% !important;}
.height-45 { height:45% !important;}
.height-50 { height:50% !important;}
.height-55 { height:55% !important;}
.height-60 { height:60% !important;}
.height-65 { height:65% !important;}
.height-70 { height:70% !important;}
.height-75 { height:75% !important;}
.height-80 { height:80% !important;}
.height-85 { height:85% !important;}
.height-90 { height:90% !important;}
.height-95 { height:95% !important;}
.height-100 { height:100% !important;}
.min-height { min-height: 100%;}

/* z-index */
.z-index-0{ z-index: 0 !important;}
.z-index-1{ z-index: 1 !important;}
.z-index-2{ z-index: 2 !important;}
.z-index-3{ z-index: 3 !important;}
.z-index-4{ z-index: 4 !important;}
.z-index-5{ z-index: 5 !important;}
.z-index-6{ z-index: 6 !important;}
.z-index-7{ z-index: 7 !important;}
.z-index-8{ z-index: 8 !important;}
.z-index-999{ z-index: 999 !important;}

/* section height  */
.small-screen {height: 450px;}
.one-second-screen {height: 600px;}
.one-third-screen {height: 700px;}
.one-fourth-screen {height: 800px;}
.one-fifth-screen {height: 900px;}
.one-sixth-screen {height: 985px;}

/* round image  */
.img-round{ width: 250px; border-radius: 50%; overflow: hidden;}
.img-round-250{ border-radius: 50%; height: 250px; width: 250px; overflow: hidden;}
.img-round-70{ border-radius: 50%; height: 70px; width: 70px; overflow: hidden;}
.img-round-80{ border-radius: 50%; height: 80px; width: 80px; overflow: hidden;}
.img-round-90{ border-radius: 50%; height: 90px; width: 90px; overflow: hidden;}
.img-round-100{ border-radius: 50%; height: 100px; width: 100px; overflow: hidden;}
.img-round-110{ border-radius: 50%; height: 110px; width: 110px; overflow: hidden;}
.img-round-120{ border-radius: 50%; height: 120px; width: 120px; overflow: hidden;}
.img100 { width: 100% !important;}

/* column for equalizer   ***/
.two-column > div:nth-child(2n+1) { clear: both; }
.three-column > div:nth-child(3n+1) { clear: both; }
.four-column > div:nth-child(4n+1) { clear: both; }
.six-column > div:nth-child(6n+1) { clear: both; }

/* list */
.list-line { list-style: none; padding: 0; margin: 0;}
.list-line li {border-bottom:1px solid rgba(0,0,0,.15); padding:18px 0}
.list-line li:last-child {border-bottom:none}
.list-line li:first-child {padding-top:0}



/* ===================================
    Button
====================================== */

.btn {display: inline-block; border-radius:4px; width: auto; font-family: "Asap", sans-serif !important; font-weight: 500; white-space: inherit; cursor: pointer !important;}
.btn p {margin-bottom:0}
.btn:hover {opacity:0.7}
.btn-dual .btn {margin:0 20px 0 0}
.btn-dual .btn:last-child {margin:0}
.btn-round { border-radius:4px !important}
.btn-circle { border-radius:30px !important}
.btn i { margin-left:7px; vertical-align:baseline; margin-top: 1px;}
.btn-small-white:focus {color: #fff}
.button { margin-top:0; margin-bottom: 0}

.btn.btn-extra-large2 { font-size: 16px; padding: 18px 30px !important; line-height: 20px;}
.btn.btn-extra-large { font-size: 14px; padding: 14px 28px !important; line-height: 18px;}
.btn.btn-large { font-size: 13px; padding: 11px 25px !important; line-height: 18px;}
.btn.btn-medium { font-size: 12px; padding: 8px 20px !important; line-height: 18px;}
.btn.btn-small { font-size: 11px; padding: 4px 14px !important; line-height: 18px;}
.btn.btn-very-small {font-size: 10px; padding: 10px 12px 10px !important; line-height: 0;}

.btn-circle.btn-extra-large { font-size: 16px; padding: 20px 42px !important; line-height: 18px;}
.btn-circle.btn-large { font-size: 13px; padding: 10px 10px !important; line-height: 18px; margin: 3px; width: 100%;}
.btn-circle.btn-medium { font-size: 12px; padding: 8px 25px !important; line-height: 18px;}
.btn-circle.btn-small { font-size: 10px; padding: 5px 22px !important; line-height: 18px;}
.btn-circle.btn-very-small {font-size: 10px; padding: 10px 12px 10px !important; line-height: 0;}

.btn.btn-border {border: 2px solid; background-color: rgba(0, 0, 0, 0);}

.btn-3d { border-bottom:3px solid rgba(0,0,0,0.2) !important;}

.btn-shadow { box-shadow: 0 0 6px rgba(0,0,0,.3) !important;}
.box-shadow-light { box-shadow: 0 0 3px rgba(0,0,0,.1) !important;}
.box-shadow { box-shadow: 0 0 3px rgba(0,0,0, .2) !important;}
.box-shadow-dark { box-shadow: 0 0 4px rgba(0,0,0,.4) !important;}

.highlight-button-black { background-color: transparent; border: 2px solid #000; color: #000; display: inline-block; font-size: 12px; padding: 8px 20px 9px;}
.highlight-button-black-border { background-color: transparent; border: 2px solid #000; color: #000; font-size: 22px; font-weight: 600; padding: 20px 30px;}
.highlight-button-white-border { background-color: transparent; border: 2px solid #fff; color: #fff; font-size: 22px; font-weight: 600; padding: 20px 30px;}

/* buttons hover */
.button-black-hover:hover {border: 1px solid #000 !important; color: #000 !important;}
.button-white-hover:hover {border: 1px solid #fff !important; color: #fff !important;}

.highlight-button-black:hover { background-color: #000; border: 2px solid #000; color: #fff;}
.highlight-button-black-border { background-color: transparent; border: 2px solid #000; color: #000; font-size: 22px; font-weight: 500; padding: 20px 30px;}
.highlight-button-black-border:hover { background-color: #000; border: 2px solid #000; color: #fff !important;}
.highlight-button-white-border { background-color: transparent; border: 2px solid #fff; color: #fff; font-size: 22px; font-weight: 500; padding: 20px 30px;}
.highlight-button-white-border:hover { background-color: transparent; border: 2px solid #fff; color: #fff;}

.highlight-button-bitter-sweet-border{background-color: rgba(0, 0, 0, 0); border: 5px solid #f3605c; color: #ffffff; font-size: 18px; padding: 4px 17px; font-weight: 400;}
.highlight-button-bitter-sweet-border:hover{background-color: #000; border: 5px solid #000; color: #fff;}
.highlight-button-white-border-wide{background-color: rgba(0, 0, 0, 0); border: 3px solid #ffffff; color: #ffffff; font-size: 16px; padding: 8px 30px; font-weight: 400;}
.highlight-button-white-border-wide:hover{border: 3px solid #f3605c; color: #fff;}

.highlight-button-dark-slate-blue-border-wide{background-color: rgba(0, 0, 0, 0); border: 5px solid #55365e; color: #f3605c; font-weight: 400; font-size: 18px; padding: 4px 17px;}
.highlight-button-dark-slate-blue-border-wide:hover{background-color: #55365e; border: 5px solid #55365e; color: #fff;}

/* scroll down */
.scroll-down { bottom: 50px; position: absolute; text-align: center; width: 100%; z-index: 9;}
.scroll-down a i { border: 2px solid #fff; border-radius: 100%; color: #fff; font-size: 25px; padding:4px 0 0 1px; width: 38px; height: 38px;}


/* ===================================
    Portfolio and Photo Gallery
====================================== */

.grid li { transition-duration: 0s;}
.grid img { width: 100%;}
.grid-gallery { clear: both; float: left; width: 100%;}
.gallery-img a { display: block; position: relative; z-index: 2;}
.grid-gallery ul { list-style: outside none none; padding: 0;}
.grid-gallery figure { margin: 0; position: relative; overflow: hidden}
.grid-gallery figure img { cursor: pointer; display: block; opacity: 1; width: 100%;}
.grid { margin: 0 auto;}
.grid li { box-sizing: border-box; display: inline-table; float: left; margin: 0; width: 25%;}
.grid-gallery ul { margin-left: 1px;}
.grid figure { transition: opacity 0.2s ease 0s;}
.grid figcaption { bottom: 70px; opacity: 0; position: absolute; text-align: center; transition: all 0.3s ease 0s; width: 100%;}
.gallery-img { opacity: 1; overflow: hidden; transition: all 0.3s ease 0s;}
.grid figure:hover .gallery-img { background-color: #000;}
.no-hover figure:hover .gallery-img { background-color: transparent !important;}
.no-hover figure:hover img { opacity: 1 !important; transform: none;}
figure:hover img { cursor: url("../images/icon/icon-zoom-white.png"), pointer; opacity: 0.15; transform: scale(1.1, 1.1); transition: all 0.3s ease 0s;}
.mfp-figure figure:hover img { cursor: pointer;}
.grid figure:hover figcaption { opacity: 1; transition: all 0.3s ease 0s;}
.revolution-masonry-portfolio-list .portfolio-item { padding: 10px;}

/* portfolio grid - 2 column  */
.work-2col .grid li { float: left; width: 50%;}

/* portfolio grid - 3 column  */
.work-3col .grid li { float: left; width: 33.33%;}

/* portfolio grid - 4 column  */
.work-4col .grid li { float: left; width: 25%;}

/* portfolio grid - 5 column  */
.work-5col .grid li { float: left; width: 20%;}

/* portfolio grid - gutter */
.gutter .grid-gallery ul { margin-left: -14px;}
.gutter .grid li { padding: 0 0 14px 14px;}

/* portfolio with title */
.work-with-title .grid figcaption { background: rgba(19,19,19,.95); bottom: -25px; opacity: 1; display:block; padding: 25px 0; position: absolute; z-index: 2;}
.work-with-title .grid figure:hover figcaption {bottom:0}
.work-with-title .grid figcaption p {opacity: 0; transform: translateY(13px); transition-property: transform, opacity; margin: 0}
.work-with-title .grid figure:hover figcaption, .work-with-title .grid figure:hover p { opacity: 1; display:block;  }
.work-with-title .grid figure:hover p  {transform: translateY(0); transition-property: transform, opacity;}
.work-with-title figure:hover img { cursor: pointer; opacity: 1; transform: scale(1.1, 1.1); }

/* portfolio with title light */
.work-with-title-light .grid figcaption { background: rgba(255,255,255,1); bottom: 0; opacity: 1; display:block; padding: 25px 0; position: absolute; z-index: 2;}
.work-with-title-light .grid figcaption p {margin:0}
.work-with-title-light .grid figure:hover figcaption {background: rgba(0,0,0,.95);}
.work-with-title-light .grid figure:hover figcaption .text-dark-gray {color: #fff !important}
.work-with-title-light .grid figure:hover figcaption, .work-with-title-light .grid figure:hover p { opacity: 1; display:block;  }
.work-with-title-light figure:hover img { cursor: pointer; opacity: 1; transform: scale(1.1, 1.1);  }

.icon{
	width: 100px;
	height: 100px;
	margin: 0 auto;
}
