@charset "UTF-8";
/** Table of Content 
[Master Stylesheet]

Project:		ProFound
Version:		1.0
Author:			CrunchPress
Primary use:	ProFound

[Layout]

* body
	+ Header / #header
		- Sidebar / .sidebar
		- Search / #search
	+ Footer / #footer

Navigation	  #navbar
Content header	  h2

[Color codes]

Background:	#ffffff (white)
Content:	#666666 (grey)
Header h1:	#333333 (dark grey)
Header h2:	#333333 (dark gre)
Footer:		#cccccc (light grey)


[Typography]

Body copy:			font:12px/12px 'Montserrat', sans-serif;
Headers:			font:14px/14px 'Roboto', sans-serif;
Input, textarea:	font:14px/14px 'Roboto', sans-serif;
Sidebar heading:	font:18px/18px 'Roboto', sans-serif;



[Table of contents]
/** Table of Content 
- 	Wrapper    	  					Line 	00  -	000
-	Generic Heading					Line	00	-	000
-	Paragraph and Title				Line	00	-	000
-	Header							Line	00	-	000
-	Header Tobar					Line	00	-	000
-	Topbar Navigation				Line	00	-	000
-	Login Bar						Line	00	-	000
-	Logo Row						Line	00	-	000
-	Topbar Address Area 			Line	00	-	000
-	Top Social And Search			Line	00	-	000
-	Transition						Line	00	-	000
-	Navigation						Line	00	-	000
-	Navigation 2					Line	00	-	000
-	Banner							Line	00	-	000
-	Banner 2						Line	00	-	000
-	Banner 3 						Line	00	-	000
-	Banner 4						Line	00	-	000
-	Banner 5 						Line	00	-	000
-	Banner 7						Line	00	-	000
-	Video Banner					Line	00	-	000
-	Welcome Section					Line	00	-	000
-	Missions Section				Line	00	-	000
-	Features Section				Line	00	-	000
-	Our Causes						Line	00	-	000
-	Upcoming Events					Line	00	-	000 
-	Parallax Section				Line	00	-	000
-	Recent Posts Section			Line	00	-	000
-	Charity Projects Section		Line	00	-	000
-	Latest News Section				Line	00	-	000
-	Testimonials Section			Line	00	-	000
-	Team Members Section			Line	00	-	000
-	Subscribe Newsletter Section 	Line	00	-	000
-	Footer							Line	00	-	000
-	Footer Section 1				Line	00	-	000
-	Footer Section 2				Line	00	-	000
-	Footer Section 4				Line	00	-	000
-	Features 2 Section				Line	00	-	000
-	Eco Features Section			Line	00	-	000
-	Our Projects					Line	00	-	000
-	Facts Section					Line	00	-	000
-	Team Section 2					Line	00	-	000
-	Latest Sermons Section			Line	00	-	000
-	Donation Section				Line	00	-	000
-	Upcoming Events 2				Line	00	-	000
-	Our Staf Section				Line	00	-	000
-	Subscribe Newsletter Section 2	Line	00	-	000
-	Footer Section 3				Line	00	-	000
-	Footer Social					Line	00	-	000
-	OUR Visions Section				Line	00	-	000
-	Eco Tabs Section				Line	00	-	000
-	Gallery Collection Section		Line	00	-	000
-	Eco Testimonials Section		Line	00	-	000
-	Main Causes Section				Line	00	-	000
-	Causes List Section				Line	00	-	000
-	Causes Video Section			Line	00	-	000
-	Causes Testimonials Section		Line	00	-	000
-	Featured Items Section			Line	00	-	000
-	Garments Collection Section		Lien	00	-	000
-	Add Banners Section				Line	00	-	000
-	New Arrivals Section			Line	00	-	000
-	The Blog Section				Line	00	-	000
-	Inner Banner					Line	00	-	000
-	About Welcome Section		 	Line	00	-	000
-	Accordion AND Tabs Section 		Line	00	-	000
-	TAB STYLE 1						Line	00	-	000
-	Accordion Style 1 				Line	00	-	000
-	Our Serivces Section			Line	00	-	000
-	More Serivces Section			Line	00	-	000
-	Choose Your Plan Section		Line	00	-	000
-	Blog Detail						Line	00	-	000
-	COMMENT FORM					Line	00	-	000
-	SIDEBAR							Line	00	-	000
-	MP3 PLAYER						Line	00	-	000
-	Pagination 						Line	00	-	000
-	Gallery Start					Line	00	-	000
-	Our History Section				Line	00	-	000
-	News Page						Line	00	-	000
-	Event Detail					Line	00	-	000
-	Event Calendar					Line	00	-	000
-	Naat Page						Line	00	-	000
-	Event Locator Section			Line	00	-	000
-	Contact 1						Line	00	-	000
-	Contact 2						Line	00	-	000
-	Causes Section					Line	00	-	000
-	Causes Listings 				Line	00	-	000
-	Causes Detail					Line	00	-	000
-	Sign Up							Line	00	-	000
-	Cart Section					Line	00	-	000
-	Check Out Section				Line	00	-	000
-	Product Details Section			Line	00	-	000
-	Donate Section					Line	00	-	000

End of Table of Content Line 000 **/
@import url(https://fonts.googleapis.com/css?family=Roboto);
body {
  margin: 0;
  padding: 0;
  font: 400 14px/22px "Montserrat", sans-serif; }

/*Generic Heading Start*/
.theme-style-1 h1 {
  font: 700 36px/36px 'Montserrat', sans-serif;
  text-transform: uppercase;
  margin: 0; }

.theme-style-1 h2 {
  font: 700 28px/28px 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #222;
  margin: 0 0 20px 0; }

.theme-style-1 .heading-style-1 h2 {
  text-align: center; }

.theme-style-1 .heading-style-2 {
  position: relative; }

.theme-style-1 .heading-style-2 h2 {
  text-align: left;
  margin: 0 0 30px 0; }

.theme-style-1 .heading-style-2:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 50px;
  border-bottom: 3px solid; }

.theme-style-1 .heading-style-3 {
  position: relative; }

.theme-style-1 .heading-style-3 h2 {
  text-align: center;
  border-bottom: 1px solid #ccc;
  display: table;
  margin: 0 auto 20px;
  padding: 0 30px 18px 30px; }

.theme-style-1 .heading-style-3:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 57px;
  background-color: #fff;
  height: 12px; }

.theme-style-1 .heading-style-4 {
  position: relative; }

.testimonials-heading {
  float: left;
  width: 100%; }

.testimonials-heading h2 {
  margin: 0 0 16px 0; }

.theme-style-1 strong.heading-title {
  font: 600 16px/16px 'Montserrat', sans-serif;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0 0 10px 0; }

.theme-style-1 .heading-style-4 h2 {
  text-align: center;
  display: table;
  margin: 0 auto 60px; }

.theme-style-1 .heading-style-4:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 63px;
  margin: auto;
  width: 100%;
  background: url(../images/heading-4-bg.png) no-repeat center bottom;
  height: 23px; }

.theme-style-1 .heading-style-3 ul {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  display: block;
  width: 65px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  padding: 0 5px;
  background-color: #fff; }

.theme-style-1 .heading-style-3 ul li {
  float: left;
  margin: 0 2px; }

.theme-style-1 .heading-style-3 ul li.bullet-1 {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  display: block; }

.theme-style-1 .heading-style-3 ul li.bullet-2 {
  width: 7px;
  height: 7px;
  border-radius: 100%;
  display: block;
  margin-top: -1px; }

.theme-style-1 .heading-style-3 ul li.bullet-3 {
  width: 11px;
  height: 11px;
  border-radius: 100%;
  display: block;
  margin-top: -3px; }

.theme-style-1 .heading-style-5 {
  position: relative;
  display: table;
  margin: 0 auto; }

.theme-style-1 .heading-style-5 h2 {
  text-align: center;
  border-bottom: 1px solid #666;
  padding: 0 0 11px 0;
  position: relative; }

.theme-style-1 .heading-style-5:before {
  content: '';
  position: absolute;
  left: -20px;
  right: 0;
  bottom: 10px;
  margin: auto;
  border-bottom: 1px solid #ccc;
  width: 220px;
  padding: 0 80px; }

.theme-style-1 .heading-style-6 {
  position: relative;
  float: left;
  width: 100%; }

.theme-style-1 .heading-style-6 h2 {
  float: left; }

.theme-style-1 .heading-style-7 {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 20px; }

.theme-style-1 .heading-style-7:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 3px solid #ccc;
  width: 150px; }

.theme-style-1 .heading-style-7:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 3px solid;
  width: 50px; }

.theme-style-1 h3 {
  font: 600 20px/20px 'Montserrat', sans-serif;
  color: #222;
  text-transform: uppercase;
  margin: 0 0 15px 0; }

.theme-style-1 h3 a {
  font: 600 20px/20px 'Montserrat', sans-serif;
  text-decoration: none;
  color: #222; }

.theme-style-1 h3 a:hover {
  text-decoration: none; }

/*Generic Heading End*/
/*Paragraph and Title  Css Start*/
.theme-style-1 p {
  font: 400 14px/22px "Montserrat", sans-serif;
  color: #666;
  margin: 0; }

.theme-style-1 strong.title {
  font-family: 'Montserrat', sans-serif;
  display: block;
  padding: 0; }

.theme-style-1 a.btn-1 {
  border: 4px solid transparent;
  padding: 4px;
  display: table;
  margin: 0 auto;
  padding: 12px 20px;
  font: 600 12px/12px 'Montserrat', sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  outline: 1px solid; }

.theme-style-1 a.btn-1:hover {
  color: #fff;
  text-decoration: none;
  border: 4px solid rgba(0, 0, 0, 0.3); }

.theme-style-1 a.btn-1 .fa {
  padding: 0 0 0 5px; }

.theme-style-1 a.btn-2 {
  display: table;
  margin: 0 auto;
  padding: 14px 20px;
  border-radius: 5px;
  font: 700 16px/16px 'Montserrat', sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  overflow: hidden; }

.theme-style-1 a.btn-2:hover {
  color: #fff;
  text-decoration: none; }

.theme-style-1 a.btn-2:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  /*background:rgba(0,0,0,0.3);*/
  border-radius: 5px; }

.theme-style-1 a.btn-2:hover:before {
  width: 100%; }

.theme-style-1 a.btn-3 {
  display: table;
  margin: 0 auto;
  padding: 12px 30px;
  border-radius: 20px;
  border: 1px solid #ccc;
  font: 400 14px/14px 'Montserrat', sans-serif;
  color: #222;
  text-transform: uppercase;
  text-decoration: none;
  clear: both;
  position: relative;
  background-color: #fff; }

.theme-style-1 a.btn-3:before {
  content: '';
  position: absolute;
  left: -130px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/btn-3-before-bg.png) no-repeat left center;
  width: 120px;
  height: 7px; }

.theme-style-1 a.btn-3:after {
  content: '';
  position: absolute;
  right: -130px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/btn-3-after-bg.png) no-repeat left center;
  width: 120px;
  height: 7px; }

.theme-style-1 a.btn-3:hover {
  text-decoration: none;
  color: #fff;
  border: 1px solid transparent; }

.theme-style-1 a.btn-4 {
  display: table;
  margin: 0 auto;
  padding: 12px 30px;
  border-radius: 18px;
  border: 1px solid #ccc;
  font: 400 14px/14px 'Montserrat', sans-serif;
  color: #222;
  text-transform: uppercase;
  text-decoration: none;
  clear: both;
  position: relative;
  background-color: #fff; }

.theme-style-1 a.btn-4:before {
  content: '';
  position: absolute;
  left: -79px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/btn-4-before-bg.png) no-repeat left center;
  width: 69px;
  height: 40px; }

.theme-style-1 a.btn-4:after {
  content: '';
  position: absolute;
  right: -79px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/btn-4-after-bg.png) no-repeat left center;
  width: 69px;
  height: 40px; }

.theme-style-1 a.btn-4:hover {
  text-decoration: none;
  color: #222; }

.theme-style-1 a.btn-5 {
  padding: 13px 20px;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.2);
  font: 700 12px/12px 'Montserrat', sans-serif;
  color: #666;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: table;
  margin: 0 auto; }

.theme-style-1 a.btn-5 .fa {
  padding: 0 0 0 5px; }

.theme-style-1 a.btn-5:hover {
  color: #fff;
  text-decoration: none;
  border: 1px solid transparent;
  box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.4); }

.theme-style-1 a.btn-7 {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 12px 19px;
  display: table;
  margin: 0 auto;
  font: 700 12px/12px 'Montserrat', sans-serif;
  color: #666;
  text-transform: uppercase; }

.theme-style-1 a.btn-7:hover {
  text-decoration: none;
  color: #fff;
  border: 1px solid transparent; }

.theme-style-1 a.btn-8 {
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 12px 19px;
  display: table;
  margin: 0 auto;
  font: 700 12px/12px 'Montserrat', sans-serif;
  color: #666;
  text-transform: uppercase; }

.theme-style-1 a.btn-8 .fa {
  padding: 0 0 0 5px; }

.theme-style-1 a.btn-8:hover {
  text-decoration: none;
  color: #fff;
  border: 1px solid transparent; }

.theme-style-1 .btn4-border {
  border: 1px solid #ccc; }

/*Paragraph and Title Css End*/
/*Wrapper Start*/
#wrapper {
  width: 100%;
  position: relative; }

/*Header Start*/
#header {
  width: 100%;
  background-color: #f5f5f5; }

#wrapper .bg-none {
  background: url(../images/banner-pattren.gif) repeat; }

#header .store-head {
  padding: 0; }

#header .store-head .eco-logo-box {
  padding: 10px 0 0 0;
  margin: 0 auto;
  display: block;
  width: 100%; }

#header .store-head strong.eco-logo a span {
  color: #222; }

.store-head .topbar-address ul li {
  color: #666; }

.store-head .topbar-address ul li a {
  color: #666; }

#wrapper .header7-bg {
  background-color: #fff; }

.islamic-head .topbar-nav ul li a, .islamic-head .login-bar ul li a {
  color: #fff; }

.islamic-head .topbar-nav ul li, .islamic-head .login-bar ul li {
  border-color: #fff; }

.politics-head .topbar-nav ul li a, .politics-head .login-bar ul li a {
  color: #fff; }

.politics-head .topbar-nav ul li, .politics-head .login-bar ul li {
  border-color: #fff; }

.header7-bg .topbar-nav ul li a, .header7-bg .login-bar ul li a {
  color: #fff; }

.header7-bg .topbar-nav ul li, .header7-bg .login-bar ul li {
  border-color: #fff; }

.header7-bg #nav li a {
  color: #666; }

.header7-bg #nav li:hover > a {
  color: #ccc; }

.header7-bg .navbar-collapse {
  padding: 0; }

.header7-bg #nav {
  border-top: 1px solid #e1e1e1; }

/*Header Tobar Start*/
.header-topbar {
  float: left;
  width: 100%;
  padding: 12px 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e1e1e1; }

/*Cart Box Start*/
.cart-area {
  float: left;
  width: 100%;
  padding: 12px 0;
  margin: 20px 0 0 0; }

.cart-area a.like {
  float: right;
  padding: 8px 10px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin: 6px 0 0 0; }

.cart-outer {
  float: right;
  margin: 0 5px 0 20px; }

.cart-outer strong.amount {
  display: block;
  text-align: center;
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #666; }

.cart-box {
  float: right;
  border-bottom: 2px solid;
  border-top: 2px solid;
  padding: 6px 9px;
  position: relative;
  background-color: #fff;
  margin: 0 0 6px 0; }

.cart-box:before {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  height: 43px;
  border-left: 2px solid;
  transform: rotate(7deg); }

.cart-box:after {
  content: '';
  position: absolute;
  right: 0;
  top: -1px;
  height: 43px;
  border-right: 2px solid;
  transform: rotate(-7deg); }

.cart-box a.count {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  display: block;
  font: 400 12px/28px "Montserrat", sans-serif;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: relative; }

.cart-box a.count:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  margin: auto;
  border: 2px solid;
  width: 25px;
  height: 10px;
  border-radius: 100% 100% 0 0; }

/*Cart Box End*/
/*Topbar Navigation Start*/
.topbar-nav {
  float: left;
  width: 100%; }

.topbar-nav ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.topbar-nav ul li {
  float: left;
  line-height: 12px;
  padding: 0 12px;
  border-left: 1px solid #666; }

.topbar-nav ul li:first-child {
  border: 0;
  padding: 0 12px 0 0; }

.topbar-nav ul li a {
  font: 400 12px/12px "Montserrat", sans-serif;
  color: #666;
  text-decoration: none; }

.topbar-nav ul li a:hover {
  text-decoration: underline; }

/*Topbar Navigation End*/
/*Login Bar Start*/
.login-bar {
  float: left;
  width: 100%; }

.login-bar ul {
  padding: 0;
  margin: 0;
  list-style: none;
  float: right; }

.login-bar ul li {
  float: left;
  line-height: 12px;
  padding: 0 12px;
  border-left: 1px solid #666; }

.login-bar ul li:first-child {
  border: 0;
  padding: 0 12px 0 0; }

.login-bar ul li a {
  font: 400 12px/12px "Montserrat", sans-serif;
  color: #666;
  text-decoration: none; }

.login-bar ul li a .fa {
  padding: 0 6px 0 0; }

/*Login Bar End*/
/*Header Tobar End*/
/*Logo Row Start*/
.logo-row {
  width: 100%;
  background: #fff; }

/*Topbar Address Area Start*/
.topbar-address {
  float: right;
  width: 100%;
  margin: 30px 0; }

.topbar-address ul {
  padding: 0;
  margin: 0;
  list-style: none;
  float: right; }

.topbar-address ul li {
  padding: 0 0 10px 0;
  font: 400 16px/16px "Montserrat", sans-serif;
  color: #666; }

.topbar-address ul li .fa {
  padding: 0 10px 0 0; }

.topbar-address ul li a {
  font: 400 16px/16px "Montserrat", sans-serif;
  color: #666;
  text-decoration: none; }

/*Topbar Address Area End*/
.logo-box {
  margin: 0 auto;
  width: 290px;
  overflow: hidden;
  display: block;
  padding: 19px 0 17px 0; }

strong.logo {
  display: block;
  width: 292px;
  margin: 0 auto;
  text-align: center;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  padding: 31px 20px; }

strong.logo a {
  display: block;
  text-align: center; }

strong.logo a span {
  font-weight: 400; }

strong.slogan {
  font: 300 12px/12px "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #fff;
  display: block;
  text-align: center; }

.logo-box-2 {
  margin: 0 auto;
  overflow: hidden;
  float: left;
  padding: 17px 0;
  width: 100%; }

strong.logo-2 {
  float: left;
  width: 100%; }

strong.logo-2 a {
  font: 800 40px/40px 'Montserrat', sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  text-align: center; }

strong.logo-2 a span {
  font-weight: 400; }

strong.slogan-2 {
  font: 300 12px/12px "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #fff;
  display: block;
  text-align: center; }

.eco-logo-box {
  float: left;
  overflow: hidden;
  padding: 30px 0 0 0; }

strong.eco-logo {
  float: left;
  width: 100%; }

strong.eco-logo a {
  font: 800 40px/40px 'Montserrat', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  text-align: center; }

strong.eco-logo a span {
  font-weight: 400; }

strong.eco-slogan {
  font: 400 12px/12px "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #666;
  display: block;
  text-align: center; }

/*Top Social And Search Start*/
.top-social {
  float: left;
  width: 100%;
  margin: 25px 0 0 0; }

.eco-header .top-social {
  margin: 10px 0 0 0; }

.top-social ul {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  float: left; }

.top-social ul li {
  float: left;
  padding: 0 0 0 18px; }

.top-social ul li:first-child {
  padding: 0; }

.top-social ul li a {
  font-size: 16px;
  line-height: 16px;
  color: #666; }

.eco-padding-none .top-form {
  float: none;
  display: block;
  clear: both; }

.eco-padding-none a.tree {
  background: url(../images/tree-icon.png) no-repeat left top;
  width: 100px;
  height: 114px;
  margin: 0 0 0 30px;
  float: right;
  font: 700 16px/93px "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  -moz-text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  -webkit-text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25); }

.right-social-box {
  float: right; }

.eco-header .topbar-nav ul li a, .eco-header .login-bar ul li a {
  color: #fff; }

.eco-header .topbar-nav ul li, .eco-header .login-bar ul li {
  border-color: #fff; }

/*Top Social And Search End*/
/*Logo Row End*/
.top-form {
  float: left;
  margin: 0;
  position: relative; }

.top-form input[type="text"] {
  float: right;
  width: 198px;
  height: 26px;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 0 10px;
  margin: 0;
  font: 400 12px/12px "Montserrat", sans-serif;
  color: #666;
  background-color: #fff;
  box-shadow: none;
  box-sizing: border-box; }

.top-form input::-webkit-input-placeholder {
  color: #666;
  opacity: 1; }

.top-form input:-moz-placeholder {
  color: #666;
  opacity: 1; }

.top-form input::-moz-placeholder {
  color: #666;
  opacity: 1; }

.top-form input:-ms-input-placeholder {
  color: #666;
  opacity: 1; }

.top-form button {
  position: absolute;
  right: 5px;
  top: 3px;
  background: none;
  border: 0;
  font-size: 14px;
  color: #666; }

.eco-padding-none .top-social ul {
  margin: 29px 0 10px 0; }

/*Navigation Start*/
.navigation {
  float: left;
  width: 100%;
  position: relative; }

.navigation .navbar-collapse {
  padding: 0; }

.navigation .navbar .nav {
  background: none; }

#wrapper .navigation a.btn-donate {
  font: 700 16px/16px "Montserrat", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  right: -185px;
  top: -23px; }

.navigation .navbar-inverse {
  background-color: transparent;
  border-color: transparent;
  border: 0; }

.navigation .navbar {
  border-radius: 0; }

.navigation .navbar {
  border: 0;
  margin-bottom: 0;
  min-height: inherit; }

#nav {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0 auto; }

#nav li {
  display: inline-block;
  position: relative; }

#nav li:first-child {
  background: none;
  border-right: 1px solid #d3d3d3;
  padding-right: 15px; }

#nav li a {
  font: 400 14px/40px "Montserrat", sans-serif;
  color: #fff;
  text-decoration: none;
  padding: 0 20px;
  display: block;
  position: relative;
  z-index: 20; }

#nav li:hover > a {
  color: #408dc4 !important;
  background-color: #fff !important; }

#nav li ul li a:hover, #nav li ul li:hover > a {
  text-decoration: none;
  background: #333;
  color: #ccc; }

#nav li ul li a .fa {
  float: right;
  line-height: 46px; }

#nav li ul {
  position: absolute;
  left: inherit;
  right: 0;
  top: 100%;
  width: 194px;
  background: #222;
  padding: 0;
  display: none;
  list-style: none;
  z-index: 10; }

#nav li:hover > ul {
  display: block; }

#nav li ul li > ul {
  position: absolute;
  left: 194px;
  top: 0;
  width: 194px;
  padding: 0; }

#nav li ul li {
  float: none;
  width: auto;
  background: none;
  display: block;
  border-top: 1px solid #333; }

#nav li ul li:first-child {
  border: 0; }

#nav li ul li a {
  background: none;
  font: 400 14px/45px "Montserrat", sans-serif;
  text-align: left;
  padding: 0 20px;
  color: #999;
  display: block; }

/*Navigation End*/
/*Navigation 2 Start*/
.navigation-2 {
  position: absolute;
  top: 35px;
  width: 100%;
  z-index: 9; }

.navigation-2 #nav {
  float: left;
  text-align: left; }

.navigation-2 .navbar-collapse {
  padding: 0; }

.navigation-2 #nav li a {
  padding: 0 8px; }

.navigation-2 .navbar-header {
  margin: 0; }

/*Navigation 2 End*/
.causes-header {
  background-color: #fff; }

.causes-header .navigation .navbar-inverse .navbar-inner {
  background-color: #fff;
  box-shadow: none; }

.causes-header .navigation .navbar .nav > li > a {
  color: #666; }

.causes-header .navigation .navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  color: #666; }

.causes-header .navigation .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-bottom-color: #666;
  border-top-color: #666; }

.causes-header .eco-logo-box {
  padding: 19px 0 17px 0; }

.causes-header .navigation {
  margin: 17px 0 0 0; }

.causes-header #nav li a {
  padding: 0 16px;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase; }

.causes-header #nav {
  float: left; }

.causes-header .navbar-collapse {
  padding: 0;
  margin-bottom: 15px; }

.causes-header #nav li:hover > a {
  color: #fff; }

.meta-nav {
  margin-top: 12px;
  float: right; }
  .meta-nav li {
    list-style: none;
    display: inline; }
    .meta-nav li:last-child {
      margin-left: 20px; }
    .meta-nav li:first-child + li {
      margin-right: 20px; }

/*Navigation Store Start*/
#wrapper .header7-bg .navbar-inverse .navbar-inner {
  background-color: transparent;
  border-top: 1px solid #ccc; }

.header7-bg .navigation .navbar .nav > li > a {
  color: #666;
  padding: 13px 12px 14px 16px; }

.header7-bg .navigation .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-bottom-color: #666;
  border-top-color: #666; }

.header7-bg .navigation .navbar .nav > li {
  border-left: 1px solid #ccc;
  margin: 0 -2px; }

.header7-bg .navigation .navbar .nav {
  margin: 5px 0; }

.header7-bg .navigation .navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  color: #666; }

/*Navigation Store End*/
/*Header End*/
/*Banner Start*/
#banner {
  float: left;
  width: 100%;
  position: relative; }

#banner .caption {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50px;
  display: none; }

#banner .bx-viewport > ul {
  margin: 0;
  padding: 0; }

#banner .bx-wrapper {
  float: left;
  width: 100%;
  margin: 0; }

#banner .bx-wrapper img {
  display: block;
  width: 100%; }

#banner .bx-wrapper .bx-viewport {
  background: none;
  border: 0;
  box-shadow: none;
  left: 0; }

.banner-caption {
  float: left;
  padding: 20px 20px 10px 20px;
  background-color: rgba(0, 0, 0, 0.6);
  width: 400px;
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.3); }

.banner-heading {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 10px 170px 10px 20px;
  float: left;
  margin: 0 0 20px 0;
  background-image: url(../images/banner-pattren.png); }

.banner-heading strong {
  font: 400 16px/16px "Montserrat", sans-serif;
  color: #fff;
  display: block; }

#banner .banner-caption strong.title {
  font: 600 22px/22px 'Montserrat', sans-serif;
  color: #fff;
  text-transform: uppercase;
  clear: both;
  padding: 0 0 10px 0; }

#banner .banner-caption p {
  color: #fff;
  margin: 0 0 20px 0; }

#banner .banner-caption p a {
  text-decoration: none;
  color: #fff; }

#banner .banner-caption ul {
  padding: 0;
  margin: 0 0 20px 0;
  list-style: none;
  border-top: 1px solid #fff;
  float: left;
  width: 100%; }

#banner .banner-caption ul li {
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #fff; }

#banner .banner-caption a.donate {
  font: 700 16px/16px "Montserrat", sans-serif;
  color: #fff;
  padding: 11px 18px;
  text-transform: uppercase;
  text-decoration: none;
  float: left;
  outline: 1px solid;
  border: 4px solid; }

#banner .banner-caption a.donate:hover {
  border: 4px solid; }

#banner .bx-wrapper .bx-controls-direction a {
  display: none; }

#banner .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  bottom: 3px;
  padding: 0;
  left: 0; }

#banner .bx-wrapper .bx-pager.bx-default-pager a {
  background: transparent;
  border-radius: 100%;
  display: inline-block;
  border: 3px solid #fff;
  height: 12px;
  margin: 0 5px;
  outline: 0 none;
  text-indent: -9999px;
  width: 12px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.6); }

#banner .bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  text-align: center; }

/*Banner End*/
/*Banner 2 Start*/
#banner-2 {
  float: left;
  width: 100%;
  position: relative; }

#banner-2 .bx-viewport > ul {
  margin: 0; }

#banner-2 .bx-wrapper {
  float: left;
  width: 100%;
  margin: 0; }

#banner-2 .bx-wrapper .bx-viewport {
  background: none;
  border: 0;
  box-shadow: none;
  left: 0; }

#banner-2 img {
  width: 100%;
  display: block; }

#banner-2 .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  padding: 0;
  bottom: 15px; }

#banner-2 .bx-wrapper .bx-controls-direction a {
  display: none; }

#banner-2 .bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  border-radius: 100%;
  display: block;
  height: 12px;
  margin: 0 5px;
  width: 12px;
  border: 3px solid #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.6); }

#banner-2 > li {
  position: relative; }

#banner-2 .holder {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  margin: auto; }

#banner-2 .holder .caption {
  float: right;
  width: 660px;
  margin: 0 10px 0 0; }

#banner-2 .holder .caption strong.title {
  font: 700 36px/36px 'Montserrat', sans-serif;
  color: #fff;
  text-transform: uppercase;
  display: block;
  padding: 10px 20px;
  margin: 0 0 10px 0;
  background-color: #222; }

#banner-2 .holder .caption .paragraph-style {
  background-color: #ebb562;
  padding: 10px 20px;
  display: block;
  margin: 0 0 20px 0; }

#banner-2 .holder .caption p {
  font: 400 18px/26px "Montserrat", sans-serif;
  color: #222;
  margin: 0; }

#banner-2 .holder .caption a {
  display: inherit;
  float: left; }

/*Banner 2 End*/
/*Banner 3 Start*/
#banner-3 {
  float: left;
  width: 100%;
  position: relative; }

#banner-3 .bx-viewport > ul {
  margin: 0; }

#banner-3 .bx-wrapper {
  float: left;
  width: 100%;
  margin: 0; }

#banner-3 .bx-wrapper .bx-viewport {
  background: none;
  border: 0;
  box-shadow: none;
  left: 0; }

#banner-3 img {
  width: 100%;
  display: block; }

#banner-3 .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  padding: 0;
  bottom: 17px; }

#banner-3 #home-banner > li {
  background-color: #000;
  position: relative; }

#banner-3 #home-banner > li .caption {
  width: 920px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 205px; }

#banner-3 #home-banner > li .caption h1 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 10px 0; }

#banner-3 #home-banner > li .caption p {
  text-align: center;
  color: #fff;
  font: 400 18px/26px "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0; }

#banner-3 #home-banner > li .caption a.btn-more {
  padding: 13px 20px;
  display: table;
  margin: 0 auto;
  font: 700 16px/16px "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none; }

#banner-3 #home-banner > li .caption a.btn-more:hover {
  background-color: #fff; }

#banner-3 .bx-wrapper .bx-controls-direction a {
  display: none; }

#banner-3 .bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  border-radius: 100%;
  display: block;
  height: 12px;
  margin: 0 5px;
  width: 12px;
  border: 3px solid #fff; }

/*Banner 3 End*/
/*Banner 4 End*/
.islamic-banner {
  float: left;
  width: 100%;
  position: relative;
  background: url(../images/banner-pattren.gif) repeat; }

.islamic-banner .banner-caption {
  position: absolute; }

#wrapper .islamic-banner .banner-caption a.donate {
  border: 0;
  border-radius: 18px;
  color: #fff;
  float: left;
  font: 700 16px/16px "Montserrat", sans-serif;
  outline: 0;
  padding: 12px 20px;
  text-decoration: none;
  text-transform: uppercase; }

#wrapper .islamic-banner .banner-caption a.donate:hover {
  background-color: #fff;
  color: #333; }

/*Banner 4 End*/
/*Banner 5 Start*/
#banner-5 {
  float: left;
  width: 100%;
  position: relative; }

#banner-5 .bx-viewport > ul {
  margin: 0; }

#banner-5 .caption {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 20px; }

#banner-5 img {
  width: 100%; }

#banner-5 .bx-wrapper {
  margin: 0;
  float: left;
  width: 100%; }

#banner-5 .bx-wrapper .bx-viewport {
  background: none;
  border: 0;
  box-shadow: none;
  left: 0; }

#banner-5 #home-banner > li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/eco-banner-pattren.png) repeat; }

#banner-5 #home-banner > li {
  position: relative; }

#banner-5 .caption strong.title {
  background-color: rgba(225, 181, 98, 0.75);
  padding: 10px;
  display: table;
  margin: 0 auto 25px;
  font: 700 30px/35px 'Montserrat', sans-serif;
  color: #fff;
  text-transform: uppercase; }

#banner-5 .caption h1 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase; }

#banner-5 .caption .banner-heading-1 {
  background-color: rgba(9, 80, 46, 0.75);
  padding: 20px;
  margin: 0 0 10px 0; }

#banner-5 .caption .banner-heading-2 {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 20px;
  margin: 0 0 10px 0; }

#banner-5 .caption h1 span {
  font-weight: 100; }

#banner-5 .caption p {
  margin: 0 141px;
  line-height: 34px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  font-weight: 100; }

#banner-5 .bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  border-radius: 100%;
  height: 12px;
  margin: 0 5px;
  width: 12px;
  border: 3px solid #fff; }

#banner-5 .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  padding: 0;
  bottom: 0; }

#eco-events-slider {
  margin: 0; }

#banner-5 .bx-wrapper .bx-next {
  background: none;
  right: 50px; }

#banner-5 .bx-wrapper .bx-next:before {
  content: "\f054";
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  font-family: FontAwesome; }

#banner-5 .bx-wrapper .bx-controls-direction a {
  height: auto;
  position: absolute;
  text-indent: inherit;
  font-size: 0;
  text-decoration: none;
  top: 50%;
  width: auto; }

#banner-5 .bx-wrapper .bx-prev {
  background: none;
  left: 50px; }

#banner-5 .bx-wrapper .bx-prev:before {
  content: "\f053";
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  font-family: FontAwesome; }

/*Banner 5 End*/
/*Banner 7 Start*/
#banner-7 {
  float: left;
  width: 100%;
  position: relative; }

#banner-7 .caption {
  width: 925px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50px; }

#banner-7 img {
  width: 100%; }

#banner-7 .bx-wrapper {
  margin: 0;
  float: left;
  width: 100%; }

#banner-7 .bx-wrapper .bx-viewport {
  background: none;
  border: 0;
  box-shadow: none;
  left: 0; }

#banner-7 #home-banner > li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/eco-banner-pattren.png) repeat; }

#banner-7 #home-banner > li {
  position: relative; }

#banner-7 .caption strong.title {
  padding: 20px;
  display: table;
  margin: 0 auto 25px;
  font: 700 36px/35px 'Montserrat', sans-serif;
  color: #fff;
  text-transform: uppercase; }

#banner-7 .caption h1 {
  color: #222;
  text-align: center;
  font-size: 59px;
  line-height: 59px;
  text-transform: uppercase; }

#banner-7 .caption .banner-heading-1 {
  background-color: rgba(9, 80, 46, 0.75);
  padding: 20px;
  margin: 0 0 10px 0; }

#banner-7 .caption .banner-heading-2 {
  background-color: #fff;
  padding: 20px;
  margin: 0 0 20px 0; }

#banner-7 .caption .banner-paragraph-1 {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  margin: 0 0 10px 0; }

#banner-7 .caption h1 span {
  font-weight: 100; }

#banner-7 .caption p {
  margin: 0;
  line-height: 34px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  font-weight: 100; }

#banner-7 .bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  border-radius: 100%;
  height: 12px;
  margin: 0 5px;
  width: 12px;
  border: 3px solid #fff; }

#banner-7 .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  padding: 0;
  bottom: 20px; }

#banner-7 .bx-wrapper .bx-next {
  background: none;
  right: 0; }

#banner-7 .bx-wrapper .bx-next:before {
  content: "\f054";
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  font-family: FontAwesome; }

#banner-7 .bx-wrapper .bx-controls-direction a {
  height: auto;
  position: absolute;
  text-indent: inherit;
  font-size: 0;
  text-decoration: none;
  top: 50%;
  width: auto; }

#banner-7 .bx-wrapper .bx-prev {
  background: none;
  left: 0; }

#banner-7 .bx-wrapper .bx-prev:before {
  content: "\f053";
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  font-family: FontAwesome; }

#banner-7 .bx-viewport > ul {
  margin: 0; }

/*Banner 7 End*/
/*Video Banner Start*/
#video-banner {
  float: left;
  width: 100%;
  position: relative; }

#video-banner .caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 390px;
  margin: auto;
  width: 920px; }

#video-banner .caption h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 10px 0; }

#video-banner .caption p {
  margin: 0;
  color: #fff;
  line-height: 26px;
  font-size: 18px;
  margin: 0 0 30px 0; }

#video-banner .caption .btn-purchase {
  padding: 18px 30px;
  box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.2);
  font: 700 16px/16px "Montserrat", sans-serif;
  color: #fff;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: table;
  margin: 0 auto;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }

/*Video Banner End*/
/*Welcome Section Start*/
#welcome-section {
  padding: 50px 0; }

#welcome-section.counter-welcome {
  padding: 50px 0 70px 0; }

.causes-welcome {
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.2) inset; }

.welcome-bg {
  background-image: url(../images/welcome-bg.png);
  background-repeat: repeat-x;
  background-position: left bottom; }

#welcome-section h1 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 12px 0; }

#welcome-section p {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  text-align: center; }

/*Welcome Section End*/
/*Missions Section Start*/
#missions-section {
  float: left;
  width: 100%; }

.missions-store .missions-frame .caption h2 {
  font-size: 26px;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid;
  padding: 0;
  text-shadow: 0 0 3px #000;
  -moz-text-shadow: 0 0 3px #000;
  -webkit-text-shadow: 0 0 3px #000; }

.missions-store .missions-frame .caption h2 a {
  text-decoration: none;
  color: #fff;
  font-size: inherit;
  border: 0;
  padding: 0; }

.missions-store .missions-frame .caption p {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 3px #000;
  -moz-text-shadow: 0 0 3px #000;
  -webkit-text-shadow: 0 0 3px #000; }

.missions-store .missions-frame .caption {
  bottom: 0;
  box-sizing: border-box;
  height: 50%;
  left: 0;
  margin: inherit;
  padding: 0 54px;
  position: absolute;
  right: 0;
  top: 15px;
  width: 100%;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.missions-store .missions-frame {
  border-radius: 0; }

.missions-frame {
  float: left;
  width: 100%;
  border-radius: 5px;
  background-color: #000;
  overflow: hidden;
  position: relative; }

.missions-frame img {
  display: block;
  width: 100%;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1); }

.missions-frame:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.missions-frame .caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  padding: 23px;
  height: 50%;
  box-sizing: border-box; }

.missions-frame .caption a {
  text-decoration: none;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  display: table;
  margin: 0 auto;
  padding: 13px 0;
  font: 600 18px/29px 'Montserrat', sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-align: center; }

/*Missions Section End*/
/*Features Section Start*/
#features-section {
  float: left;
  width: 100%;
  background-color: #f5f5f5;
  padding: 50px 0 14px 0; }

.features-area {
  float: left;
  width: 100%; }

.features-area ul {
  padding: 0;
  margin: 0 0 0 -50px;
  list-style: none; }

.features-area ul li {
  float: left;
  margin: 0 0 50px 50px; }

.features-box .fa {
  float: left;
  font-size: 50px;
  margin: 0 30px 0 0; }

.features-box {
  float: left;
  width: 445px; }

.features-box .text-box {
  overflow: hidden; }

.parallax-box img {
  width: 100%;
  margin: 60px 0 0 0; }

#features-section .holder .features-box .text-box h2 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600; }

#main-features {
  float: left;
  width: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 30px 30px 10px 30px; }

#main-features h2 {
  text-align: left;
  margin: 0 0 15px 0; }

#main-features ul {
  padding: 0;
  margin: 0;
  list-style: none; }

#main-features ul li {
  padding: 16px 0;
  border-top: 1px solid #ccc; }

#main-features ul li a {
  font: 400 16px/16px "Montserrat", sans-serif;
  color: #666;
  text-decoration: none;
  display: block; }

#main-features ul li a .fa {
  padding: 0 18px 0 0; }

.islamic-features-box {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
  position: relative; }

.islamic-features-box .frame {
  float: left;
  width: 100%;
  border-radius: 30px 30px 0 0;
  -webkit-border-radius: 30px 30px 0 0;
  overflow: hidden;
  position: relative; }

.islamic-features-box .frame img {
  display: block;
  width: 100%;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  border-radius: 30px 30px 0 0; }

.islamic-features-box .frame:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  border-radius: 30px 30px 0 0; }

.islamic-features-box .frame:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  width: 100%;
  opacity: 0.75;
  z-index: 9; }

.islamic-features-box .frame:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  height: 38px;
  width: 100%;
  z-index: 9; }

.islamic-features-box .caption {
  float: left;
  width: 100%;
  background-color: #222;
  padding: 55px 0 20px 0;
  position: relative; }

.islamic-features-box .caption a {
  font: 600 18px/18px 'Montserrat', sans-serif;
  color: #fff;
  text-transform: uppercase;
  display: block;
  text-align: center;
  text-decoration: none; }

.shape-1 {
  background: #fff;
  width: 90px;
  height: 90px;
  position: absolute;
  text-align: center;
  border-radius: 15px;
  left: 0;
  right: 0;
  margin: auto;
  top: -60px;
  z-index: 9; }

.shape-1:before, .shape-1:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 90px;
  width: 90px;
  background: #fff;
  border-radius: 15px; }

.shape-1:before {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg); }

.shape-1:after {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg); }

.shape-1 img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 99; }

.shape-1 img:hover {
  opacity: 0.7; }

#features-section .inner-box {
  float: left;
  width: 100%;
  padding: 0 0 36px 0; }

#features-section .inner-box .icon-box {
  margin: 0 auto 30px;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #e1e1e1; }

#features-section .inner-box .icon-box a {
  font-size: 48px;
  line-height: 110px;
  color: #666;
  text-align: center;
  display: block;
  text-decoration: none; }

#features-section .inner-box .icon-box a:hover {
  color: #fff; }

#features-section .inner-box h3 {
  text-align: center;
  margin: 0 0 12px 0; }

#features-section .inner-box p {
  text-align: center;
  margin: 0 0 20px 0; }

/*Features Section End*/
/*Our Causes Start*/
.our-causes {
  background-image: url(../images/our-causes-bg.png);
  background-attachment: fixed;
  background-size: cover;
  background-color: #000;
  float: left;
  width: 100%;
  padding: 50px 0 95px 0;
  position: relative;
  overflow: hidden; }

.our-causes h2 {
  color: #fff; }

.our-causes p {
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin: 0 0 30px 0; }

.our-causes-box {
  float: left;
  width: 100%;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  padding: 4px 4px 30px 4px;
  box-sizing: border-box;
  overflow: hidden; }

.our-causes-box .frame {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  overflow: hidden;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1); }

.our-causes-box .frame img {
  display: block;
  width: 100%; }

.our-causes-box .frame:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.our-causes-box .text-box {
  float: left;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box; }

.progress-boar {
  float: left;
  width: 100%;
  margin: 0 0 30px 0; }

.our-causes-box .progress {
  background-image: none;
  border-radius: 4px;
  box-shadow: none;
  border: 1px solid #68ac72;
  height: 6px;
  margin-bottom: 11px;
  overflow: hidden; }

.our-causes-box .progress-striped .bar {
  height: 100%;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.25) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress-boar strong.amount {
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #666;
  float: left; }

.progress-boar strong.target {
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #666;
  float: right; }

.progress-boar strong.percentage-1 {
  font: 400 14px/14px "Montserrat", sans-serif;
  display: block;
  text-align: center;
  text-shadow: none; }

.our-causes .bx-wrapper {
  float: left;
  width: 100%;
  margin: 0; }

.our-causes .bx-wrapper .bx-viewport {
  background: none;
  border: 0;
  box-shadow: none;
  left: 0; }

.our-causes .bx-wrapper .bx-controls-direction a {
  display: none; }

.our-causes .bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  border-radius: 100%;
  height: 12px;
  margin: 0 5px;
  width: 12px;
  border: 3px solid #fff; }

.our-causes .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  padding: 0;
  bottom: -52px; }

/*Our Causes End*/
/*Upcoming Events Start*/
.upcoming-events {
  float: left;
  width: 100%;
  background-color: #fff; }

.upcoming-events p {
  font-size: 16px;
  text-align: center;
  margin: 0 0 30px 0;
  color: #999; }

.upcoming-events-box {
  float: left;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 4px;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  margin: 0 0 30px 0; }

.upcoming-events-box .frame {
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%; }

.upcoming-events-box .frame .caption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0; }

.upcoming-events-box .frame .caption a.link {
  border: 1px solid #fff;
  bottom: 0;
  color: #fff;
  font-size: 24px;
  height: 43px;
  left: 0;
  line-height: 43px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 43px; }

.upcoming-events-box .frame:hover .caption {
  opacity: 1; }

.upcoming-events-box .frame:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.upcoming-events-box .frame img {
  display: block;
  width: 100%;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1); }

.upcoming-events-box .text-box {
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 0 0 4px 30px; }

#main .upcoming-events-box .text-box .date-box {
  display: table;
  padding: 0;
  margin: 0 0 25px 0;
  float: none; }

.upcoming-events-box .text-box .date-box strong.date {
  font: 300 30px/30px "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  display: block;
  margin: 0; }

.upcoming-events-box .text-box .date-box strong.date span {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px; }

.upcoming-events-box h3 {
  margin: 0 0 13px 0; }

#wrapper #main .upcoming-events-box h3 a {
  text-decoration: none;
  font: 600 18px/20px 'Montserrat', sans-serif;
  color: #222; }

.upcoming-events-box .text-box p {
  text-align: left;
  color: #666;
  margin: 0 21px 20px 0; }

#main .upcoming-events-box .text-box strong.time {
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #666;
  display: block;
  padding: 0 0 12px 0; }

#main .upcoming-events-box .text-box strong.time .fa {
  padding: 0 7px 0 0; }

#main .upcoming-events-box .text-box a {
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #666;
  text-decoration: none;
  display: block; }

#main .upcoming-events-box .text-box a .fa {
  padding: 0 7px 0 0; }

#main .upcoming-events-box .text-box a.more {
  float: right;
  padding: 10px;
  font-size: 16px;
  color: #666;
  text-align: center;
  line-height: 16px;
  background-color: #ccc;
  margin: 4px 0 0 0;
  position: relative;
  top: 3px; }

#main .upcoming-events-box .text-box a.more:hover {
  color: #fff; }

#main .upcoming-events-box .text-box a.more .fa {
  padding: 0; }

.event-listing .upcoming-events-box .frame {
  width: auto; }

#main .event-listing .upcoming-events-box .text-box strong.time {
  float: left;
  margin: 0 30px 0 0; }

#main .event-listing a.btn-8 {
  float: left;
  background-color: #fff;
  font-size: 12px;
  font-weight: 700; }

#main .event-listing .upcoming-events-box .text-box a {
  float: left;
  margin: 0 20px 0 0; }

.event-listing .upcoming-events-box .text-box p {
  clear: both; }

.event-listing .upcoming-events-box h3 {
  overflow: hidden;
  margin: 0 0 10px 0; }

.event-listing .upcoming-events-box .frame {
  margin: 0; }

.event-listing .upcoming-events-box .text-box {
  padding: 0 0 12px 30px; }

#main .event-listing a.btn-8:hover {
  color: #fff; }

.event-listing .upcoming-events-box {
  margin: 0; }

/*Upcoming Events End*/
/*Upcoming Events 2 Start*/
.upcoming-section-2 {
  float: left;
  width: 100%;
  background-color: #fff; }

.upcoming-section-2 p {
  text-align: center;
  margin: 0 0 30px 0; }

.upcoming-section-2 .holder {
  margin: 0 auto;
  width: 960px;
  float: none; }

.event-2-slider {
  margin: 0; }

.upcoming-section-2 .frame {
  float: left;
  width: 370px;
  overflow: hidden;
  margin: 0 30px 0 0; }

.upcoming-section-2 .frame img {
  display: block;
  width: 100%;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1); }

.upcoming-section-2 .frame:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.upcoming-section-2 .text-box {
  float: left;
  max-width: 560px; }

.upcoming-section-2 .text-box strong.date {
  padding: 11px 18px 10px 18px;
  display: inline-block;
  font: 300 30px/30px "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 28px 0; }

.upcoming-section-2 .text-box h3 {
  margin: 0 0 10px 0; }

.upcoming-section-2 .text-box strong.date span {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  display: block; }

.upcoming-section-2 .text-box p {
  text-align: left; }

.upcoming-section-2 .text-box p a {
  text-decoration: none; }

.upcoming-section-2 .text-box a.link {
  float: left;
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #999;
  padding: 0 50px 32px 0;
  text-decoration: none; }

.upcoming-section-2 .text-box a.link .fa {
  padding: 0 6px 0 0; }

.upcoming-section-2 .bx-wrapper {
  float: left;
  margin: 0 0 30px 0;
  width: 100%; }

.upcoming-section-2 .bx-wrapper .bx-viewport {
  background: none;
  border: 0;
  box-shadow: none;
  left: 0;
  height: auto; }

.upcoming-section-2 .bx-wrapper .bx-controls-direction a {
  height: 70px;
  margin-top: 0;
  position: absolute;
  text-indent: inherit;
  top: 30%;
  width: 70px;
  font-size: 0;
  text-decoration: none; }

.upcoming-section-2 .bx-wrapper .bx-next {
  background: url(../images/right-arrow.gif) no-repeat left top;
  right: 0; }

.upcoming-section-2 .bx-wrapper .bx-next:before {
  content: "\f061";
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 70px;
  text-align: center;
  color: #ccc;
  display: block;
  text-indent: -8px; }

.upcoming-section-2 .bx-wrapper .bx-prev {
  background: url(../images/left-arrow.gif) no-repeat left top;
  left: 0; }

.upcoming-section-2 .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  padding: 0;
  display: none; }

.upcoming-section-2 .bx-wrapper .bx-prev:before {
  content: "\f060";
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 70px;
  text-align: center;
  color: #ccc;
  display: block;
  text-indent: 8px; }

.upcoming-section-2 .bx-wrapper .bx-next:hover {
  background-position: 0 0; }

.countdown-box {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
  overflow: hidden; }

.countdown-box .countdown_show4 .countdown_section {
  width: 14%; }

.countdown-box .countdown_section {
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #fff;
  padding: 14px 0;
  width: 80px;
  margin: 0 30px 0 0;
  float: left;
  text-align: center;
  position: relative; }

.countdown-box .countdown_section:before {
  content: '';
  position: absolute;
  left: -110px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-bottom: 1px solid;
  width: 30px;
  height: 1px; }

.countdown-box .countdown_section:after {
  content: '';
  position: absolute;
  left: -110px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
  width: 7px;
  height: 7px; }

#wrapper .countdown-box-2 .countdown_section:after {
  content: '';
  position: absolute;
  left: -110px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
  width: 7px;
  height: 7px; }

.countdown-box .countdown_amount {
  font: 400 30px/20px "Montserrat", sans-serif;
  color: #fff;
  font-weight: 100;
  text-align: center; }

#wrapper .countdown-box-2 {
  position: relative;
  overflow: inherit; }

#wrapper .countdown-outer .countdown-box-2 .countdown_section {
  position: relative; }

#wrapper .countdown-box-2 .countdown-outer:before {
  border-bottom: 1px solid #000;
  bottom: 0;
  content: "";
  height: 1px;
  left: -110px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px; }

#wrapper .countdown-box-2 .countdown_section {
  width: 90px;
  height: 70px;
  text-align: center;
  border-radius: 15px;
  left: 0;
  right: 0;
  margin: 0 39px 0 11px;
  top: 0;
  padding: 20px 0 0 0; }

#wrapper .countdown-box-2 .countdown_amount {
  font: 400 30px/20px "Montserrat", sans-serif;
  color: #fff;
  font-weight: 100;
  text-align: center;
  z-index: 99999;
  position: relative; }

#wrapper .upcoming-section-2 .holder .countdown-box-2 .countdown_section {
  font: 400 14px/21px "Montserrat", sans-serif;
  color: #fff;
  font-weight: 400;
  float: left;
  text-transform: uppercase;
  text-align: center;
  position: relative; }

#wrapper .countdown-box-2 .countdown_section:before, #wrapper .countdown-box-2 .countdown_section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 90px;
  width: 90px;
  border-radius: 15px;
  z-index: -1; }

#wrapper .countdown-box-2 .countdown_section:before {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg); }

#wrapper .countdown-box-2 .countdown_section:after {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg); }

/*Upcoming Events 2 End*/
/*Parallax Section Start*/
.parallax-section {
  float: left;
  width: 100%; }

.parallax-box {
  background: url(../images/parallax-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  float: left;
  width: 100%;
  padding: 100px 0 0 0;
  position: relative;
  overflow: hidden; }

.parallax-box .text-box {
  float: left;
  width: 100%;
  margin: 10px 0 0 0; }

.parallax-box .text-box h2 {
  font-size: 36px;
  margin: 0 0 28px 0;
  color: #fff; }

.parallax-box ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.parallax-box ul li {
  float: left;
  padding: 0 0 30px 0; }

.parallax-box .icon-box {
  float: left;
  width: 68px;
  height: 68px;
  border: 1px solid #fff;
  margin: 0 30px 0 0;
  cursor: pointer; }

.parallax-box ul li:hover .icon-box {
  border: 1px solid transparent; }

.parallax-box .icon-box .fa {
  font-size: 36px;
  line-height: 68px;
  color: #fff;
  display: block;
  text-align: center;
  transform: scale(1); }

.parallax-box .icon-box:hover .fa {
  transform: scale(1.1); }

.parallax-box .text-area {
  overflow: hidden; }

.parallax-box .text-area h3 {
  margin: 0 0 7px 0;
  color: #fff; }

.parallax-box .text-area p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin: 0; }

.parallax-box .text-box a.btn-1 {
  float: left;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.9);
  outline-color: #fff; }

.parallax-box .text-box .btn-2 {
  background-color: #fff;
  float: left; }

.parallax-box .text-box .btn-2:hover {
  background-color: #fff; }

.parallax-box .text-box a.btn-1:hover {
  border-color: #fff; }

/*Parallax Section End*/
/*Parallax Section 2 Start*/
.parallax-box-2 {
  background: url(../images/parallax-bg-2.png);
  background-attachment: fixed;
  background-size: cover;
  background-color: #000;
  float: left;
  width: 100%;
  padding: 130px 0 0 0;
  position: relative;
  overflow: hidden; }

.parallax-box-2 h2 {
  line-height: 40px; }

/*Parallax Section 2 End*/
/*Recent Posts Section Start*/
.recent-post {
  float: left;
  width: 100%; }

.eco-recent-post {
  background: #fff; }

.recent-post p {
  font-size: 16px;
  text-align: center;
  color: #999;
  margin: 0 0 30px 0; }

.recent-post-box {
  float: left;
  width: 100%;
  position: relative;
  margin: 0 0 30px 0; }

.recent-post-box .inner {
  float: left;
  width: 100%;
  position: relative; }

.recent-post-box strong.date {
  padding: 6px 0 0 0;
  width: 80px;
  height: 70px;
  position: absolute;
  left: 0;
  top: 0;
  font: 300 30px/30px "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  display: block;
  z-index: 9; }

.date-color-4 {
  background-color: #aa2a32; }

.date-color-5 {
  background-color: #003c1a; }

.recent-post-box strong.date span {
  font-weight: 400;
  display: block;
  font-size: 20px; }

.recent-post-box .frame {
  float: left;
  position: relative;
  width: 100%; }

.recent-post-box .frame img {
  width: 100%;
  display: block; }

.recent-post-box .frame .caption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0; }

.recent-post-box .frame .caption a.link {
  width: 43px;
  height: 43px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #fff;
  text-align: center;
  line-height: 43px;
  font-size: 24px;
  text-decoration: none;
  color: #fff; }

#main .recent-post-box strong.title {
  display: block;
  width: 100%;
  padding: 15px 0;
  font: 600 18px/18px 'Montserrat', sans-serif;
  color: #000;
  text-transform: uppercase;
  clear: both; }

#main .recent-post-box strong.title a {
  text-decoration: none;
  color: #000; }

.recent-post-box .frame:hover .caption {
  opacity: 1; }

/*Recent Posts Section End*/
/*Recent Posts Section 2 Start*/
.recent-post-2 {
  background: #fff; }

.recent-bg {
  background-color: #fff;
  position: relative;
  padding: 100px 0; }

.recent-bg:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/recent-post-pattren.png);
  background-repeat: repeat-x;
  background-position: left center;
  background-color: #eae9d7;
  width: 100%;
  height: 40px; }

.recent-bg:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../images/recent-post-pattren.png);
  background-repeat: repeat-x;
  background-position: left center;
  background-color: #eae9d7;
  width: 100%;
  height: 40px; }

.recent-post-2 .box {
  float: left;
  width: 100%; }

.recent-post-2 .box .text-box {
  float: left;
  width: 100%;
  padding: 0 40px 20px 40px;
  box-sizing: border-box; }

.recent-post-2 .box .text-box h3 {
  margin: 0 0 15px 0; }

.recent-post-2 .box .text-box h3 a {
  text-decoration: none;
  color: #222; }

.recent-post-2 .box .text-box p {
  text-align: left;
  margin: 0 0 20px 0; }

.recent-post-2 .box .text-box a.btn-read {
  display: block;
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #222;
  text-decoration: none;
  text-transform: uppercase; }

.recent-post-2 .box .frame {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  position: relative; }

.recent-post-2 .box .frame .caption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0; }

.recent-post-2 .box .frame .caption a.link {
  border: 1px solid #fff;
  bottom: 0;
  color: #fff;
  font-size: 24px;
  height: 43px;
  left: 0;
  line-height: 43px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 43px; }

.recent-post-2 .box .frame:hover .caption {
  opacity: 1; }

.recent-post-2 .box .frame img {
  display: block;
  width: 100%; }

.down-arrow {
  float: left;
  width: 100%;
  position: relative; }

.down-arrow:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #ffffff transparent transparent transparent; }

.up-arrow {
  float: left;
  width: 100%;
  position: relative; }

.up-arrow:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #ffffff transparent; }

/*Recent Posts Section 2 End*/
/*Charity Projects Section Start*/
#maping-filtered img {
  max-width: none;
  box-shadow: none; }

.map-section {
  float: left;
  width: 100%; }

.eco-map-bg .head {
  background-image: url(../images/eco-map-pattren.png);
  background-repeat: repeat;
  background-position: left top;
  float: left;
  width: 100%; }

.eco-map-bg strong.heading-title {
  color: #fff; }

.eco-map-bg .heading-style-5:before {
  border-color: #fff; }

.eco-map-bg .heading-style-5 h2 {
  border-color: #ccc; }

.map-section .head {
  float: left;
  width: 100%; }

.map-section .head h2 {
  color: #fff; }

.map-section .head p {
  font-size: 16px;
  text-align: center;
  color: #fff; }

.home-map {
  float: left;
  width: 100%;
  position: relative; }

.home-map img {
  width: 100%;
  display: block; }

.map-caption {
  /*width:370px;*/
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  border-radius: 5px 5px 0 0;
  margin: auto;
  /*position:absolute;*/
  left: 0;
  top: 0;
  right: auto;
  bottom: 0;
  /*height:400px;*/ }

.map-caption:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: -12px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent; }

.map-caption .frame {
  float: left;
  width: 100%;
  padding: 5px;
  border-radius: 4px 4px 0 0;
  margin: 0 0 20px 0;
  overflow: hidden;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.map-caption .frame img {
  border-radius: 4px 4px 0 0;
  width: 100%;
  display: block;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1); }

.map-caption .frame:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.map-caption .text-box {
  float: left;
  width: 100%; }

.map-caption .text-box h3 {
  margin: 0 0 10px 0; }

.map-caption .text-box .top-row {
  float: left;
  width: 100%;
  padding: 0 20px;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.map-caption .text-box .top-row .progress {
  background: #cdcdcd;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #cdcdcd 0%, #d5d5d5 27%, #f3f3f3 93%, #c8c8c8 100%);
  /* W3C */
  border-radius: 8px;
  box-shadow: none;
  height: 14px;
  margin-bottom: 10px;
  overflow: hidden; }

.map-caption .text-box .top-row .progress .bar {
  background-image: none;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  box-sizing: border-box;
  color: #fff;
  float: left;
  font-size: 12px;
  height: 100%;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  transition: width 0.6s ease 0s;
  width: 0; }

.map-progress {
  float: left;
  width: 100%; }

.map-progress strong.title {
  display: block;
  text-align: center;
  font: 700 14px/14px "Montserrat", sans-serif;
  color: #666;
  padding: 0 0 10px 0; }

.map-caption .text-box .mid-row {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 10px 0;
  margin: 0 0 6px 0; }

.map-caption .text-box .mid-row strong.title {
  font: 600 12px/14px 'Montserrat', sans-serif;
  color: #666;
  display: block;
  text-align: center; }

.map-caption .text-box .mid-row span {
  font: 400 12px/14px "Montserrat", sans-serif;
  color: #666;
  display: block;
  text-align: center; }

.map-caption .text-box .bottom-row {
  float: left;
  width: 100%; }

.map-caption .text-box .bottom-row ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  text-align: center; }

.map-caption .text-box .bottom-row ul li {
  display: inline-block;
  padding: 0 7px; }

.map-caption .text-box .bottom-row ul li a {
  font: 400 12px/12px "Montserrat", sans-serif;
  color: #666;
  display: block;
  text-decoration: none; }

/*Charity Projects Section End*/
/*Latest News Section Start*/
.latest-news {
  float: left;
  width: 100%;
  background-color: #fff; }

.latest-news .heading-style-6 h2 {
  margin: 0 0 20px 0; }

.gallery-collection .heading-style-6 h2 {
  margin: 0 0 20px 0; }

.latest-news-bg {
  background-color: #ebb562; }

.latest-news-bg h2 {
  color: #fff; }

.latest-news-bg .heading-style-2:before {
  border-color: #fff; }

.latest-news p {
  font-size: 16px;
  text-align: center;
  margin: 0 0 30px 0; }

.latest-news-box {
  float: left;
  width: 100%;
  margin: 0 0 50px 0;
  background-color: #f5f5f5;
  padding: 20px 0 0 0; }

.latest-news-box .inner {
  float: left;
  width: 100%;
  padding: 0 16px 20px 20px;
  box-sizing: border-box; }

#main .latest-news-box strong.title {
  font: 600 18px/20px 'Montserrat', sans-serif;
  color: #222;
  text-transform: uppercase;
  display: block;
  padding: 0 0 15px 0; }

#main .latest-news-box strong.title a {
  text-decoration: none;
  color: #222; }

.latest-news-box strong.date {
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #999;
  display: block; }

.latest-news-box strong.date .fa {
  padding: 0 6px 0 0; }

.latest-news-box .frame {
  float: left;
  width: 100%;
  position: relative;
  margin: 0 0 18px 0; }

.latest-news-box .frame img {
  display: block;
  width: 100%; }

.latest-news-box .frame .caption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0; }

.latest-news-box .frame .caption a.link {
  width: 43px;
  height: 43px;
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-decoration: none;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 43px; }

.latest-news-box .frame:hover .caption {
  opacity: 1; }

.latest-news-box p {
  text-align: left;
  margin: 0; }

#main .latest-news-box p a {
  text-decoration: none;
  color: #666; }

.comment-row {
  float: left;
  width: 100%;
  border-top: 1px solid #ccc;
  padding: 10px 0; }

.comment-row ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.comment-row ul li {
  float: left;
  padding: 0 20px;
  border-left: 1px solid #ccc;
  line-height: normal; }

.comment-row ul li:first-child {
  border: 0; }

.comment-row ul li a {
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #999;
  text-decoration: none; }

.comment-row ul li a .fa {
  padding: 0 6px 0 0; }

#content-1 {
  overflow: hidden;
  padding: 0;
  width: 100%;
  height: auto; }

.latest-news .mCustomScrollBox > .mCSB_scrollTools {
  opacity: 1; }

.latest-news .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #999; }

.latest-news .mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  height: 8px;
  margin: 8px 0;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.25); }

.latest-news .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #e1e1e1; }

.latest-news .mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  height: 8px;
  margin: 8px auto; }

.latest-news .mCSB_horizontal > .mCSB_container {
  margin-bottom: 38px; }

.latest-news .mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger {
  width: 230px; }

/*Latest News Section End*/
/*Testimonials Section Start*/
.testimonials-section {
  float: left;
  width: 100%;
  background-image: url(../images/testimonial-bg.png);
  background-color: #000;
  position: relative;
  overflow: hidden; }

.testimonials-bg {
  background-image: url(../images/testimonial-bg-2.png); }

.testimonials-section .holder {
  width: 830px;
  margin: 0 auto;
  display: block; }

.testimonials-section .holder h2 {
  color: #fff; }

#main .testimonials-section .holder p {
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin: 0 0 28px 0; }

#main .testimonials-section .holder .frame {
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  border-radius: 100%;
  border: 2px solid #fff;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.75); }

#main .testimonials-section .holder .frame img {
  display: block;
  width: 100%;
  border-radius: 100%;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1); }

#main .testimonials-section .holder .frame:hover {
  transform: scale(0.9);
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9); }

#main .testimonials-section .holder strong.title {
  font: 400 20px/28px "Montserrat", sans-serif;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -moz-text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -webkit-text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  display: block;
  padding: 0 0 25px 0; }

.testimonials-section .holder strong.name {
  font: 700 17px/17px "Montserrat", sans-serif;
  color: #fff;
  display: block;
  text-align: center;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -moz-text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -webkit-text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4); }

.testimonials-section .holder strong.name span {
  font-weight: 100; }

.testimonials-section .bx-wrapper {
  float: left;
  width: 100%;
  margin: 0; }

.testimonials-section .bx-wrapper .bx-viewport {
  background: none;
  border: 0;
  box-shadow: none;
  left: 0; }

.testimonials-section .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  padding: 0;
  display: none; }

.testimonials-section .bx-wrapper .bx-controls-direction a {
  height: 32px;
  margin-top: 0;
  outline: 0 none;
  position: absolute;
  text-indent: inherit;
  top: 30%;
  width: 32px;
  font-size: 0;
  z-index: 9999;
  text-decoration: none; }

.testimonials-section .bx-wrapper .bx-next {
  right: 0;
  background: none; }

.testimonials-section .bx-wrapper .bx-next:before {
  color: #FFFFFF;
  content: "";
  display: block;
  font-family: FontAwesome;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none; }

.testimonials-section .bx-wrapper .bx-prev {
  left: 0;
  background: none; }

.testimonials-section .bx-wrapper .bx-prev:before {
  color: #FFFFFF;
  content: "";
  display: block;
  font-family: FontAwesome;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none; }

.about-fact {
  background-image: url(../images/about-fact-bg.png);
  background-attachment: fixed;
  background-size: cover;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: auto; }

.testimonials-section ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  text-align: center; }

.testimonials-section ul li {
  display: inline-block;
  padding: 0 17px; }

.chart {
  float: left;
  margin: 0; }

.percentage, .label {
  font: 700 50px/140px "Montserrat", sans-serif;
  text-align: center;
  color: #fff;
  margin: 0;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  -webkit-text-shadow: 0 3px 3px rgba(0, 0, 0, 0.3); }

.dark {
  background: #333; }

.dark .percentage-light, .dark .label {
  font: 700 50px/50px "Montserrat", sans-serif;
  text-align: center;
  color: #fff;
  margin-bottom: 0.3em; }

.easyPieChart {
  position: relative;
  text-align: center;
  margin: 0 0 30px 0; }

.easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0; }

.chart .label, .badge {
  font: 600 18px/18px 'Montserrat', sans-serif;
  background: none;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  display: block; }

/*Testimonials Section End*/
/*Team Members Section Start*/
.team-member {
  float: left;
  width: 100%; }

.team-member p {
  font-size: 16px;
  margin: 0 0 30px 0;
  text-align: center;
  color: #999; }

.team-member-box {
  float: left;
  width: 100%;
  padding: 30px 0 0 0;
  position: relative; }

.team-member-box:first-child {
  border: 0;
  padding: 0; }

.team-member-box .frame {
  float: left;
  margin: 0 30px 0 0;
  position: relative; }

.team-member-box .frame .caption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0; }

.team-member-box .frame:hover .caption {
  opacity: 1; }

.team-member-box .frame .caption a.zoom {
  border: 1px solid #FFFFFF;
  bottom: 0;
  color: #FFFFFF;
  font-size: 24px;
  height: 43px;
  left: 0;
  line-height: 43px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 43px; }

.team-member-box .frame img {
  width: 100%;
  display: block; }

.team-member-box .text-box {
  overflow: hidden;
  padding: 35px 0 0 0; }

.team-member-box .text-box h3 {
  margin: 0 0 12px 0; }

.team-member-box .text-box h3 a {
  text-decoration: none;
  color: #222; }

.team-member-box .text-box strong.destination {
  font: italic 400 14px/14px "Montserrat", sans-serif;
  color: #666;
  padding: 0 0 15px 0;
  display: block; }

.team-member-box .text-box p {
  margin: 0 26px 23px 0;
  text-align: left;
  color: #666; }

.team-social {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  width: 100%; }

.team-social li {
  float: left;
  padding: 0 10px 0 0; }

.team-social li a {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #ebebeb;
  text-decoration: none;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  color: #999; }

.team-social li a:hover {
  background-color: #ec5248;
  color: #fff; }

/*Team Members Section End*/
/*Subscribe Newsletter Section Start*/
.newsletter-section {
  float: left;
  width: 100%;
  background-color: #a69883; }

.newsletter-section-3 {
  float: left;
  width: 100%;
  background-color: #a69883; }

.newsletter-section-3 .heading-style-4:before {
  background: url(../images/heading-4-bg-2.png) no-repeat center top; }

.newsletter-section-3 strong.heading-title {
  color: #fff; }

.newsletter-section h2 {
  color: #fff; }

.newsletter-section p {
  font-size: 16px;
  text-align: center;
  margin: 0 0 30px 0;
  color: #fff; }

.newsletter-form {
  margin: 0 auto;
  width: 570px;
  display: block; }

.newsletter-form input[type="text"] {
  width: 100%;
  height: 60px;
  border: 0;
  padding: 0 19px;
  margin: 0 0 20px 0;
  border-radius: 0;
  font: 400 14px "Montserrat", sans-serif;
  color: #999;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.newsletter-form input[type="submit"] {
  padding: 10px 20px;
  display: table;
  margin: 0 auto;
  background-color: #fff;
  border: 4px solid #a69883;
  outline: 1px solid #fff;
  font: 700 12px "Montserrat", sans-serif;
  text-transform: uppercase; }

.newsletter-form input[type="submit"]:hover {
  border: 4px solid #fff; }

.newsletter-section-3 .newsletter-form {
  width: 100%;
  float: left; }

.newsletter-section-3 .newsletter-form input[type="submit"] {
  display: table;
  margin: 0 auto;
  padding: 12px 30px;
  border-radius: 18px;
  border: 0;
  outline: none;
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #222;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #fff; }

.button-box {
  position: relative;
  display: table;
  margin: 0 auto; }

.button-box:before {
  content: '';
  position: absolute;
  left: -79px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/btn-4-before-bg-2.png) no-repeat left center;
  width: 69px;
  height: 40px; }

.button-box:after {
  content: '';
  position: absolute;
  right: -79px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/btn-4-after-bg-2.png) no-repeat left center;
  width: 69px;
  height: 40px; }

.button-box-2 {
  position: relative;
  display: table;
  margin: 0 auto; }

.button-box-2:before {
  content: '';
  position: absolute;
  left: -130px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 120px;
  height: 7px;
  background: url(../images/btn-3-before-bg-2.png) no-repeat left center; }

.button-box-2:after {
  content: '';
  position: absolute;
  right: -130px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 120px;
  height: 7px;
  background: url(../images/btn-3-after-bg-2.png) no-repeat left center; }

.newsletter-section-2 .heading-style-2:before {
  border-color: #fff; }

.newsletter-section-2 .newsletter-form {
  width: 100%;
  position: relative; }

.newsletter-section-2 .newsletter-form input[type="text"] {
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 0 200px 0 20px;
  margin: 0; }

.newsletter-section-2 .newsletter-form input[type="submit"] {
  display: table;
  margin: 0 auto;
  padding: 13px 20px;
  border-radius: 5px;
  font: 700 16px/16px "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
  outline: none;
  border: 4px solid transparent;
  position: absolute;
  top: 5px;
  right: 5px; }

.newsletter-section-2 .newsletter-form input[type="submit"]:hover {
  text-decoration: none;
  color: #fff;
  border-radius: 0;
  border: 4px solid #fff; }

/*Subscribe Newsletter Section End*/
/*Subscribe Newsletter Section 2 Start*/
.newsletter-2 {
  float: left;
  width: 100%;
  padding: 50px 0; }

.newsletter-2 .heading-style-3 ul li {
  background-color: #fff; }

.newsletter-2 .heading-style-3 ul {
  background-color: #a69883; }

.newsletter-2 .heading-style-3:before {
  background-color: #a69883; }

.newsletter-2 .heading-style-3 h2 {
  border-bottom: 1px solid #fff; }

.newsletter-2 .newsletter-form {
  width: 769px; }

.newsletter-2 .newsletter-form input[type="submit"] {
  display: table;
  margin: 0 auto;
  padding: 12px 30px;
  border-radius: 18px;
  border: 1px solid #ccc;
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #222;
  text-transform: uppercase;
  text-decoration: none;
  clear: both;
  position: relative;
  background-color: #fff;
  outline: none;
  border: 0; }

.newsletter-2 .newsletter-form input[type="submit"]:before {
  content: '';
  position: absolute;
  left: -130px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/btn-3-before-bg.png) no-repeat left center;
  width: 120px;
  height: 7px; }

.newsletter-2 .newsletter-form input[type="submit"]:after {
  content: '';
  position: absolute;
  right: -130px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/btn-3-after-bg.png) no-repeat left center;
  width: 120px;
  height: 7px; }

/*Subscribe Newsletter Section 2 End*/
/*Subscribe Newsletter Section 3 Start*/
.eco-newsletter {
  float: left;
  width: 100%;
  position: relative; }

.eco-newsletter:before {
  content: '';
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  background: url(../images/newsletter-pattren-1.png) repeat-x left top;
  height: 10px; }

.eco-newsletter:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  background: url(../images/newsletter-pattren-2.png) repeat-x left top;
  height: 10px; }

.eco-newsletter .fa {
  text-align: center;
  display: block;
  font-size: 60px;
  color: #fff;
  padding: 0 0 10px 0; }

.eco-newsletter strong.title {
  display: block;
  font: 600 16px/16px 'Montserrat', sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 0 0 30px 0; }

.eco-newsletter .newsletter-form input[type="submit"] {
  padding: 15px 20px;
  border: 0;
  border-radius: 0;
  background-color: #fff;
  font: 700 12px/12px "Montserrat", sans-serif; }

.eco-newsletter .newsletter-form {
  padding: 25px 0; }

/*Subscribe Newsletter Section 3 End*/
/*Footer Start*/
/*Footer Section 1 Start*/
.footer-section-1 {
  float: left;
  width: 100%;
  padding: 44px 0 25px 0;
  background-image: url(../../build/images/dark_bg.png);
  background-repeat: repeat;
  position: relative; }

.church-bg {
  background-image: url(../images/footer-bg-2.jpg); }

.eco-bg {
  background-image: url(../images/footer-bg-3.jpg); }

.islamic-bg {
  background-image: url(../images/footer-bg-4.jpg); }

.store-bg {
  background-image: url(../images/footer-bg-5.jpg); }

#wrapper .church-bg:before {
  content: '';
  background-color: rgba(34, 34, 34, 0.9); }

.footer-section-1:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.35); }

.footer-section-1 .box {
  float: left;
  width: 100%; }

.footer-section-1 .box a.btn-5 {
  float: left;
  border: 1px solid transparent;
  color: #fff; }

#footer .footer-section-1 h2 {
  font-weight: 400;
  color: #fff;
  margin: 0 0 15px 0;
  font-size: 24px; }

#footer .footer-section-1 h2 span {
  font-weight: 700; }

.footer-section-1 p {
  margin: 0 0 25px 0;
  color: #fff; }

.footer-section-1 .box ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.footer-section-1 .box ul li {
  padding: 20px 0;
  overflow: hidden;
  border-top: 1px solid #ccc; }

.footer-section-1 .box ul li:first-child {
  border: 0;
  padding: 0 0 20px 0; }

.footer-section-1 .box ul li strong.date {
  padding: 8px 0 0 0;
  width: 60px;
  height: 60px;
  float: left;
  font: 300 22px/22px "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin: 0 20px 0 0; }

.footer-section-1 .box ul li strong.date span {
  display: block;
  font: 400 16px 'Montserrat', sans-serif; }

.footer-section-1 .box ul li .text-box {
  overflow: hidden; }

#footer .footer-section-1 .box ul li .text-box strong.title {
  font: 600 14px/16px 'Montserrat', sans-serif;
  color: #fff;
  text-transform: uppercase;
  display: block;
  padding: 0 0 8px 0; }

#footer .footer-section-1 .box ul li .text-box strong.title a {
  color: #fff; }

.footer-section-1 .box ul li .text-box a {
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #fff;
  display: block;
  text-decoration: none; }

.footer-section-1 .box ul li .text-box a .fa {
  padding: 0 6px 0 0; }

.twitter-box {
  float: left;
  width: 100%;
  background-color: #222;
  border-radius: 7px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  margin: 0 0 25px 0; }

#footer-tweets li {
  border: 0; }

.arrow-1, .arrow-2 {
  position: relative; }

.twitter-box strong.name {
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #fff;
  display: block;
  padding: 0 0 6px 0; }

#footer .twitter-box p {
  line-height: 22px;
  color: #fff;
  margin: 0 0 5px 0; }

#footer .twitter-box a {
  text-decoration: none;
  font: italic 400 14px/14px "Montserrat", sans-serif;
  color: #fff; }

.arrow-1:before {
  content: '';
  position: absolute;
  right: 30px;
  bottom: -22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 7px 0 7px;
  border-color: #222222 transparent transparent transparent;
  transform: rotate(37deg);
  -moz-transform: rotate(37deg);
  -webkit-transform: rotate(37deg); }

.arrow-2:before {
  content: '';
  position: absolute;
  left: 30px;
  bottom: -22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 7px 0 7px;
  border-color: #222222 transparent transparent transparent;
  transform: rotate(-37deg);
  -moz-transform: rotate(-37deg);
  -webkit-transform: rotate(-37deg); }

#footer .flicker-box {
  float: left;
  width: 100%; }

#footer .flicker-box ul {
  float: left;
  margin: 0 -15px 0 0;
  padding: 0; }

#footer .flicker-box li {
  float: left;
  margin: 0 10px 10px 0;
  padding: 0;
  border: 0;
  overflow: hidden; }

#footer .flicker-box li img {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1); }

#footer .flicker-box li:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.get-connected-form {
  float: left;
  width: 100%;
  margin: 0; }

.get-connected-form .fa {
  display: block;
  font-size: 46px;
  line-height: 46px; }

.get-connected-form p {
  margin: 0 0 20px 0; }

.get-connected-form input[type="text"] {
  float: left;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background-color: #222;
  border: 0;
  margin: 0 0 11px 0;
  border-radius: 0;
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #fff;
  box-sizing: border-box; }

.get-connected-form input[type="submit"] {
  border: 0;
  box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.2) inset;
  color: #fff;
  font: 700 12px/12px "Montserrat", sans-serif;
  margin: 0;
  float: right;
  padding: 13px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase; }

.footer-section-1 a.btn-7 {
  float: left;
  border: 0;
  color: #fff; }

.footer-section-1 input[type="submit"] {
  border-radius: 5px;
  box-shadow: none;
  padding: 12px 20px; }

.footer-section-1 .box .bx-wrapper {
  margin: 0;
  width: 100%;
  float: left; }

.footer-section-1 .bx-wrapper .bx-viewport {
  background: none;
  border: 0;
  box-shadow: none;
  left: 0; }

.footer-section-1 .bx-wrapper .bx-controls-direction a {
  display: none; }

.footer-section-1 .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  display: none; }

#footer-tweets li {
  padding: 0; }

/*Footer Section 1 End*/
/*Footer Section 2 Start*/
.footer-section-2 {
  float: left;
  width: 100%;
  background-color: #111;
  padding: 30px 0; }

.footer-section-2 strong.copy {
  font: 400 12px/20px "Montserrat", sans-serif;
  color: #ccc;
  float: left; }

.footer-section-2 strong.copy a {
  color: #ccc;
  text-decoration: none; }

.footer-section-2 strong.copy a:hover {
  color: #fff; }

.footer-nav {
  float: right; }

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

.footer-nav ul li {
  float: left;
  padding: 0 0 0 23px;
  line-height: normal; }

.footer-nav ul li:first-child {
  padding: 0; }

.footer-nav ul li a {
  font: 400 12px/12px "Montserrat", sans-serif;
  color: #ccc;
  text-decoration: none; }

.footer-nav ul li a:hover {
  color: #fff; }

/*Footer Section 2 End*/
/*Footer Section 3 Start*/
.footer-section-3 {
  float: left;
  width: 100%; }

.footer-section-3 .holder {
  padding: 50px 0 0 0; }

.footer-section-3 .box {
  float: left;
  width: 100%; }

.footer-section-3 .box iframe {
  width: 100%;
  float: left; }

.footer-section-3 .box ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.footer-section-3 .box ul li:first-child {
  border: 0; }

.footer-section-3 .box ul li {
  padding: 15px 0;
  line-height: normal;
  border-top: 1px solid #444; }

.footer-section-3 .box ul li a {
  font: 600 14px/14px 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #999;
  text-decoration: none; }

.footer-section-3 .box ul li a:hover {
  color: #fff; }

.footer-section-3 .box ul li a .fa {
  font-size: 12px;
  padding: 0 10px 0 0; }

.footer-section-3 .box h2 {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 15px 0; }

.theme-style-1 .tags {
  float: left;
  padding: 0;
  margin: 0 0 40px 0;
  list-style: none;
  width: 100%; }

#footer .footer-section-3 .tags li {
  padding: 0 10px 10px 0;
  float: left;
  line-height: none;
  border: 0;
  width: auto; }

#main .tags li {
  padding: 0 10px 10px 0;
  float: left;
  line-height: none;
  border: 0;
  width: auto; }

.tags li strong.title {
  font: 600 18px/30px 'Montserrat', sans-serif;
  color: #222;
  text-transform: uppercase;
  float: left;
  padding: 0; }

#footer .tags li a {
  display: block;
  text-decoration: none;
  background-color: #444;
  border-radius: 20px;
  padding: 6px 14px;
  font: 400 14px/22px "Montserrat", sans-serif;
  text-transform: capitalize;
  color: #999;
  text-decoration: none; }

#main .tags li a:hover {
  color: #fff; }

.footer-section-3 .box address {
  width: 223px;
  float: left;
  margin: 0; }

.footer-section-3 .box address p {
  color: #999;
  margin: 0 0 40px 0; }

.footer-section-3 .box address ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.footer-section-3 .box address ul li {
  padding: 0 0 18px 0;
  border: 0;
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #999; }

.footer-section-3 .box address ul li a {
  text-transform: capitalize;
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #999; }

.footer-section-3 .box address ul li .fa {
  padding: 0 11px 0 0; }

/*Footer Section 3 End*/
/*Footer Social Start*/
.footer-social {
  float: left;
  width: 100%;
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box; }

.footer-social .holder {
  margin: 0 auto;
  width: 100%;
  border-bottom: 1px solid #444;
  border-top: 1px solid #444;
  padding: 20px 0; }

.footer-social strong.copy {
  text-align: center;
  display: block;
  font: 400 12px/12px "Montserrat", sans-serif;
  color: #999;
  padding: 20px 0; }

.footer-social strong.copy a {
  text-decoration: none;
  color: #999; }

.footer-social strong.copy a:hover {
  color: #fff; }

/*Footer Social End*/
/*Footer Section 4 Start*/
.footer-section-4 {
  float: left;
  width: 100%;
  padding: 50px 0 0 0; }

.footer-section-4 .holder {
  float: left;
  width: 100%;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #444; }

.footer-section-4 .box {
  float: left;
  width: 100%; }

.footer-section-4 .box ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.footer-section-4 .box ul li {
  overflow: hidden;
  padding: 20px 0;
  border-top: 1px solid #444; }

.footer-section-4 .box ul li:first-child {
  padding: 0 0 20px 0;
  border: 0; }

.footer-section-4 .box h2 {
  font: 400 24px/24px 'Montserrat', sans-serif;
  color: #fff;
  margin: 0 0 18px 0; }

.footer-section-4 .box .frame {
  float: left;
  border: 2px solid #fff;
  margin: 0 30px 0 0;
  overflow: hidden; }

.footer-section-4 .box .frame img {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1); }

.footer-section-4 .box .frame:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.footer-section-4 .box .text-box {
  overflow: hidden; }

.footer-section-4 .box .text-box a.title {
  font: 600 14px/18px 'Montserrat', sans-serif;
  color: #fff;
  text-transform: uppercase;
  display: block;
  padding: 0 0 10px 0; }

.footer-section-4 .box .text-box a.title:hover {
  text-decoration: none; }

.footer-section-4 .box .text-box span.discount {
  font: 400 18px/18px "Montserrat", sans-serif;
  color: #999;
  text-decoration: line-through;
  float: left;
  padding: 0 4px 0 0; }

.footer-section-4 .box .text-box span.price {
  font: 400 18px/18px "Montserrat", sans-serif;
  float: left; }

.footer-section-4 .box .slider-box {
  float: left;
  width: 100%; }

.footer-section-4 .box .slider-box .frame {
  float: left;
  width: 100%;
  position: relative;
  border: 2px solid #fff;
  margin-bottom: 18px;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.footer-section-4 .box .slider-box .frame .caption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.footer-section-4 .box .slider-box .frame .caption strong.tag-off {
  padding: 10px 12px;
  background-color: rgba(0, 0, 0, 0.5);
  float: left;
  font: 700 18px/20px "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin: 8px 0 0 8px; }

.footer-section-4 .box .slider-box .frame .caption strong.tag-off span {
  display: block; }

.footer-section-4 .box .slider-box .frame .caption a.cart {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  display: block;
  position: absolute;
  left: 8px;
  bottom: 45px; }

.footer-section-4 .box .slider-box .frame .caption a.like {
  width: 35px;
  height: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  display: block;
  position: absolute;
  left: 8px;
  bottom: 8px; }

.footer-section-4 .box .text-box strong.title {
  display: block;
  text-align: center;
  color: #fff;
  font: 600 14px/18px 'Montserrat', sans-serif;
  text-transform: uppercase;
  padding: 0 0 5px 0; }

.footer-section-4 .box .text-box strong.title a {
  text-decoration: none;
  color: #fff; }

.price-row {
  display: block;
  width: 100%;
  text-align: center; }

#footer .price-row span {
  text-align: center;
  display: inline-block;
  float: none; }

/*Footer Section 4 End*/
/*Footer End*/
/*Features 2 Section Start*/
#features-section-2 {
  float: left;
  width: 100%;
  background: url(../images/recent-bg.gif) repeat; }

#wrapper .bg-none-1 {
  background: #fff; }

#wrapper .islamic-feature-padd {
  padding: 50px 0 20px 0; }

.bg-none-1 p {
  text-align: center;
  margin: 0 0 80px 0; }

.bg-none-1 .features-section-3 .features-2-box {
  padding: 0 75px 30px; }

.features-margin {
  margin: -50px 0 0 0; }

.features-padd {
  padding: 100px 0 50px 0; }

#wrapper #features-section-2 .holder {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 40px 0;
  background-color: rgba(255, 255, 255, 0.95);
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6); }

.politics-padd#features-section-2 .holder {
  padding: 100px 0 70px 0; }

.features-section-3 .features-2-box {
  background-color: #fff;
  padding: 0 75px 30px 75px; }

.features-section-3 .features-2-box a.btn-more {
  margin: 0 auto 30px;
  font-weight: 400;
  border-radius: 18px;
  padding: 10px 30px; }

.features-2-box {
  float: left;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 0 25px;
  box-sizing: border-box; }

.features-2-box:hover .icon-box .fa {
  color: #fff; }

#features-section-2 .features-2-box:hover a.btn-more {
  color: #fff;
  border: 1px solid transparent; }

#features-section-2 .features-2-box h3 {
  text-align: center;
  margin: 0 0 15px 0; }

#features-section-2 .features-2-box h3 a {
  text-decoration: none;
  color: #222; }

#features-section-2 .features-2-box p {
  text-align: center;
  line-height: 22px;
  color: #666;
  margin: 0 0 20px 0; }

.features-2-box .icon-box {
  border: 1px solid #e1e1e1;
  width: 99px;
  height: 99px;
  margin: -50px auto 20px;
  display: block;
  background-color: #fff; }

.features-2-box .icon-box a {
  display: block;
  text-align: center;
  line-height: 100px;
  font-size: 60px;
  text-decoration: none; }

.features-2-box .icon-box:hover a {
  color: #fff; }

.features-2-box a.btn-more {
  padding: 12px 15px;
  display: table;
  margin: 0 auto -20px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  font: 700 16px/16px "Montserrat", sans-serif;
  color: #666;
  text-transform: uppercase;
  text-decoration: none; }

.features-2-box a.btn-more:hover {
  color: #fff;
  border: 1px solid transparent; }

/*Features 2 Section End*/
/*Eco Features Section Start*/
#wrapper .eco-features {
  float: left;
  width: 100%;
  background-image: url(../../images/bridge.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover; }

#wrapper .eco-features .holder {
  padding: 100px 0 50px 0; }

.eco-features-box {
  float: left;
  width: 100%; }

#main .eco-features-box:hover img {
  transform: scale(0.9);
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9); }

#main .eco-features-box:hover .eco-icon .fa {
  color: #fff; }

.eco-features-box .frame {
  border: 7px solid #fff;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  float: left;
  margin: 0 0 20px 0;
  position: relative;
  box-shadow: 0 0px 1px 0px #000;
  -moz-box-shadow: 0 0px 1px 0px #000;
  -webkit-box-shadow: 0 0px 1px 0px #000;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.eco-features-box .frame img {
  display: block;
  width: 100%;
  border-radius: 100%;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  overflow: hidden; }

.eco-features-box .frame:hover img {
  transform: scale(0.9);
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9); }

.eco-icon {
  border: 7px solid #fff;
  background-color: #e1e1e1;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -24%;
  box-shadow: 0 0px 1px 0px #000;
  -moz-box-shadow: 0 0px 1px 0px #000;
  -webkit-box-shadow: 0 0px 1px 0px #000;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.eco-icon a {
  display: block;
  text-align: center;
  font-size: 60px;
  color: #666;
  line-height: 110px; }

.eco-icon:hover a {
  color: #fff; }

.eco-features-box .text-box {
  float: left;
  width: 100%; }

.eco-features-box .text-box h3 {
  text-align: center; }

.eco-features-box .text-box h3 a {
  text-decoration: none;
  color: #222; }

.eco-features-box .text-box p {
  margin: 0 0 20px 0;
  text-align: center; }

/*Eco Features Section End*/
/*Our Projects Start*/
.our-projects {
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 50px 0; }

.our-project-slider {
  margin: 0; }

.our-projects .bx-wrapper {
  float: left;
  width: 100%;
  margin: 0; }

.our-projects .bx-wrapper .bx-viewport {
  background: none;
  border: 0;
  box-shadow: none;
  left: 0; }

.our-project-slider > li {
  position: relative; }

.our-project-slider > li a img {
  width: 100%;
  display: block; }

.our-project-slider > li .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  /*background:rgba(0,0,0,0.7);*/
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.04) 8%, rgba(0, 0, 0, 0.18) 25%, rgba(0, 0, 0, 0.45) 49%, rgba(0, 0, 0, 0.7) 75%, rgba(0, 0, 0, 0.8) 89%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#cc000000', GradientType=0 );*/
  /* IE6-9 */
  padding: 72px 0 15px 0;
  width: 100%;
  box-sizing: border-box; }

.our-project-slider > li .caption a {
  text-decoration: none;
  display: block;
  text-align: center;
  font: 600 18px/18px 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #fff; }

.our-projects .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  padding: 0;
  display: none; }

.our-projects .bx-wrapper .bx-controls-direction a {
  height: 20px;
  margin-top: 0;
  position: absolute;
  text-indent: inherit;
  top: -53px;
  width: 37px;
  font-size: 0;
  text-decoration: none; }

.our-projects .bx-wrapper .bx-controls-direction a:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.our-projects .bx-wrapper .bx-next {
  background: none; }

.our-projects .bx-wrapper .bx-next:before {
  content: "\f178";
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  display: block; }

.our-projects .bx-wrapper .bx-prev {
  background: none;
  left: inherit;
  right: 52px; }

.our-projects .bx-wrapper .bx-prev:before {
  content: "\f177";
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  display: block; }

.imglist {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  width: 100%;
  display: block; }

.imglist li {
  margin: 0;
  float: left; }

.imglist {
  display: block; }

.imglist img {
  opacity: 0; }

.example-wrap {
  background: #222;
  padding: 0;
  margin: 0 auto;
  width: 100%; }

.group:before, .group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  /*zoom: 1;*/ }

/*Our Projects End*/
/*Facts Section Start*/
.fact-box {
  float: left;
  width: 100%;
  text-align: center; }

.fact-box-2 {
  float: left;
  width: 100%;
  position: relative;
  border-left: 2px solid #fff;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.fact-box .fa {
  display: block;
  text-align: center;
  font-size: 46px;
  line-height: 46px;
  color: #fff;
  margin: 0 0 25px 0; }

.fact-box strong.number {
  display: inline-block;
  text-align: center;
  font: 700 50px/50px "Montserrat", sans-serif;
  color: #fff;
  margin: 0 0 35px 0; }

.fact-box span {
  text-align: center;
  font: 700 50px/50px "Montserrat", sans-serif;
  color: #fff;
  display: inline-block; }

.fact-box a {
  text-decoration: none;
  display: block;
  text-align: center;
  font: 600 18px/18px "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase; }

.fact-box a:hover {
  text-decoration: none;
  color: #fff; }

.height-auto {
  height: auto; }

/*Facts Section End*/
/*Team Section 2 Start*/
.team-section-2 {
  float: left;
  width: 100%;
  background-color: #fff; }

.team-section-2 h2 {
  margin: 0 0 20px 0; }

.team-box-2 {
  float: left;
  width: 100%; }

.team-box-2 .frame {
  float: left;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 4px;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  margin: 0 0 25px 0;
  overflow: hidden; }

.team-box-2 .frame img {
  display: block;
  width: 100%;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1); }

.team-box-2 .frame:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.team-box-2 .text-box {
  float: left;
  width: 100%; }

.team-box-2 .text-box h3 {
  text-align: center;
  margin: 0 0 15px 0; }

.team-box-2 .text-box h3 a {
  color: #222;
  text-decoration: none; }

.team-box-2 .text-box strong.designation {
  display: block;
  text-align: center;
  font: italic 400 14px/14px "Montserrat", sans-serif;
  color: #666;
  font-weight: 400;
  padding: 0 0 15px 0; }

.team-box-2 .text-box p {
  text-align: center;
  margin: 0 0 20px 0; }

.team-social-3 {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none; }

.team-social-3 li {
  display: inline-block;
  padding: 0; }

.team-social-3 li a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #ccc;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #999;
  text-decoration: none; }

.team-social-3 li a:hover {
  color: #fff;
  border: 1px solid transparent; }

.other-members {
  float: left;
  width: 100%;
  margin: 50px 0 0 0; }

.other-members-box {
  float: left;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 4px;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.other-members-box .frame {
  float: left;
  width: 100%;
  position: relative; }

.other-members-box .frame img {
  display: block;
  width: 100%; }

.other-members-box .frame .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 13px 0;
  width: 100%;
  opacity: 0; }

.other-members-box .frame:hover .caption {
  opacity: 1; }

.other-members-box .frame .caption h3 {
  text-align: center;
  color: #fff;
  margin: 0; }

.other-members-box .frame .caption h3 a {
  text-decoration: none;
  color: #fff; }

.other-members-box .frame .caption strong.designation {
  display: block;
  text-align: center;
  font: italic 400 14px/14px "Montserrat", sans-serif;
  color: #fff; }

/*Team Section 2 End*/
/*Next Event Timer Start*/
.event-timer {
  display: block;
  text-align: center; }

.countdown-container {
  position: relative;
  top: 18px;
  left: 0;
  right: 0;
  margin: auto;
  width: 756px; }

.wrap {
  float: left;
  width: 145px;
  margin: 0 0 0 44px;
  position: relative; }

#welcome-section .event-timer p.val {
  font: 700 40px/20px "Montserrat", sans-serif; }

#welcome-section .event-timer p.type-days {
  font: 400 20px/20px "Montserrat", sans-serif; }

span.colun-1 {
  background: url(../images/colun-img.png) no-repeat center top;
  width: 10px;
  height: 40px;
  text-indent: -90000px;
  position: absolute;
  left: 207px;
  top: 56px; }

span.colun-2 {
  background: url(../images/colun-img.png) no-repeat center top;
  width: 10px;
  height: 40px;
  font-size: 40px;
  color: #d2e0e1;
  text-indent: -90000px;
  position: absolute;
  left: 394px;
  top: 56px; }

span.colun-3 {
  background: url(../images/colun-img.png) no-repeat center top;
  width: 10px;
  height: 40px;
  font-size: 40px;
  color: #d2e0e1;
  text-indent: -90000px;
  position: absolute;
  left: 585px;
  top: 56px; }

.clock-item .inner {
  height: 0px;
  padding-bottom: 0;
  position: relative;
  width: 145px;
  height: 145px; }

.clock-canvas {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  height: 0px;
  padding-bottom: 100%; }

.text {
  color: #fff;
  font-size: 26px;
  font-weight: 300;
  margin-top: -30px;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%; }

.event-timer .text p.val {
  font: 300 52px "Montserrat", sans-serif;
  margin: 0; }

.event-timer .text .type-time {
  font: 400 20px "Montserrat", sans-serif;
  margin: 18px 0 0 0; }

/*Next Event Timer End*/
/*Latest Sermons Section Start*/
.latest-seromns {
  float: left;
  width: 100%;
  background-color: #fff; }

.latest-seromns p {
  text-align: center;
  margin: 0 0 30px 0; }

.latest-seromns .frame {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
  overflow: hidden; }

.latest-seromns .frame img {
  display: block;
  width: 100%;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1); }

.latest-seromns .frame:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.latest-seromns .text-box {
  float: left;
  width: 100%;
  padding: 50px 0 0 0; }

.latest-seromns .text-box p {
  text-align: left; }

#main .detail-row {
  width: 100%;
  overflow: hidden;
  margin: 0 0 15px 0; }

.detail-row ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.theme-style-1 .recent-post-2 a.btn-3, .theme-style-1 .recent-post-2 a.btn-4 {
  margin: 30px auto 0; }

#main .detail-row ul li {
  float: left;
  padding: 0 19px 0 0;
  background: none;
  width: auto; }

.detail-row ul li a {
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #999;
  text-decoration: none; }

.detail-row ul li a .fa {
  padding: 0 5px 0 0; }

.player-btn-row {
  float: left;
  width: 100%;
  margin: 0 0 10px 0; }

.player-btn-row ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.player-btn-row ul li {
  float: left;
  padding: 0 21px 0 0; }

.player-btn-row ul li a {
  width: 69px;
  height: 69px;
  border: 1px solid #ccc;
  border-radius: 100%;
  display: block;
  text-decoration: none;
  font-size: 28px;
  color: #999;
  text-align: center;
  line-height: 69px; }

.player-btn-row ul li a:hover {
  color: #fff;
  border: 1px solid transparent; }

.player-btn-row-2 {
  float: left;
  width: 100%; }

.player-btn-row-2 ul {
  padding: 0;
  margin: 0;
  list-style: none; }

#main .player-btn-row-2 ul li {
  float: left;
  padding: 0;
  margin: 0 0 0 40px;
  width: 50px;
  height: 50px;
  position: relative;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  background-color: #ccc; }

#main .player-btn-row-2 ul li:first-child {
  margin: 0; }

.player-btn-row-2 ul li:before {
  content: "";
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg); }

.player-btn-row-2 ul li a {
  display: block;
  text-decoration: none;
  font-size: 28px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

/*Latest Sermons Section End*/
/*Parallax Area Start*/
.parallax-area {
  float: left;
  width: 100%;
  background-image: url(../images/parallax-church-img.png);
  background-attachment: fixed;
  background-size: cover;
  background-color: #e06955;
  float: left;
  width: 100%;
  padding: 100px 0 0 0;
  position: relative;
  overflow: hidden; }

#main .parallax-islamic {
  background-image: url(../images/parallax-islamic.png); }

.parallax-area .text-box {
  float: left;
  width: 521px; }

.parallax-area .text-box h2 {
  font-size: 36px;
  color: #fff;
  margin: 0 0 45px 0; }

.parallax-area .text-box ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.parallax-area .text-box ul li {
  padding: 0 0 50px 0;
  line-height: normal; }

.parallax-area .text-box ul li strong.title {
  font: 700 18px/18px 'Montserrat', sans-serif;
  color: #fff;
  display: block;
  padding: 0 0 10px 0;
  text-transform: uppercase; }

.parallax-area .text-box ul li .fa {
  padding: 0 19px 100px 0;
  font-size: 18px;
  color: #fff;
  float: left; }

.parallax-area .text-box ul li p {
  font-size: 16px;
  line-height: 24px;
  color: #fff; }

.parallax-area .frame {
  float: right; }

/*Parallax Area End*/
/*Donation Section Start*/
.donation-section {
  float: left;
  width: 100%;
  background-image: url(../images/donation-bg.png);
  background-attachment: fixed;
  background-size: 100%;
  background-color: #000;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden; }

.donation-bg {
  background-image: url(../images/donation-bg-2.png);
  background-position: center top;
  background-repeat: repeat;
  background-size: cover;
  float: left;
  width: 100%; }

.donation-section a.btn-3:before {
  background: url(../images/btn-3-before-bg-2.png) no-repeat left center; }

.donation-section a.btn-3:after {
  background: url(../images/btn-3-after-bg-2.png) no-repeat left center; }

.donation-section a.btn-3 {
  outline: 0;
  border: 0; }

.donation-section:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/parrten-bg.png) repeat; }

.donation-section .holder {
  width: 760px;
  margin: 0 auto;
  position: relative; }

.donation-section .holder strong.title {
  font: 600 18px/18px 'Montserrat', sans-serif;
  color: #fff;
  display: block;
  text-transform: uppercase;
  text-align: center;
  padding: 0 0 28px 0; }

.donation-section .holder h2 {
  text-align: center;
  color: #fff;
  margin: 0 0 50px 0; }

.progress-bar-box {
  float: left;
  width: 100%; }

.progress-bar-box .progress {
  background-color: #fff;
  background-image: none;
  border-radius: 18px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  height: 25px;
  margin-bottom: 50px;
  overflow: hidden;
  border: 5px solid #fff; }

.progress-bar-box .progress-striped .bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  height: 100%; }

.donation-section .holder strong.amount {
  display: block;
  font: 600 18px/18px 'Montserrat', sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 0 0 50px 0; }

.donation-bg a.btn-4:before {
  background: url(../images/btn-4-before-bg-2.png) no-repeat left center; }

.donation-bg a.btn-4:after {
  background: url(../images/btn-4-after-bg-2.png) no-repeat left center; }

/*Donation Section End*/
/*Our Staf Section Start*/
.our-staf {
  float: left;
  width: 100%; }

.our-staf .box {
  float: left;
  width: 100%; }

.our-staf .box .frame {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative; }

.our-staf .box .frame .caption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0; }

.our-staf .box .frame .caption a.link {
  border: 1px solid #fff;
  bottom: 0;
  color: #fff;
  font-size: 24px;
  height: 43px;
  left: 0;
  line-height: 43px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 43px; }

.our-staf .box .frame:hover .caption {
  opacity: 1; }

.our-staf .box .frame-2 {
  float: left;
  width: 100%;
  overflow: hidden;
  border-radius: 100% 100% 0 0; }

.our-staf .box .frame img {
  display: block;
  width: 100%;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1); }

.our-staf .box .frame:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.our-staf .box .text-box {
  float: left;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 18px;
  box-sizing: border-box; }

.our-staf .box .text-box h3 {
  text-align: center;
  margin: 0 0 15px 0; }

.our-staf .box .text-box h3 a {
  text-decoration: none;
  color: #222; }

.our-staf .box .text-box strong.destination {
  font: italic 400 14px/14px "Montserrat", sans-serif;
  color: #666;
  display: block;
  text-align: center; }

/*Our Staf Section End*/
/*OUR Visions Section Start*/
.our-visions {
  float: left;
  width: 100%;
  background-color: #fff; }

.our-visions p {
  text-align: center;
  color: #999;
  margin: 0 0 25px 0; }

/*Eco Tabs Section Start*/
.eco-tab-area {
  float: left;
  width: 100%; }

.eco-tab-area .nav-tabs {
  border: 0;
  margin: 0; }

.eco-tab-area .nav-tabs > li {
  margin: 0;
  float: none;
  display: block;
  line-height: normal;
  border-bottom: 1px solid #e1e1e1; }

.eco-tab-area .nav-tabs > li > a {
  border: 0;
  border-radius: 0;
  line-height: 16px;
  padding-bottom: 15px;
  padding-top: 15px; }

.eco-tab-area .nav-tabs > li > a, .nav-pills > li > a {
  font: 600 16px/16px 'Montserrat', sans-serif;
  color: #666;
  text-transform: uppercase;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px; }

.eco-tab-area .nav-tabs > li > a .fa {
  padding: 0 10px 0 0;
  font-size: 12px; }

#main .eco-tab-area .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
  border: 0;
  color: #fff; }

#main .eco-tab-area .nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  color: #fff; }

.eco-tab-text-box {
  float: left;
  width: 100%; }

.eco-tab-text-box h3 {
  margin: 0 0 15px 0; }

.eco-tab-text-box p {
  margin: 0 0 20px 0;
  text-align: left;
  color: #666; }

.eco-tab-text-box .frame {
  float: right;
  margin: 0 0 0 50px; }

.eco-tab-text-box ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.eco-tab-text-box ul li {
  padding: 0 0 10px 0;
  overflow: hidden;
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #666; }

.eco-tab-text-box ul li .fa {
  padding: 0 14px 0 0; }

/*Eco Tabs Section End*/
/*OUR Visions Section End*/
/*Eco Upcoming Events Start*/
.eco-upcoming-events {
  float: left;
  width: 100%;
  background-image: url(../images/eco-upcoming-bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover; }

.eco-upcoming-events h2 {
  color: #fff;
  border-color: #ccc; }

.eco-upcoming-events h2 a {
  color: #fff; }

.theme-style-1 .eco-upcoming-events strong.heading-title {
  color: #fff; }

.eco-upcoming-events p {
  color: #fff;
  text-align: center;
  margin: 0 0 25px 0; }

.eco-upcoming-events strong {
  color: #fff; }

.eco-upcoming-events .heading-style-5:before {
  border-color: #fff; }

.eco-upcoming-events .holder {
  margin: 0 auto;
  width: 570px; }

.eco-upcoming-events .holder .frame {
  float: left;
  width: 100%;
  padding: 4px;
  margin: 0 0 20px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box; }

.eco-upcoming-events .holder .frame img {
  display: block;
  width: 100%; }

.eco-upcoming-events .holder .text-box {
  float: left;
  width: 100%; }

.eco-upcoming-events .holder .text-box strong.date {
  float: left;
  padding: 10px 19px;
  background-color: #fff;
  font: 300 30px/30px "Montserrat", sans-serif;
  color: #222;
  text-align: center;
  margin: 0 30px 100px 0; }

.eco-upcoming-events .holder .text-box strong.date span {
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  display: block; }

.eco-upcoming-events .holder .text-box h3 {
  color: #fff;
  margin: 0 0 10px 0; }

.eco-upcoming-events .holder .text-box h3 a {
  text-decoration: none;
  color: #fff; }

.eco-upcoming-events .holder .text-box p {
  color: #fff;
  text-align: left;
  margin: 0 0 10px 0; }

.eco-upcoming-events .holder .text-box p a {
  color: #fff;
  text-decoration: none; }

.events-row {
  width: 100%;
  margin: 0 0 30px 0; }

.events-row a {
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #fff;
  text-decoration: none;
  margin: 0 50px 0 0; }

.events-row a .fa {
  padding: 0 5px 0 0; }

.events-row a:hover {
  text-decoration: underline;
  color: #fff; }

.outer {
  margin: 0 auto;
  width: 350px; }

.eco-event-time-box {
  float: left;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px 0;
  position: relative;
  margin: 0 0 30px 0; }

.eco-event-time-box:before {
  content: '';
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.3); }

.eco-event-time-box:after {
  content: '';
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.3); }

.eco-event-time-box .countdown_section {
  display: inline-block;
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 80px; }

.eco-event-time-box .countdown_amount {
  display: block;
  font: 400 36px/30px "Montserrat", sans-serif;
  color: #fff;
  margin: 0;
  padding: 0;
  position: relative;
  text-transform: uppercase; }

.btn-row {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  overflow: hidden; }

.btn-row a.btn-5 {
  display: inline-block;
  margin: 0 5px; }

.eco-upcoming-events .bx-wrapper {
  float: left;
  width: 100%;
  margin: 0; }

.eco-upcoming-events .bx-wrapper .bx-viewport {
  background: none;
  border: 0;
  box-shadow: none;
  left: 0; }

.eco-upcoming-events .bx-pager.bx-default-pager a {
  background: #fff;
  border-radius: 100%;
  height: 7px;
  margin: 0 5px;
  width: 7px;
  border: 3px solid #fff; }

.eco-upcoming-events .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  padding: 0;
  bottom: 0;
  display: none; }

.eco-upcoming-events .bx-wrapper .bx-next {
  background: none;
  right: 50px; }

.eco-upcoming-events .bx-wrapper .bx-next:before {
  content: "\f054";
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  font-family: FontAwesome; }

.eco-upcoming-events .bx-wrapper .bx-controls-direction a {
  height: auto;
  position: absolute;
  text-indent: inherit;
  font-size: 0;
  text-decoration: none;
  top: 50%;
  width: auto; }

.eco-upcoming-events .bx-wrapper .bx-prev {
  background: none;
  left: 50px; }

.eco-upcoming-events .bx-wrapper .bx-prev:before {
  content: "\f053";
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  font-family: FontAwesome; }

/*Eco Upcoming Events End*/
/*Gallery Collection Section Start*/
.gallery-collection {
  float: left;
  width: 100%; }

.gallery-collection p {
  text-align: center;
  margin: 0 0 30px 0; }

.gallery-collection ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.gallery-collection ul li {
  float: left;
  padding: 0; }

.gallery-collection .collection-box {
  float: left;
  width: 512px !important; }

#main .collection-box .frame {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  border: 0;
  position: relative;
  overflow: hidden; }

.collection-box .frame img {
  width: 100%; }

.collection-box .frame .caption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0; }

.collection-box .frame:hover .caption {
  opacity: 1; }

.collection-box .frame .caption a.search {
  border: 1px solid #fff;
  bottom: 0;
  color: #fff;
  font-size: 24px;
  height: 43px;
  left: 0;
  line-height: 43px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 43px; }

.collection-box .text-box {
  float: left;
  width: 100%;
  border-bottom: 4px solid #ccc;
  padding: 0 0 18px 0; }

.collection-box .text-box h3 {
  text-align: center;
  margin: 0 0 10px 0; }

.collection-box .text-box h3 a {
  text-decoration: none;
  color: #222; }

.collection-box .text-box strong.name {
  font: italic 400 14px/14px "Montserrat", sans-serif;
  color: #666;
  display: block;
  text-align: center; }

/*Gallery Collection Section End*/
/*Eco Testimonials Section Start*/
.eco-testimonials-section {
  background-image: url(../images/eco-testimonial-bg.png);
  background-repeat: repeat;
  background-position: center top;
  background-size: cover;
  float: left;
  overflow: hidden;
  padding: 100px 0;
  position: relative;
  width: 100%; }

.theme-style-1 .eco-testimonials-section strong {
  color: #fff; }

.theme-style-1 .eco-testimonials-section h2 {
  color: #fff;
  border-color: #ccc; }

.eco-testimonials-section p {
  text-align: center;
  color: #fff;
  margin: 0 0 30px 0; }

.theme-style-1 .heading-style-5:before {
  border-color: #fff; }

.eco-testimonials-section .holder {
  width: 100%;
  margin: 0 auto; }

#eco-testimonials-slider {
  margin: 0; }

.eco-testimonials-box {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
  background-color: #fff;
  padding: 30px 57px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-sizing: border-box; }

.eco-testimonials-box blockquote {
  float: left;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0; }

.eco-testimonials-box blockquote .fa {
  display: block;
  text-align: center;
  font-size: 36px;
  margin: 0 0 28px 0; }

.eco-testimonials-box blockquote p {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin: 0 0 15px 0; }

.eco-testimonials-box blockquote .frame {
  display: table;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  margin: 0 auto 15px;
  background-color: #fff;
  border: 2px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }

.eco-testimonials-box blockquote .frame img {
  border-radius: 100%;
  display: block;
  width: 100%;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1); }

.eco-testimonials-box blockquote .frame:hover img {
  transform: scale(0.9);
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9); }

.eco-testimonials-box blockquote strong.name {
  font: 700 16px/16px "Montserrat", sans-serif;
  color: #666;
  text-align: center;
  display: block;
  padding: 0 0 8px 0; }

.eco-testimonials-box blockquote strong.designation {
  font: 300 16px/16px "Montserrat", sans-serif;
  color: #666;
  text-align: center;
  display: block; }

.eco-testimonials-section .bx-wrapper {
  float: left;
  width: 100%;
  margin: 0; }

.eco-testimonials-section .bx-wrapper .bx-viewport {
  background: none;
  border: 0;
  box-shadow: none;
  left: 0; }

.eco-testimonials-section .bx-pager.bx-default-pager a {
  background: #fff;
  border-radius: 100%;
  height: 7px;
  margin: 0 5px;
  width: 7px;
  border: 3px solid #fff; }

.eco-testimonials-section .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  padding: 0;
  bottom: 0;
  display: none; }

.eco-testimonials-section .bx-wrapper .bx-next {
  background: none;
  right: 0; }

.eco-testimonials-section .bx-wrapper .bx-next:before {
  content: "\f105";
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  font-family: FontAwesome; }

.eco-testimonials-section .bx-wrapper .bx-controls-direction a {
  height: auto;
  position: absolute;
  text-indent: inherit;
  font-size: 0;
  text-decoration: none;
  top: 50%;
  width: auto; }

.eco-testimonials-section .bx-wrapper .bx-prev {
  background: none;
  left: 0; }

.eco-testimonials-section .bx-wrapper .bx-prev:before {
  content: "\f104";
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  font-family: FontAwesome; }

/*Eco Testimonials Section End*/
/*Main Causes Section Start*/
.main-causes {
  float: left;
  width: 100%; }

/*Causes Tab Start*/
.main-causes .nav-tabs {
  border-bottom: 1px solid #ccc;
  margin: 0 0 30px 0; }

.main-causes .nav-tabs > li {
  margin: 0; }

.main-causes .nav-tabs > li > a {
  border: 0;
  border-radius: 3px 3px 0 0;
  line-height: 14px;
  padding-bottom: 10px;
  padding-top: 10px; }

.main-causes .nav-tabs > li > a, .nav-pills > li > a {
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #666;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 2px;
  padding-left: 12px;
  padding-right: 12px; }

.main-causes .nav-tabs > .active > a, .main-causes .nav-tabs > .active > a:hover, .main-causes .nav-tabs > .active > a:focus {
  border: 0;
  color: #fff;
  outline: none;
  box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.2) inset; }

.main-causes .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  border-color: transparent; }

.main-causes .nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  color: #fff;
  box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.2) inset; }

.causes-tab-content {
  float: left;
  width: 100%; }

.causes-tab-content .frame {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden; }

.causes-tab-content .frame img {
  display: block;
  width: 100%;
  transform: scale(1); }

.causes-tab-content .frame:hover img {
  transform: scale(1.1); }

.causes-tab-content .frame:after {
  content: '';
  position: absolute;
  right: -56px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 56px 250px 56px;
  border-color: transparent transparent #ffffff transparent; }

.causes-tab-content .text-box {
  float: left;
  width: 100%;
  margin: 0 0 35px 0; }

.causes-tab-content .text-box h3 {
  margin: 0 0 15px 0; }

.causes-tab-content .text-box h3 a {
  color: #222;
  font: 600 18px/20px "Montserrat", sans-serif;
  text-decoration: none;
  padding: 0; }

.causes-tab-content .text-box a {
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #999;
  display: block;
  text-decoration: none;
  padding: 0 0 15px 0; }

.causes-tab-content .text-box a .fa {
  padding: 0 5px 0 0; }

.causes-tab-content .text-box p {
  margin: 0 0 25px 0; }

.progress-box {
  float: left;
  width: 100%; }

.progress-box .progress {
  background: #cdcdcd;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #cdcdcd 0%, #d5d5d5 29%, #f3f3f3 100%);
  /* W3C */
  border-radius: 7px;
  box-shadow: 0 -1px 0px rgba(0, 0, 0, 0.2) inset;
  height: 15px;
  margin-bottom: 25px;
  overflow: hidden; }

.progress-box .bar {
  height: 100%; }

.causes-tab-tags {
  float: left;
  width: 100%; }

.causes-tab-tags ul {
  padding: 0;
  margin: 0;
  list-style: none; }

#main .causes-tab-tags ul li {
  float: left;
  padding: 0 2px 0 0;
  margin: 0; }

.causes-tab-tags ul li .fa {
  font-size: 14px;
  line-height: 20px;
  color: #999;
  padding: 0 5px 0 0;
  float: left; }

.causes-tab-tags ul li a {
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #999;
  text-decoration: none;
  float: left; }

.donation-detail {
  float: left;
  width: 100%; }

.donation-detail ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.donation-detail ul li {
  padding: 13px 0 15px 20px;
  overflow: hidden;
  border-bottom: 1px solid #ccc; }

.donation-detail ul li:first-child {
  padding: 0 0 15px 20px; }

.donation-detail strong.number {
  font: 600 18px/18px 'Montserrat', sans-serif;
  color: #222;
  display: block;
  padding: 0 0 5px 0; }

.donation-detail strong.detail {
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #666;
  display: block; }

.donation-detail ul li:hover {
  background-color: #f5f5f5; }

/*Causes Tab End*/
/*Main Causes Section End*/
/*Causes List Section Start*/
.causes-list {
  width: 100%;
  background-color: #fff;
  padding-bottom: 20px; }

.causes-list h2 {
  margin: 0 0 20px 0; }

.causes-list ul {
  padding: 0;
  margin-bottom: 0;
  list-style: none; }

.causes-list ul li {
  float: left;
  margin-bottom: 30px; }

.causes-list-box {
  float: left;
  width: 100%;
  padding: 4px 4px 19px 4px;
  border: 1px solid #e1e1e1;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.causes-list-box .frame {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  overflow: hidden;
  position: relative; }

.causes-list-box .frame .caption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0; }

.causes-list-box .frame:hover .caption {
  opacity: 1; }

.causes-list-box .frame .caption a.link {
  border: 1px solid #fff;
  bottom: 0;
  color: #fff;
  font-size: 24px;
  height: 43px;
  left: 0;
  line-height: 43px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 43px; }

.causes-list-box .frame img {
  display: block;
  width: 100%;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1); }

.causes-list-box .frame:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.causes-list-box .text-box {
  float: left;
  width: 100%;
  padding: 0 15px;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.causes-list-box .text-box h3 {
  margin: 0 0 15px 0; }

.theme-style-1 .causes-list-box .text-box h3 a {
  text-decoration: none;
  color: #222;
  font: 600 20px/20px "Montserrat",sans-serif;
  padding: 0; }

.causes-list-box .text-box a {
  color: #999;
  display: block;
  font: 400 14px/14px "Montserrat", sans-serif;
  padding: 0 0 15px;
  text-decoration: none; }

.causes-list-box .text-box a .fa {
  padding: 0 5px 0 0; }

.causes-list-box .text-box p {
  margin: 0 0 15px 0; }

.causes-list-progress {
  float: left;
  width: 100%;
  position: relative;
  margin: 20px 0 0 0; }

.causes-list-progress .progress {
  background-color: #fff;
  background-image: none;
  border-radius: 0;
  box-shadow: 0 0 0 1px #ccc;
  height: 15px;
  margin-bottom: 30px;
  overflow: inherit; }

.causes-list-progress .progress-bar {
  box-shadow: none;
  color: #fff;
  float: left;
  font-size: 12px;
  height: 100%;
  line-height: 20px;
  text-align: center;
  transition: width 0.6s ease 0s;
  width: 0; }

.causes-list-progress span.percentage-1 {
  width: 65px;
  height: 28px;
  background-color: #fff;
  border: 4px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  right: -3px;
  top: -8px;
  border-radius: 25px;
  font: 700 14px/20px "Montserrat", sans-serif;
  color: #666;
  text-align: center; }

.causes-list-progress .progress-striped .bar {
  height: 100%;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  position: relative; }

.detail-row-2 {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 0 20px 0;
  overflow: hidden; }

#wrapper #main .detail-row-2 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  float: none;
  text-align: center; }

#main .detail-row-2 li {
  display: inline-block;
  padding: 13px 16px;
  background-color: #f5f5f5;
  margin: 0 0 10px 0;
  float: none;
  width: auto; }

.detail-row-2 li:first-child {
  margin: 0; }

.detail-row-2 strong.number {
  font: 600 18px/18px 'Montserrat', sans-serif;
  color: #222;
  display: block;
  text-align: center;
  padding: 0 0 10px 0; }

.detail-row-2 strong.detail-text {
  font: 400 14px/22px "Montserrat", sans-serif;
  color: #666;
  display: block;
  text-align: center; }

/*Causes List Section End*/
/*Causes Video Section Start*/
.causes-video {
  float: left;
  width: 100%;
  height: 600px;
  position: relative;
  padding: 0; }

.causes-video .modal-body {
  width: 1170px;
  margin: 0 auto; }

.causes-video:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/eco-banner-pattren.png); }

.causes-video .caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 180px; }

.causes-video a {
  text-align: center;
  display: block;
  font-size: 100px;
  color: #fff;
  position: relative;
  text-decoration: none;
  margin: 0 0 10px 0;
  outline: none; }

.causes-video a:hover {
  color: #fff; }

.causes-video a:focus {
  color: #fff;
  outline: none;
  text-decoration: none; }

.causes-video strong.title {
  display: block;
  font: 700 36px/36px 'Montserrat', sans-serif;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  position: relative; }

.causes-video .modal-header {
  padding: 0;
  border: 0; }

.causes-video button.close {
  margin: 0;
  font-size: 50px;
  color: #fff; }

.causes-video .close {
  opacity: 1; }

/*Causes Video Section End*/
/*Causes Testimonials Section Start*/
.causes-testimonials {
  float: left;
  width: 100%;
  background-image: url(../images/causes-testimonials-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin: 50px 0 0 0;
  position: relative; }

.causes-testimonials:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/causes-testimonials-pattren.png) repeat; }

.causes-testimonials .holder {
  width: 760px;
  margin: 0 auto;
  position: relative; }

.causes-testimonials .holder .fa {
  display: block;
  font-size: 74px;
  line-height: 74px;
  color: #fff;
  padding: 0 0 10px 0; }

.causes-testimonials .holder p {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  margin: 0 0 43px 0; }

.causes-testimonials .holder strong.name {
  font: 700 16px/16px "Montserrat", sans-serif;
  color: #fff;
  display: inline-block; }

.causes-testimonials .holder strong.name span {
  border-top: 2px solid #fff;
  padding: 12px 0 0 0; }

.causes-testimonials .holder strong.name em {
  font-style: italic;
  font-weight: 100; }

.causes-testimonials .bx-wrapper {
  float: left;
  width: 100%;
  margin: 0; }

.causes-testimonials .bx-wrapper .bx-viewport {
  background: none;
  border: 0;
  box-shadow: none;
  left: 0; }

.causes-testimonials .bx-wrapper .bx-pager {
  display: none; }

.causes-testimonials .bx-wrapper .bx-controls-direction a {
  height: 43px;
  border-radius: 100%;
  margin-top: -16px;
  text-indent: inherit;
  top: 50%;
  width: 43px;
  border: 1px solid #fff;
  text-decoration: none;
  font-size: 0; }

.causes-testimonials .bx-wrapper .bx-next {
  background: none;
  right: 0; }

.causes-testimonials .bx-wrapper .bx-next:before {
  content: "\f105";
  font-size: 30px;
  color: #fff;
  text-align: center;
  display: block;
  line-height: 42px;
  font-family: FontAwesome; }

.causes-testimonials .bx-wrapper .bx-prev {
  background: none;
  left: 0; }

.causes-testimonials .bx-wrapper .bx-prev:before {
  content: "\f104";
  font-size: 30px;
  color: #fff;
  text-align: center;
  display: block;
  line-height: 42px;
  font-family: FontAwesome; }

/*Causes Testimonials Section End*/
/*Featured Items Section Start*/
.featured-items {
  float: left;
  width: 100%;
  margin: 0 0 20px 0; }

.featured-items .frame {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 0 30px 0; }

.featured-items .frame img {
  display: block;
  width: 100%;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1); }

.featured-items .frame:hover img {
  transform: scale(1.1) rotateZ(-5deg);
  -moz-transform: scale(1.1) rotateZ(-5deg);
  -webkit-transform: scale(1.1) rotateZ(-5deg); }

.featured-items .frame:hover a.view {
  opacity: 1; }

.featured-items .frame:hover a.title {
  opacity: 0; }

.featured-items .frame:hover .caption:before {
  opacity: 0; }

.featured-items .frame:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 9; }

.featured-items .frame:hover:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  z-index: 9; }

.featured-items .frame .caption {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.featured-items .frame .caption .inner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%; }

.featured-items .frame .caption:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100px;
  width: 100%;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.04) 8%, rgba(0, 0, 0, 0.18) 25%, rgba(0, 0, 0, 0.45) 49%, rgba(0, 0, 0, 0.7) 75%, rgba(0, 0, 0, 0.8) 89%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#cc000000', GradientType=0 );*/
  /* IE6-9 */ }

.featured-items .frame .caption a.title {
  display: block;
  font: 600 18px/18px 'Montserrat', sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  padding: 0 0 20px 0; }

.featured-items .frame .caption strong.sale {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  font: 700 12px/50px "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 9; }

.featured-items .frame .caption a.view {
  padding: 12px 10px;
  background-color: rgba(0, 0, 0, 0.75);
  font: 700 12px/10px "Montserrat", sans-serif;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: block;
  float: right;
  position: absolute;
  right: 10px;
  bottom: 10px;
  opacity: 0;
  z-index: 9; }

/*Featured Items Section End*/
/*Garments Collection Section Start*/
.garments-collection {
  float: left;
  width: 100%;
  margin: 0 0 50px 0; }

.garments-collection ul {
  padding: 0;
  list-style: none; }

.garments-collection ul li {
  float: left; }

.collection-box {
  float: left;
  width: 100%; }

.garments-collection .collection-box .frame .caption:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5; }

.garments-collection .collection-box .frame .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: transparent; }

.collection-box .frame .caption a.like {
  position: absolute;
  left: 10px;
  bottom: 10px;
  display: block;
  padding: 8px 9px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  color: #fff; }

.collection-box .frame .caption a.detail {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  padding: 12px 11px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font: 400 12px/12px "Montserrat", sans-serif;
  text-decoration: none; }

.garments-collection .collection-box .text-box {
  border: 0;
  padding: 0; }

.garments-collection .collection-box .text-box strong.price {
  font: 300 24px/24px "Montserrat", sans-serif;
  color: #222;
  display: block;
  text-align: center;
  padding: 0 0 15px 0;
  float: none; }

.garments-collection .bx-wrapper {
  float: left;
  width: 100%;
  margin: 0;
  max-width: 1170px; }

.garments-collection .bx-wrapper .bx-viewport {
  background: none;
  border: 0;
  box-shadow: none;
  left: 0; }

.garments-collection .bx-wrapper .bx-pager {
  display: none; }

.garments-collection .bx-wrapper .bx-controls-direction a {
  height: 18px;
  margin-top: 0;
  text-indent: inherit;
  top: -40px;
  font-size: 0;
  width: 35px;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 4px; }

.garments-collection .bx-wrapper .bx-next {
  background: none;
  right: 0; }

.garments-collection .bx-wrapper .bx-next:before {
  content: "\f178";
  font-size: 14px;
  font-family: FontAwesome;
  color: #999;
  line-height: 18px;
  display: block;
  text-indent: 3px;
  text-align: center; }

.garments-collection .bx-wrapper .bx-prev {
  background: none;
  right: 43px;
  left: inherit; }

.garments-collection .bx-wrapper .bx-prev:before {
  content: "\f177";
  font-size: 14px;
  font-family: FontAwesome;
  color: #999;
  line-height: 18px;
  display: block;
  text-align: center; }

.garments-collection .bx-wrapper .bx-controls-direction a:hover {
  border: 1px solid transparent; }

.garments-collection .bx-wrapper .bx-controls-direction a:hover:before {
  color: #fff; }

/*Garments Collection Section End*/
/*Add Banners Section Start*/
.adds-banner {
  float: left;
  width: 100%;
  margin: 0 0 50px 0; }

.adds-banner .frame {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden; }

.adds-banner .frame img {
  display: block;
  width: 100%;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1); }

.adds-banner .frame:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.adds-banner .frame .caption {
  position: absolute;
  left: 0;
  top: 0;
  width: 235px;
  height: 100%;
  border-radius: 0 148px 148px 0;
  padding: 30px 0 0 0px;
  box-sizing: border-box;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.35);
  border-right: 10px solid rgba(255, 255, 255, 0.75); }

.adds-banner .frame .caption strong {
  font: italic 700 28px/28px "Times New Roman", Times, serif;
  color: #fff;
  text-align: center;
  display: block; }

.adds-banner .frame .caption strong span.big {
  display: block;
  font-size: 50px;
  padding: 0 0 6px 0; }

.adds-banner .frame .caption strong em {
  display: block;
  padding: 3px 0; }

.adds-banner .frame-2 {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden; }

.adds-banner .frame-2 img {
  display: block;
  width: 100%;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1); }

.adds-banner .frame-2:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.adds-banner .frame-2 .caption-2 {
  border: 2px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  padding: 16px 0 0 0;
  margin: 0;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.adds-banner .frame-2 .caption-2 strong.title {
  display: block;
  font-family: "Times New Roman", Times, serif;
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  text-align: center; }

.adds-banner .frame-2 .caption-2 strong.title em.bold {
  font-weight: 400;
  display: block; }

.adds-banner .frame-2 .caption-2 strong.title span {
  display: block; }

.adds-banner .frame-2 .caption-2 strong.title em.light {
  font-weight: 400; }

/*Add Banners Section End*/
/*New Arrivals Section Start*/
.new-arrivals {
  float: left;
  width: 100%;
  margin: 0 0 50px 0; }

.new-arrivals ul {
  padding: 0;
  list-style: none; }

.new-arrivals ul li {
  float: left; }

.arrivals-box {
  float: left;
  width: 100%; }

.arrivals-box .frame {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden; }

.arrivals-box .frame img {
  display: block;
  width: 100%;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1); }

.arrivals-box .frame:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.arrivals-box .frame .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0; }

.arrivals-box .frame:hover .caption {
  opacity: 1; }

.arrivals-box .frame .caption a.like {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 10px;
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 35px;
  left: 10px;
  padding: 0;
  text-align: center;
  width: 35px;
  height: 35px;
  position: absolute; }

.arrivals-box .frame .caption a.cart {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 47px;
  color: #fff;
  display: block;
  font-size: 18px;
  left: 10px;
  padding: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  position: absolute; }

.arrivals-box .text-box {
  float: left;
  width: 100%;
  border: 1px solid #ccc;
  border-top: 0;
  padding: 20px 0;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.arrivals-box .text-box h3 {
  text-align: center;
  margin: 0 0 10px 0; }

.rating-star {
  padding: 0;
  margin: 0 0 3px 0;
  list-style: none;
  display: block;
  text-align: center; }

#main .rating-star li {
  display: inline-block;
  padding: 0;
  line-height: normal;
  float: none; }

.rating-star li a {
  text-decoration: none;
  font-size: 14px; }

.arrivals-box .text-box strong.price {
  display: block;
  text-align: center;
  font: 300 24px/24px "Montserrat", sans-serif;
  color: #222; }

.new-arrivals .bx-wrapper {
  float: left;
  width: 100%;
  margin: 0;
  max-width: 1170px; }

.new-arrivals .bx-wrapper .bx-viewport {
  background: none;
  border: 0;
  box-shadow: none;
  left: 0; }

.new-arrivals .bx-wrapper .bx-pager {
  display: none; }

.new-arrivals .bx-wrapper .bx-controls-direction a {
  height: 42px;
  margin-top: -22px;
  text-indent: inherit;
  top: 50%;
  font-size: 0;
  border: 1px solid #ccc;
  border-radius: 100%;
  width: 42px;
  text-decoration: none;
  background: #fff; }

.new-arrivals .bx-wrapper .bx-next {
  background: none;
  right: 0; }

.new-arrivals .bx-wrapper .bx-next:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 30px;
  line-height: 42px;
  color: #999;
  text-align: center;
  display: block; }

.new-arrivals .bx-wrapper .bx-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 30px;
  line-height: 42px;
  color: #999;
  text-align: center;
  display: block; }

.new-arrivals .bx-wrapper .bx-prev {
  background: none;
  left: 0; }

.new-arrivals .bx-wrapper .bx-controls-direction a:hover {
  border: 1px solid transparent; }

.new-arrivals .bx-wrapper .bx-controls-direction a:hover:before {
  color: #fff; }

/*New Arrivals Section End*/
/*The Blog Section Start*/
.store-blog {
  float: left;
  width: 100%;
  margin: 0 0 50px 0; }

.blog-box {
  float: left;
  width: 100%; }

.blog-box .frame {
  float: left;
  width: 100%;
  overflow: hidden;
  margin: 0 0 20px 0;
  position: relative; }

.blog-box .frame img {
  display: block;
  width: 100%;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1); }

.blog-box .frame:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.blog-box .frame:hover .caption {
  opacity: 1; }

.blog-box .frame .caption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

.blog-box .frame .caption:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5; }

.blog-box .frame .caption .inner {
  height: 43px;
  width: 100px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.blog-box .frame .caption a.link {
  border: 1px solid #fff;
  float: left;
  color: #fff;
  font-size: 24px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  width: 43px; }

.blog-box .frame .caption a.search {
  border: 1px solid #fff;
  float: left;
  color: #fff;
  font-size: 24px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  text-decoration: none;
  width: 43px;
  margin: 0 10px 0 0; }

.blog-box .frame .caption a.search:hover {
  background-color: rgba(0, 0, 0, 0.5); }

.blog-box .frame .caption a.link:hover {
  background-color: rgba(0, 0, 0, 0.5); }

.blog-box .text-box {
  float: left;
  width: 100%; }

.blog-box .text-box h3 {
  margin: 0 0 13px 0; }

.blog-box .text-box h3 a {
  text-decoration: none;
  color: #222; }

.blog-box .text-box p {
  margin: 0 0 15px 0; }

.blog-box .text-box a.btn-read {
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #222;
  text-transform: uppercase;
  text-decoration: none; }

.blog-row {
  float: left;
  width: 100%;
  margin: 0 0 15px 0; }

.blog-row ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.blog-row ul li {
  float: left;
  padding: 0 20px 0 0; }

.blog-row ul li a {
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #999;
  text-decoration: none; }

.blog-row ul li a .fa {
  padding: 0 6px 0 0; }

#footer .rating-star {
  padding: 0;
  margin: 0 0 5px 0;
  list-style: none;
  display: block;
  width: 100%;
  overflow: hidden; }

#footer .rating-star li {
  padding: 0 2px 0 0;
  line-height: normal;
  float: left;
  border: 0; }

#footer .rating-star li a {
  text-decoration: none;
  font-size: 14px; }

.footer-section-4 .box .bx-wrapper {
  float: left;
  width: 100%;
  margin: 0; }

.footer-section-4 .bx-wrapper .bx-viewport {
  background: none;
  border: 0;
  box-shadow: none;
  left: 0; }

.footer-section-4 .bx-wrapper .bx-pager {
  display: none; }

.footer-section-4 .bx-wrapper .bx-controls-direction a {
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 0;
  height: 18px;
  margin-top: 0;
  text-decoration: none;
  text-indent: inherit;
  top: -40px;
  width: 35px; }

.footer-section-4 .bx-wrapper .bx-next {
  background: none;
  right: 0; }

.footer-section-4 .bx-wrapper .bx-next:before {
  content: "\f178";
  font-size: 14px;
  font-family: FontAwesome;
  color: #999;
  line-height: 16px;
  display: block;
  text-align: center; }

.footer-section-4 .bx-wrapper .bx-prev {
  background: none;
  right: 43px;
  left: inherit; }

.footer-section-4 .bx-wrapper .bx-prev:before {
  content: "\f177";
  font-size: 14px;
  font-family: FontAwesome;
  color: #999;
  line-height: 16px;
  display: block;
  text-align: center; }

.footer-section-4 .bx-wrapper .bx-controls-direction a:hover {
  border: 1px solid transparent; }

.footer-section-4 .bx-wrapper .bx-controls-direction a:hover:before {
  color: #fff; }

#footer-sale-slider > li {
  border: 0;
  padding: 0; }

/*The Blog Section End*/
/*Inner Banner Start*/
#inner-banner {
  width: 100%;
  background: url(../images/inner-banner.jpg) no-repeat left top/cover;
  padding: 50px 0;
  margin: 0 0 50px 0;
  position: relative; }

#inner-banner:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%; }

#inner-banner h1 {
  text-align: center;
  color: #fff;
  position: relative;
  margin: 0 0 20px 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); }

#inner-banner .breadcrumb {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  position: relative; }

#inner-banner .breadcrumb li {
  display: inline-block;
  padding: 0 4px 0 0;
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); }

#inner-banner .breadcrumb li a {
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); }

#inner-banner .breadcrumb > li + li:before {
  color: #fff;
  content: "/ ";
  padding: 0 5px 0 0; }

/*Inner Banner End*/
/*About Welcome Section Start*/
.about-welcome {
  width: 100%; }

.about-welcome .frame {
  width: 100%;
  padding: 4px;
  border: 1px solid #e1e1e1;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  margin: 0 0 20px 0;
  overflow: hidden; }

.about-welcome .frame img {
  display: block;
  width: 100%;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1); }

.about-welcome .frame:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.about-welcome blockquote {
  margin: 0 120px 30px 160px;
  padding: 0 0 0 22px;
  border-left: 4px solid;
  position: relative; }

.about-welcome blockquote:before {
  content: '';
  position: absolute;
  left: 2px;
  top: 0;
  border-left: 2px solid;
  height: 100%; }

.about-welcome blockquote:after {
  content: "\f10d";
  font-family: FontAwesome;
  position: absolute;
  left: -73px;
  top: -14px;
  font-size: 48px; }

.about-welcome blockquote p {
  font: italic 400 20px/28px "Montserrat", sans-serif;
  color: #666;
  margin: 0; }

.about-welcome p {
  margin: 0 0 30px 0; }

.about-welcome .video-frame {
  float: left;
  width: 100%; }

.about-welcome .video-frame iframe {
  width: 100%;
  height: 326px;
  border: 0; }

.about-welcome .text-box {
  float: left;
  width: 100%;
  margin: 20px 0 0 0; }

.about-welcome .text-box p {
  margin: 0 0 30px 0; }

.about-welcome .text-box ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.about-welcome .text-box ul li {
  padding: 0 0 12px 0;
  overflow: hidden;
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #666; }

.about-welcome .text-box ul li .fa {
  padding: 0 16px 0 0; }

/*About Welcome Section End*/
/*Accordion AND Tabs Section Start*/
.accordion-tabs-section {
  float: left;
  width: 100%;
  background-color: #fff; }

.accordion-tabs-section h2 {
  margin: 0 0 16px 0; }

/*TAB STYLE 1 START*/
.tab-style-1 {
  float: left;
  width: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box; }

.tab-style-1 .nav-tabs {
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px 0;
  background-color: #f5f5f5; }

.tab-style-1 .nav-tabs > li {
  border-left: 1px solid #ccc; }

.tab-style-1 .nav-tabs > li:first-child {
  border: 0; }

.tab-style-1 .nav-tabs > li > a {
  border: 0;
  border-radius: 0;
  padding-bottom: 14px;
  padding-top: 14px;
  font: 600 12px/14px 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #222; }

.tab-style-1 .nav-tabs > li > a, .nav-pills > li > a {
  line-height: normal;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px; }

.accordion-tabs-section .tab-style-1 .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
  border: 0;
  color: #222;
  background-color: #fff;
  box-shadow: none; }

.accordion-tabs-section .tab-style-1 .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  border-color: #ccc;
  background-color: #fff;
  box-shadow: none; }

.accordion-tabs-section .tab-style-1 .nav > li > a:hover, .nav > li > a:focus {
  background-color: #fff;
  text-decoration: none;
  box-shadow: none;
  color: #222; }

.tab-style-1-text-box {
  float: left;
  width: 100%;
  padding: 0 40px 20px 20px;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.tab-style-1-text-box p {
  margin: 0 0 20px 0; }

.tab-style-1-text-box ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.tab-style-1-text-box ul li {
  padding: 10px 0 0 0;
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #666; }

.tab-style-1-text-box ul li:first-child {
  padding: 0; }

.tab-style-1-text-box ul li .fa {
  padding: 0 18px 0 0;
  font-size: 12px; }

.tab-style-1-text-box .frame {
  float: left;
  padding: 4px;
  border: 1px solid #ccc;
  margin: 0 30px 0 0; }

.tab-style-1-text-box .frame img {
  display: block;
  width: 100%; }

/*TAB STYLE 1 END*/
/*TAB STYLE 2 START*/
.tab-style-2 {
  float: left;
  width: 100%; }

.tab-style-2 .nav-tabs {
  margin: 1px 0 0 0;
  border: 0;
  float: left; }

.tab-style-2 .nav-tabs > li {
  margin: -1px;
  float: none;
  display: block;
  border: 1px solid #ccc;
  background-color: #f5f5f5; }

.tab-style-2 .nav-tabs > li > a {
  border: 0;
  border-radius: 0;
  padding-bottom: 13px;
  padding-top: 13px;
  font: 600 14px/14px 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #222; }

.tab-style-2 .nav-tabs > li > a .fa {
  padding: 0 8px 0 0; }

.tab-style-2 .nav-tabs > li > a, .nav-pills > li > a {
  line-height: normal;
  margin-right: -1px;
  padding-left: 14px;
  padding-right: 14px; }

.accordion-tabs-section .tab-style-2 .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  border-color: #ccc;
  border: 0;
  background-color: #fff; }

.accordion-tabs-section .tab-style-2 .nav > li > a:hover, .nav > li > a:focus {
  background-color: #fff;
  text-decoration: none;
  outline: none; }

.accordion-tabs-section .tab-style-2 .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
  border: 0;
  color: #222;
  background-color: #fff; }

.tab-style-2-text-box {
  float: left;
  width: 73%;
  padding: 18px 30px;
  border: 1px solid #ccc;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.tab-style-2-text-box p {
  margin: 0 0 15px 0; }

.tab-style-2-text-box ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.tab-style-2-text-box ul li {
  padding: 10px 0 0 0;
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #666; }

.tab-style-2-text-box ul li:first-child {
  padding: 0; }

.tab-style-2-text-box ul li .fa {
  padding: 0 18px 0 0;
  font-size: 12px; }

/*TAB STYLE 2 End*/
/*Accordion Style 1 Start*/
.accordion-style-1 {
  float: left;
  width: 100%; }

.accordion_cp {
  margin: 0;
  padding: 12px 20px;
  height: auto;
  border-top: #ccc 1px solid;
  text-decoration: none;
  font: 600 13px/25px 'Montserrat', sans-serif;
  color: #666;
  text-transform: uppercase;
  cursor: pointer; }

.accordion_cp .fa {
  padding: 0 9px 0 0; }

.accordion-open {
  color: #fff; }

.accordion-open span {
  display: block;
  float: right;
  padding: 0; }

.accordion-close span {
  display: block;
  float: right;
  padding: 0; }

div.contain_cp_accor {
  padding: 0;
  margin: 0; }

div.content_cp_accor {
  background: #fff;
  margin: 0;
  padding: 10px;
  font: 400 14px/22px "Montserrat", sans-serif;
  color: #666; }

div.content_cp_accor ul, div.content_cp_accor p {
  padding: 0;
  margin: 0;
  padding: 3px; }

div.content_cp_accor ul li {
  list-style-position: inside;
  line-height: 25px; }

div.content_cp_accor ul li a {
  color: #555555; }

code {
  overflow: auto; }

.accordion-close span i:before {
  content: "\f054"; }

.accordion-open span i:before {
  content: "\f078"; }

.accordion_cp:hover {
  color: #fff; }

/*Accordion Style 1 End*/
/*Accordion Style 2 Start*/
.accordion-style-2 {
  float: left;
  width: 100%;
  border: 1px solid #ccc;
  border-top: 0;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.accordion-style-2 .accordion_cp {
  border-top: 1px solid #ccc;
  color: #222;
  height: auto; }

.accordion-style-2 div.content_cp_accor {
  padding: 0 20px 15px 40px; }

.accordion-style-2 .accordion_cp {
  background-color: #fff; }

.accordion-style-2 .accordion_cp:hover {
  color: #fff; }

/*Accordion Style 2 End*/
/*Accordion AND Tabs Section End*/
/*Purchase Banner Start*/
.purchase-section {
  background-image: url(../images/purchase-banner.png);
  background-attachment: fixed;
  background-size: cover;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden; }

.purchase-section .holder {
  margin: 0 auto;
  width: 885px; }

.purchase-section h2 {
  text-align: center;
  color: #fff;
  font-size: 36px;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-text-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  margin: 0 0 20px 0; }

.purchase-section p {
  font: 600 18px/26px 'Montserrat', sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin: 0 80px 30px 80px;
  color: #fff;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-text-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }

.purchase-section a.btn-8 {
  background-color: #fff;
  border: 0;
  padding: 14px 19px; }

/*Purchase Banner End*/
/*Our Serivces Section Start*/
.our-services {
  float: left;
  width: 100%;
  background: url(../images/recent-bg.gif) repeat left top;
  margin: -50px 0 0 0; }

.our-services p {
  text-align: center;
  margin: 0 0 30px 0; }

.services-style-2 p {
  margin: 0 0 105px 0; }

.services-style-2 .services-box {
  width: 300px;
  height: 300px;
  background-color: #f5f5f5;
  border: 4px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
  box-shadow: 0 0 1px 1px #ccc;
  -moz-box-shadow: 0 0 1px 1px #ccc;
  -webkit-box-shadow: 0 0 1px 1px #ccc; }

.services-style-2 .services-box:hover h3 a {
  color: #fff; }

.services-style-2 .services-box:hover p {
  color: #fff; }

.services-style-2 .services-box:hover a.btn-8 {
  border: 1px solid transparent;
  background-color: #fff;
  color: #666; }

.fa-icon-box {
  display: table;
  margin: -80px auto 30px;
  width: 149px;
  height: 149px;
  background-color: #f5f5f5;
  border: 3px solid #fff;
  border-radius: 100%;
  box-shadow: 0 0 1px 1px #ccc;
  -moz-box-shadow: 0 0 1px 1px #ccc;
  -webkit-box-shadow: 0 0 1px 1px #ccc;
  font-size: 60px;
  color: #666;
  text-align: center;
  line-height: 148px; }

.fa-icon-box:hover {
  color: #fff; }

.services-style-2 .services-box .text-box {
  padding: 0 50px; }

.services-style-2 a.btn-8 {
  background-color: #fff;
  padding: 12px 25px; }

.services-box {
  float: left;
  width: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
  box-sizing: border-box;
  position: relative; }

.shape-box {
  font-size: 48px;
  text-align: center;
  line-height: 170px;
  color: #666;
  display: block; }

.services-box .text-box {
  float: left;
  width: 100%;
  padding: 0 65px;
  box-sizing: border-box; }

.services-box .text-box h3 {
  margin: 0 0 10px 0;
  font-size: 14px; }

.services-box .text-box p {
  margin: 0 0 20px 0; }

/*Our Serivces Section End*/
/*More Serivces Section Start*/
.more-services {
  float: left;
  width: 100%;
  background-color: #fff; }

.more-services p {
  text-align: center;
  margin: 0 0 30px 0; }

.more-services ul {
  padding: 0;
  margin: 0 10px;
  list-style: none; }

.more-services ul li {
  float: left;
  padding: 40px 0 0 0;
  width: 100%; }

.more-services ul li:first-child {
  padding: 0; }

.more-services .icon-box {
  float: right;
  width: 80px;
  height: 80px;
  border: 4px solid #fff;
  background-color: #ebebeb;
  border-radius: 100%;
  position: relative;
  margin: 0 0 0 30px; }

.more-services .icon-box:before {
  content: '';
  position: absolute;
  left: -8px;
  top: -8px;
  border: 1px solid #ccc;
  width: 88px;
  height: 88px;
  border-radius: 100%; }

.more-services .icon-box .fa {
  font-size: 36px;
  text-align: center;
  display: block;
  color: #666;
  line-height: 75px; }

.more-services .icon-box:hover .fa {
  color: #fff; }

.more-services .text-box {
  float: right;
  width: 342px;
  text-align: right; }

.more-services .text-box h3 {
  margin: 0 0 12px 0; }

.more-services .text-box p {
  text-align: right;
  margin: 0; }

.more-services .text-box a {
  text-decoration: none;
  color: #222; }

.more-services .icon-left {
  float: left;
  margin: 0 30px 0 0; }

.more-services .pull-left {
  float: left;
  text-align: left; }

.more-services .pull-left p {
  text-align: left; }

/*More Serivces Section End*/
.featured-video {
  background-image: url(../images/featured-video-img.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  height: 371px;
  padding: 229px 0 0;
  position: relative;
  width: 100%; }

/*Choose Your Plan Section Start*/
.chose-plan {
  float: left;
  width: 100%;
  background-color: #fff; }

.chose-plan p {
  text-align: center;
  margin: 0 0 30px 0; }

.plan-box {
  float: left;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 4px 4px 16px 4px;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  overflow: hidden;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1); }

.plan-box:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.plan-heading-color-1 {
  float: left;
  width: 100%;
  padding: 20px 0; }

.plan-heading-color-2 {
  float: left;
  width: 100%;
  padding: 20px 0;
  background-color: #b93941; }

.plan-heading-color-3 {
  float: left;
  width: 100%;
  padding: 20px 0;
  background-color: #007d7d; }

.plan-heading-color-4 {
  float: left;
  width: 100%;
  padding: 20px 0;
  background-color: #4eb9eb; }

.amount-color-1 {
  background-color: #638924;
  position: relative; }

.amount-color-2 {
  background-color: #aa2a32;
  position: relative; }

.amount-color-3 {
  background-color: #006e6e;
  position: relative; }

.amount-color-4 {
  background-color: #309bcd;
  position: relative; }

.plan-box h3 {
  color: #fff;
  text-align: center;
  margin: 0; }

.amount-box {
  float: left;
  width: 100%;
  position: relative;
  padding: 18px 0 10px 0;
  margin: 0 0 30px 0; }

.amount-color-1:before {
  border-left: 130px solid transparent;
  border-right: 124px solid transparent;
  bottom: -30px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  display: none; }

.amount-color-2:before {
  border-left: 130px solid transparent;
  border-right: 124px solid transparent;
  border-top: 30px solid #aa2a32;
  bottom: -30px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  display: none; }

.amount-color-3:before {
  border-left: 130px solid transparent;
  border-right: 124px solid transparent;
  border-top: 30px solid #006e6e;
  bottom: -30px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  display: none; }

.amount-color-4:before {
  border-left: 130px solid transparent;
  border-right: 124px solid transparent;
  border-top: 30px solid #309bcd;
  bottom: -30px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  display: none; }

.amount-box strong.price {
  font: 700 30px/28px "Montserrat", sans-serif;
  color: #fff;
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding: 0 0 10px 0; }

.amount-box span.mnt {
  font: 700 12px/12px "Montserrat", sans-serif;
  color: #fff;
  display: block;
  text-align: center;
  text-transform: uppercase; }

.plan-box ul {
  padding: 0 15px;
  margin: 0 0 6px 0;
  list-style: none;
  float: left;
  width: 100%;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.plan-box ul li {
  padding: 15px 0;
  overflow: hidden;
  border-top: 1px solid #ccc;
  font: 400 16px/16px "Montserrat", sans-serif;
  text-align: center;
  color: #666; }

.plan-box ul li:first-child {
  border: 0; }

.plan-box .line-through {
  text-decoration: line-through;
  color: #ccc; }

.plan-box a.btn-2 {
  padding: 12px 30px; }

.plan-box .plan-btn-color2 {
  background-color: #b93941; }

.plan-box .plan-btn-color3 {
  background-color: #007d7d; }

.plan-box .plan-btn-color4 {
  background-color: #4eb9eb; }

.plan-style-2 .amount-box strong.price {
  font-size: 48px;
  font-weight: 300; }

.plan-style-2 a.btn-2 {
  width: 100%;
  padding: 40px 0 20px 0;
  text-align: center;
  border-radius: 0;
  position: relative; }

.plan-style-2 .plan-box {
  padding: 4px; }

.plan-style-2 a.btn-2:before {
  border-color: transparent transparent transparent #ffffff;
  border-style: solid;
  border-width: 24px 0 24px 263px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: -24px;
  width: 0; }

.plan-style-2 .amount-color-1:before {
  position: absolute;
  right: 0;
  bottom: -24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 33px 263px 23px 0;
  border-color: transparent #ffffff transparent transparent; }

.plan-style-2 .amount-color-2:before {
  position: absolute;
  right: 0;
  bottom: -24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 33px 263px 23px 0;
  border-color: transparent #ffffff transparent transparent; }

.plan-style-2 .amount-color-3:before {
  position: absolute;
  right: 0;
  bottom: -24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 33px 263px 23px 0;
  border-color: transparent #ffffff transparent transparent; }

.plan-style-2 .amount-color-4:before {
  position: absolute;
  right: 0;
  bottom: -24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 33px 263px 23px 0;
  border-color: transparent #ffffff transparent transparent; }

.plan-style-2 .amount-box {
  padding: 18px 0 50px;
  margin: 0 0 2px 0; }

.services-2-parallax {
  float: left;
  width: 100%;
  background-image: url(../images/service-2-parallax-bg.png);
  background-attachment: fixed;
  background-size: cover;
  background-color: #000;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden; }

.services-2-parallax h2 {
  text-align: center;
  color: #fff; }

.services-2-parallax p {
  text-align: center;
  color: #fff;
  margin: 0 0 30px 0; }

.services-2-parallax .frame {
  float: left;
  width: 44%;
  margin: 14px 53px 0 0; }

.services-2-parallax .frame img {
  width: 100%; }

.services-2-parallax .text-box {
  float: left; }

.services-2-parallax .text-box ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.services-2-parallax .text-box ul li {
  padding: 0 0 30px 0;
  overflow: hidden; }

.round-box {
  float: left;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  border: 10px solid #fff;
  background-color: #ebebeb;
  font-size: 36px;
  color: #666;
  text-align: center;
  line-height: 75px;
  margin: 0 30px 0 0; }

.services-2-parallax .text-box-inner {
  width: 345px;
  float: left; }

.services-2-parallax h2, .plan-style-2 h2, .features-margin h2 {
  margin: 0 0 15px 0; }

.services-2-parallax .text-box-inner h3 {
  color: #fff;
  margin: 0 0 10px 0; }

.services-2-parallax .text-box-inner h3 a {
  color: #fff; }

.services-2-parallax .text-box-inner p {
  color: #fff;
  text-align: left;
  margin: 0; }

.round-box:hover {
  color: #fff; }

/*Choose Your Plan Section End*/
/*Blog Detail Start*/
.blog-detail ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.blog-detail ul li {
  float: left; }

.blog-detail ul li.padd-btm-50 {
  width: 100%; }

.blog-detail .bx-wrapper {
  float: left;
  width: 100%;
  margin: 0; }

.blog-detail .bx-wrapper .bx-viewport {
  background: none;
  border: 0;
  box-shadow: none;
  left: 0; }

.blog-detail .bx-wrapper .bx-viewport ul {
  padding: 0;
  margin: 0; }

#slider-post li {
  padding: 0; }

.blog-detail .bx-wrapper .bx-pager {
  display: none; }

.blog-detail .bx-wrapper .bx-controls-direction a {
  height: 43px;
  margin-top: -16px;
  text-indent: inherit;
  top: 50%;
  width: 43px;
  border: 1px solid #fff;
  border-radius: 100%;
  text-decoration: none;
  font-size: 0; }

.blog-detail .bx-wrapper .bx-next {
  background: none;
  right: 20px; }

.blog-detail .bx-wrapper .bx-next:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 30px;
  line-height: 43px;
  text-align: center;
  color: #fff;
  display: block; }

.blog-detail .bx-wrapper .bx-prev {
  background: none;
  left: 20px; }

.blog-detail .bx-wrapper .bx-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 30px;
  line-height: 43px;
  text-align: center;
  color: #fff;
  display: block; }

.blog-detail .bx-wrapper .bx-controls-direction a:hover {
  border: 1px solid transparent; }

.blog-detail a.btn-8 {
  float: left;
  padding: 12px 25px; }

.blog-detail h3 {
  margin: 0 0 15px 0; }

.blog-detail h3 .fa {
  font-size: 48px;
  padding: 0 25px 0 0; }

.blog-detail .frame {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  overflow: hidden; }

.blog-detail .frame img {
  display: block;
  width: 100%;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1); }

.blog-detail .frame:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.blog-detail p {
  margin: 0 0 20px 0; }

.blog-detail a.like {
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #666;
  float: right;
  text-decoration: none;
  margin: 0 0 0 20px; }

.blog-detail a.like .fa {
  padding: 0 5px 0 0; }

.blog-detail blockquote {
  padding: 0 0 0 102px;
  margin: 0 0 30px 0;
  border: 0;
  position: relative; }

.blog-detail blockquote:before {
  content: "\f10d";
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 48px;
  font-family: FontAwesome;
  height: 50%; }

.space-outer {
  float: left;
  margin: 20px 0 0 0; }

.blog-detail blockquote strong.name {
  padding: 12px 19px;
  border: 1px solid #ccc;
  float: left;
  font: 700 12px/12px "Montserrat", sans-serif;
  color: #666;
  text-transform: uppercase;
  margin: 20px 0 0 0; }

.blog-detail blockquote p {
  font: italic 400 20px/28px "Montserrat", sans-serif;
  color: #222;
  margin: 0; }

.blog-detail .tags li a {
  font: 400 14px/22px "Montserrat", sans-serif;
  background-color: #ebebeb;
  color: #666;
  display: block;
  padding: 6px 14px;
  border-radius: 20px;
  text-decoration: none; }

.comment-box {
  float: left;
  width: 100%; }

.author-row {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px 0; }

#main .comment-box .frame {
  float: left;
  padding: 4px;
  border: 1px solid #e1e1e1;
  margin: 0 19px 20px 0;
  overflow: hidden;
  width: auto; }

.comment-box .frame img {
  display: block;
  width: 100%;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1); }

.comment-box .frame:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1); }

#main .comment-box .text-box {
  overflow: hidden;
  float: none; }

.comment-box .text-box p {
  margin: 0; }

.comment-box .text-box strong.name {
  font: 600 14px/14px 'Montserrat', sans-serif;
  color: #222;
  text-transform: uppercase;
  display: block;
  padding: 0 0 10px 0; }

.comments {
  float: left;
  width: 100%;
  margin: 0 0 10px 0; }

.comments .text-outer {
  float: left;
  width: 100%;
  padding: 0 0 15px 0; }

.comments .text {
  float: left;
  width: 100%;
  padding: 0 0 20px 0;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  position: relative;
  margin: 0 0 20px 0;
  background: #fff;
  border-bottom: 1px solid #ccc; }

.comment-frame {
  float: left;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  border: 4px solid #fff;
  box-shadow: 0 0 1px 1px #e1e1e1;
  padding: 0;
  margin: 0 19px 0 0;
  overflow: hidden; }

.comment-frame img {
  display: block;
  width: 100%;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  border-radius: 100%; }

.comment-frame:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.comments .tex-box {
  overflow: hidden;
  text-align: left; }

.comments .tex-box strong.name {
  font: 600 14px/14px 'Montserrat', sans-serif;
  color: #222;
  text-transform: uppercase;
  display: block;
  padding: 0 0 10px 0; }

.comments .text p {
  margin: 0; }

.comments .text a.replay {
  float: right;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: #ebebeb;
  text-decoration: none;
  font-size: 16px;
  line-height: 36px;
  color: #999;
  padding: 0;
  text-align: center; }

.comments .text a.replay .fa {
  padding: 0; }

.comments .text a.replay:hover {
  color: #fff; }

.comments .text a {
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #999;
  text-decoration: none;
  display: block;
  padding: 0 0 12px 0; }

.comments .text a .fa {
  padding: 0 7px 0 0; }

.comments ul {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  list-style: none; }

.comments ul li {
  float: left;
  width: 100%;
  position: relative;
  margin: 0px;
  padding: 0; }

.comments ul li ul li:after {
  content: "";
  width: 1px;
  position: absolute;
  left: -30px;
  top: 0px;
  height: 100px;
  border-left: 2px solid #ccc; }

#main .comments ul ul {
  padding: 0px 0px 0px 100px;
  box-sizing: border-box;
  margin: 0; }

/*COMMENT FORM START*/
.comment-form {
  float: left;
  width: 100%; }

.comment-form h2 {
  margin: 0 0 17px 0; }

#main .comment-form ul {
  padding: 0;
  margin-bottom: 0;
  list-style: none; }

#main .comment-form ul li {
  float: left; }

.comment-form input[type="text"] {
  float: left;
  width: 100%;
  height: 48px;
  border: 4px solid #fff;
  outline: 1px solid #e1e1e1;
  background-color: #f5f5f5;
  box-shadow: none;
  border-radius: 0;
  padding: 0 14px;
  margin: 0 0 30px 0;
  box-sizing: border-box; }

.comment-form textarea {
  float: left;
  width: 100%;
  height: 248px;
  border: 4px solid #fff;
  outline: 1px solid #e1e1e1;
  background-color: #f5f5f5;
  box-shadow: none;
  border-radius: 0;
  padding: 14px 14px 0 14px;
  margin: 0 0 30px 0;
  resize: none;
  box-sizing: border-box; }

.comment-form input[type="submit"] {
  float: right;
  padding: 15px 25px;
  border: 0;
  margin: 0;
  font: 600 12px/12px "Montserrat",sans-serif;
  color: #fff;
  text-transform: uppercase; }

/*COMMENT FORM END*/
/*Blog Detail End*/
/*SIDEBAR START*/
.sidebar {
  float: left;
  width: 100%; }

.sidebar-bix-1 {
  float: left;
  width: 100%;
  margin: 0 0 45px 0;
  position: relative; }

.sidebar-bix-1 p {
  margin: 0; }

.sidebar-bix-1 ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.sidebar .sidebar-bix-1 ul li {
  float: left;
  padding: 15px 0 15px 0;
  width: 100%;
  border-bottom: 1px solid #ccc; }

.sidebar-bix-1 ul li:last-child {
  padding: 15px 0 0 0;
  border: 0; }

.sidebar-bix-1 ul li:first-child {
  padding: 0 0 15px 0; }

.sidebar-bix-1 ul li a {
  font: 600 13px/14px 'Montserrat', sans-serif;
  color: #444;
  text-transform: uppercase;
  text-decoration: none;
  display: block; }

.sidebar-bix-1 ul li a .fa-circle {
  font-size: 7px;
  float: left;
  line-height: 14px; }

.sidebar-bix-1 ul li a .fa {
  padding: 0 10px 0 0; }

.sidebar-bix-1 ul li a span.number {
  float: right; }

.sidebar-bix-1 strong.date {
  float: left;
  width: 70px;
  height: 70px;
  padding: 19px 0 0 0;
  font: 300 22px/19px "Montserrat", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin: 0 30px 0 0; }

.sidebar-bix-1 strong.date span {
  display: block;
  font-weight: 400;
  font-size: 16px; }

.sidebar .sidebar-bix-1 .text-box {
  border: 0;
  margin: 0;
  padding: 0;
  overflow: inherit;
  float: none;
  width: auto; }

.sidebar-bix-1 .text-box a.title {
  font: 600 12px/17px 'Montserrat', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #444;
  display: block;
  padding: 0 0 8px 0; }

.sidebar-bix-1 .text-box a {
  font: 400 14px/20px "Montserrat", sans-serif;
  color: #999;
  display: block;
  text-decoration: none;
  text-transform: lowercase; }

.sidebar-bix-1 .text-box a .fa {
  padding: 0 6px 0 0; }

.sidebar .sidebar-bix-1 .frame {
  float: left;
  margin: 0 25px 0 0;
  width: auto;
  overflow: hidden;
  padding: 0;
  border: 0; }

.sidebar .sidebar-bix-1 .frame-2 {
  float: left;
  width: 100%;
  border: 4px solid #fff;
  outline: 1px solid #e1e1e1;
  margin: 0 0 5px 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.sidebar-bix-1 .frame-2 .caption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 10px 0 0 10px;
  background-color: rgba(0, 0, 0, 0.5);
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.sidebar-bix-1 .frame-2 img {
  display: block;
  width: 100%;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1); }

.sidebar-bix-1 .frame-2:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.sidebar-bix-1 .frame img {
  display: block;
  width: 100%;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1); }

.sidebar-bix-1 .frame:hover img {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2); }

.sidebar-bix-1 .progress {
  background-color: #fff;
  border-radius: 4px;
  background-image: none;
  box-shadow: none;
  border: 1px solid #ccc;
  height: 8px;
  margin-bottom: 8px;
  overflow: hidden; }

.sidebar-bix-1 .progress .bar {
  height: 100%; }

.sidebar-bix-1 span.percentage-1 {
  font: 700 14px/14px "Montserrat", sans-serif;
  float: left;
  text-shadow: none; }

.sidebar-bix-1 span.amount {
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #666;
  float: right; }

.sidebar-bix-1 .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 0;
  width: 100%; }

.sidebar-bix-1 .caption a {
  font: 600 14px/14px 'Montserrat', sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  display: block;
  text-decoration: none; }

.sidebar-bix-1 .caption a:hover {
  color: #fff; }

#post-slider li {
  padding: 0; }

.sidebar-bix-1 .bx-wrapper {
  float: left;
  width: 100%;
  margin: 0; }

.sidebar-bix-1 .bx-wrapper .bx-viewport {
  background: none;
  border: 0;
  box-shadow: none;
  left: 0; }

.sidebar-bix-1 .bx-wrapper .bx-pager {
  display: none; }

.sidebar-bix-1 .bx-wrapper .bx-controls-direction a {
  height: 28px;
  margin-top: -28px;
  text-indent: inherit;
  top: 50%;
  width: 28px;
  text-decoration: none;
  border: 1px solid #fff;
  font-size: 0;
  border-radius: 100%; }

.sidebar-bix-1 .bx-wrapper .bx-next {
  background: none; }

.sidebar-bix-1 .bx-wrapper .bx-next:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  display: block;
  color: #fff; }

.sidebar-bix-1 .bx-wrapper .bx-prev {
  background: none; }

.sidebar-bix-1 .bx-wrapper .bx-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  display: block;
  color: #fff; }

.countdown-rtl {
  direction: rtl; }

.countdown-row {
  clear: both;
  width: 100%;
  padding: 0px 0;
  text-align: center; }

.countdown-show1 .countdown-section {
  width: 98%; }

.countdown-show2 .countdown-section {
  width: 48%; }

.countdown-show3 .countdown-section {
  width: 32.5%; }

.countdown-show4 .countdown-section {
  width: 24.5%; }

.countdown-show5 .countdown-section {
  width: 19.5%; }

.countdown-show6 .countdown-section {
  width: 16.25%; }

.countdown-show7 .countdown-section {
  width: 14%; }

.countdown-section {
  display: block;
  float: left;
  font-size: 75%;
  text-align: center; }

.countdown-amount {
  font-size: 200%;
  color: #333;
  font: 400 30px/30px "Montserrat", sans-serif;
  color: #fff; }

.countdown-period {
  display: block;
  font: 400 12px/12px "Montserrat", sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase; }

.countdown-descr {
  display: block;
  width: 100%; }

.sidebar-bix-1 .frame-2 .caption .countdown_section {
  display: inline-block;
  font: 400 12px/12px "Montserrat", sans-serif;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 0; }

.sidebar-bix-1 .frame-2 .caption .countdown_amount {
  color: #fff;
  font: 400 30px/30px "Montserrat", sans-serif;
  display: block;
  position: relative;
  text-transform: uppercase;
  margin: 0;
  padding: 0; }

/*SIDEBAR END*/
/*MP3 PLAYER START*/
.mp3-player-box {
  float: left;
  width: 100%;
  margin-bottom: 30px; }

.mp3-player-box .audioplayer {
  background: #222;
  border: 0;
  border-radius: 2px;
  box-shadow: none;
  color: #fff;
  height: 58px;
  position: relative;
  text-shadow: 1px 1px 0 #000;
  z-index: 1; }

.mp3-player-box .audioplayer {
  color: #fff; }

.mp3-player-box .audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent -moz-use-text-color transparent;
  border-image: none;
  border-style: solid none solid solid;
  border-width: 0.5em medium 0.5em 0.5em;
  content: "";
  height: 0;
  left: 50%;
  margin: -0.5em 0 0 -0.25em;
  position: absolute;
  top: 50%;
  width: 0;
  color: #fff; }

.mp3-player-box .audioplayer .audioplayer-time-current {
  border-left: 0; }

.mp3-player-box .audioplayer-time {
  top: 0;
  height: 78%;
  padding: 13px 0 0 0;
  text-shadow: none; }

.mp3-player-box .audioplayer-bar, .audioplayer-bar div, .audioplayer-volume-adjust div {
  border-radius: 7px; }

.mp3-player-box .audioplayer-bar-loaded {
  background-color: #fff; }

.mp3-player-box .audioplayer-volume-adjust {
  background: #444;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  height: 6.25em;
  left: 0;
  position: absolute;
  right: -1px;
  top: -9999px; }

.mp3-player-box .audioplayer-bar, .audioplayer-volume-adjust > div {
  box-shadow: none;
  background: #fff; }

.mp3-player-box .audioplayer-volume-button a {
  outline: none; }

.mp3-player-box .audioplayer:not(.audioplayer-mini) .audioplayer-playpause {
  border: 0; }

.mp3-player-box .audioplayer-volume {
  border-left: 0; }

.mp3-player-box .audioplayer-playing .audioplayer-playpause a:before, .audioplayer-playing .audioplayer-playpause a:after {
  background-color: #fff; }

.mp3-player-box .audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover a {
  border-color: transparent -moz-use-text-color transparent #fff; }

.mp3-player-box .audioplayer-volume-button:hover a:before {
  border-color: transparent #fff transparent -moz-use-text-color; }

.mp3-player-box .audioplayer:not(.audioplayer-mute) .audioplayer-volume-button:hover a:after {
  border-color: #fff; }

.mp3-player-box .audioplayer-volume-button:hover a {
  background-color: #fff; }

/*MP3 PLAYER END*/
/*Pagination Start*/
.pagination-box {
  float: left;
  width: 100%;
  margin: 0 0 50px 0; }

.pagination-box .pagination {
  margin: 0;
  width: 100%; }

#main .pagination-box .pagination ul {
  border-radius: 0;
  box-shadow: none;
  display: block;
  text-align: center;
  margin-bottom: 0;
  margin-left: 0;
  float: none; }

.pagination-box .pagination ul > li {
  float: none;
  display: inline-block;
  width: auto;
  padding: 0;
  margin: 0 -5px 0 0;
  border: 1px solid #ccc; }

.pagination-box .pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
  border-bottom-left-radius: 0;
  border-left-width: 1px;
  border-top-left-radius: 0; }

.pagination-box .pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.pagination-box .pagination ul > li > a, .pagination ul > li > span {
  background-color: #f5f5f5;
  border-color: #ccc;
  float: left;
  line-height: none;
  padding: 8px 14px;
  text-decoration: none;
  font: 400 16px/16px "Montserrat", sans-serif;
  color: #666; }

.pagination-box .pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
  background-color: #fff; }

.pagination-box .pagination ul > .active > a, .pagination ul > .active > span {
  background-color: #fff; }

/*Pagination End*/
/*Gallery Start*/
.gallery-section {
  float: left;
  width: 100%; }

.gallery-section ul {
  padding: 0;
  list-style: none;
  margin-bottom: 20px; }

.gallery-section ul li {
  float: left;
  margin-bottom: 30px; }

.gallery-section .frame {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative; }

.gallery-section .frame img {
  display: block;
  width: 100%; }

.gallery-section .frame .caption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0; }

.gallery-section .frame:hover .caption {
  opacity: 1; }

.gallery-section .frame .caption a.zoom {
  border: 1px solid #ffffff;
  bottom: 0;
  color: #ffffff;
  font-size: 24px;
  height: 43px;
  left: 0;
  line-height: 43px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 43px; }

/*Gallery End*/
/*Our History Section Start*/
.our-history {
  float: left;
  width: 100%; }

.our-history p {
  text-align: center;
  margin: 0 0 30px 0; }

.our-history .holder {
  max-width: 1030px;
  margin: 0 auto 10px;
  overflow: hidden;
  clear: both; }

.our-history .holder ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  float: left; }

.our-history .holder ul li {
  float: left;
  padding: 0 0 40px 0;
  width: 100%;
  position: relative; }

.our-history .holder .history-box {
  float: left;
  width: 100%;
  position: relative; }

.our-history .holder .history-box .text-box {
  width: 420px;
  padding: 53px 0 0 0; }

.our-history .holder .history-box .text-box.pull-left h3 {
  text-align: right;
  margin: 0 0 10px 0; }

.our-history .holder .history-box .text-box.pull-left p {
  text-align: right; }

.our-history .holder .history-box .text-box.pull-right h3 {
  text-align: left;
  margin: 0 0 10px 0; }

.our-history .holder .history-box .text-box.pull-right p {
  text-align: left; }

.year-box {
  float: left;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  font: 400 20px/70px "Montserrat", sans-serif;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.year-box:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -5px;
  height: 5px;
  width: 5px;
  background: #fff; }

.year-box:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -5px;
  height: 5px;
  width: 5px;
  background: #fff; }

.our-history .holder ul:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 2px;
  border-left: 1px solid #ccc;
  height: 100%; }

.our-history .holder ul:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  width: 100%;
  height: 40px; }

.year-box:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.our-history .holder .history-box .frame {
  border: 1px solid #e1e1e1;
  padding: 4px;
  overflow: hidden;
  width: 405px; }

.our-history .holder .history-box .frame img {
  display: block;
  width: 100%;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1); }

.our-history .holder .history-box .frame:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1); }

/*Our History Section End*/
/*News Page Start*/
.news-page {
  float: left;
  width: 100%; }

.news-page h2 {
  margin: 0 0 20px 0; }

.news-frame {
  float: left;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 4px;
  position: relative;
  margin: 0 0 50px 0;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.news-frame .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  /*background:rgba(0,0,0,0.7);*/
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.04) 8%, rgba(0, 0, 0, 0.18) 25%, rgba(0, 0, 0, 0.45) 49%, rgba(0, 0, 0, 0.7) 75%, rgba(0, 0, 0, 0.8) 89%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#cc000000', GradientType=0 );*/
  /* IE6-9 */
  padding: 90px 25px 20px 25px;
  width: 100%;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.news-frame .caption h3 {
  color: #fff;
  margin: 0 0 5px 0; }

#main .news-frame .detail-row {
  margin: 0; }

#main .news-frame .detail-row ul li a {
  color: #fff; }

#news-slider img {
  width: 100%;
  display: block; }

#news-slider > li {
  padding: 0; }

.latest-news-post {
  float: left;
  width: 100%; }

.latest-news-post ul {
  margin-bottom: 30px;
  overflow: hidden; }

.news-page .frame {
  width: auto;
  margin: 0 30px 0 0;
  overflow: hidden;
  position: relative; }

.news-page .frame img {
  display: block;
  width: 100%;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1); }

.news-page .frame:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.news-page .frame:hover .caption {
  opacity: 1; }

.news-page .frame .caption {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  opacity: 0; }

.news-page .frame .caption a.link {
  border: 1px solid #fff;
  bottom: 0;
  color: #fff;
  font-size: 24px;
  height: 43px;
  left: 0;
  line-height: 43px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 43px; }

#main .news-page .text-box .detail-row {
  width: auto; }

.news-page .text-box h3 {
  margin: 0 0 10px 0; }

.news-page .text-box {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px; }

#main .news-page .text-box .detail-row ul {
  margin: 0 0 10px 0; }

.news-page .text-box p {
  clear: both;
  margin: 0 0 15px 0; }

.news-page .text-box p a {
  text-decoration: none;
  color: #666; }

#main .latest-news-post .detail-row {
  width: auto;
  margin: 0; }

#main .latest-news-post li {
  padding: 0 0 20px 0; }

/*News Page End*/
/*Event Detail Start*/
.blockquote-box {
  float: left;
  width: 100%;
  position: relative;
  margin: 0 0 20px 0; }

#main .event-detail .blockquote-box:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: url(../images/blockquote-border.png) repeat;
  height: 4px; }

#main .event-detail .blockquote-box:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url(../images/blockquote-border.png) repeat;
  height: 4px; }

#main .event-detail blockquote {
  padding: 20px 0 20px 102px;
  margin: 0; }

.date-box {
  float: left;
  width: 70px;
  margin: 0 17px 0 0; }

.date-box strong.date {
  font: 300 30px/30px "Montserrat", sans-serif;
  color: #fff;
  display: block;
  text-align: center;
  padding: 7px 0 0 0;
  height: 70px;
  width: 70px;
  margin: 0 0 20px 0; }

.icon-outer {
  position: relative; }

.awesome-icon {
  float: left;
  width: 60px;
  height: 60px;
  background-color: #f5f5f5;
  border: 4px solid #fff;
  border-radius: 100%;
  box-shadow: 0 0 1px 1px #e1e1e1;
  -moz-box-shadow: 0 0 1px 1px #e1e1e1;
  -webkit-box-shadow: 0 0 1px 1px #e1e1e1;
  font-size: 30px;
  color: #666;
  text-align: center;
  line-height: 60px; }

.awesome-hover {
  font: 700 12px/12px "Montserrat", sans-serif;
  display: block;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  padding: 11px 12px 0 12px;
  opacity: 0; }

.awesome-hover a span {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px; }

.awesome-hover a {
  color: #fff;
  text-decoration: none; }

.awesome-hover a:hover {
  color: #fff;
  text-decoration: none; }

.icon-outer:hover .awesome-hover {
  opacity: 1; }

.awesome-icon:hover {
  color: #fff; }

.date-box strong.date span {
  font-weight: 400;
  font-size: 20px;
  display: block; }

.event-detail .text-box {
  float: left;
  max-width: 760px; }

.map-row {
  float: left;
  width: 100%;
  margin: 0 0 20px 0; }

.map-row .map-box {
  float: left;
  padding: 4px;
  width: 360px;
  border: 1px solid #e1e1e1;
  margin: -349px 0 0 0;
  background-color: #fff;
  position: relative; }

#map_contact_1 {
  height: 170px;
  width: 100%; }

.map-row .countdown-box {
  width: 400px;
  float: left;
  margin: 0;
  position: relative; }

.map-row .countdown-box:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 70px;
  background: #fff;
  z-index: 9; }

.map-row .countdown-box .countdown_section {
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #666;
  padding: 14px 0;
  width: 70px;
  margin: 0 0 0 28px;
  float: left;
  text-align: center;
  position: relative;
  background: #fff;
  border: 1px solid #ccc; }

.map-row .countdown-box .countdown_amount {
  font: 400 30px/20px "Montserrat", sans-serif;
  color: #666;
  font-weight: 100;
  text-align: center; }

.map-row .countdown-box .countdown_section:before {
  content: '';
  position: absolute;
  left: 70px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-bottom: 1px solid #ccc;
  width: 29px;
  height: 1px;
  z-index: 9; }

.map-row .countdown-box .countdown_section:after {
  content: '';
  position: absolute;
  left: -100px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
  width: 7px;
  height: 7px;
  background: #ccc; }

.event-detail .frame {
  float: left;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 4px;
  overflow: hidden;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.event-detail .frame img {
  display: block;
  width: 100%;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1); }

.event-detail .frame:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1); }

/*Event Detail End*/
/*Event Calendar Start*/
.event-calender {
  float: left;
  width: 100%;
  margin: 0 0 40px 0; }

.event-calender #calendar {
  width: 100%;
  float: left; }

.event-calender .fc-header-left {
  width: 100%;
  text-align: center; }

.event-calender .fc-button-today {
  display: none; }

.event-calender .fc-header-title h2 {
  margin: 0 0 30px 0; }

.event-calender .fc-grid .fc-day-number {
  float: none;
  display: block;
  text-align: center;
  font: 400 36px/92px "Montserrat", sans-serif;
  color: #666;
  border: 1px solid #ccc;
  margin: 10px; }

.event-calender .fc td, .fc th {
  vertical-align: middle; }

.event-calender .fc-grid .fc-day-content {
  padding: 0;
  display: none; }

.event-calender .fc-grid .fc-day-number {
  padding: 0; }

.event-calender .fc-grid .fc-other-month .fc-day-number {
  opacity: 1;
  color: #ccc; }

.event-calender .fc-border-separate th, .fc-border-separate td {
  border: 0; }

.event-calender .fc-border-separate tr.fc-last th, .fc-border-separate tr.fc-last td {
  border: 0; }

.event-calender .fc-grid th {
  text-align: center;
  font: 700 14px/14px "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 0; }

.event-calender .fc-state-highlight .fc-day-number {
  color: #fff;
  border: 0; }

#main .event-calender .fc-state-highlight .fc-day-number {
  color: #fff; }

.event-calender .fc-header-right {
  width: 100%; }

.event-calender .fc .fc-header-space {
  padding: 0; }

.event-calender .fc-state-default, .fc-state-default .fc-button-inner {
  background: #fff;
  border: 0;
  color: #000;
  margin: 0; }

.event-calender .fc-state-default .fc-button-inner {
  border: 0; }

.event-calender .fc-state-default .fc-button-effect span {
  background: #fff;
  border: 0;
  height: auto;
  left: 0;
  opacity: 1;
  position: absolute;
  top: -100px;
  width: auto; }

.event-calender .fc-button-content {
  border: 1px solid #ccc;
  float: left;
  height: auto;
  line-height: normal;
  padding: 0 0.6em;
  position: relative;
  white-space: nowrap; }

.event-calender .fc-state-default, .fc-state-default .fc-button-inner {
  color: #ccc; }

.event-calender #calendar .fc-state-default, .fc-state-default .fc-button-inner:hover {
  color: #7cc086; }

/*Event Calendar End*/
/*Team Member Details Start*/
.team-member-detail {
  float: left;
  width: 100%; }

.team-member-detail .frame {
  float: left;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 4px;
  overflow: hidden;
  box-sizing: border-box; }

.team-member-detail .frame img {
  display: block;
  width: 100%;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1); }

.team-member-detail .frame:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.team-member-detail-box {
  float: left;
  width: 100%; }

.team-member-detail-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  width: 100%; }

.team-member-detail-box ul li {
  padding: 10px 0 10px 30px;
  border-bottom: 1px solid #ccc;
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #666;
  overflow: hidden; }

.team-member-detail-box ul li a {
  text-decoration: none;
  color: #666; }

.team-member-detail-box strong.name {
  font: 600 18px/18px 'Montserrat', sans-serif;
  color: #222;
  text-transform: uppercase;
  display: block; }

.team-member-detail-box address {
  margin: 0;
  padding: 0;
  display: block;
  width: 220px;
  line-height: 22px; }

.team-member-detail-box ul li .fa {
  float: left;
  padding: 0 10px 0 0;
  line-height: 18px; }

.team-member-detail-box .member-social {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left; }

.team-member-detail-box .member-social li {
  float: left;
  padding: 0 10px 0 0;
  border: 0; }

.team-member-detail-box .member-social li a {
  background-color: #fff;
  border: 1px solid #ccc;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  color: #999;
  text-decoration: none;
  display: block; }

.team-member-detail-box .member-social li a .fa {
  padding: 0;
  float: none; }

.team-member-detail-box .member-social li a:hover {
  background-color: #43bffb;
  color: #fff;
  border: 1px solid transparent; }

.team-detail-area {
  float: left;
  width: 100%; }

.team-detail-area h3 {
  margin: 0 0 10px 0; }

.team-detail-area p {
  margin: 0 0 30px 0; }

.team-detail-area blockquote {
  margin: 0 0 0 180px;
  padding: 0 0 0 20px;
  border-left: 4px solid;
  position: relative; }

.team-detail-area blockquote:before {
  content: "\f10d";
  position: absolute;
  left: -78px;
  top: 0;
  bottom: 0;
  font-family: FontAwesome;
  font-size: 48px;
  height: 50%;
  margin: auto; }

.team-detail-area blockquote:after {
  content: '';
  position: absolute;
  left: 2px;
  top: 0;
  height: 100%;
  border-left: 2px solid; }

.team-detail-area blockquote p {
  font: italic 400 20px/28px "Montserrat", sans-serif;
  color: #666; }

.team-detail-area ul {
  padding: 0;
  margin: 0 0 0 30px;
  list-style: none;
  float: right; }

.team-detail-area ul li {
  padding: 0 0 9px 0;
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #666; }

.team-detail-area ul li .fa {
  padding: 0 18px 0 0; }

.team-detail-area .frame {
  float: left;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 4px;
  overflow: hidden;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.team-detail-area .frame img {
  display: block;
  width: 100%;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1); }

.team-detail-area .frame:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1); }

/*Team Member Details End*/
/*Naat Page Start*/
.naat-page {
  float: left;
  width: 100%; }

.naat-page ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.naat-page ul li {
  float: left;
  padding: 0 0 30px 0; }

.naat-page .frame-2 {
  float: left;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 4px 4px 0 4px;
  margin: 0 0 50px 0;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.naat-page .frame {
  float: left;
  overflow: hidden;
  width: auto;
  margin: 0 30px 0 0; }

.naat-page .frame img {
  display: block;
  width: 100%;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1); }

.naat-page .frame:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.naat-page .text-box {
  overflow: hidden;
  padding: 0 0 10px 0; }

.naat-page .player-btn-row-2 {
  margin: 0 0 0 10px; }

#main .naat-page .detail-row {
  margin: 0 0 13px 0; }

/*Naat Page End*/
.instagram-box {
  float: left;
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  box-sizing: border-box; }

.instagram-box > iframe {
  width: 100%; }

/*Naat Detail Page Start*/
.naat-detail {
  float: left;
  width: 100%; }

.naat-detail .frame {
  float: left;
  width: 100%; }

#main .naat-detail .blockquote-box:before {
  background: url("../images/blockquote-border.png") repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%; }

#main .naat-detail .blockquote-box:after {
  background: url("../images/blockquote-border.png") repeat scroll 0 0 transparent;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

#main .naat-detail blockquote {
  padding: 20px 100px 20px 102px;
  margin: 0; }

.related-naat {
  float: left;
  width: 100%;
  margin: 0 0 20px 0; }

.related-naat ul {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  width: 100%; }

.related-naat ul li {
  padding: 0 0 30px 0;
  float: left;
  width: 100%; }

.related-naat-box {
  padding: 25px 25px 2px 25px;
  float: left;
  width: 100%;
  outline: 1px solid #e1e1e1;
  border: 4px solid #fff;
  background-color: #f5f5f5;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.star-box {
  float: left;
  padding: 0;
  margin: 0 24px 0 0;
  width: 50px;
  height: 50px;
  position: relative;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  background-color: #ccc; }

.star-box:before {
  content: "";
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg); }

.star-box a {
  text-decoration: none;
  font-size: 28px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  display: block;
  position: relative;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg); }

.star-box a:hover {
  color: #fff; }

.related-naat-box .text-box {
  overflow: hidden; }

#main .related-naat-box .detail-row {
  width: auto; }

/*Naat Detail Page End*/
/*Event Locator Section Start*/
.event-locator {
  float: left;
  width: 100%;
  margin: 0 0 50px 0; }

#home-wrapper {
  display: block;
  width: 930px;
  margin: 0px auto;
  padding: 25px 10px;
  font-size: 12px; }

#home-sidebar {
  float: left;
  width: 263px;
  float: left;
  padding: 0;
  margin: 0; }

#map-wrapper {
  float: left;
  max-width: 75%;
  width: 75%; }

#map {
  display: block;
  width: 100%;
  height: 732px;
  padding: 0px; }

#infowin-overlay {
  display: block;
  width: 400px;
  height: 120px; }

#home-sidebar span.num {
  float: left;
  width: 30px;
  height: 30px;
  background-color: #999;
  font: 400 16px/30px "Montserrat", sans-serif;
  color: #fff;
  text-align: center;
  margin: 5px 19px 0 20px; }

#home-sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none; }

#home-sidebar ul li {
  float: left;
  padding: 14px 0;
  width: 100%;
  margin: 0;
  cursor: pointer; }

#home-sidebar ul li:hover {
  background-color: #f5f5f5; }

#home-sidebar ul li a {
  text-decoration: none; }

#home-sidebar address {
  float: left;
  width: 160px;
  margin: 0; }

#home-sidebar address h3 {
  margin: 0 0 10px 0; }

#home-sidebar address strong.number {
  font: 700 14px/14px "Montserrat", sans-serif;
  color: #999;
  display: block; }

#home-sidebar address a.web {
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #666;
  text-decoration: none;
  margin: 0; }

#home-sidebar address strong.miles {
  font: 700 14px/14px "Montserrat", sans-serif;
  color: #999;
  display: block; }

#home-sidebar address span.get {
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #999;
  display: block; }

#home-sidebar address strong.title {
  color: #222;
  font: 600 18px/20px "Montserrat", sans-serif;
  margin: 0 0 10px 0;
  text-transform: uppercase; }

.event-locator .content {
  margin: 0;
  width: 25%;
  height: 732px;
  padding: 0;
  overflow: auto;
  background: #fff;
  float: left; }

.event-locator .mCSB_container {
  margin: 0; }

.event-locator .mCustomScrollBox > .mCSB_scrollTools {
  opacity: 1; }

.event-locator .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #999; }

.event-locator .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.event-locator .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #e1e1e1;
  width: 8px; }

/*Event Locator Section End*/
/*Contact 1 Start*/
.contact-1 {
  width: 100%; }

.contact-1 h3 {
  margin: 0 0 10px 0; }

.contact-1 p {
  margin: 0 0 42px 0; }

.contact-1 address {
  padding: 0 0 10px 0;
  width: 223px; }

.contact-1 address p {
  margin: 0 0 35px 0px;
  position: relative;
  padding: 0 0 0 25px; }

.contact-1 address p .fa {
  position: absolute;
  left: 0;
  top: 5px; }

.contact-1 address ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.contact-1 address ul li {
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #666;
  padding: 0 0 18px 0; }

.contact-1 address ul li .fa {
  padding: 0 10px 0 0; }

.contact-1 address ul li a {
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #666;
  text-decoration: none; }

.contact-map-1 {
  width: 100%; }

.map_canvas {
  height: 500px;
  width: 100%; }

/*Contact 1 End*/
/*Contact 2 Start*/
.contact-2 {
  width: 100%; }

.our-time {
  width: 100%;
  margin-bottom: 30px; }

.our-time ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.our-time ul li {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  overflow: hidden; }

.our-time ul li strong.day {
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #666;
  float: left; }

.our-time ul li strong.time {
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #666;
  float: right; }

.contact-2 p {
  margin: 0 0 30px 0; }

.contact-2 .comment-form h3 {
  margin: 0 0 20px 0; }

/*Contact 2 End*/
/*Causes Section Start*/
.causes-page {
  float: left;
  width: 100%; }

.causes-page ul {
  padding: 0;
  list-style: none; }

.causes-page ul li {
  float: left;
  margin-bottom: 30px; }

/*Causes Section End*/
/*Causes Listings Start*/
.causes-listing {
  width: 100%; }

.causes-listing ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.causes-listing ul li {
  float: left;
  padding: 0 0 30px 0;
  width: 100%; }

.causes-listing .frame {
  width: 100%;
  margin: 0; }

.causes-listing .text-box {
  width: 100%;
  overflow: hidden;
  padding: 18px 30px 0 0;
  float: left; }

.causes-listing .text-box p {
  margin: 0 0 5px 0; }

.causes-listing .detail-row-2 {
  width: auto;
  float: left;
  margin: 0; }

.causes-listing .causes-list-box {
  padding: 4px; }

.causes-listing .causes-list-box .frame .caption {
  background: none; }

.causes-listing .causes-list-box .frame .caption a.back-top {
  display: block;
  margin: auto;
  font: 700 12px/38px "Montserrat", sans-serif;
  text-align: center;
  color: #222;
  text-decoration: none;
  background-color: #fff;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 38px;
  width: 157px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

.causes-listing .causes-list-box:hover .caption {
  opacity: 1; }

/*Causes Listings End*/
/*Causes Detail End*/
.causes-detail .author-row {
  border: 0; }

.fram-box {
  float: left;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 4px;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  margin: 0 0 20px 0; }

.fram-box .frame {
  float: left;
  width: 100%;
  overflow: hidden;
  margin: 0 0 48px 0; }

.fram-box .frame img {
  display: block;
  width: 100%;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1); }

.fram-box .frame:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.fram-box .text-box {
  float: left;
  width: 100%;
  padding: 0 29px;
  box-sizing: border-box; }

.fram-box .text-box .progress {
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  border-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  height: 15px;
  margin-bottom: 30px;
  overflow: inherit;
  position: relative; }

.fram-box .progress .bar {
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  font: 700 14px/14px "Montserrat", sans-serif;
  color: #666;
  background-color: #fff;
  position: relative;
  height: 100%; }

.fram-box .progress-striped .bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  height: 100%;
  position: relative; }

.fram-box .progress span.percentage-1 {
  background-color: #fff;
  border: 4px solid rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  color: #666;
  font: 700 14px/21px "Montserrat", sans-serif;
  height: 28px;
  position: absolute;
  right: -3px;
  top: -6px;
  width: 65px; }

.fram-box .detail-row-2 {
  float: none; }

.detail-row-2 a.btn-back {
  font: 700 16px/21px "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
  display: block;
  overflow: hidden;
  margin: -2px 0 0 0;
  text-decoration: none; }

.detail-row-2 a.btn-back span {
  display: block; }

.causes-detail-map {
  float: left;
  width: 100%; }

#map_contact_3 {
  float: left;
  width: 100%;
  height: 250px; }

.donors-list-box {
  float: left;
  width: 100%;
  margin: 0 0 50px 0;
  border: 1px solid #ccc;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.donors-list-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%; }

.donors-list-box ul li {
  float: left;
  padding: 0;
  width: 100%;
  border-top: 1px solid #ccc; }

.donors-list-box ul li:first-child {
  border: 0; }

.donors-list-box strong.number {
  padding: 15px 20px;
  float: left;
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #666; }

.donors-list-box strong.name {
  padding: 15px 20px;
  float: left;
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #666;
  border-left: 1px solid #ccc; }

.donors-list-box strong.name span {
  font-style: italic; }

.donors-list-box strong.amount {
  padding: 15px 20px;
  float: right;
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #666;
  border-left: 1px solid #ccc; }

.donors-list-box strong.amount span {
  font-weight: 700; }

/*Causes Detail End*/
/*Sign Up Start*/
.sign-up-outer {
  padding: 20px 0;
  margin: 0 auto;
  background-color: #f5f5f5;
  border: 4px solid #fff;
  box-shadow: 0 0 1px 1px #e1e1e1;
  -moz-box-shadow: 0 0 1px 1px #e1e1e1;
  -webkit-box-shadow: 0 0 1px 1px #e1e1e1;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.footer-social {
  background-color: #000; }

.sign-up-outer .frame {
  width: 90px;
  height: 90px;
  margin: -50px auto 20px;
  display: table;
  border-radius: 100%;
  border: 4px solid #fff;
  box-shadow: 0 0 1px 1px #e1e1e1;
  -moz-box-shadow: 0 0 1px 1px #e1e1e1;
  -webkit-box-shadow: 0 0 1px 1px #e1e1e1; }

.sign-up-outer .frame img {
  display: block;
  width: 100%;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  border-radius: 100%; }

.sign-up-outer .frame:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.sign-up .holder {
  width: 430px;
  margin: 0 auto;
  padding: 0 25px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box; }

.sign-up-form {
  float: left;
  width: 100%;
  margin: 0 0 24px 0; }

.sign-up-form strong.title {
  font: 600 14px/14px 'Montserrat', sans-serif;
  color: #222;
  text-transform: uppercase;
  display: block;
  text-align: center;
  padding: 0 0 20px 0; }

.sign-up-form ul {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  width: 100%; }

.sign-up-form ul li {
  float: left;
  margin: 10px 0 0 0;
  position: relative;
  width: 100%; }

.sign-up-form ul li:first-child {
  margin: 0; }

.sign-up-form input[type="text"], .sign-up-form input[type="password"] {
  float: left;
  width: 100%;
  height: 48px;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  background-color: #fff;
  padding: 0 10px 0 64px;
  margin: 0;
  box-shadow: none;
  box-sizing: border-box;
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #666; }

.sign-up-form input::-webkit-input-placeholder {
  color: #666;
  opacity: 1; }

.sign-up-form input:-moz-placeholder {
  color: #666;
  opacity: 1; }

.sign-up-form input::-moz-placeholder {
  color: #666;
  opacity: 1; }

.sign-up-form input:-ms-input-placeholder {
  color: #666;
  opacity: 1; }

.sign-up-form input[type="submit"] {
  float: right;
  padding: 12px 15px;
  font: 700 12px/12px "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  margin: 0; }

.sign-up-form input[type="file"] {
  float: left;
  width: 100%;
  height: 36px;
  border: 1px solid #e1e1e1;
  background-color: #fff; }

.sign-up-form ul li .fa {
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #e1e1e1;
  font-size: 16px;
  color: #666;
  padding: 9px 14px 6px 19px;
  margin: 9px 0 0 0; }

.check-box {
  float: left;
  margin: 10px 0 17px 0; }

.check-box label {
  float: left;
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #999; }

.check-box label a {
  color: #999;
  text-decoration: none; }

.outtaHere {
  position: absolute;
  left: -3000px; }

.checkboxArea, .checkboxAreaChecked {
  float: left;
  width: 15px;
  height: 15px;
  overflow: hidden;
  background: url(../images/checkbox.gif) no-repeat;
  margin: 0 6px 0 0; }

.checkboxAreaChecked {
  background-position: 0 -15px; }

.member-box {
  float: left;
  width: 100%;
  padding: 15px 0; }

.member-box strong {
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #fff;
  display: block;
  text-align: center; }

.member-box strong a {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  text-decoration: none; }

.sign-up-form span {
  float: right;
  font: italic 400 14px/14px "Montserrat", sans-serif;
  color: #999;
  padding: 0 0 15px 0; }

/*Sign Up End*/
/*Cart Section Start*/
.cart-section {
  float: left;
  width: 100%; }

.cart-table {
  float: left;
  width: 100%;
  margin: 0; }

.cart-table ul {
  width: 100%;
  display: table;
  padding: 0px;
  border-left: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
  border-top: solid 1px #e1e1e1;
  margin: 0 0 30px 0; }

.cart-table ul li {
  display: table-row;
  margin: 0px;
  background-color: #FFF;
  width: 100%; }

.cart-table ul li:hover {
  background-color: #f6f6f6;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3); }

.cart-table ul li p {
  font: 400 18px/18px "Montserrat", sans-serif;
  color: #666;
  margin: 0; }

.cart-table ul li .product, .cart-table ul li .detail, .cart-table ul li .price, .cart-table ul li .quantity, .cart-table ul li .total, .cart-table ul li .del, .cart-table ul li .delivery, .cart-table ul li .sub-total {
  display: table-cell;
  border-right: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
  padding: 10px;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  text-align: center;
  vertical-align: middle; }

.cart-table ul li .product {
  width: 14%; }

.cart-table ul li .detail {
  width: 20%;
  float: none; }

.cart-table ul li .price {
  width: 12%; }

.cart-table ul li .delivery {
  display: none; }

.cart-table ul li .quantity {
  width: 25%; }

.table-caps {
  font: 600 14px/14px 'Montserrat', sans-serif;
  color: #222;
  text-transform: uppercase; }

li.table-caps:hover {
  background-color: #fff;
  box-shadow: none; }

.cart-table ul li.table-caps .product, .cart-table ul li.table-caps .detail, .cart-table ul li.table-caps .price, .cart-table ul li.table-caps .quantity, .cart-table ul li.table-caps .total, .cart-table ul li.table-caps .del, .cart-table ul li .delivery, .cart-table ul li .sub-total {
  padding: 5px 30px; }

.cart-table .close {
  float: none;
  font-size: 36px;
  color: #666;
  opacity: 1; }

.update-cart {
  float: left;
  width: 100%; }

.cart-left {
  float: left;
  margin: 0 0 10px 0; }

.cart-left div {
  float: left;
  margin: 0 20px 0 0; }

.cart-left strong {
  float: left;
  font: 400 13px/38px 'Montserrat', sans-serif;
  color: #666;
  text-transform: uppercase;
  margin: 0 10px 0 0; }

.cart-left input[type="text"] {
  float: left;
  width: 118px;
  height: 36px;
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 0;
  margin: 0;
  text-align: center;
  font: 400 18px "Montserrat", sans-serif;
  color: #666; }

.cart-right {
  float: left; }

.btn-cp {
  float: left;
  padding: 9px 20px;
  font: 700 12px/12px "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  border-radius: 5px;
  margin: 0 20px 0 0; }

.update-cart strong.title {
  font: 400 12px/30px "Montserrat", sans-serif;
  color: #666;
  float: left;
  text-transform: uppercase;
  clear: both;
  margin: 0 10px 0 0; }

.update-cart img {
  float: left;
  margin: 0 0 0 0; }

/*Cart Section End*/
/*Check Out Section Start*/
.check-out {
  float: left;
  width: 100%;
  margin: 0 0 50px 0; }

.checkout-form {
  float: left;
  margin: 0; }

.checkout-form ul {
  padding: 0;
  margin: 0 0 20px 0;
  list-style: none;
  overflow: auto; }

.checkout-form ul li {
  float: left;
  margin-bottom: 20px;
  position: relative; }

.checkout-form ul li .fa {
  position: absolute;
  left: 19px;
  top: 9px;
  font-size: 16px;
  color: #666;
  border-right: 1px solid #e1e1e1;
  padding: 9px 10px 5px 10px; }

.checkout-form input[type="text"] {
  width: 100%;
  height: 48px;
  border: 1px solid #e1e1e1;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  box-shadow: none;
  border-radius: 0;
  padding: 0 20px 0 64px;
  margin: 0 0 10px 0;
  font: 400 14px/48px "Montserrat", sans-serif;
  color: #666; }

.checkout-form input::-webkit-input-placeholder {
  color: #666;
  opacity: 1; }

.checkout-form input:-moz-placeholder {
  color: #666;
  opacity: 1; }

.checkout-form input::-moz-placeholder {
  color: #666;
  opacity: 1; }

.checkout-form input:-ms-input-placeholder {
  color: #666;
  opacity: 1; }

.checkout-form textarea::-webkit-input-placeholder {
  color: #666;
  opacity: 1; }

.checkout-form textarea:-moz-placeholder {
  color: #666;
  opacity: 1; }

.checkout-form textarea::-moz-placeholder {
  color: #666;
  opacity: 1; }

.checkout-form textarea:-ms-input-placeholder {
  color: #666;
  opacity: 1; }

.transfer-form input::-webkit-input-placeholder {
  color: #666;
  opacity: 1; }

.transfer-form input:-moz-placeholder {
  color: #666;
  opacity: 1; }

.transfer-form input::-moz-placeholder {
  color: #666;
  opacity: 1; }

.transfer-form input:-ms-input-placeholder {
  color: #666;
  opacity: 1; }

.product-section {
  float: left;
  width: 100%; }

.product-inner {
  float: left;
  width: 100%;
  border: 1px solid #e1e1e1;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  margin: 0 0 50px 0; }

.product-inner ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.product-inner ul li {
  float: left;
  padding: 13px 0 16px 0;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #666;
  text-align: center; }

.first {
  width: 10%;
  float: left; }

.second {
  width: 30%;
  float: left; }

.third {
  width: 20%;
  float: left; }

.fourth {
  width: 40%;
  float: left; }

#main .alignleft {
  text-align: left;
  padding-left: 20px; }

.product-inner ul li strong.title {
  font: 600 14px/14px 'Montserrat', sans-serif;
  color: #222;
  display: block;
  padding: 0;
  text-transform: uppercase; }

.transfer-form {
  float: left;
  width: 100%;
  margin: 0; }

.transfer-form input[type="text"] {
  width: 100%;
  height: 48px;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 0 19px;
  margin: 0 0 20px 0;
  box-shadow: none;
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #666; }

.transfer-form input[type="submit"] {
  padding: 13px 20px;
  float: right;
  font: 700 12px/12px "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  border: 0;
  width: auto;
  box-shadow: none; }

/*Check Out Section End*/
/*Product Details Section Start*/
.product-detail {
  float: left;
  width: 100%; }

.product-detail .frame {
  float: left;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 4px;
  overflow: hidden;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.product-detail .frame img {
  display: block;
  width: 100%;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1); }

.product-detail .frame:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.product-detail .text-box {
  float: left;
  width: 100%;
  border: 0;
  padding: 0; }

.product-detail .text-box h3 {
  margin: 0; }

.product-detail .text-box em {
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #666;
  display: block;
  padding: 0 0 15px 0; }

.product-detail .text-box strong.cut {
  font: 300 24px/24px "Montserrat", sans-serif;
  color: #999;
  text-decoration: line-through;
  float: left;
  padding: 0 9px 0 0; }

.product-detail .text-box strong.price {
  font: 400 24px/24px "Montserrat", sans-serif;
  color: #222;
  float: left;
  padding: 0 0 16px 0; }

.review-box {
  float: left;
  width: 100%;
  margin: 0 0 10px 0; }

.review-box strong.title {
  float: left;
  font: 400 14px/18px "Montserrat", sans-serif;
  color: #222;
  padding: 0 10px 0 0; }

.review-box ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.product-detail .text-box .review-box ul li {
  float: left;
  padding: 0 3px 0 0; }

.review-box ul li a {
  display: block;
  font-size: 14px;
  color: #f58221;
  text-decoration: none; }

.product-detail .text-box .review-box ul li a .fa {
  padding: 0; }

.product-detail .text-box p {
  clear: both;
  margin: 0 0 23px 0; }

.product-detail .text-box ul {
  padding: 0 0 10px 0;
  margin: 0;
  list-style: none; }

.product-detail .text-box ul li {
  padding: 0 0 10px 0;
  overflow: hidden;
  font: 400 14px/14px "Montserrat", sans-serif;
  color: #666; }

.product-detail .text-box ul li .fa {
  padding: 0 18px 0 0;
  font-size: 12px; }

.availability-box {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 20px 0;
  margin: 0 0 20px 0; }

.product-detail .text-box .availability-box ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.product-detail .text-box .availability-box ul li {
  padding: 10px 0 0 0;
  overflow: hidden; }

.product-detail .text-box .availability-box ul li:first-child {
  padding: 0; }

.product-detail .text-box .availability-box ul li strong.even {
  float: left;
  width: 200px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #222; }

.product-detail .text-box .availability-box ul li strong.even em.italic {
  color: #666;
  display: inline;
  padding: 0; }

.quantity-box {
  float: left;
  width: 100%; }

.quantity-box strong.title {
  float: left;
  font: 400 14px/33px "Montserrat", sans-serif;
  color: #222;
  padding: 0 10px 0 0; }

.quantity-box .quantity {
  float: left;
  margin: 0; }

.quantity-box .quantity form {
  margin: 0; }

.quantity-box form div {
  margin: 0 30px 0 0;
  overflow: hidden;
  width: 118px;
  float: left;
  border: 1px solid #ccc; }

#main .quantity-box .quantity input[type="text"] {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 0;
  border-top: 0;
  border-radius: 0;
  color: #666;
  box-shadow: none;
  font: 400 18px/16px "Montserrat", sans-serif;
  height: 36px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 56px; }

.quantity-box .button {
  background-color: #fff;
  background-image: url("../images/plus.png");
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  float: right;
  height: 36px;
  margin: 0;
  position: relative;
  text-align: center;
  text-indent: -9999px;
  width: 28px;
  border: 0; }

.quantity-box .dec {
  background-image: url("../images/minus.png");
  background-repeat: no-repeat;
  float: left;
  position: relative; }

#main .button-box-3 {
  float: left;
  position: relative;
  border: 0;
  margin: 0;
  width: auto; }

#main .button-box-3 input[type="submit"] {
  float: left;
  border: 0;
  margin: 0;
  padding: 0 20px;
  font: 700 12px/12px "Montserrat", sans-serif;
  color: #fff;
  height: 38px; }

.button-box-3 .fa {
  float: left;
  font-size: 18px;
  color: #fff;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  margin: 0 2px 0 0; }

.product-detail-row {
  float: left;
  width: 100%;
  margin-bottom: 50px; }

.product-detail-row .tab-style-1 .nav-tabs {
  background-color: #fff; }

.product-detail-row .tab-style-1 .nav-tabs > li {
  background-color: #f5f5f5; }

.product-detail-row .tab-style-1 .nav-tabs > li {
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-left: 0; }

.product-detail-row .nav-tabs > .active > a, .product-detail-row .nav-tabs > .active > a:hover, .product-detail-row .nav-tabs > .active > a:focus {
  background: #fff;
  border: 0;
  color: #222; }

.product-detail-row ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0; }

.product-detail-row .garments-collection {
  width: auto; }

.product-detail-row .collection-box .text-box h3 {
  margin: 0 0 10px 0; }

.product-detail-row .tab-style-1 {
  border-top: 0;
  border-right: 0; }

.product-detail-row .tab-style-1-text-box {
  border-right: 1px solid #ccc;
  padding: 20px 40px 20px 20px; }

.product-detail-row .tab-style-1 .nav-tabs {
  margin: 0; }

.review-row {
  float: left;
  width: 100%; }

.review-row .frame {
  border: 4px solid #fff;
  border-radius: 100%;
  box-shadow: 0 0 1px 1px #e1e1e1;
  float: left;
  height: 90px;
  margin: 0 19px 0 0;
  overflow: hidden;
  padding: 0;
  width: 90px; }

.review-row .frame img {
  display: block;
  width: 100%;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1); }

.review-row .frame:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.review-row .tex-box {
  overflow: hidden; }

.review-row .tex-box strong.name {
  color: #222;
  display: block;
  font: 600 14px/14px "Montserrat", sans-serif;
  padding: 0 0 10px;
  text-transform: uppercase; }

.review-row .tex-box a {
  color: #999;
  display: block;
  font: 400 14px/14px "Montserrat", sans-serif;
  padding: 0 0 12px;
  text-decoration: none; }

.review-row .tex-box a .fa {
  padding: 0 7px 0 0; }

.review-row .tex-box p {
  margin: 0 0 10px 0; }

#main .review-star {
  float: left; }

#main .review-star ul {
  padding: 0;
  margin: 0 0 50px 0;
  list-style: none;
  float: left; }

#main .review-star ul li {
  float: left;
  padding: 0;
  font-size: 18px;
  line-height: 18px; }

#main .review-star ul li a {
  font-size: 18px;
  line-height: 18px;
  color: #f58221;
  display: block;
  text-decoration: none;
  padding: 0; }

#main .review-star ul li a .fa {
  font-size: 18px; }

.product-detail-row .tab-style-1-text-box h3 {
  font-size: 14px; }

#main .product-detail-row .comment-form ul {
  width: 100%; }

#main .product-detail-row .comment-form ul li {
  width: 100%; }

.product-detail-row .comment-form {
  margin: 0; }

#main .comment-form .review-star ul {
  margin: 0; }

#main .comment-form .review-star ul li {
  width: auto; }

#main .comment-form .review-star ul li a .fa {
  padding: 0 4px 0 0; }

#main .review-star strong.title {
  float: left;
  font: 600 14px/18px "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #222;
  padding: 0 10px 0 0; }

#main .comment-form .review-star ul {
  width: auto; }

#main .comment-form .review-star {
  margin: -30px 0 0 0; }

/*Product Details Section End*/
/*Donate Section Start*/
.donate-section {
  float: left;
  width: 100%;
  margin: 0 0 50px 0; }

.donate-form-area {
  float: left;
  margin: 0;
  width: 100%; }

.donate-form ul {
  float: left;
  list-style: none;
  margin: 0 0 40px;
  padding: 0; }

.donate-form ul li {
  float: left;
  margin: 0 30px 0 0;
  padding: 0;
  position: relative; }

.donate-form-area ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }

.donate-form-area ul li:first-child {
  margin: 0; }

.donate-form-area ul li {
  float: left;
  line-height: 18px;
  margin: 0 0 0 30px; }

.donate-form ul li input.radio {
  border: 1px solid #999;
  border-radius: 14px;
  height: 14px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 14px; }

.donate-form-area h4, .donate-form-area ul li label {
  color: #333;
  display: block;
  font: 700 18px/18px 'Montserrat', sans-serif;
  margin: 0 0 20px;
  text-transform: uppercase; }

.donate-form ul li span:before {
  background-color: #ffffff;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  content: "";
  height: 7px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -5px;
  transform: rotate(-135deg);
  width: 7px; }

input.radio + label > span.show {
  display: inline-block; }

.donate-form ul li span {
  border: 1px solid #999;
  border-radius: 5px;
  clear: both;
  color: #666;
  font: 400 22px/58px "Montserrat", sans-serif;
  height: 58px;
  margin-top: 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 68px; }

span.show-hover {
  display: none; }

.donate-form-area input[type="text"] {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  box-sizing: border-box;
  color: #000;
  font: 400 12px/12px "Montserrat", sans-serif;
  height: 43px;
  margin: 0 0 20px;
  padding: 0 19px;
  width: 268px; }

.donate-form-area input::-webkit-input-placeholder {
  color: #000;
  opacity: 1; }

.donate-form-area input:-moz-placeholder {
  color: #000;
  opacity: 1; }

.donate-form-area input::-moz-placeholder {
  color: #000;
  opacity: 1; }

.donate-form-area input:-ms-input-placeholder {
  color: #000;
  opacity: 1; }

.donate-form-area select {
  height: 43px;
  width: 268px;
  font: 400 12px "Montserrat", sans-serif; }

.donate-form-area input[type="submit"] {
  border: 0 none;
  color: #fff;
  float: left;
  font: 400 14px "Montserrat", sans-serif;
  margin: 0;
  padding: 12px 24px;
  text-transform: uppercase; }

/*Donate Section End*/
/*Wrapper End*/
/*Transition Start*/
.top-social ul li a, #banner .bx-wrapper .bx-pager.bx-default-pager a, #main-features ul li a, #features-section .holder .features-box .text-box h2, .our-causes .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .recent-post-box .frame .caption, .latest-news-box .frame .caption, #main .latest-news-box strong.title a, #main .latest-news-box p a, .comment-row ul li a, #main .testimonials-section .holder .frame, .team-social li a, #main .team-member-box .text-box h3 a, .team-member-box .frame .caption, .newsletter-form input[type="submit"], a.btn-1, .our-causes-box .frame img, .upcoming-events-box .frame img, .features-2-box .icon-box, .features-2-box a.btn-more, #features-section-2 .features-2-box h3 a, a.btn-2, .features-2-box .icon-box a, .team-social-3 li a, .other-members-box .frame .caption, .team-box-2 .frame img, .detail-row ul li a, .player-btn-row ul li a, .recent-post-2 .box .text-box a.btn-read, .upcoming-section-2 .frame img, .upcoming-section-2 .text-box a.link, .upcoming-section-2 .bx-wrapper .bx-prev:before, .upcoming-section-2 .bx-wrapper .bx-next:before, .our-staf .box .frame img, .footer-social ul li a.icon, .islamic-features-box .frame img, .player-btn-row-2 ul li a, a.btn-4, .recent-post-2 .box .frame img, .navigation .dropdown-menu > li > a, #banner .banner-caption a.donate, .missions-frame img, #main .upcoming-events-box .text-box a.more, .footer-section-2 strong.copy a, .footer-nav ul li a, .our-projects .bx-wrapper .bx-controls-direction a, #banner-3 #home-banner > li .caption a.btn-more, .latest-seromns .frame img, a.btn-3, .footer-section-3 .box ul li a, .footer-social strong.copy a, .shape-1 img, .upcoming-events-box .frame .caption, .recent-post-2 .box .frame .caption, .our-staf .box .frame .caption, #banner-5 .bx-wrapper .bx-next:hover:before, #banner-5 .bx-wrapper .bx-prev:hover:before, .eco-icon, .eco-icon a, a.btn-5, .eco-features-box .frame img, .eco-tab-area .nav-tabs > li > a, .eco-upcoming-events .bx-wrapper .bx-prev:hover:before, .eco-upcoming-events .bx-wrapper .bx-next:hover:before, .collection-box .frame .caption, .eco-testimonials-box blockquote .frame img, .main-causes .nav-tabs > li > a, .nav-pills > li > a, .causes-tab-tags ul li a, .donation-detail ul li, .causes-tab-content .frame img, .causes-list-box .frame img, .causes-list-box .frame .caption, .causes-list-box .text-box h3 a, .featured-items .frame:hover:before, .featured-items .frame .caption a.view, .featured-items .frame .caption a.title, .featured-items .frame .caption:before, .collection-box .text-box h3 a, a.btn-7, .garments-collection .bx-wrapper .bx-controls-direction a, .garments-collection .bx-wrapper .bx-next:before, .adds-banner .frame img, .adds-banner .frame-2 img, .arrivals-box .frame img, .blog-box .frame img, .blog-row ul li a, .blog-box .text-box a.btn-read, .blog-box .frame .caption a.search, .blog-box .frame .caption a.link, .blog-box .frame .caption, .blog-box .text-box h3 a, .new-arrivals .bx-wrapper .bx-controls-direction a, .new-arrivals .bx-wrapper .bx-controls-direction a:hover:before, .footer-section-4 .box .frame img, .footer-section-4 .bx-wrapper .bx-controls-direction a, #features-section .inner-box .icon-box a, #features-section .inner-box .icon-box, a.btn-8, .accordion_cp, .about-welcome .frame img, .more-services .icon-box, .more-services .icon-box .fa, .more-services .text-box a, .plan-box, .blog-detail a.like, .comment-box .frame img, .comment-frame img, .comments .text a.replay, .sidebar-bix-1 .text-box a.title, .sidebar-bix-1 .frame img, .blog-detail .bx-wrapper .bx-controls-direction a, .sidebar-bix-1 ul li a, .sidebar-bix-1 .frame-2 img, .gallery-section .frame .caption, .our-history .holder .history-box .frame img, h3 a, .year-box, .news-page .frame img, .news-page .frame .caption, .tags li a, .event-detail .frame img, .awesome-icon, .team-member-detail-box .member-social li a, .team-member-detail .frame img, .team-member-detail-box ul li, .team-detail-area .frame img, .player-btn-row-2 ul li, .player-btn-row-2 ul li:before, .naat-page .frame img, .star-box, .star-box:before, .contact-1 address ul li, .contact-1 address ul li a, .our-time ul li strong, .fram-box .frame img, .fa-icon-box, .services-style-2 .services-box, .sign-up .holder .frame img, .sign-up-outer .frame img, .arrivals-box .frame .caption, a.btn-2:before, .parallax-box .text-box a.btn-1, .parallax-box .icon-box .fa, .parallax-box .text-box a.btn-1, .features-2-box .icon-box, .features-2-box .icon-box a, .features-2-box a.btn-more, .product-detail .frame img, .review-row .frame img, .map-caption .frame img, .blog-detail .frame img, #footer .flicker-box li img, .awesome-hover, .round-box, #nav li ul li a, .parallax-box .icon-box {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s; }

.featured-items .frame img {
  transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s; }

/*Transition End*/
/*Special Classes Start*/
#wrapper .margin-none {
  margin: 0; }

#wrapper .padding-bottom {
  padding: 0 0 50px 0; }

#wrapper .flote-right {
  float: right;
  margin: 0 0 0 30px; }

#wrapper .padding-none {
  padding: 0; }

#wrapper .margin-bottom {
  margin-bottom: 50px; }

#wrapper .border-none {
  border: 0; }

.eco-padding-none {
  padding: 0; }

.error-page {
  margin: 50px 0; }

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

.padd-tb-50 {
  padding: 50px 0; }

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

/*Special Classes End*/
/*Background Color Start*/
.header-topbar, .logo-box, .navigation .navbar-inverse .navbar-inner, #welcome-section, .our-causes-box .progress-striped .bar, .upcoming-events-box .text-box .date-box, .recent-post-box strong.title, .map-section .head, .latest-news .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .latest-news .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .footer-section-1 .box ul li strong.date, .heading-style-3 ul li, #main .upcoming-events-box .text-box a.more:hover, a.btn-3:hover, .features-2-box .icon-box a:hover, .our-projects .bx-wrapper .bx-prev, .our-projects .bx-wrapper .bx-next, .team-social-3 li a:hover, .other-members-box .frame .caption, .navigation .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a, .logo-box-2, .navigation-2 .dropdown-menu > li > a:hover, .player-btn-row ul li a:hover, .parallax-area, .upcoming-section-2 .text-box strong.date, .countdown-box .countdown_section, .countdown-box .countdown_section:after, .islamic-features-box .frame:before, .donation-bg .progress-bar-box .progress-striped .bar, .countdown-box-2 .countdown_section, .countdown-box-2 .countdown_section:before, .countdown-box-2 .countdown_section:after, .eco-icon:hover, #main .eco-tab-area .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus, #main .eco-tab-area .nav > li > a:hover, .eco-upcoming-events, .eco-testimonials-section, .main-causes .nav-tabs > .active > a, .main-causes .nav > li > a:hover, .nav > li > a:focus, .progress-box .progress-striped .bar, .causes-list-progress .progress-striped .bar, .causes-testimonials, .cart-box a.count, .cart-area a.like, #banner-7 .caption strong.title, .featured-items .frame, .featured-items .frame:hover:before, .garments-collection .collection-box .frame .caption:before, .adds-banner .frame .caption, .blog-box .frame .caption:before, .new-arrivals .bx-wrapper .bx-controls-direction a:hover, .footer-section-4 .bx-wrapper .bx-controls-direction a:hover, #features-section .inner-box .icon-box:hover, .about-fact, .accordion-open, .accordion_cp:hover, .purchase-section, .more-services .icon-box:hover, .plan-heading-color-1, .comments .text a.replay:hover, .sidebar-bix-1 strong.date, .sidebar-bix-1 .progress-striped .bar, .sidebar-bix-1 .caption, .blog-detail .bx-wrapper .bx-controls-direction a:hover, .mp3-player-box .audioplayer:not(.audioplayer-mini) .audioplayer-playpause, .audioplayer-volume-adjust div div, .audioplayer-bar-played, .audioplayer-volume-adjust div div, .audioplayer-bar-played, .year-box, .tags li a:hover, .date-box strong.date, .awesome-icon:hover, .event-calender .fc-state-highlight, .event-calender thead, #main .player-btn-row-2 ul li:hover, .player-btn-row-2 ul li:hover:before, .star-box:hover, .star-box:hover:before, .event-locator .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .event-locator .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .fram-box .text-box .progress, .fram-box .progress-striped .bar, #wrapper #main .btn-color, .fa-icon-box:hover, .services-style-2 .services-box:hover, .member-box, .garments-collection .bx-wrapper .bx-controls-direction a:hover, .features-2-box:hover .icon-box, #features-section-2 .features-2-box:hover a.btn-more, .map-caption .text-box .top-row .progress .bar, .navigation .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a, #banner .bx-wrapper, #banner-2 .bx-wrapper, #banner-5 .bx-wrapper, #banner-7 .bx-wrapper, #main .eco-features-box:hover .eco-icon, .main-causes .nav-tabs > .active > a, .main-causes .nav-tabs > .active > a:hover, .main-causes .nav-tabs > .active > a:focus, .navigation .navbar-inverse .navbar-toggle {
  background-color: #0e76bc; }

.our-causes .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #0e76bc !important; }

/*Background Color End*/
/*Text Color Start*/
.top-social ul li a:hover, #main-features ul li a:hover, .features-box:hover h2, .progress-boar strong.percentage, #main .latest-news-box strong.title:hover a, #main .latest-news-box p a:hover, .comment-row ul li a:hover, #main .team-member-box .text-box h3:hover a, .newsletter-form input[type="submit"], #footer .footer-section-1 h2 span, .heading-style-3 h2 span, .features-2-box .icon-box a, #features-section-2 .features-2-box h3 a:hover, #banner-3 #home-banner > li .caption a.btn-more:hover, .detail-row ul li a:hover, .recent-post-2 .box .text-box a.btn-read:hover, .upcoming-section-2 .text-box p a, .upcoming-section-2 .text-box a.link:hover, .upcoming-section-2 .bx-wrapper .bx-next:hover:before, .upcoming-section-2 .bx-wrapper .bx-prev:hover:before, .newsletter-2 .newsletter-form input[type="submit"]:hover, .heading-style-4 h2 span, a.btn-4:hover, .newsletter-section-3 .newsletter-form input[type="submit"]:hover, strong.eco-logo a, #wrapper .navigation a.btn-donate, #banner-5 .caption .banner-heading-2 h1, #banner-5 .bx-wrapper .bx-prev:hover:before, #banner-5 .bx-wrapper .bx-next:hover:before, .heading-style-5 h2 span, .eco-upcoming-events .bx-wrapper .bx-prev:hover:before, .eco-upcoming-events .bx-wrapper .bx-next:hover:before, .eco-testimonials-box blockquote .fa, .causes-header strong.eco-slogan, .causes-tab-tags ul li a:hover, .causes-list-box .text-box h3 a:hover, .get-connected-form .fa, .collection-box .text-box h3 a:hover, .rating-star li a, .blog-row ul li a:hover, .blog-box .text-box a.btn-read:hover, .blog-box .text-box h3 a:hover, .footer-section-4 .box .text-box span.price, .about-welcome blockquote:after, .more-services .text-box a:hover, .blog-detail a.like:hover, .blog-detail blockquote:before, .sidebar-bix-1 .text-box a.title:hover, .sidebar-bix-1 span.percentage, .blog-detail h3 .fa, .sidebar-bix-1 ul li a:hover, h3 a:hover, #wrapper #main .upcoming-events-box h3 a:hover, .team-member-detail-box ul li:hover, .team-member-detail-box ul li:hover a, .team-detail-area blockquote:before, .contact-1 address ul li:hover, .contact-1 address ul li a:hover, .our-time ul li:hover strong, .check-box label a:hover, .parallax-box .text-box a.btn-1, .parallax-box .text-box .btn-2, .features-2-box:hover h3, #features-section-2 .features-2-box:hover h3 a {
  color: #0e76bc; }

/*Text Color End*/
/*Border Color Start*/
a.btn-1:hover, .heading-style-2:before, #banner .banner-caption a.donate:hover, .countdown-box .countdown_section:before, .cart-box:before, .cart-box:after, .cart-box, .cart-box a.count:before, .missions-store .missions-frame .caption h2, .heading-style-7:after, .about-welcome blockquote, .about-welcome blockquote:before, .more-services .icon-box:hover, .team-detail-area blockquote, .team-detail-area blockquote:after {
  border-color: #0e76bc; }

/*Border Color End*/
/*Button Color Start*/
#banner .banner-caption a.donate, a.btn-1, #banner .banner-caption a.donate:hover, .features-2-box a.btn-more:hover, a.btn-2, .newsletter-section-2 .newsletter-form input[type="submit"], #banner-3 #home-banner > li .caption a.btn-more, a.btn-5:hover, #video-banner .caption .btn-purchase, .footer-section-1 .box a.btn-5, .get-connected-form input[type="submit"], a.btn-7:hover, .footer-section-1 a.btn-7, a.btn-8:hover, .comment-form input[type="submit"], #main .event-listing a.btn-8:hover, .sign-up-form input[type="submit"], .btn-cp, .transfer-form input[type="submit"], #main .button-box-3 input[type="submit"], .button-box-3 .fa, .donate-form-area input[type="submit"] {
  background-color: #0e76bc; }

/*Button Color End*/
/*Outline Color Start*/
a.btn-1, #banner .banner-caption a.donate, a.btn-2:hover {
  outline-color: #0e76bc; }

/*Outline Color End*/
.pagination-box .pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
  box-shadow: 0 -3px 0 0 #0e76bc; }

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
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: bold; }

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;
  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"] {
  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"] {
  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 #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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 {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !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^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .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 th,
  .table-bordered td {
    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: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-euro:before,
.glyphicon-eur: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-menu-hamburger:before {
  content: "\e236"; }

.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"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > 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;
  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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777; }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

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,
.h4,
h5,
.h5,
h6,
.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,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff;
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }

ul ul,
ol ul,
ul ol,
ol ol {
  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; }

dt,
dd {
  line-height: 1.42857143; }

dt {
  font-weight: bold; }

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[title],
abbr[data-original-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 p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0; }

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777; }

blockquote footer:before,
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 footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: ''; }

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small: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;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  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: 1170px; } }

.container-fluid {
  padding-right: 35px;
  padding-left: 35px;
  margin-right: auto;
  margin-left: auto; }

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

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 35px;
  padding-left: 35px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  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-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    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-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    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: 25%; }
  .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-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    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 > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  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 > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #ddd; }

.table .table {
  background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  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 > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  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 > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; }
  .table-responsive > .table-bordered {
    border: 0; }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    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: bold; }

input[type="search"] {
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  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="radio"]:focus,
input[type="checkbox"]: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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.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"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .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"] {
    line-height: 30px; }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .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"] {
    line-height: 46px; } }

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox 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; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 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; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 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,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 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 .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 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 .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 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 .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  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.333333px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  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:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none; }

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: .65; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c; }

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  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:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  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:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625; }

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

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

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  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:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85; }

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85; }

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  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:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d; }

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

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

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  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:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19; }

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

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

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0; }

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none; }

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent; }

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none; }

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs,
.btn-group-xs > .btn {
  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="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  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;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height, visibility; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0; }

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777; }

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left; }

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  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,
.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 {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-group.open .dropdown-toggle.btn-link {
  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 .dropdown-menu {
  left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  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; }

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].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; }

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control: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: normal;
  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="radio"],
.input-group-addon input[type="checkbox"] {
  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:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  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:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  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:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  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 {
  z-index: 2;
  margin-left: -1px; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee; }

.nav > li.disabled > a {
  color: #777; }

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7; }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff; } }

.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified {
  width: 100%; }

.nav-justified > li {
  float: none; }

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px; } }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none; }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }
  .navbar-collapse.in {
    overflow-y: visible; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px; } }

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none; }

.navbar-brand > img {
  display: block; }

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.navbar-toggle:focus {
  outline: 0; }

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 768px) {
  .navbar-toggle {
    display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none; } }

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }
  .navbar-nav > li {
    float: left; }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; } }

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); }

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .navbar-form .form-control-static {
    display: inline-block; }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto; }
  .navbar-form .input-group > .form-control {
    width: 100%; }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0; }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px; }
  .navbar-form .form-group:last-child {
    margin-bottom: 0; } }

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px; }

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }

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

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
  .navbar-right ~ .navbar-right {
    margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navbar-default .navbar-brand {
  color: #777; }

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #777; }

.navbar-default .navbar-nav > li > a {
  color: #777; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #ddd; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888; }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; } }

.navbar-default .navbar-link {
  color: #777; }

.navbar-default .navbar-link:hover {
  color: #333; }

.navbar-default .btn-link {
  color: #777; }

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333; }

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #080808; }

.navbar-inverse .navbar-brand {
  color: #9d9d9d; }

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808; }

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: #333; }

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010; }

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

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent; } }

.navbar-inverse .navbar-link {
  color: #9d9d9d; }

.navbar-inverse .navbar-link:hover {
  color: #fff; }

.navbar-inverse .btn-link {
  color: #9d9d9d; }

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff; }

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444; }

.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:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7; }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  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;
  line-height: 1.3333333; }

.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;
  line-height: 1.5; }

.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:hover,
.pager li > a:focus {
  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:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

a.label:hover,
a.label:focus {
  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]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090; }

.label-success {
  background-color: #5cb85c; }

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px; }

a.badge:hover,
a.badge:focus {
  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; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  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-top: 48px;
    padding-bottom: 48px; }
  .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;
  transition: border .2s ease-in-out; }

.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  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: bold; }

.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; }

@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;
  box-shadow: inset 0 1px 2px rgba(0, 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;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width .6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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-object.img-thumbnail {
  max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  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,
button.list-group-item {
  color: #555; }

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333; }

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee; }

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit; }

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777; }

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit; }

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit; }

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6; }

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit; }

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3; }

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit; }

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc; }

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit; }

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc; }

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  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;
  box-shadow: 0 1px 1px rgba(0, 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 > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.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 > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table:first-child > thead: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-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th: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 th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }

.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th: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 th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }

.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .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 th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0; }

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0; }

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0; }

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.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 > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 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-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd; }

.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-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7; }

.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 iframe,
.embed-responsive embed,
.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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 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: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2; }

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5; }

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  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 {
  transition: transform .3s ease-out;
  transform: translate(0, -25%); }

.modal.in .modal-dialog {
  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;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 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.42857143px;
  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-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.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 {
    box-shadow: 0 5px 15px rgba(0, 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: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto; }

.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;
  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: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto; }

.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, 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, 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, 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, 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;
  transition: .6s ease-in-out left; }

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform .6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px; }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    transform: translate3d(100%, 0, 0); }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    transform: translate3d(-100%, 0, 0); }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 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, 0.6);
  filter: alpha(opacity=50);
  opacity: .5; }

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 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: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9; }

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px; }

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px; }

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px; }

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  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: transparent;
  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, 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-prev,
  .carousel-control .icon-next {
    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; } }

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " "; }

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both; }

.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-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.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 !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.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 !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.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 !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.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 !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.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; } }

/*********************************************Reponsive 480 Start****************************************************/
@media (max-width: 480px) {
  .donate-form ul li span, .donate-form-area input[type="text"], #main .comment-form ul li, .donate-form-area select {
    width: 100%; }
  #main .pagination-box .pagination ul {
    padding: 0; }
  .checkout-form ul li {
    width: 100%; }
  .transfer-form {
    margin-bottom: 30px; }
  .donate-form-area ul li:first-child {
    margin: 0 !important; }
  .donate-form-area ul {
    margin-bottom: 30px; }
  .services-2-parallax .frame img {
    display: none; }
  .round-box {
    margin: 0 0 20px 0; }
  .services-style-2 .services-box {
    width: 270px !important;
    height: 270px !important; }
  .fa-icon-box {
    margin: -80px auto 5px; }
  .services-box .text-box h3 a {
    font-size: 14px; }
  .services-style-2 .services-box {
    margin-bottom: 150px !important; }
  .donate-form-area ul li {
    margin: 0;
    width: 100%; }
  .comment-form {
    margin-bottom: 30px; }
  .event-locator .content, #home-sidebar {
    margin-bottom: 30px; }
  .about-welcome blockquote:after {
    display: none; }
  .year-box:before {
    display: none; }
  .year-box:after {
    display: none; }
  .year-box {
    z-index: 9;
    top: 100px; }
  .our-history .holder ul:after {
    display: none; }
  .our-history .holder ul:before {
    display: none; }
  .our-history .holder .history-box .text-box {
    padding: 0;
    width: 100%; }
  .our-history .holder .history-box .frame {
    width: 100%; }
  .accordion-tabs-section .col-md-4 {
    clear: both; }
  .our-staf {
    padding: 0 !important; }
  .header-topbar {
    padding: 7px 10px;
    box-sizing: border-box; }
  .tab-style-2 .nav-tabs, .tab-style-2-text-box {
    width: 100%; }
  .topbar-nav ul {
    display: block;
    text-align: center;
    margin: 0 0 10px 0; }
  .topbar-nav ul li {
    float: none;
    display: inline-block;
    padding: 0 6px; }
  .topbar-nav ul li:first-child {
    padding: 0 6px 0 0; }
  .login-bar ul, .top-social ul, .footer-nav ul {
    display: block;
    float: none;
    text-align: center; }
  .login-bar ul li, .top-social ul li, .footer-nav ul li {
    display: inline-block;
    float: none; }
  .logo-row {
    margin-bottom: 30px; }
  .topbar-address ul {
    display: block;
    text-align: center;
    float: none; }
  strong.logo {
    border: 0;
    overflow: hidden;
    clear: both;
    width: 100%;
    padding: 0; }
  .logo-box {
    clear: both; }
  .top-form {
    float: left;
    width: 100%; }
  .top-form input[type="text"] {
    width: 100%; }
  #welcome-section {
    padding: 45px 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .causes-video .caption {
    padding: 0 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  #welcome-section h1 {
    font-size: 22px;
    line-height: 24px; }
  .banner-caption {
    display: none; }
  #banner .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 10px;
    left: 0; }
  #welcome-section p {
    font-size: 15px; }
  #missions-section {
    padding: 20px 10px 0 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .missions-frame {
    margin: 0 0 20px 0; }
  #features-section {
    padding: 50px 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  #features-section .holder {
    width: 100%;
    float: left; }
  .features-2-box a.btn-more {
    font-size: 13px; }
  .features-area ul {
    margin: 0; }
  .features-area ul li {
    margin: 0 0 30px 0; }
  .event-listing .upcoming-events-box {
    margin: 0 0 20px 0; }
  .features-box {
    width: 100%; }
  #main-features h2 {
    font-size: 22px; }
  #main-features ul li a {
    font-size: 14px;
    line-height: 14px; }
  .our-causes, .upcoming-events, .recent-post, .latest-news, .testimonials-section, .team-member, .newsletter-section, #features-section-2, .our-projects, .team-section-2, .latest-seromns, .upcoming-section-2, .our-visions, .eco-upcoming-events, .eco-testimonials-section, .causes-list, .accordion-tabs-section, .parallax-box {
    padding: 50px 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .our-causes-box .text-box h3 {
    line-height: 14px;
    font-size: 14px; }
  .our-causes-box .text-box a.btn-1 {
    padding: 4px 5px;
    text-align: center; }
  .recent-post-box strong.date {
    z-index: 9; }
  .parallax-box img {
    width: 100%; }
  .recent-post-box .frame, .recent-post-box .frame img, .testimonials-section .holder, .newsletter-form, #home-banner img, .upcoming-events-box .frame, .donation-section .holder, .upcoming-section-2 .frame, .newsletter-2 .newsletter-form, .eco-upcoming-events .holder, .outer, .gallery-collection .collection-box, .eco-testimonials-section .holder, .eco-testimonials-box {
    width: 100%; }
  #features-section-2 .holder {
    width: 100%;
    padding: 50px 20px 20px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  #main .recent-post-box strong.title {
    font-size: 15px; }
  .map-section .head {
    padding: 50px 10px 32px 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .map-section .head h2 {
    font-size: 25px; }
  .mCSB_horizontal > .mCSB_container {
    width: 100% !important; }
  .latest-news-box {
    margin: 0 0 20px 0; }
  .testimonials-section .bx-viewport > ul {
    margin: 0; }
  .testimonials-section {
    height: auto; }
  .testimonials-section .bx-wrapper .bx-controls-direction a {
    top: 28%; }
  .team-member-box .frame {
    margin: 0;
    width: 100%; }
  .team-member-box .text-box {
    float: left;
    width: 100%;
    padding: 20px 0 0 0; }
  .team-member-box:first-child {
    padding: 20px 0 0 0; }
  .team-member p, #footer .flicker-box ul {
    margin: 0; }
  .team-member h2 {
    font-size: 20px;
    margin: 0; }
  .newsletter-section h2 {
    font-size: 20px; }
  .footer-section-1, .footer-section-2 {
    padding: 30px 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .footer-section-2 strong.copy {
    text-align: center;
    line-height: 16px;
    float: none;
    display: block; }
  .footer-nav {
    float: left;
    width: 100%;
    margin: 10px 0 0 0; }
  .navigation .navbar .nav > li {
    display: block; }
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #fff; }
  .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
    border-radius: 0; }
  #banner-2 .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 0; }
  .features-2-box {
    margin: 40px 0; }
  .our-project-slider > li .caption {
    padding: 0 0 5px 0; }
  .our-project-slider > li .caption a {
    font-size: 12px;
    line-height: 12px; }
  .team-section-2 h2 {
    font-size: 24px; }
  .team-box-2, .other-members-box {
    margin: 0 0 10px 0; }
  .other-members {
    margin: 20px 0 0 0; }
  .newsletter-section-2 .newsletter-form input[type="submit"] {
    font-size: 12px;
    padding: 13px 8px; }
  #banner-2 .holder {
    display: none; }
  .countdown-container {
    width: 100%; }
  .wrap {
    margin: 0 5px 10px 0 !important; }
  span.colun-1, span.colun-2, span.colun-3 {
    display: none; }
  .latest-seromns .frame {
    margin: 0; }
  .latest-seromns .text-box {
    padding: 20px 0 0 0; }
  .player-btn-row ul li {
    padding: 0 4px 4px 0; }
  .parallax-area .text-box {
    width: 100%; }
  .parallax-area {
    height: auto;
    padding: 50px 10px 0 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .parallax-area .text-box h2 {
    font-size: 23px;
    margin: 0 0 20px 0; }
  #banner-3 #home-banner > li .caption {
    display: none; }
  .parallax-area .frame {
    width: 100%; }
  .donation-section {
    padding: 50px 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    height: auto; }
  .donation-section .holder h2 {
    font-size: 23px; }
  .upcoming-section-2 .holder {
    width: 100% !important; }
  .event-2-slider {
    margin: 0; }
  .upcoming-section-2 .bx-wrapper .bx-controls-direction a {
    top: 12%; }
  .footer-section-3 {
    padding: 0 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .footer-social .holder {
    width: 100%;
    padding: 0 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .footer-social ul li {
    margin: 10px 0; }
  a.btn-3:before, a.btn-3:after, .button-box-2:before, .button-box-2:after {
    display: none; }
  .our-staf .box {
    margin: 10px 0; }
  #banner-3 .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -14px; }
  .footer-social ul {
    margin: 10px 0 0 0; }
  .player-btn-row-2 {
    margin: 0 0 20px 0; }
  .player-btn-row-2 ul {
    display: block;
    text-align: center; }
  #main .player-btn-row-2 ul li {
    float: none;
    display: inline-block;
    margin: 0 0 18px 18px; }
  .fact-box-2 {
    border-bottom: 2px solid #fff;
    padding: 20px 0;
    border-left: 0; }
  a.btn-4 {
    font-size: 12px;
    padding: 12px 15px; }
  a.btn-4:before {
    left: -73px; }
  a.btn-4:after {
    right: -73px; }
  .eco-logo-box {
    float: none;
    margin: 0 auto 10px; }
  .eco-padding-none a.tree {
    display: block;
    margin: 0 auto;
    float: none; }
  .right-social-box {
    width: 100%; }
  #banner-5 .caption {
    display: none; }
  #banner-5 .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 0; }
  #banner-5 .bx-wrapper .bx-controls-direction a {
    display: none; }
  .eco-features-box {
    margin: 30px 0 !important; }
  .eco-tab-text-box {
    margin: 20px 0 0 0; }
  .eco-tab-text-box .frame {
    margin: 0 0 20px 0;
    width: 100%; }
  .eco-tab-text-box .frame img {
    display: block;
    width: 100%; }
  #eco-events-slider {
    margin: 0; }
  .btn-row a.btn-5 {
    margin: 10px 0; }
  #eco-testimonials-slider {
    margin: 0; }
  .eco-testimonials-box {
    margin: 0 0 20px 0; }
  .eco-testimonials-section .bx-wrapper .bx-controls-direction a {
    top: -37px; }
  .heading-style-5:before {
    display: none; }
  .eco-upcoming-events .bx-wrapper .bx-controls-direction a {
    top: -24px; }
  #video-banner {
    height: 500px; }
  #video-banner .caption {
    width: 100%;
    padding: 0 10px;
    top: 140px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  #video-banner .caption h1 {
    font-size: 26px; }
  #video-banner .caption p {
    font-size: 15px;
    text-align: center; }
  .nav-tabs > li {
    float: none; }
  .causes-tab-content .frame {
    margin: 0 0 10px 0; }
  .causes-tab-content .text-box h3 {
    font-size: 16px; }
  #features-section-2 .btn-row a.btn-5 {
    margin: 10px 5px 0 0; }
  #main .detail-row-2 li {
    margin: 0 0 10px 0; }
  #causes-testimonial-slider {
    margin: 0; }
  .causes-testimonials {
    padding: 50px 10px;
    height: auto;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .causes-testimonials .bx-wrapper .bx-controls-direction a {
    top: -10%; }
  .causes-testimonials .holder {
    width: 100%; }
  .footer-section-1 .box {
    margin: 0 0 10px 0; }
  .eco-logo-box {
    clear: both; }
  .cart-area {
    float: none;
    display: block;
    text-align: center;
    width: 100% !important; }
  .missions-store .missions-frame .caption {
    padding: 0 20px; }
  .cart-outer {
    float: none;
    display: inline-block; }
  .cart-area a.like {
    float: none;
    display: block; }
  #banner-7 .caption {
    display: none; }
  #banner-7 .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 0; }
  #banner-7 .bx-wrapper .bx-controls-direction a {
    display: none; }
  .missions-frame .caption a {
    line-height: 30px; }
  .missions-store .missions-frame .caption h2 {
    font-size: 30px; }
  .missions-store .missions-frame .caption {
    top: 10%; }
  .garments-collection .collection-box .text-box h3 a {
    font-size: 12px; }
  .featured-items, .garments-collection, .new-arrivals, .store-blog, .adds-banner {
    padding: 0 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .garments-collection h2 {
    font-size: 20px; }
  .collection-box .text-box h3 {
    font-size: 14px;
    height: 56px; }
  .arrivals-box .text-box h3 a {
    font-size: 13px; }
  a.btn-7 {
    text-align: center;
    padding: 10px 7px; }
  .adds-banner .frame {
    margin: 0 0 20px 0; }
  .adds-banner .frame .caption {
    width: 170px;
    padding: 10px 0 0 0; }
  .adds-banner .frame .caption strong span.big {
    font-size: 30px; }
  .adds-banner .frame .caption strong {
    font-size: 14px;
    line-height: 14px; }
  .adds-banner .frame-2 .caption-2 {
    margin: 16px; }
  .arrivals-box .text-box h3 {
    font-size: 12px; }
  .arrivals-box .text-box strong.price {
    font-size: 18px; }
  .blog-box {
    margin: 0 0 10px 0; }
  .footer-section-4 {
    padding: 50px 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .footer-section-4 .box .frame img {
    width: 100%; }
  .new-arrivals .bx-wrapper .bx-next {
    right: 0; }
  .new-arrivals .bx-wrapper .bx-prev {
    left: 0; }
  .new-arrivals .bx-wrapper .bx-controls-direction a {
    top: 110%; }
  #inner-banner {
    padding: 46px 10px;
    height: auto;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .about-welcome {
    padding: 0 10px 50px 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .about-welcome h2 {
    font-size: 24px; }
  .tab-style-1 .nav-tabs > li > a, .nav-pills > li > a {
    padding-left: 10px;
    padding-right: 12px; }
  .tab-style-1 .nav-tabs > li > a {
    font-size: 12px; }
  .tab-style-1 .nav-tabs {
    display: block;
    text-align: center; }
  .tab-style-1 .nav-tabs > li {
    border: 0; }
  .tab-style-1 {
    margin: 0 0 20px 0; }
  .accordion_cp {
    font-size: 9px;
    height: auto; }
  .accordion_cp {
    padding: 12px 5px; }
  .fact-box {
    margin: 0 0 10px 0; }
  .about-welcome blockquote:after {
    display: none; }
  .about-welcome blockquote {
    margin: 0 0 30px 0; }
  .tab-style-2 .nav-tabs > li > a, .nav-pills > li > a {
    padding-right: 20px; }
  .tab-style-2 .nav-tabs > li > a {
    font-size: 12px; }
  .tab-style-2 {
    margin: 0 0 20px 0; }
  #wrapper .padding-bottom {
    padding: 0 10px 50px 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .our-history .holder .history-box .text-box h3 {
    font-size: 15px; }
  .purchase-section .holder {
    width: 100%;
    padding: 0 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .purchase-section h2 {
    font-size: 21px; }
  .purchase-section p {
    margin: 0 0 30px 0; }
  .tab-style-1-text-box {
    padding: 0 20px 20px; }
  .tab-style-1-text-box .frame {
    margin: 0 0 20px 0;
    width: 100%; }
  .blog-detail {
    padding: 0 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .blog-detail .frame iframe {
    height: 300px !important; }
  .blog-detail blockquote strong.name {
    font-size: 10px; }
  .blog-detail blockquote {
    padding: 0 0 0 75px; }
  #post-slider img {
    width: 100%; }
  .comments .tex-box {
    float: left; }
  .comment-frame {
    margin: 0 0 20px 0; }
  .comments .text a {
    font-size: 12px; }
  #main .comments ul ul {
    padding: 0; }
  #main .comment-form ul {
    margin: 0; }
  .causes-page {
    padding: 0 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .causes-list-box .text-box h3 {
    font-size: 15px; }
  .donors-list-box strong.number {
    float: none;
    display: block; }
  .donors-list-box strong.name {
    float: none;
    display: block;
    border: 0; }
  .donors-list-box strong.amount {
    float: none;
    display: block;
    border: 0; }
  .causes-listing, .contact-1 {
    padding: 0 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .causes-listing .frame {
    margin: 0;
    width: 100%; }
  .causes-listing .text-box {
    float: left;
    width: 100%; }
  .contact-map-1 .map_canvas {
    height: 300px; }
  .our-time {
    margin: 0 0 20px 0; }
  .contact-1 h3 {
    clear: both; }
  .event-calender .fc-grid th {
    font-size: 12px; }
  .event-calender .fc-grid .fc-day-number {
    font-size: 31px; }
  .date-box strong.date {
    margin: -20px 0 10px 0; }
  .event-detail .text-box, .map-row .countdown-box {
    width: 100%; }
  .map-row .map-box {
    margin: 0 0 20px 0;
    width: 100%;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .map-row .countdown-box .countdown_section {
    width: 60px !important;
    margin: 0 0 0 10px; }
  .map-row .countdown-box .countdown_section:before {
    display: none; }
  .map-row .countdown-box .countdown_section:after {
    display: none; }
  .map-row .countdown-box:before, .map-row .countdown-box:after {
    display: none; }
  #map-wrapper {
    width: 100%;
    max-width: 100%; }
  #map {
    width: 100%;
    height: 300px; }
  .event-locator .content, #home-sidebar {
    width: 100%; }
  #main .event-listing .upcoming-events-box .text-box a {
    margin: 0 20px 10px 0; }
  .event-listing .upcoming-events-box .frame {
    width: 100%; }
  .gallery-section, .donate-section {
    padding: 0 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .donate-form-area ul li:first-child {
    margin: 0 0 0 30px; }
  .sign-up {
    padding: 50px 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .sign-up-outer, .sign-up .holder {
    width: 100%; }
  .member-box strong {
    font-size: 12px; }
  .naat-page .frame-2 iframe {
    height: 300px !important; }
  .naat-page .frame {
    margin: 0 0 20px 0;
    width: 100%; }
  .naat-page .text-box {
    float: left; }
  .blog-detail h3 {
    font-size: 15px; }
  .naat-page ul li {
    padding: 0; }
  #main .naat-detail blockquote {
    padding: 20px 0 20px 80px; }
  .related-naat-box .text-box {
    float: left;
    margin: 10px 0 0 0; }
  .news-frame .caption {
    display: none; }
  #main .blog-detail ul {
    width: 100%; }
  .news-page .frame {
    margin: 0 0 20px 0;
    width: 100%; }
  .news-page .text-box {
    float: left; }
  .detail-row ul li a {
    font-size: 13px; }
  #main .detail-row ul li {
    padding: 0 12px 0 0; }
  #main .latest-news-post li {
    padding: 0; }
  .news-page .frame iframe {
    width: 100% !important; }
  .our-services {
    padding: 50px 10px 0 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .services-style-2 .services-box {
    width: 300px;
    height: 300px;
    margin: 0 auto 100px;
    float: none; }
  .services-box .text-box h3 {
    font-size: 16px;
    text-align: center; }
  .more-services, .chose-plan {
    padding: 50px 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .more-services .icon-box {
    margin: 0 0 10px 0; }
  .more-services .text-box {
    width: 100%; }
  .more-services ul {
    margin: 0 0 20px 0;
    float: left; }
  .plan-box {
    margin: 0 0 20px 0; }
  .amount-color-1:before, .amount-color-3:before, .amount-color-2:before, .amount-color-4:before {
    display: none; }
  .amount-box {
    padding: 18px 0 10px; }
  .team-member-detail {
    padding: 0 10px 50px 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .team-member-detail-box .member-social {
    float: none;
    display: block;
    text-align: center; }
  .team-member-detail-box .member-social li {
    float: none;
    display: inline-block;
    padding: 0 5px 10px 5px; }
  .team-detail-area {
    margin: 20px 0 0 0; }
  .team-detail-area blockquote {
    margin: 0 0 20px 80px; }
  .team-detail-area .frame {
    margin: 0 0 20px 0; }
  .team-detail-area ul {
    width: 100%;
    margin: 0 0 20px 0; }
  .navigation-2 .navbar {
    width: 100%; }
  .navigation-2 .navbar .nav {
    background: #222; }
  .navigation-2 .navbar .nav > li {
    display: block; }
  .navigation-2 .navbar .nav > li > a {
    padding: 14px 0; }
  .navigation .navbar .nav {
    background-color: #222; }
  .causes-header .navigation .navbar .nav > li > a {
    color: #fff; }
  .countdown-box-2 .countdown_section {
    margin: 0 0px 37px 50px; }
  .parallax-box .text-box h2 {
    font-size: 20px;
    margin: 0 0 20px 0; }
  .cart-table ul li .product, .cart-table ul li .price, .cart-table ul li .detail, .cart-table ul li .delivery, .cart-table ul li .sub-total {
    display: none; }
  .cart-left div {
    margin: 0 0 20px 0;
    width: 100%; }
  .cart-section {
    padding: 0 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .cart-left input[type="text"] {
    float: right; }
  .btn-cp {
    margin: 0 20px 20px 0; }
  .cart-table ul {
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .check-out {
    padding: 0 10px;
    margin: 0;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .first, .third, .second, .fourth {
    width: 100%; }
  #main .alignleft {
    padding-left: 0;
    text-align: center;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .product-detail-row {
    padding: 0 10px;
    margin: 0 0 20px 0;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .product-detail .frame {
    margin: 0 0 20px 0; }
  .collection-box {
    margin: 0 0 20px 0; }
  .tab-style-1-text-box .frame {
    width: auto;
    margin: 0 10px 0 0; }
  #main .product-detail-row .comment-form ul {
    clear: both; }
  .product-detail-row .tab-style-1 .nav-tabs > li {
    float: left; }
  .product-detail-row .garments-collection {
    width: 100%; }
  #wrapper #features-section-2 .holder {
    width: 100%; }
  .newsletter-section-2 .newsletter-form input[type="text"] {
    padding: 0 123px 0 20px; }
  .navigation-2 {
    top: 0; }
  .logo-box-2 {
    width: 100%; }
  .navigation-2 .navbar-header {
    margin: 0;
    position: absolute;
    z-index: 99;
    top: 80px;
    width: 100%;
    right: 0; }
  .navbar-toggle .icon-bar {
    background: #fff; }
  .navigation-2 .navbar-collapse {
    width: 100%; }
  #nav {
    width: 100%;
    background: #222; }
  #nav li {
    float: none;
    display: block; }
  #banner-3 .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    display: none; }
  .event-timer .clock {
    display: block;
    text-align: center; }
  .event-timer .clock .clock-item {
    display: inline-block; }
  .parallax-area .frame img {
    width: 100%; }
  .countdown-box {
    display: none; }
  .islamic-head .logo-row {
    margin: 30px 0;
    background: none; }
  .theme-style-1 a.btn-4:before {
    left: -65px; }
  .theme-style-1 a.btn-4:after {
    right: -65px; }
  #video-banner .caption p {
    margin-bottom: 20px; }
  #wrapper #features-section-2.eco-features .holder {
    padding: 50px 0 50px 0; }
  .gallery-collection .collection-box {
    width: 100% !important; }
  .topbar-nav ul {
    display: block;
    text-align: center; }
  .topbar-nav ul li {
    display: inline-block;
    float: none; }
  .accordion-tabs-section .col-md-6 {
    clear: both; } }

/*********************************************Reponsive 480 End****************************************************/
/*********************************************Reponsive 767 Start****************************************************/
@media (max-width: 767px) {
  .topbar-nav ul, .login-bar ul, .topbar-address ul {
    display: block;
    text-align: center;
    float: none; }
  .checkout-form ul li {
    width: 100%; }
  .transfer-form {
    margin-bottom: 30px; }
  .services-2-parallax .frame img {
    display: none; }
  .donate-form-area ul li:first-child {
    margin: 0 0 0 20px !important; }
  .donate-form-area ul li {
    margin: 0 0 0 20px; }
  .donate-form-area input[type="submit"] {
    margin: 0 0 0 20px; }
  .comment-form {
    margin-bottom: 30px; }
  .event-locator .content, #home-sidebar {
    margin-bottom: 30px; }
  #main .comment-form ul li {
    width: 100%; }
  .about-welcome blockquote::after {
    display: none; }
  .year-box:before {
    display: none; }
  .year-box:after {
    display: none; }
  .year-box {
    z-index: 9;
    top: -166px; }
  .our-history .holder ul:after {
    display: none; }
  .our-history .holder ul:before {
    display: none; }
  .our-history .holder .history-box .text-box {
    padding: 0;
    width: 100%; }
  .our-history .holder .history-box .frame {
    width: 100%; }
  .accordion-tabs-section .col-md-4 {
    clear: both; }
  .accordion-tabs-section .col-md-6 {
    clear: both; }
  #banner-7 .caption {
    display: none; }
  #banner-5 .caption {
    display: none; }
  #wrapper #features-section-2 .holder {
    width: 100%; }
  .navigation-2 .navbar-toggle .icon-bar {
    background: #fff; }
  .navigation-2 .navbar-header, .navigation-2 .navbar-collapse {
    width: 100%; }
  #nav {
    background: #f5f5f5;
    width: 100%; }
  #nav li {
    float: none;
    display: block; }
  .newsletter-form {
    width: 100%; }
  #responsive-logo {
    display: inline-block !important; }
  .topbar-nav ul li, .login-bar ul li {
    float: none;
    display: inline-block; }
  .header-topbar {
    padding: 7px 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  strong.logo {
    clear: both;
    border: 0;
    width: 100%; }
  .logo-row {
    margin-bottom: 30px; }
  #banner .caption {
    display: none; }
  .topbar-nav {
    width: auto;
    float: none;
    margin-bottom: 10px; }
  .login-bar {
    width: auto;
    float: none; }
  .event-listing .upcoming-events-box {
    margin: 0 0 20px 0; }
  .topbar-address {
    text-align: center; }
  .logo-box {
    clear: both; }
  .top-social ul {
    float: none;
    display: block;
    text-align: center; }
  .top-social ul li {
    float: none;
    display: inline-block; }
  .top-form, .top-form input[type="text"] {
    width: 100%; }
  .navigation #nav li {
    display: block; }
    .navigation #nav li:first-child {
      display: none; }
  #nav li ul, #nav li ul li > ul {
    position: static;
    width: 100%; }
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #fff; }
  #main .blog-detail ul {
    width: 100%; }
  #banner .banner-caption strong.title {
    font-size: 14px;
    padding: 0; }
  .donate-section {
    padding: 0 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .donate-form-area ul li:first-child {
    margin: 0 0 0 30px; }
  #banner .banner-caption p {
    font-size: 12px;
    margin: 0 0 10px 0; }
  #banner .banner-caption ul {
    display: none; }
  .banner-heading {
    margin: 0 0 10px 0; }
  .banner-caption {
    padding: 20px 20px 10px 20px; }
  #welcome-section {
    padding: 45px 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  #welcome-section p {
    font-size: 16px; }
  #missions-section {
    padding: 20px 10px 0 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .missions-frame {
    margin: 0 0 20px 0; }
  .missions-frame .caption {
    height: 26%; }
  #features-section, .our-causes, .upcoming-events, .recent-post, .testimonials-section, .team-member, .newsletter-section, #features-section-2, .our-projects, .team-section-2, .upcoming-section-2, .our-visions, .eco-upcoming-events, .eco-testimonials-section, .causes-list, .accordion-tabs-section, .parallax-box {
    padding: 50px 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  #features-section .holder {
    width: 100%; }
  .features-area ul {
    margin: 0; }
  .features-area ul li {
    margin: 0 0 30px 0; }
  .features-box, .recent-post-box .frame, .recent-post-box .frame img, .testimonials-section .holder, .donation-section .holder, .footer-social .holder, .gallery-collection .collection-box, .eco-testimonials-section .holder, .eco-testimonials-box {
    width: 100%; }
  .our-causes {
    height: auto; }
  .upcoming-events-box {
    background-color: #f5f5f5; }
  .recent-post-box strong.date {
    z-index: 9; }
  .map-section .head {
    padding: 50px 10px 30px 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .mCSB_horizontal > .mCSB_container {
    width: 100% !important; }
  .latest-news-box {
    margin: 0 0 20px 0; }
  .latest-news {
    padding: 30px 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .testimonials-section .bx-viewport > ul, .team-member p, #footer .flicker-box ul {
    margin: 0; }
  .testimonials-section {
    height: auto; }
  .testimonials-section .bx-wrapper .bx-controls-direction a {
    top: 30%; }
  .team-member-box:first-child {
    padding: 30px 0 0 0; }
  .footer-section-1 {
    padding: 50px 10px 38px 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .footer-section-2 {
    padding: 30px 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  #banner .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    left: 0;
    bottom: 3px; }
  #banner-2 .holder {
    top: 10px; }
  #banner-2 .holder .caption {
    width: 100%;
    padding: 0 20px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    position: relative;
    z-index: 9; }
  #banner-2 .holder .caption strong.title {
    font-size: 22px;
    padding: 0; }
  #banner-2 .holder .caption p {
    font-size: 13px;
    line-height: 19px;
    margin: 0 0 5px 0; }
  #banner-2 .holder .caption a {
    float: right; }
  #features-section-2 .holder {
    width: 100%;
    padding: 50px 50px 20px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .features-2-box {
    margin: 45px 0; }
  .team-box-2 {
    margin: 10px 0; }
  .other-members {
    margin: 10px 0 0 0; }
  .other-members-box {
    margin: 20px 0 0 0; }
  .countdown-container {
    width: 100%; }
  span.colun-3 {
    display: none; }
  .wrap {
    margin: 0 0 20px 44px; }
  .latest-seromns {
    padding: 50px 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .latest-seromns .frame {
    margin: 0; }
  .latest-seromns .text-box {
    padding: 20px 0 0 0; }
  .player-btn-row {
    margin: 0 0 20px 0; }
  .parallax-area {
    padding: 50px 10px 0 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    height: auto; }
  .donation-section {
    padding: 50px 10px;
    height: auto;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .event-2-slider {
    margin: 0; }
  .upcoming-section-2 .holder {
    width: 100% !important; }
  .upcoming-section-2 .frame {
    width: 100%; }
  .upcoming-section-2 .text-box {
    max-width: 100%;
    width: 100%; }
  .our-staf .box {
    margin: 10px 0; }
  .newsletter-2 .newsletter-form {
    width: 100%; }
  .footer-social ul li {
    margin: 0 0 10px 0; }
  .footer-section-3 {
    padding: 0 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .player-btn-row-2 {
    margin: 0 0 20px 0; }
  .player-btn-row-2 ul {
    display: block;
    text-align: center; }
  #main .player-btn-row-2 ul li {
    display: inline-block;
    float: none; }
  .fact-box-2 {
    border-bottom: 2px solid #fff;
    border-left: 0;
    padding: 20px 0; }
  .eco-logo-box {
    float: none; }
  .eco-padding-none a.tree {
    display: block;
    float: none;
    margin: 10px auto 0; }
  .right-social-box {
    width: 100%; }
  #banner-5 .caption {
    top: 10px;
    width: 100%; }
  #banner-5 .caption strong.title {
    padding: 10px;
    font-size: 20px; }
  #banner-5 .caption .banner-heading-2 {
    padding: 0;
    margin: 0; }
  #banner-5 .caption h1 {
    font-size: 25px;
    line-height: 40px; }
  #banner-5 .caption p {
    display: none; }
  #banner-5 .bx-wrapper .bx-controls-direction a {
    display: none; }
  #banner-5 .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 0; }
  .eco-features-box {
    margin: 60px 0; }
  .eco-icon {
    top: -17%; }
  .eco-tab-text-box {
    margin: 20px 0 0 0; }
  #eco-events-slider {
    margin: 0; }
  .eco-upcoming-events .holder {
    width: 100%; }
  .eco-upcoming-events .bx-wrapper .bx-controls-direction a {
    top: 82%; }
  #eco-testimonials-slider {
    margin: 0; }
  .eco-testimonials-box {
    margin: 0 0 20px 0; }
  .eco-testimonials-section .bx-wrapper .bx-controls-direction a {
    top: -12%; }
  #video-banner {
    height: 500px; }
  #video-banner .caption {
    width: 100%;
    padding: 0 10px;
    top: 150px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  #video-banner .caption h1 {
    font-size: 35px; }
  #video-banner .caption p {
    font-size: 16px;
    text-align: center; }
  .main-causes .nav-tabs {
    display: block;
    text-align: center; }
  .nav-tabs > li, .nav-pills > li {
    float: none;
    display: inline-block; }
  .causes-tab-content .frame:after {
    border-width: 0 56px 279px; }
  .causes-tab-content .text-box {
    padding: 10px 0 0 0; }
  .donation-detail {
    margin: 0 0 20px 0; }
  .causes-testimonials {
    padding: 50px 10px;
    height: auto;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .causes-testimonials .bx-wrapper .bx-controls-direction a {
    top: -10%; }
  .cart-area {
    padding: 12px 10px;
    width: 55%; }
  #banner-7 .caption {
    width: 100%;
    top: 20px; }
  #banner-7 .caption strong.title {
    font-size: 24px;
    padding: 10px;
    margin: 0 auto 10px; }
  #banner-7 .caption .banner-heading-2 {
    margin: 0 0 10px 0;
    padding: 0; }
  #banner-7 .caption h1 {
    font-size: 33px;
    line-height: 40px; }
  #banner-7 .caption .banner-paragraph-1 {
    padding: 0;
    margin: 0; }
  #banner-7 .caption p {
    font-size: 16px; }
  #banner-7 .bx-wrapper .bx-controls-direction a {
    display: none; }
  .featured-items, .garments-collection, .adds-banner, .new-arrivals, .store-blog {
    padding: 0 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .adds-banner .frame {
    margin: 0 0 20px 0; }
  .new-arrivals .bx-wrapper .bx-prev {
    left: 0; }
  .new-arrivals .bx-wrapper .bx-next {
    right: 0; }
  .new-arrivals .bx-wrapper .bx-controls-direction a {
    top: 107%; }
  .blog-box {
    margin: 0 0 20px 0; }
  .footer-section-4 {
    padding: 50px 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .footer-section-4 .box .frame img {
    width: 100%; }
  .footer-section-1 .box {
    margin: 0 0 20px 0; }
  #inner-banner {
    padding: 46px 10px;
    height: auto;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .about-welcome {
    padding: 0 10px 50px 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .tab-style-1, .fact-box {
    margin: 0 0 20px 0; }
  .tab-style-2 {
    margin: 0 0 20px 0; }
  #wrapper .padding-bottom {
    padding: 0 10px 50px 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .purchase-section .holder {
    width: 100%;
    padding: 0 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .purchase-section h2 {
    font-size: 27px; }
  .purchase-section p {
    margin: 0 0 30px 0; }
  .blog-detail {
    padding: 0 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  #post-slider img {
    width: 100%; }
  #main .comment-form ul {
    margin: 0; }
  .causes-page {
    padding: 0 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .causes-listing, .contact-1 {
    padding: 0 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .causes-listing .frame {
    margin: 0;
    width: 100%; }
  .causes-listing .text-box {
    float: left;
    width: 100%; }
  .causes-listing .text-box {
    float: left;
    width: 100%; }
  .contact-map-1 .map_canvas {
    height: 300px; }
  .our-time {
    margin: 0 0 20px 0; }
  .contact-1 h3 {
    clear: both; }
  .date-box strong.date {
    margin: -20px 0 10px 0; }
  .event-detail .text-box, .map-row .countdown-box {
    width: 100%; }
  .map-row .map-box {
    margin: 0 0 20px 0;
    width: 100%;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .map-row .countdown-box:after {
    background: none repeat scroll 0 0 #fff;
    content: "";
    height: 70px;
    right: 195px;
    position: absolute;
    top: 0;
    width: 25px;
    z-index: 9; }
  #map-wrapper {
    width: 100%;
    max-width: 100%; }
  #map {
    width: 100%;
    height: 300px; }
  .event-locator .content, #home-sidebar {
    width: 100%; }
  #main .event-listing .upcoming-events-box .text-box a {
    margin: 0 20px 10px 0; }
  .event-listing .upcoming-events-box .frame {
    width: 100%; }
  .gallery-section {
    padding: 0 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .naat-page .frame {
    margin: 0 0 20px 0;
    width: 100%; }
  .naat-page .text-box {
    float: left; }
  .blog-detail h3 {
    font-size: 15px; }
  .news-page .frame {
    margin: 0 0 20px 0;
    width: 100%; }
  .news-page .text-box {
    float: left; }
  .detail-row ul li a {
    font-size: 13px; }
  #main .detail-row ul li {
    padding: 0 12px 0 0; }
  #main .latest-news-post li {
    padding: 0; }
  .news-page .frame iframe {
    width: 100% !important; }
  .our-services {
    padding: 50px 10px 0 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .services-style-2 .services-box {
    margin: 0 auto 100px;
    float: none; }
  .services-box .text-box h3 {
    text-align: center; }
  .more-services, .chose-plan {
    padding: 50px 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .more-services ul {
    float: left;
    margin: 0 0 20px 0; }
  .amount-color-1:before, .amount-color-3:before, .amount-color-2:before, .amount-color-4:before {
    display: none; }
  .amount-box {
    padding: 18px 0 10px 0; }
  .plan-box {
    margin: 0 0 20px 0; }
  .team-member-detail {
    padding: 0 10px 50px 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .team-detail-area {
    margin: 20px 0 0 0; }
  .team-detail-area .frame {
    margin: 0 0 20px 0; }
  .navigation-2 .navbar {
    width: 100%; }
  .navigation-2 .navbar .nav {
    background: #222; }
  .navigation-2 .navbar .nav > li {
    display: block; }
  .navigation-2 .navbar .nav > li > a {
    padding: 14px 0; }
  .navigation .navbar .nav {
    background-color: #222; }
  .causes-header .navigation .navbar .nav > li > a {
    color: #fff; }
  .cart-table ul li .product, .cart-table ul li .detail, .cart-table ul li .delivery, .cart-table ul li .sub-total {
    display: none; }
  .cart-left div {
    margin: 0 0 20px 0;
    width: 100%; }
  .cart-section {
    padding: 0 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .cart-left input[type="text"] {
    float: right; }
  .btn-cp {
    margin: 0 20px 20px 0; }
  .cart-table ul {
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .check-out {
    padding: 0 10px;
    margin: 0;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .first, .third, .second, .fourth {
    width: 100%; }
  .product-detail-row {
    padding: 0 10px;
    margin: 0 0 20px 0;
    box-sizing: border-box; }
  .product-detail .frame {
    margin: 0 0 20px 0; }
  .review-row .frame {
    margin: 0 20px 0 0; }
  .product-detail-row .garments-collection {
    width: 100%; }
  #banner-3 #home-banner > li .caption {
    width: 100%;
    top: 124px;
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  #banner-3 #home-banner > li .caption h1 {
    font-size: 24px;
    margin: 0; }
  #banner-3 #home-banner > li .caption p {
    font-size: 12px;
    margin: 0; }
  #banner-3 .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    display: none; }
  .navigation-2 .navbar {
    margin: 0; }
  .countdown-box {
    display: none; }
  .new-arrivals .bx-wrapper .bx-prev {
    left: 0 !important; }
  .new-arrivals .bx-wrapper .bx-next {
    right: 0 !important; }
  #main .pagination-box .pagination ul {
    padding: 0; } }

/*********************************************Reponsive 767 End****************************************************/
/*********************************************Reponsive 768 and 979 Start****************************************************/
@media (min-width: 768px) and (max-width: 980px) {
  .accordion-tabs-section .col-md-6 {
    clear: both; }
  #main .pagination-box .pagination ul {
    padding: 0; }
  .checkout-form ul li {
    width: 100%; }
  .new-arrivals .bx-wrapper .bx-prev {
    left: 0 !important; }
  .new-arrivals .bx-wrapper .bx-next {
    right: 0 !important; }
  #main .comment-form ul li {
    width: 100%; }
  .team-member-detail-box .member-social li {
    padding: 0 10px 10px 0; }
  .services-2-parallax .frame img {
    display: none; }
  .more-services .text-box {
    width: 100%; }
  .plan-box {
    margin-bottom: 30px; }
  .donate-form-area input[type="submit"] {
    margin: 0 0 0 30px; }
  .comment-form.container.padd-btm-50 {
    width: 100%; }
  .event-locator .content {
    width: 30%; }
  #map-wrapper {
    width: 70%; }
  .about-welcome blockquote:after {
    display: none; }
  .year-box:before {
    display: none; }
  .year-box:after {
    display: none; }
  .year-box {
    z-index: 9;
    top: -174px; }
  .our-history .holder ul:after {
    display: none; }
  .our-history .holder ul:before {
    display: none; }
  .our-history .holder .history-box .text-box {
    padding: 0;
    width: 100%; }
  .our-history .holder .history-box .frame {
    width: 100%; }
  .accordion-tabs-section .col-md-4 {
    clear: both; }
  .causes-testimonials {
    margin: 0; }
  .tab-style-2 {
    margin-bottom: 30px; }
  .tab-style-1 {
    margin-bottom: 30px; }
  #nav li a {
    font-size: 12px;
    padding: 0 11px; }
  .adds-banner .frame {
    margin-bottom: 30px; }
  .footer-section-4 .box {
    margin-bottom: 30px;
    height: 350px; }
  .footer-section-4 .box .frame img {
    width: 100%; }
  .main-causes .nav-tabs > li > a, .nav-pills > li > a {
    padding-left: 10px;
    padding-right: 10px; }
  .causes-tab-content .text-box {
    margin: 30px 0; }
  .btn-row {
    margin: 30px auto 0; }
  #wrapper #features-section-2 .holder {
    width: 100%;
    padding: 80px 0 0 0; }
  #wrapper .eco-features#features-section-2 .holder {
    padding: 80px 0 70px 0; }
  .eco-tab-area .nav-tabs {
    margin-bottom: 30px; }
  .navigation-2 .navbar-header {
    position: relative;
    top: 148px;
    margin: 0; }
  #banner-3 .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    display: none; }
  .navigation-2 #nav li a {
    padding: 0 12px; }
  .wrap {
    width: 130px; }
  span.colun-1, span.colun-2 {
    background: none; }
  .clock-item .inner {
    width: 130px;
    height: 130px; }
  .features-2-box {
    margin-bottom: 80px; }
  #nav li ul {
    left: inherit;
    right: 0; }
  .other-members-box {
    margin-bottom: 20px; }
  #banner .caption {
    display: none; }
  .top-form input[type="text"] {
    width: 170px; }
  .top-social ul li {
    padding: 0 0 0 13px; }
  .navigation .navbar .nav > li {
    display: block; }
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #fff; }
  .event-listing .upcoming-events-box {
    margin: 0 0 20px 0; }
  .banner-caption {
    top: 10px;
    padding: 20px 20px 10px 20px; }
  .banner-heading {
    margin: 0 0 10px 0; }
  #banner .banner-caption strong.title {
    font-size: 14px;
    padding: 0; }
  #banner .banner-caption p {
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 10px 0; }
  #banner .banner-caption ul li {
    font-size: 12px;
    line-height: 12px;
    padding: 6px 0; }
  #banner-2 .holder .caption {
    width: 100%;
    padding: 0 20px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .fact-box strong.number {
    font-size: 41px; }
  .donate-form-area ul li:first-child {
    margin: 0 0 0 30px; }
  .fact-box span {
    font-size: 41px; }
  .fact-box a {
    font-size: 14px;
    line-height: 14px; }
  .other-members-box .frame .caption h3 {
    font-size: 14px; }
  .other-members-box .frame .caption strong.designation {
    font-size: 12px; }
  #banner .banner-caption ul {
    margin: 0 0 10px 0; }
  .missions-frame .caption {
    height: 20%; }
  .missions-frame {
    margin-bottom: 30px; }
  .parallax-box img {
    display: none; }
  #features-section, .our-causes, .upcoming-events, .recent-post, .latest-news, .testimonials-section, .team-member, #features-section-2, .our-projects, .team-section-2, .upcoming-section-2, .footer-section-3, .eco-testimonials-section, .parallax-box {
    padding: 50px 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  #features-section .holder {
    width: 100%;
    padding: 50px 0 0 0;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .parallax-box .span6 {
    width: 100%; }
  .features-area ul {
    margin: 0; }
  .features-area ul li {
    margin: 0 0 30px 0; }
  #main-features h2 {
    font-size: 21px; }
  #main-features ul li a {
    font-size: 15px; }
  .features-box, .upcoming-events-box .frame, .recent-post-box .frame, .testimonials-section .holder, .team-member-box .frame, .team-member-box .frame, .upcoming-section-2 .frame, .newsletter-2 .newsletter-form, .footer-section-3 .box address, .footer-social .holder {
    width: 100%; }
  .our-causes {
    height: auto; }
  .recent-post-box strong.date {
    z-index: 9; }
  #main .recent-post-box strong.title {
    font-size: 15px; }
  .map-section .head {
    padding: 50px 10px 30px 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  #main .latest-news-box strong.title {
    font-size: 14px;
    line-height: 17px; }
  .testimonials-section {
    height: auto; }
  .testimonials-section .bx-viewport > ul, #footer .flicker-box ul {
    margin: 0; }
  .testimonials-section .bx-wrapper .bx-controls-direction a {
    top: 30%; }
  #footer .footer-section-1 h2 {
    font-size: 21px; }
  #banner .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 0;
    left: 0; }
  #banner-2 .holder {
    top: 10px;
    width: 100%; }
  #features-section-2 .holder {
    width: 100%;
    padding: 80px 20px 50px 15px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .countdown-container {
    width: 100%; }
  span.colun-3 {
    display: none; }
  .wrap {
    margin: 0 0 20px 44px; }
  .features-section-3 .features-2-box {
    padding: 0 10px;
    margin: 70px 0 0 0; }
  .countdown-box {
    display: none; }
  .fact-box {
    width: 25%; }
  .our-staf .box {
    margin-bottom: 30px; }
  .footer-section-3 .box {
    height: 215px;
    margin-bottom: 30px; }
  .player-btn-row ul li {
    margin: 0 0 10px 0; }
  .parallax-area {
    padding: 50px 10px 0 10px;
    height: auto;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .donation-section .holder {
    width: 100%; }
  .event-2-slider {
    margin: 0; }
  .upcoming-section-2 .text-box {
    max-width: 100%;
    width: 100%; }
  .upcoming-section-2 .holder {
    width: 100% !important; }
  .footer-social ul li {
    margin: 0 0 10px 0; }
  .footer-social {
    padding: 0 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  #banner-3 #home-banner > li .caption {
    top: 126px;
    width: 100%; }
  #banner-3 #home-banner > li .caption p {
    margin: 0 0 12px 0; }
  #banner-3 .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -9px; }
  .islamic-features-box .caption a {
    font-size: 15px; }
  .player-btn-row-2 {
    margin: 0 0 20px 0; }
  #main .player-btn-row-2 ul li {
    margin: 0 0 20px 25px;
    float: none;
    display: inline-block; }
  .player-btn-row-2 ul {
    display: block;
    text-align: center; }
  #banner-5 .caption {
    top: 10px;
    width: 100%; }
  #banner-5 .caption strong.title {
    padding: 10px;
    font-size: 25px; }
  #banner-5 .caption .banner-heading-1 {
    padding: 0;
    margin: 0; }
  #banner-5 .caption h1 {
    font-size: 35px;
    line-height: 45px; }
  #banner-5 .caption p {
    display: none; }
  #banner-5 .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 0; }
  #banner-5 .bx-wrapper .bx-controls-direction a {
    display: none; }
  .eco-icon {
    width: 100px;
    height: 100px; }
  .eco-icon a {
    line-height: 90px;
    font-size: 45px; }
  .eco-tab-text-box h3 {
    font-size: 17px; }
  #eco-events-slider {
    margin: 0; }
  .eco-upcoming-events .bx-wrapper .bx-controls-direction a {
    top: 80%; }
  .gallery-collection .collection-box {
    width: 384px !important; }
  #eco-testimonials-slider {
    margin: 0; }
  .eco-testimonials-section .holder {
    width: 100%; }
  .eco-testimonials-box {
    width: 100%;
    margin: 0 0 30px 0; }
  .eco-testimonials-section .bx-wrapper .bx-controls-direction a {
    top: -14%; }
  #video-banner {
    height: 500px; }
  #video-banner .caption {
    padding: 0 10px;
    top: 140px;
    width: 100%;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  #video-banner .caption p {
    text-align: center; }
  #main .main-causes .holder {
    padding: 50px 0; }
  .causes-list {
    padding: 50px 0;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .causes-list-box .text-box h3 {
    font-size: 15px; }
  #main .detail-row-2 li {
    margin: 0 0 10px 0; }
  .causes-testimonials {
    padding: 50px 10px;
    height: auto;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  #causes-testimonial-slider {
    margin: 0; }
  .causes-testimonials .holder {
    width: 100%; }
  .causes-testimonials .bx-wrapper .bx-controls-direction a {
    top: -15%; }
  #banner-7 .caption {
    top: 20px;
    width: 100%; }
  #banner-7 .caption strong.title {
    font-size: 30px;
    padding: 10px; }
  #banner-7 .caption .banner-heading-2 {
    padding: 0; }
  #banner-7 .caption h1 {
    font-size: 40px; }
  #banner-7 .caption p {
    font-size: 20px; }
  #banner-7 .bx-wrapper .bx-controls-direction a {
    display: none; }
  #banner-7 .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 0; }
  .missions-store .missions-frame .caption {
    top: 5px; }
  .missions-store .missions-frame .caption h2 {
    font-size: 16px;
    padding: 0; }
  .missions-frame .caption a {
    line-height: 22px; }
  .missions-store .missions-frame .caption p {
    font-size: 12px;
    line-height: 17px; }
  .adds-banner .frame-2 .caption-2 {
    margin: 0;
    padding: 7px 0 0 0; }
  .new-arrivals .bx-wrapper .bx-prev {
    left: 0; }
  .new-arrivals .bx-wrapper .bx-next {
    right: 0; }
  .new-arrivals .bx-wrapper .bx-controls-direction a {
    background: #fff; }
  .footer-section-4 .box h2 {
    font-size: 18px; }
  .footer-section-4 .box .text-box {
    padding: 10px 0 0 0; }
  .tab-style-1 .nav-tabs > li > a {
    font-size: 11px; }
  .tab-style-1 .nav-tabs > li > a, .nav-pills > li > a {
    padding-left: 8px;
    padding-right: 8px; }
  .accordion_cp {
    font-size: 10px;
    height: auto; }
  .tab-style-2 .nav-tabs > li > a, .nav-pills > li > a {
    padding-right: 20px; }
  .tab-style-2 .nav-tabs > li > a {
    font-size: 12px; }
  .purchase-section .holder {
    width: 100%; }
  .purchase-section h2 {
    font-size: 29px; }
  .purchase-section p {
    margin: 0 0 30px 0; }
  .blog-detail h3 {
    font-size: 14px; }
  .sidebar-bix-1 strong.date {
    width: 100%;
    margin: 0 0 20px 0; }
  .sidebar .sidebar-bix-1 .text-box {
    float: left; }
  .sidebar .sidebar-bix-1 .frame {
    width: 100%;
    margin: 0 0 20px 0; }
  .sidebar-bix-1 ul li a {
    font-size: 12px; }
  .sidebar-bix-1 .caption {
    padding: 6px 0; }
  .sidebar-bix-1 .caption a {
    font-size: 11px; }
  .causes-listing {
    padding: 0 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .causes-listing .frame {
    margin: 0;
    width: 100%; }
  .causes-listing .text-box {
    float: left;
    width: 100%; }
  .contact-1 address {
    width: 100%; }
  .contact-1 h3 {
    font-size: 15px; }
  .our-time ul li strong.day, .our-time ul li strong.time {
    font-size: 12px; }
  .date-box strong.date {
    margin: -20px 0 10px 0; }
  .map-row .map-box {
    margin: 0 0 20px 0;
    width: 100%;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  #map-wrapper {
    width: 100%;
    max-width: 100%; }
  #map {
    width: 100%;
    height: 300px; }
  .event-locator .content, #home-sidebar {
    width: 100%; }
  #main .event-listing .upcoming-events-box .text-box a {
    margin: 0 20px 10px 0; }
  .event-listing .upcoming-events-box .frame {
    width: 100%; }
  .naat-page .frame {
    margin: 0 0 20px 0;
    width: 100%; }
  .naat-page .text-box {
    float: left; }
  .instagram-box > iframe {
    width: 100% !important; }
  .news-page .frame {
    margin: 0 0 20px 0;
    width: 100%; }
  .news-page .text-box {
    float: left; }
  .detail-row ul li a {
    font-size: 13px; }
  #main .detail-row ul li {
    padding: 0 12px 0 0; }
  #main .latest-news-post li {
    padding: 0; }
  .news-page .frame iframe {
    width: 100% !important; }
  .our-services .span4 {
    width: 47% !important; }
  .services-style-2 .services-box {
    width: 300px;
    height: 300px;
    margin: 0 auto 120px;
    float: none; }
  .our-services {
    padding: 50px 0 0 0; }
  .services-box .text-box h3 {
    font-size: 14px;
    text-align: center; }
  .services-box .text-box p {
    font-size: 13px; }
  .more-services .icon-box, .more-services .icon-left {
    margin: 0 0 20px 0; }
  .amount-color-1:before, .amount-color-2:before, .amount-color-3:before, .amount-color-4:before {
    display: none; }
  .amount-box {
    padding: 18px 0 10px 0; }
  .plan-box a.btn-2 {
    font-size: 14px; }
  .navigation-2 .navbar {
    width: 100%; }
  .navigation-2 .navbar .nav {
    background: #222; }
  .navigation-2 .navbar .nav > li {
    display: block; }
  .navigation-2 .navbar .nav > li > a {
    padding: 14px 0; }
  .causes-header .navigation .navbar .nav > li > a {
    color: #fff; }
  .cart-table ul li .product, .cart-table ul li .detail, .cart-table ul li .delivery, .cart-table ul li .sub-total {
    display: none; }
  .cart-left div {
    margin: 0 0 20px 0;
    width: 100%; }
  .cart-section {
    padding: 0 10px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .cart-left input[type="text"] {
    float: right; }
  .btn-cp {
    margin: 0 20px 20px 0; }
  .cart-table ul {
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  #banner-3 #home-banner > li .caption h1 {
    font-size: 25px;
    margin: 0; }
  #banner-3 #home-banner > li .caption p {
    font-size: 14px; }
  .navigation-2 .navbar {
    margin: 0; } }

/*********************************************Reponsive 768 and 979 End****************************************************/
/*********************************************Reponsive 1200 Start****************************************************/
@media (min-width: 1200px) {
  .tab-style-1 .nav-tabs > li > a {
    font: 600 13px/14px 'Raleway', sans-serif; }
  .tab-style-2 .nav-tabs > li > a, .nav-pills > li > a {
    padding-right: 40px; }
  .services-2-parallax .frame {
    width: auto;
    margin: 0 53px 0 0; }
  .services-2-parallax .frame img {
    width: auto; }
  .banner-caption {
    top: 40px;
    padding: 30px; }
  #banner-2 .holder .caption {
    margin: 0; }
  #wrapper #features-section-2 .holder {
    width: 1240px; }
  #banner .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 25px;
    left: 0; }
  .upcoming-events-box .frame {
    width: auto; }
  .testimonials-section .bx-wrapper .bx-controls-direction a {
    top: 50%; }
  #banner-2 .holder {
    width: 1170px;
    top: 180px; }
  #banner-3 #home-banner > li .caption {
    top: 330px; }
  .player-btn-row ul li {
    padding: 0 20px 0 0; }
  .player-btn-row {
    margin: 0; }
  .upcoming-section-2 .bx-wrapper .bx-controls-direction a {
    top: 40% !important; }
  .footer-social {
    padding: 0;
    box-sizing: inherit; }
  .footer-social .holder {
    width: 1170px; }
  .footer-social ul li {
    margin: 0; }
  #banner-5 .caption {
    top: 170px;
    width: 1080px; }
  #banner-5 .caption strong.title {
    padding: 20px;
    font-size: 36px; }
  #banner-5 .caption h1 {
    font-size: 60px;
    line-height: 60px; }
  #banner-5 .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 20px; }
  .gallery-collection .collection-box {
    width: 475px !important; }
  .eco-testimonials-section .holder {
    width: 1000px; }
  .eco-testimonials-box {
    width: 470px;
    margin: 0 15px; }
  .navigation .navbar .nav > li > a {
    padding: 19px 11px; }
  #main .detail-row-2 li {
    margin: 0; }
  #banner-7 .caption {
    top: 230px; }
  #banner-7 .bx-wrapper .bx-next {
    right: 50px; }
  #banner-7 .bx-wrapper .bx-prev {
    left: 50px; }
  .missions-store .missions-frame .caption {
    top: 46px; }
  .missions-frame .caption a {
    line-height: 18px; }
  .missions-store .missions-frame .caption h2 {
    padding: 0 0 15px 0;
    font-size: 36px; }
  .adds-banner .frame-2 .caption-2 {
    margin: 37px; }
  .new-arrivals .bx-wrapper .bx-prev {
    left: -72px; }
  .new-arrivals .bx-wrapper .bx-next {
    right: -72px; }
  .tab-style-1 .nav-tabs > li > a, .nav-pills > li > a {
    padding-left: 26px;
    padding-right: 25px; }
  .tab-style-1 .nav-tabs > li > a {
    font-size: 13px; }
  .accordion_cp {
    font-size: 14px; }
  .sidebar-bix-1 .text-box a.title {
    font-size: 14px; }
  .sidebar-bix-1 ul li a {
    font-size: 14px; }
  .causes-listing .text-box {
    width: auto;
    float: none; }
  .causes-listing .frame {
    width: auto;
    margin: 0 20px 0 0; }
  .map-row .map-box {
    margin: -110px 0 0 0; }
  #map-wrapper {
    max-width: 877px;
    width: auto; }
  .event-locator .content {
    width: 262px; }
  #map {
    width: 877px; }
  .instagram-box > iframe {
    width: auto !important; }
  .services-style-2 .services-box {
    width: 349px;
    height: 349px; }
  .services-box .text-box h3 {
    font-size: 18px; }
  .amount-color-1:before, .amount-color-2:before, .amount-color-3:before, .amount-color-4:before {
    display: inherit; }
  .amount-box {
    padding: 18px 0 0 0; }
  .cart-table ul li .delivery {
    display: table-cell; }
  .cart-right {
    float: right; }
  .cart-left {
    margin: 0; }
  .btn-cp {
    margin: 0 0 0 20px; }
  #nav li ul {
    left: 0;
    right: inherit; }
  #banner .caption {
    display: inherit; }
  .features-box {
    width: 346px; }
  .parallax-box img {
    width: auto;
    margin: 0; }
  .logo-box-2 {
    width: 255px; }
  .navigation-2 .navbar-header {
    margin: 20px 0 0 0; }
  .navigation-2 #nav li a {
    padding: 0 16px; } }

/*********************************************Reponsive 1200 End****************************************************/
/*********************************************Reponsive 1280 and 1919 Start****************************************************/
@media (max-width: 1280px) {
  #banner .caption {
    top: 20px; }
  .banner-caption {
    padding: 20px; }
  #banner .banner-caption strong.title {
    font: 600 15px/15px "Raleway", sans-serif; }
  .banner-heading, #banner .banner-caption p, #banner .banner-caption ul {
    margin-bottom: 10px; }
  #banner-7 .caption {
    top: 150px; }
  .new-arrivals .bx-wrapper .bx-next {
    right: -50px; }
  .new-arrivals .bx-wrapper .bx-prev {
    left: -50px; }
  .tab-style-1 .nav-tabs > li > a {
    font-size: 13px; } }

/*********************************************Reponsive 1280 and 1919 End****************************************************/
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  left: -5px;
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  transform: translatez(0); }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../images/controls.png) no-repeat 0 -32px; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url(../images/controls.png) no-repeat -43px -32px; }

.bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

.bx-wrapper .bx-next:hover {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

/* basic scrollbar styling */
/* vertical scrollbar */
.mCSB_container {
  width: auto;
  margin-right: 30px;
  overflow: hidden; }

.mCSB_container.mCS_no_scrollbar {
  margin-right: 0; }

.mCS_disabled > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar {
  margin-right: 30px; }

.mCustomScrollBox > .mCSB_scrollTools {
  width: 16px;
  height: 100%;
  top: 0;
  right: 0; }

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 10px; }

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 10px;
  text-align: center; }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: relative;
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  top: 100%;
  margin-top: -40px; }

/* horizontal scrollbar */
.mCSB_horizontal > .mCSB_container {
  height: auto;
  margin-right: 0;
  margin-bottom: 30px;
  overflow: hidden; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-bottom: 0; }

.mCS_disabled > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
  width: 100%;
  height: 16px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  overflow: hidden; }

.mCSB_horizontal > .mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
  border-radius: 10px; }

.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger {
  width: 30px;
  height: 100%; }

.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
  border-radius: 10px; }

.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  display: block;
  position: relative;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  float: left; }

.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  margin-left: -40px;
  float: right; }

.mCustomScrollBox {
  -ms-touch-action: none;
  /*MSPointer events - direct all pointer events to js*/ }

/* default scrollbar colors and backgrounds (default theme) */
.mCustomScrollBox > .mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */ }

.mCustomScrollBox:hover > .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  /* old ie */ }

.mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */ }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */ }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
  /* old ie */ }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */ }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
	sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark) 
	*/ }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
	sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark) 
	*/ }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
	sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark) 
	*/ }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
	sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark) 
	*/ }

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */ }

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */ }

/*scrollbar themes*/
/*dark (dark colored scrollbar)*/
.mCS-dark > .mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.15); }

.mCS-dark > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75); }

.mCS-dark > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85); }

.mCS-dark > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9); }

.mCS-dark > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/*light-2*/
.mCS-light-2 > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1);
  border-radius: 1px; }

.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.75);
  border-radius: 1px; }

.mCS-light-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-light-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85); }

.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9); }

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

/*dark-2*/
.mCS-dark-2 > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.1);
  border-radius: 1px; }

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
  border-radius: 1px; }

.mCS-dark-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-dark-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85); }

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9); }

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

/*light-thick*/
.mCS-light-thick > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px; }

.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.75);
  border-radius: 2px; }

.mCS-light-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-light-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85); }

.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9); }

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

/*dark-thick*/
.mCS-dark-thick > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px; }

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

/*light-thin*/
.mCS-light-thin > .mCSB_scrollTools .mCSB_draggerRail {
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1); }

.mCS-light-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%; }

.mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

/*dark-thin*/
.mCS-dark-thin > .mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%; }

.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

div.pp_default .pp_top, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_right, div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right {
  height: 13px; }

div.pp_default .pp_top .pp_left {
  background: url(../imgs/sprite.png) -78px -93px no-repeat; }

div.pp_default .pp_top .pp_middle {
  background: url(../imgs/sprite_x.png) top left repeat-x; }

div.pp_default .pp_top .pp_right {
  background: url(../imgs/sprite.png) -112px -93px no-repeat; }

div.pp_default .pp_content .ppt {
  color: #f8f8f8; }

div.pp_default .pp_content_container .pp_left {
  background: url(../imgs/sprite_y.png) -7px 0 repeat-y;
  padding-left: 13px; }

div.pp_default .pp_content_container .pp_right {
  background: url(../imgs/sprite_y.png) top right repeat-y;
  padding-right: 13px; }

div.pp_default .pp_next:hover {
  background: url(../imgs/sprite_next.png) center right no-repeat;
  cursor: pointer; }

div.pp_default .pp_previous:hover {
  background: url(../imgs/sprite_prev.png) center left no-repeat;
  cursor: pointer; }

div.pp_default .pp_expand {
  background: url(../imgs/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px; }

div.pp_default .pp_expand:hover {
  background: url(../imgs/sprite.png) 0 -56px no-repeat;
  cursor: pointer; }

div.pp_default .pp_contract {
  background: url(../imgs/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px; }

div.pp_default .pp_contract:hover {
  background: url(../imgs/sprite.png) 0 -113px no-repeat;
  cursor: pointer; }

div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  background: url(../imgs/sprite.png) 2px 1px no-repeat;
  cursor: pointer; }

div.pp_default .pp_gallery ul li a {
  background: url(../imgs/default_thumb.png) center center #f8f8f8; }

div.pp_default .pp_social {
  margin-top: 7px; }

div.pp_default .pp_gallery a.pp_arrow_previous, div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto; }

div.pp_default .pp_nav .pp_play, div.pp_default .pp_nav .pp_pause {
  background: url(../imgs/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px; }

div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px; }

div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next {
  background: url(../imgs/sprite.png) -31px -3px no-repeat;
  height: 20px;
  width: 20px;
  margin: 4px 0 0; }

div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px; }

div.pp_default .pp_content_container .pp_details {
  margin-top: 5px; }

div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative; }

div.pp_default .pp_nav .currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  color: #999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  position: absolute;
  top: 2px;
  margin: 0;
  padding: 0 0 0 10px; }

div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7; }

div.pp_default .pp_description {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin: 5px 50px 5px 0; }

div.pp_default .pp_bottom .pp_left {
  background: url(../imgs/sprite.png) -78px -127px no-repeat; }

div.pp_default .pp_bottom .pp_middle {
  background: url(../imgs/sprite_x.png) bottom left repeat-x; }

div.pp_default .pp_bottom .pp_right {
  background: url(../imgs/sprite.png) -112px -127px no-repeat; }

div.pp_default .pp_loaderIcon {
  background: url(../imgs/loader.gif) center center no-repeat; }

div.light_rounded .pp_top .pp_left {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat; }

div.light_rounded .pp_top .pp_right {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat; }

div.light_rounded .pp_next:hover {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
  cursor: pointer; }

div.light_rounded .pp_previous:hover {
  background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer; }

div.light_rounded .pp_expand {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer; }

div.light_rounded .pp_expand:hover {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer; }

div.light_rounded .pp_contract {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer; }

div.light_rounded .pp_contract:hover {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer; }

div.light_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer; }

div.light_rounded .pp_nav .pp_play {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.light_rounded .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.light_rounded .pp_arrow_previous {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat; }

div.light_rounded .pp_arrow_next {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat; }

div.light_rounded .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat; }

div.light_rounded .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat; }

div.dark_rounded .pp_top .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat; }

div.dark_rounded .pp_top .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat; }

div.dark_rounded .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y; }

div.dark_rounded .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y; }

div.dark_rounded .pp_next:hover {
  background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
  cursor: pointer; }

div.dark_rounded .pp_previous:hover {
  background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer; }

div.dark_rounded .pp_expand {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer; }

div.dark_rounded .pp_expand:hover {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer; }

div.dark_rounded .pp_contract {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer; }

div.dark_rounded .pp_contract:hover {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer; }

div.dark_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer; }

div.dark_rounded .pp_description {
  margin-right: 85px;
  color: #fff; }

div.dark_rounded .pp_nav .pp_play {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.dark_rounded .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.dark_rounded .pp_arrow_previous {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat; }

div.dark_rounded .pp_arrow_next {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat; }

div.dark_rounded .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat; }

div.dark_rounded .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat; }

div.dark_rounded .pp_loaderIcon {
  background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; }

div.dark_square .pp_left, div.dark_square .pp_middle, div.dark_square .pp_right, div.dark_square .pp_content {
  background: #000; }

div.dark_square .pp_description {
  color: #fff;
  margin: 0 85px 0 0; }

div.dark_square .pp_loaderIcon {
  background: url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat; }

div.dark_square .pp_expand {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer; }

div.dark_square .pp_expand:hover {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer; }

div.dark_square .pp_contract {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer; }

div.dark_square .pp_contract:hover {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer; }

div.dark_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer; }

div.dark_square .pp_nav {
  clear: none; }

div.dark_square .pp_nav .pp_play {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.dark_square .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.dark_square .pp_arrow_previous {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat; }

div.dark_square .pp_arrow_next {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat; }

div.dark_square .pp_next:hover {
  background: url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
  cursor: pointer; }

div.dark_square .pp_previous:hover {
  background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
  cursor: pointer; }

div.light_square .pp_expand {
  background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer; }

div.light_square .pp_expand:hover {
  background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer; }

div.light_square .pp_contract {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer; }

div.light_square .pp_contract:hover {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer; }

div.light_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer; }

div.light_square .pp_nav .pp_play {
  background: url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.light_square .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.light_square .pp_arrow_previous {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat; }

div.light_square .pp_arrow_next {
  background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat; }

div.light_square .pp_next:hover {
  background: url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
  cursor: pointer; }

div.light_square .pp_previous:hover {
  background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
  cursor: pointer; }

div.facebook .pp_top .pp_left {
  background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat; }

div.facebook .pp_top .pp_middle {
  background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x; }

div.facebook .pp_top .pp_right {
  background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat; }

div.facebook .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y; }

div.facebook .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y; }

div.facebook .pp_expand {
  background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
  cursor: pointer; }

div.facebook .pp_expand:hover {
  background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
  cursor: pointer; }

div.facebook .pp_contract {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
  cursor: pointer; }

div.facebook .pp_contract:hover {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
  cursor: pointer; }

div.facebook .pp_close {
  width: 22px;
  height: 22px;
  background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
  cursor: pointer; }

div.facebook .pp_description {
  margin: 0 37px 0 0; }

div.facebook .pp_loaderIcon {
  background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat; }

div.facebook .pp_arrow_previous {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px; }

div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default; }

div.facebook .pp_arrow_next {
  background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px; }

div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default; }

div.facebook .pp_nav {
  margin-top: 0; }

div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px; }

div.facebook .pp_nav .pp_play {
  background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
  height: 22px;
  width: 22px; }

div.facebook .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
  height: 22px;
  width: 22px; }

div.facebook .pp_next:hover {
  background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
  cursor: pointer; }

div.facebook .pp_previous:hover {
  background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
  cursor: pointer; }

div.facebook .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat; }

div.facebook .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x; }

div.facebook .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat; }

div.pp_pic_holder a:focus {
  outline: none; }

div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500; }

div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000; }

.pp_content {
  height: 40px;
  min-width: 40px; }

* html .pp_content {
  width: 40px; }

.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%; }

.pp_content_container .pp_left {
  padding-left: 20px; }

.pp_content_container .pp_right {
  padding-right: 20px; }

.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px; }

.pp_description {
  display: none;
  margin: 0; }

.pp_social {
  float: left;
  margin: 0; }

.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden; }

.pp_social .twitter {
  float: left; }

.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0; }

.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px; }

.pp_nav .pp_play, .pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px; }

a.pp_arrow_previous, a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px; }

.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000; }

.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000; }

.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative; }

.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0; }

.pp_gallery ul a {
  display: block;
  float: left;
  overflow: hidden; }

.pp_gallery ul a img {
  border: 0; }

.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0; }

.pp_gallery li.default a {
  background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px; }

.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
  margin-top: 7px !important; }

a.pp_next {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%; }

a.pp_previous {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%; }

a.pp_expand, a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000; }

a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px; }

.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px; }

#pp_full_res {
  line-height: 1 !important; }

#pp_full_res .pp_inline {
  text-align: left; }

#pp_full_res .pp_inline p {
  margin: 0 0 15px; }

div.ppt {
  color: #fff;
  display: none !important;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px; }

div.pp_default .pp_content, div.light_rounded .pp_content {
  background-color: #fff; }

div.pp_default #pp_full_res .pp_inline, div.light_rounded .pp_content .ppt, div.light_rounded #pp_full_res .pp_inline, div.light_square .pp_content .ppt, div.light_square #pp_full_res .pp_inline, div.facebook .pp_content .ppt, div.facebook #pp_full_res .pp_inline {
  color: #000; }

div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a, .pp_gallery ul a:hover, .pp_gallery li.selected a {
  border-color: #fff; }

div.pp_default .pp_details, div.light_rounded .pp_details, div.dark_rounded .pp_details, div.dark_square .pp_details, div.light_square .pp_details, div.facebook .pp_details {
  position: relative; }

div.light_rounded .pp_top .pp_middle, div.light_rounded .pp_content_container .pp_left, div.light_rounded .pp_content_container .pp_right, div.light_rounded .pp_bottom .pp_middle, div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content, div.facebook .pp_content {
  background: #fff; }

div.light_rounded .pp_description, div.light_square .pp_description {
  margin-right: 85px; }

div.light_rounded .pp_gallery a.pp_arrow_previous, div.light_rounded .pp_gallery a.pp_arrow_next, div.dark_rounded .pp_gallery a.pp_arrow_previous, div.dark_rounded .pp_gallery a.pp_arrow_next, div.dark_square .pp_gallery a.pp_arrow_previous, div.dark_square .pp_gallery a.pp_arrow_next, div.light_square .pp_gallery a.pp_arrow_previous, div.light_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important; }

div.light_rounded .pp_arrow_previous.disabled, div.dark_rounded .pp_arrow_previous.disabled, div.dark_square .pp_arrow_previous.disabled, div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default; }

div.light_rounded .pp_arrow_next.disabled, div.dark_rounded .pp_arrow_next.disabled, div.dark_square .pp_arrow_next.disabled, div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default; }

div.light_rounded .pp_loaderIcon, div.light_square .pp_loaderIcon {
  background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat; }

div.dark_rounded .pp_top .pp_middle, div.dark_rounded .pp_content, div.dark_rounded .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; }

div.dark_rounded .currentTextHolder, div.dark_square .currentTextHolder {
  color: #c4c4c4; }

div.dark_rounded #pp_full_res .pp_inline, div.dark_square #pp_full_res .pp_inline {
  color: #fff; }

.pp_top, .pp_bottom {
  height: 20px;
  position: relative; }

* html .pp_top, * html .pp_bottom {
  padding: 0 20px; }

.pp_top .pp_left, .pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px; }

.pp_top .pp_middle, .pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px; }

* html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
  left: 0;
  position: static; }

.pp_top .pp_right, .pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px; }

.pp_fade, .pp_gallery li.default a img {
  display: none; }

/* jQuery Countdown styles 1.6.3. */
.countdown_rtl {
  direction: rtl; }

.countdown_holding span {
  color: #fff; }

.countdown_row {
  clear: both;
  width: 100%;
  padding: 0;
  text-align: center;
  float: left;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.countdown_show1 .countdown_section {
  width: 98%; }

.countdown_show2 .countdown_section {
  width: 48%; }

.countdown_show3 .countdown_section {
  margin: 0px 1.2%;
  width: 28.7%; }

.countdown_show4 .countdown_section {
  width: 24.5%; }

.countdown_show5 .countdown_section {
  width: 19.5%; }

.countdown_show6 .countdown_section {
  width: 16.25%; }

.countdown_show7 .countdown_section {
  width: 14%; }

.countdown_section {
  display: inline-block;
  text-align: center;
  font: 400 14px 'Noto Serif', serif;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 0; }

.event-detail-timer .countdown_amount {
  color: #fff; }

.countdown_amount {
  color: #fff;
  font: 400 30px 'Noto Serif', serif;
  font-weight: bold;
  line-height: normal;
  display: block;
  position: relative;
  text-transform: uppercase;
  margin: 0 0 0 0;
  padding: 0; }

/*.countdown_amount:before {
    background:#000;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}
.countdown_amount:after {
    background:#000;
    content: "";
    width: 1px;
	height:100%;
    left: 50%;
    position: absolute;
    top: 0;
}*/
.countdown_descr {
  display: block;
  width: 100%; }

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */

@keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    transform: translateY(0px); }
  100% {
    opacity: 0;
    transform: translateY(-40px); } }

@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px); }
  30% {
    opacity: 1;
    transform: translateY(0px); } }

@keyframes pulse {
  0% {
    transform: scale(1); }
  10% {
    transform: scale(1.1); }
  20% {
    transform: scale(1); } }

.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px; }

.dropzone.dz-clickable {
  cursor: pointer; }

.dropzone.dz-clickable * {
  cursor: default; }

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer; }

.dropzone.dz-started .dz-message {
  display: none; }

.dropzone.dz-drag-hover {
  border-style: solid; }

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5; }

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0; }

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px; }

.dropzone .dz-preview:hover {
  z-index: 1000; }

.dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd); }

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1; }

.dropzone .dz-preview.dz-image-preview {
  background: white; }

.dropzone .dz-preview.dz-image-preview .dz-details {
  transition: opacity 0.2s linear; }

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none; }

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline; }

.dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%; }

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px; }

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap; }

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8); }

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis; }

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent; }

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px; }

.dropzone .dz-preview:hover .dz-image img {
  transform: scale(1.05, 1.05);
  filter: blur(8px); }

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10; }

.dropzone .dz-preview .dz-image img {
  display: block; }

.dropzone .dz-preview.dz-success .dz-success-mark {
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px; }

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px; }

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 0.2s linear; }

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in; }

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  animation: pulse 6s ease infinite; }

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden; }

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 300ms ease-in-out; }

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block; }

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto; }

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white; }

.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626; }

.unslider {
  overflow: auto;
  margin: 0;
  padding: 0; }

.unslider-wrap {
  position: relative; }

.unslider-wrap.unslider-carousel > li {
  float: left; }

.unslider-vertical > ul {
  height: 100%; }

.unslider-vertical li {
  float: none;
  width: 100%; }

.unslider-fade {
  position: relative; }

.unslider-fade .unslider-wrap li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 8; }

.unslider-fade .unslider-wrap li.unslider-active {
  z-index: 10; }

.unslider li, .unslider ol, .unslider ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none; }

.unslider-arrow {
  position: absolute;
  left: 20px;
  z-index: 2;
  cursor: pointer; }

.unslider-arrow.next {
  left: auto;
  right: 20px; }

/**
 *   Here's where everything gets included. You don't need
 *   to change anything here, and doing so might break
 *   stuff. Here be dragons and all that.
 */
/**
 *   Default variables
 *
 *   While these can be set with JavaScript, it's probably
 *   better and faster to just set them here, compile to
 *   CSS and include that instead to use some of that
 *   hardware-accelerated goodness.
 */
.unslider-nav ol {
  list-style: none;
  text-align: center; }

.unslider-nav ol li {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 4px;
  background: transparent;
  border-radius: 5px;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid #fff;
  cursor: pointer; }

.unslider-nav ol li.unslider-active {
  background: #fff;
  cursor: default; }

/**
 * selectize.css (v0.12.1)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #ffffff; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

.selectize-dropdown-header-close:hover {
  color: #000000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box; }

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff; }

.selectize-control {
  position: relative; }

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit; }

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block; }

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px; }

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px; }

.selectize-input.full {
  background-color: #ffffff; }

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important; }

.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0; }

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0; }

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca; }

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff; }

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important; }

.selectize-input > input::-ms-clear {
  display: none; }

.selectize-input > input:focus {
  outline: none !important; }

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left; }

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px; }

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden; }

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px; }

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default; }

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68; }

.selectize-dropdown .active.create {
  color: #495c68; }

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px; }

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent; }

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto; }

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa; }

/**
 * selectize.bootstrap3.css (v0.12.1) - Bootstrap 3 Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #ffffff; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 3px 12px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 4px 4px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #333333;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

.selectize-dropdown-header-close:hover {
  color: #000000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 0 0 0;
  border-left: 1px solid transparent;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box; }

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: transparent; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: rgba(77, 77, 77, 0); }

.selectize-control {
  position: relative; }

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #333333;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
  -webkit-font-smoothing: inherit; }

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block; }

.selectize-input {
  border: 1px solid #cccccc;
  padding: 6px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 4px; }

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 12px 2px; }

.selectize-input.full {
  background-color: #ffffff; }

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important; }

.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.selectize-input.dropdown-active {
  border-radius: 4px 4px 0 0; }

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 3px;
  background: #efefef;
  color: #333333;
  border: 0 solid transparent; }

.selectize-control.multi .selectize-input > div.active {
  background: #428bca;
  color: #ffffff;
  border: 0 solid transparent; }

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #808080;
  background: #ffffff;
  border: 0 solid rgba(77, 77, 77, 0); }

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important; }

.selectize-input > input::-ms-clear {
  display: none; }

.selectize-input > input:focus {
  outline: none !important; }

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left; }

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #ffffff;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 4px 4px; }

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden; }

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  border-radius: 1px; }

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 3px 12px; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

.selectize-dropdown .optgroup-header {
  color: #777777;
  background: #ffffff;
  cursor: default; }

.selectize-dropdown .active {
  background-color: #f5f5f5;
  color: #262626; }

.selectize-dropdown .active.create {
  color: #262626; }

.selectize-dropdown .create {
  color: rgba(51, 51, 51, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px; }

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333333 transparent transparent transparent; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333333 transparent; }

.selectize-control.rtl.single .selectize-input:after {
  left: 17px;
  right: auto; }

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #ffffff; }

.selectize-dropdown,
.selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.selectize-dropdown .optgroup-header {
  font-size: 12px;
  line-height: 1.42857143; }

.selectize-dropdown .optgroup:first-child:before {
  display: none; }

.selectize-dropdown .optgroup:before {
  content: ' ';
  display: block;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-left: -12px;
  margin-right: -12px; }

.selectize-dropdown-content {
  padding: 5px 0; }

.selectize-dropdown-header {
  padding: 6px 12px; }

.selectize-input {
  min-height: 34px; }

.selectize-input.dropdown-active {
  border-radius: 4px; }

.selectize-input.dropdown-active::before {
  display: none; }

.selectize-input.focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.has-error .selectize-input {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .selectize-input:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.selectize-control.multi .selectize-input.has-items {
  padding-left: 9px;
  padding-right: 9px; }

.selectize-control.multi .selectize-input > div {
  border-radius: 3px; }

.form-control.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  box-shadow: none;
  border-radius: 0; }

/*!
 * Datepicker for Bootstrap v1.5.1 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  border-radius: 4px;
  direction: ltr; }

.datepicker-inline {
  width: 220px; }

.datepicker.datepicker-rtl {
  direction: rtl; }

.datepicker.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px; }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute; }

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px; }

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px; }

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15); }

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff; }

.datepicker > div {
  display: none; }

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none; }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999; }

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer; }

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

.datepicker table tr td.highlighted {
  color: #000000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0; }

.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000000;
  background-color: #afd9ee;
  border-color: #298fc2; }

.datepicker table tr td.highlighted:hover {
  color: #000000;
  background-color: #afd9ee;
  border-color: #52addb; }

.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
  color: #000000;
  background-color: #afd9ee;
  border-color: #52addb; }

.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted.focus {
  color: #000000;
  background-color: #91cbe8;
  border-color: #298fc2; }

.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
  background-image: none; }

.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5; }

.datepicker table tr td.highlighted.focused {
  background: #afd9ee; }

.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #999999; }

.datepicker table tr td.today {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000000;
  background-color: #ffc966;
  border-color: #b37400; }

.datepicker table tr td.today:hover {
  color: #000000;
  background-color: #ffc966;
  border-color: #f59e00; }

.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open > .dropdown-toggle.datepicker table tr td.today {
  color: #000000;
  background-color: #ffc966;
  border-color: #f59e00; }

.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.today:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.today:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.today.focus {
  color: #000000;
  background-color: #ffbc42;
  border-color: #b37400; }

.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open > .dropdown-toggle.datepicker table tr td.today {
  background-image: none; }

.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today.focused {
  background: #ffc966; }

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #999999; }

.datepicker table tr td.range {
  color: #000000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0; }

.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #7c7c7c; }

.datepicker table tr td.range:hover {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.focus {
  color: #000000;
  background-color: #c3c3c3;
  border-color: #7c7c7c; }

.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
  background-image: none; }

.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb; }

.datepicker table tr td.range.focused {
  background: #d5d5d5; }

.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #999999; }

.datepicker table tr td.range.highlighted {
  color: #000000;
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #4b88a6; }

.datepicker table tr td.range.highlighted:hover {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted.focus {
  color: #000000;
  background-color: #a8c8d8;
  border-color: #4b88a6; }

.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  background-image: none; }

.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3; }

.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #999999; }

.datepicker table tr td.range.today {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000000;
  background-color: #f4b747;
  border-color: #815608; }

.datepicker table tr td.range.today:hover {
  color: #000000;
  background-color: #f4b747;
  border-color: #bf800c; }

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
  color: #000000;
  background-color: #f4b747;
  border-color: #bf800c; }

.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.today.focus {
  color: #000000;
  background-color: #f2aa25;
  border-color: #815608; }

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
  background-image: none; }

.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #999999; }

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #ffffff;
  background-color: #999999;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #ffffff;
  background-color: #808080;
  border-color: #161616; }

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #ffffff;
  background-color: #808080;
  border-color: #373737; }

.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
  color: #ffffff;
  background-color: #808080;
  border-color: #373737; }

.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.selected:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.selected:focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted.focus {
  color: #ffffff;
  background-color: #6e6e6e;
  border-color: #161616; }

.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
  background-image: none; }

.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #999999;
  border-color: #555555; }

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #193c5a; }

.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e; }

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e; }

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted.focus {
  color: #ffffff;
  background-color: #285e8e;
  border-color: #193c5a; }

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  background-image: none; }

.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #428bca;
  border-color: #357ebd; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px; }

.datepicker table tr td span:hover {
  background: #eeeeee; }

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #193c5a; }

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e; }

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e; }

.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover.focus {
  color: #ffffff;
  background-color: #285e8e;
  border-color: #193c5a; }

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none; }

.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #428bca;
  border-color: #357ebd; }

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999; }

.datepicker .datepicker-switch {
  width: 145px; }

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer; }

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee; }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.input-daterange {
  width: 100%; }

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

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px; }

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0; }

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #cccccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px; }

#responsive-logo {
  display: none; }

a:hover {
  transition: all 0.3s ease; }

#how-it-works {
  background-color: #073c5f; }

.nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent !important; }

.footer-subtext {
  color: #aaa !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 18px !important; }

.swiper-container {
  width: 100%;
  height: 620px; }
  .swiper-container .swiper-slide {
    text-align: center;
    padding: 0 10%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    /* align horizontal */
    -ms-flex-align: center;
    align-items: center;
    /* align vertical */ }
    .swiper-container .swiper-slide span, .swiper-container .swiper-slide small {
      color: #fff;
      display: inline-block; }
    .swiper-container .swiper-slide span {
      font-size: 48px;
      font-weight: 600;
      line-height: 50px; }
    .swiper-container .swiper-slide small {
      font-size: 30px;
      font-weight: 300;
      line-height: 36px; }

#footer #footer-nav {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 25px 0; }
  #footer #footer-nav ul {
    margin: 0; }
    #footer #footer-nav ul li a {
      font-size: 14px;
      font-weight: 500;
      text-transform: uppercase;
      color: #000; }

#footer #footer-bottom {
  background-color: #f5f5f5;
  padding: 35px 0; }

.partners {
  margin: 100px auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row; }
  .partners .partner-box {
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center; }
    .partners .partner-box:first-child {
      border-right: 1px solid #c8c8c8; }

#home-projects {
  margin: 0 auto; }
  #home-projects .project {
    clear: both;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
    margin-bottom: 30px; }
    #home-projects .project:first-child {
      margin-top: 30px; }
  #home-projects .media {
    margin-top: 0;
    text-align: right;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative; }
    #home-projects .media .funded {
      width: 169px;
      height: 170px;
      position: absolute;
      top: 0;
      right: 0;
      background: transparent url(/images/funded-top-right.png); }
  #home-projects .information {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 60%; }
  #home-projects .overview {
    padding: 60px; }
    #home-projects .overview h2, #home-projects .overview h3 {
      color: #222; }
    #home-projects .overview h2 {
      font-size: 36px;
      font-weight: 400;
      line-height: 36px; }
    #home-projects .overview h3 {
      color: #aaa;
      font-size: 16px;
      font-weight: 300;
      line-height: 21px; }
    #home-projects .overview .dates {
      padding: 40px 0; }
    #home-projects .overview .more-button {
      border: 1px solid #1dafed;
      border-radius: 28px;
      color: #408dc4;
      font-size: 16px;
      font-weight: 500;
      line-height: 30px;
      display: block;
      text-align: center;
      padding: 11px 0; }
      #home-projects .overview .more-button:hover {
        color: #222;
        border: 1px solid #222;
        text-decoration: none; }
  #home-projects .meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    #home-projects .meta .info-block {
      -ms-flex-positive: 1;
      flex-grow: 1;
      text-align: center;
      background-color: #1dafed;
      font-weight: 300;
      font-size: 30px;
      color: #fff;
      border-bottom: 1px solid #8ed7f6;
      min-width: 250px;
      padding: 50px; }
      #home-projects .meta .info-block:last-child {
        border-bottom: none; }
      #home-projects .meta .info-block span {
        display: block;
        font-size: 16px;
        font-weight: 400; }
  #home-projects .project:nth-child(even) {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    #home-projects .project:nth-child(even) .information {
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    #home-projects .project:nth-child(even) .info-block {
      background-color: #0a588c; }
    #home-projects .project:nth-child(even) .meta .info-block {
      border-bottom: 1px solid #85acc6; }
    #home-projects .project:nth-child(even) .media {
      text-align: left; }
      #home-projects .project:nth-child(even) .media .funded {
        width: 169px;
        height: 170px;
        position: absolute;
        top: 0;
        left: 0;
        background: transparent url(/images/funded-top-left.png); }

@media (max-width: 1200px) {
  #home-projects .project {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
    #home-projects .project .information, #home-projects .project .media {
      max-width: 100% !important; }
    #home-projects .project .media img {
      width: 100%;
      height: auto; } }

@media (max-width: 1100px) {
  .partners {
    margin: 50px auto;
    -ms-flex-direction: column;
    flex-direction: column; }
    .partners .partner-box {
      margin-bottom: 60px; }
      .partners .partner-box:first-child {
        border-right: 0; } }

@media (max-width: 768px) {
  .causes-header #nav {
    float: none; }
  #home-projects .project {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
    #home-projects .project .information {
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
      max-width: 100% !important; }
  ul.meta-nav {
    float: none;
    margin: 0;
    text-align: center;
    padding: 20px 0; }
    ul.meta-nav li {
      display: inline;
      line-height: 30px !important; }
  #how-container h2 {
    padding: 0 5% !important; } }

.btn-login {
  background-color: #fff;
  color: #408dc4;
  padding: 6px 30px;
  border: 1px solid #408dc4;
  border-radius: 15px; }
  .btn-login:hover {
    color: #222;
    text-decoration: none;
    border: 1px solid #222; }

.signup-link {
  color: #1bafed;
  text-decoration: underline; }

.form-holder:not(:first-of-type) {
  display: none; }

.other {
  margin-left: 10px;
  position: absolute;
  top: -3px;
  left: 60px;
  display: none; }

.dropdown-menu {
  z-index: 9999 !important; }

.required label:not(.radio-inline):after {
  color: #e32;
  content: ' *';
  display: inline; }

#inner-banner.project-banner {
  padding: 150px 0; }

.padded-project-details {
  padding: 13px 13px 0 13px; }

.causes-list {
  background-color: #eaeaea; }

.causes-list-box {
  background-color: #fff; }

#loginModal .modal-body {
  padding: 7px; }

.fram-box {
  padding-bottom: 0; }

.padded.container {
  padding: 40px 0; }

.panel-admin {
  margin-bottom: 0;
  clear: both; }

.image-container {
  height: 100%;
  background-position: center center;
  background-size: cover; }

label.error {
  color: red;
  font-size: 11px; }

.wizard-container {
  z-index: 3; }
  .wizard-container .nav-pills > li + li {
    margin-left: 0; }
  .wizard-container .nav-pills > li > a {
    border-radius: 0;
    margin-left: -1px; }
  .wizard-container .nav-pills > li:first-child > a {
    border-radius: 4px 0 0 4px;
    margin: 0; }
  .wizard-container .nav-pills > li:last-child > a {
    border-radius: 0 4px 4px 0; }

.wizard-card {
  min-height: 410px;
  background-color: #FFFFFF;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 0 0 10px 0;
  overflow: hidden;
  transition: all 0.2s;
  -webkit-transition: all 0.2s; }

.wizard-card .picture-container {
  position: relative;
  cursor: pointer;
  text-align: center; }

.wizard-card .picture {
  width: 106px;
  height: 106px;
  background-color: #999999;
  border: 4px solid #CCCCCC;
  color: #FFFFFF;
  border-radius: 50%;
  margin: 5px auto;
  overflow: hidden;
  transition: all 0.2s;
  -webkit-transition: all 0.2s; }

.wizard-card .picture:hover {
  border-color: #2ca8ff; }

.wizard-card.ct-wizard-azzure .picture:hover {
  border-color: #2CA8FF; }

.wizard-card.ct-wizard-green .picture:hover {
  border-color: #05ae0e; }

.wizard-card.ct-wizard-blue .picture:hover {
  border-color: #3472f7; }

.wizard-card.ct-wizard-orange .picture:hover {
  border-color: #0e76bc; }

.wizard-card.ct-wizard-red .picture:hover {
  border-color: #ff3b30; }

.wizard-card .picture input[type="file"] {
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0 !important;
  position: absolute;
  top: 0;
  width: 100%; }

.wizard-card .picture-src {
  width: 100%; }

.wizard-card .tab-content {
  min-height: 340px;
  padding: 20px 10px; }

.wizard-card .wizard-footer {
  padding: 0 10px;
  border-top: 1px solid #eaeaea;
  padding-top: 10px; }

.wizard-card .disabled {
  display: none; }

.wizard-header {
  padding: 10px 0; }

.wizard-card .wizard-header h3 {
  font-weight: 200;
  text-align: center; }

.wizard-card .nav-pills > li {
  text-align: center; }

.wizard-card .nav-pills > li a {
  border: 0 !important;
  text-transform: uppercase;
  background-color: #999999;
  color: #FFFFFF !important;
  font-size: 14px;
  padding: 17px 15px !important; }

.wizard-card.ct-wizard-green .nav-pills > li.active a {
  background-color: #05ae0e; }

.wizard-card.ct-wizard-azzure .nav-pills > li.active a {
  background-color: #2CA8FF; }

.wizard-card.ct-wizard-blue .nav-pills > li.active a {
  background-color: #3472f7; }

.wizard-card.ct-wizard-orange .nav-pills > li.active a {
  background-color: #0e76bc; }

.wizard-card.ct-wizard-red .nav-pills > li.active a {
  background-color: #ff3b30; }

.wizard-card .nav-pills > li > a:hover, .wizard-card .nav-pills > li > a:focus {
  background-color: #999999;
  cursor: default; }

.wizard-card .btn {
  text-transform: uppercase; }

.wizard-card .nav-pills > li:first-child > a {
  border-radius: 0;
  margin: 0; }

.wizard-card .nav-pills > li:last-child > a {
  border-radius: 0; }

.wizard-card .info-text {
  text-align: center;
  font-weight: 300;
  margin: 10px 0 30px; }

.wizard-card .choice {
  text-align: center;
  cursor: pointer;
  margin-top: 20px; }

.wizard-card .choice .icon {
  text-align: center;
  vertical-align: middle;
  height: 116px;
  width: 116px;
  border-radius: 50%;
  background-color: #999999;
  color: #FFFFFF;
  margin: 0 auto 20px;
  border: 4px solid #CCCCCC;
  transition: all 0.2s;
  -webkit-transition: all 0.2s; }

.wizard-card .choice i {
  font-size: 30px;
  line-height: 111px; }

.wizard-card .choice:hover .icon, .wizard-card .choice.active .icon {
  border-color: #2ca8ff; }

.wizard-card.ct-wizard-azzure .choice:hover .icon, .wizard-card.ct-wizard-azzure .choice.active .icon {
  border-color: #2CA8FF; }

.wizard-card.ct-wizard-blue .choice:hover .icon, .wizard-card.ct-wizard-blue .choice.active .icon {
  border-color: #3472f7; }

.wizard-card.ct-wizard-green .choice:hover .icon, .wizard-card.ct-wizard-green .choice.active .icon {
  border-color: #05ae0e; }

.wizard-card.ct-wizard-orange .choice:hover .icon, .wizard-card.ct-wizard-orange .choice.active .icon {
  border-color: #0e76bc; }

.wizard-card.ct-wizard-red .choice:hover .icon, .wizard-card.ct-wizard-red .choice.active .icon {
  border-color: #ff3b30; }

.wizard-card .choice input[type="radio"],
.wizard-card .choice input[type="checkbox"] {
  position: absolute;
  left: -10000px;
  z-index: -1; }

.wizard-card .btn-finish {
  display: none; }

.wizard-card .description {
  color: #999999;
  font-size: 14px; }

.slide-content {
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 60px; }
  .slide-content h1 {
    font-size: 60px;
    padding-bottom: 20px;
    line-height: 70px; }
  .slide-content h2 {
    font-size: 40px;
    line-height: 40px;
    text-transform: none;
    font-weight: normal; }
  .slide-content h1, .slide-content h2 {
    letter-spacing: 0;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.6); }

#home-slider {
  background-color: #000; }

#home-slider img {
  width: 100%;
  opacity: 0.7; }

.btn-primary {
  background-color: #0e76bc !important; }

.footer-social li a {
  color: #999;
  padding: 20px 6px;
  display: inline-block; }

/****** LOGIN MODAL ******/
.loginmodal-container {
  padding: 30px;
  max-width: 500px;
  width: 100% !important;
  background-color: #fff;
  margin: 0 auto;
  overflow: hidden; }

.loginmodal-container h1 {
  text-align: center;
  color: #222;
  text-transform: none;
  padding: 20px 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 21px; }

.login-link-small {
  color: #222;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  display: block;
  text-align: center;
  padding: 15px 0; }

.login-link-large {
  color: #222;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
  display: block;
  text-align: center;
  padding-bottom: 15px; }

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative; }

.loginmodal-container input[type=text], .loginmodal-container input[type=password] {
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background-color: white;
  padding: 5px 15px;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  color: #aaa;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px; }

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
  /* border-radius: 3px; */
  /* -webkit-user-select: none;
    user-select: none; */ }

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  background-color: #4d90fe;
  padding: 13px 0px;
  font-family: roboto;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */ }

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */ }

#nav li.active a {
  background: #fff;
  color: #408dc4; }

.loginmodal-container form a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s; }

.login-help {
  font-size: 12px; }

.detail-row img {
  max-width: 100%; }

.unslider {
  position: relative; }

.unslider-nav {
  display: none; }

.unslider-arrow {
  background-color: #0e76bc;
  color: #fff;
  position: absolute;
  z-index: 9999;
  font-size: 30px;
  padding: 5px 20px; }

.input-group label.error {
  position: absolute;
  left: 0;
  bottom: -24px; }

#home-slider .text {
  position: absolute;
  width: 100%;
  z-index: 9999; }

#home-slider h2, #home-slider h3 {
  text-align: center;
  color: #fff;
  max-width: 60%;
  margin: 0 auto;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7); }

#home-slider h2 {
  font-size: 46px;
  line-height: 46px;
  margin-bottom: 20px;
  margin-top: 0; }

#home-slider h3 {
  font-size: 36px;
  line-height: 36px;
  font-weight: normal;
  margin-bottom: 0; }

span.grey {
  color: #cecece; }

.detail-row img {
  max-width: 100%; }

footer .small-text p {
  font-size: 12px;
  margin-bottom: 10px; }

#project-banner img {
  width: 100%;
  margin-bottom: 50px; }

.list-inline-end {
  border-left: 1px solid #bcbcbc;
  padding-left: 8px !important; }

.loginmodal-container input[type=submit] {
  width: 80% !important;
  float: left;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  font-weight: 500;
  font-size: 20px; }

.social-login {
  width: 20%;
  display: block;
  float: left;
  padding: 17px 0px;
  font-family: roboto;
  font-size: 14px;
  background-color: #3b5998;
  color: #fff !important;
  opacity: 1 !important;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }
  .social-login:hover {
    background-color: rgba(59, 89, 152, 0.8); }

.login-help {
  clear: both; }

@media (max-width: 768px) {
  img {
    max-width: 100%; }
  .slide-content {
    padding: 20px;
    top: 35px !important; }
    .slide-content h1, .slide-content h2 {
      width: 90%; }
    .slide-content h1 {
      font-size: 30px;
      padding-bottom: 20px;
      line-height: 40px; }
    .slide-content h2 {
      position: absolute;
      top: 250px;
      color: #000;
      text-shadow: none;
      font-size: 20px;
      line-height: 30px;
      text-transform: none;
      font-weight: normal; }
  .footer-social strong {
    display: block;
    float: none !important;
    text-align: center; }
  .logo-row {
    margin-bottom: 0 !important; }
  #nav li a {
    line-height: 40px;
    font: 400 12px/52px "Montserrat", sans-serif; }
  #footer .copy.pull-right {
    display: none; }
  #home-slider h2, #home-slider h2 span {
    font-size: 22px !important;
    line-height: 26px;
    text-transform: none;
    font-weight: normal; }
  #home-slider img {
    width: auto;
    position: relative;
    left: -60%;
    top: -30%;
    max-width: none; }
  .unslider-arrow {
    font-size: 20px !important; }
  section.partners a {
    text-align: center; }
  section.partners img {
    max-width: 80% !important; } }

@media (max-width: 321px) {
  .slide-content {
    padding: 20px;
    top: 35px !important; }
    .slide-content h1, .slide-content h2 {
      width: 90%; }
    .slide-content h1 {
      font-size: 25px;
      padding-bottom: 0;
      line-height: 35px; }
    .slide-content h2 {
      position: absolute;
      top: 200px;
      color: #000;
      text-shadow: none;
      font-size: 18px;
      line-height: 21px;
      text-transform: none;
      font-weight: normal; }
  #nav li a {
    line-height: 40px;
    font: 400 12px/52px "Montserrat", sans-serif; }
    #nav li a span {
      display: none; }
  #logo-column {
    width: 65%; }
  #nav-column {
    width: 35%; } }

#how-container h1, #how-container h2 {
  text-align: center; }

#how-container h1 {
  color: #222;
  font-size: 36px;
  font-weight: 400;
  line-height: 21px;
  margin: 60px 0 40px 0; }

#how-container h2 {
  color: #666;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  padding: 0 20%; }

#how-container p {
  text-align: center;
  padding: 20px 20%; }

@media (min-width: 1200px) {
  .first-item {
    margin-left: 15px; } }

/*# sourceMappingURL=app.css.map */
