/*

Template 2083 Steak House

http://www.tooplate.com/view/2083-steak-house

*/
.np  {
	padding:0;
}
@media (min-width: 780px)  {.pull-right-sm {float:right}}
@media (min-width: 900px)  {.pull-right-md {float:right}}
@media (min-width: 1200px) {.pull-right-lg {float:right}}

@media (min-width: 780px) {
.pull-right-sm {
  float: right;
}
}
@media (min-width: 900px) {
.pull-right-md {
  float: right;
}
}
@media (min-width: 1200px) {
.pull-right-lg {
  float: right;
}
}
@font-face {
    font-family: Cairo;
		font-weight: Bold;
    src: url(../fonts/Cairo-Bold.ttf);
}

@font-face {
    font-family: Cairo;
		font-weight: Light; /*100*/
    src: url(../fonts/Cairo-Light.ttf);
}

@font-face {
    font-family: Cairo;
		font-weight: Normal;
    src: url(../fonts/Cairo-Regular.ttf);
}
body {
		background: #ffffff;
    font-family: 'Cairo', sans-serif !important
    font-weight: 300;
	}

html,body {
  width: 100%;
  overflow-x: hidden;
}

html {
  font-size: 100%;
}


/* Typography */
h1,h2,h3, .btn {
  font-family: 'Cairo', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

h1 {
  font-weight: bold;
  font-size: 100px;
}

h2 {
  color: #333;
  font-size: 40px;
  letter-spacing: 2px;
/*   text-transform: uppercase; */
  margin-top: 8px;
}
#contact h2 {
  color: #ffffff;
}

h3 {
/*   color: #444; */
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1px;
  padding-bottom: 10px;
}
#menu h3 {
   color: #555;
}

h4 {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 3px;
/*   text-transform: uppercase; */
  font-weight: 400;
}

p {
/*   font-size: 18px;
  letter-spacing: 0.8px;
  line-height: 28px; */
}

a {
  text-decoration: none !important;
}
a:visited,
a:focus {
  outline: none;
  text-decoration: none !important;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

/* hover min css */
.hvr-bounce-to-bottom:before,
.hvr-bounce-to-top:before {
  background-color: #ffffff;
}

.radioButtonRating.not-selected{
	background-color:#fff;
}
.radioButtonRating input {
	display: none;
}
.radioButtonRating{
	border:2px solid #fff;
	border-radius: 50%;
	width: 1em;
	height:1em;
/* 	margin:-0.5em 2px; */
	cursor:pointer;
}
.radio-btn-style-00{
	border-color:#fff;
/* 	background-color:#fff; */
	font-size:16px;
}
.radio-btn-style-01{
	border-color:#66cccc;
	background-color:#66cccc;
	font-size:35px;
}
.radio-btn-style-02{
	border-color:#66cccc;
	background-color:#66cccc;
	font-size:30px;
}
.radio-btn-style-03{
	border-color:#9bd7b9;
	background-color:#9bd7b9;
	font-size:25px;
}
.radio-btn-style-04{
	border-color:#736357;
	background-color:#736357;
	font-size:20px;
}
.radio-btn-style-05{
	border-color:#ffcc33;
	background-color:#ffcc33;
	font-size:25px;
}
.radio-btn-style-06{
	border-color:#ff9966;
	background-color:#ff9966;
	font-size:30px;
}
.radio-btn-style-07{
	border-color:#ff9966;
	background-color:#ff9966;
	font-size:35px;
}


/* All Section styles */
#about,
#feature,
#video,
#menu,
#team,
#gallery,
#contact {
/*   color: #656565; */
  padding-top: 50px;
  padding-bottom: 50px;
}

#feature,
#video,
#team,
#gallery,
#contact {
  text-align: center;
}

#feature,
#team {
  background: rgb(240,240,240);
}



/* section title */
.section-title {
  padding-bottom: 70px;
}
#about .section-title,
#menu .section-title {
  text-align: center;
}
#contact .section-title {
  color: #f0f0f0;
}



/* Preloader section  */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-spinner-pulse {
  width: 60px;
  height: 60px;
  background-color: #222;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
          animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }


/* Home section */
#home {
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
        align-items: center;
  text-align: center;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

#home .gradient-overlay {
  background: #c21500; /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #c21500 , #ffc500); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #c21500 , #ffc500); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
}

#home .btn {
  background: transparent;
  border: 3px solid #ffffff;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 13px 30px;
  margin-top: 34px;
  text-transform: uppercase;
}
#home .btn:hover,
#home .btn:focus {
  color: #c21500;
}

/**********************/
/* Navigation section */
/**********************/
.navbar-default {
		background: #ffcc33;
		border: none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
    margin: 0 !important;
		
		padding-bottom: 150px;
}

.navbar-default .navbar-brand {
  color:  green;/* #505050;CHANGE THIS HALAAAAAAAAAAAAAAAAAAAAAAA*/
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 40px;
  margin: 0;
}

.navbar-default .navbar-nav li a {
		color: #ffffff;
    font-size: 19px;
    font-weight: 300;
    line-height: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav > li a:hover {
    color: #757575 !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #606060;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
     border: none;
     padding-top: 10px;
  }

.navbar-default .navbar-toggle .icon-bar {
    border-color: transparent;
  }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

																									/**********************/
																									/** ADDED for NAVBAR **/
																									/**********************/
#myAddedClass{
	font-family: 'Cairo', sans-serif;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	
	background: #ffffff;
	text-align: center;
}
/* @media (min-width: 1100px){
	#myAddedClass ul {
			margin-right: 400px;
	}
} */
#myAddedClass ul {
	width: calc(100% - 100px);
}

#myAddedClass a{
	color: #746457;
	text-align: center;
	
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#myAddedClass a:hover{
	color: #69c8ca;
}

																									/**********************/
																									/**** HOW IT WORKS ****/
																									/**********************/

#feature {
/* 	float: left; */
	background-color: #ffffff;
}

#feature h2 {
	display: inline;
	font-weight: bold;
}
#feature h4{
	font-size: 16px;
}
#how_it_works{
	display: inline;
	width: 50px;
}
#steps {
	color:#736357;
}
#steps img {
	margin-bottom:20px;
}


#feature .feature-thumb {
  background-color: #ffffff;
  position: relative;
  padding: 40px;
  margin-top: 32px;
}
.title{
	color:#fff;
  text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
}
#feature .feature-icon {
  background-color: #222;
  width: 85px;
  height: 85px;
  margin: 0 auto;
  top: 0;
  margin-top: -70px;
  margin-bottom: 30px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: table;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
#feature .feature-icon:hover {
  background-color: #c21500;
}
#feature .feature-icon span {
  display: table-cell;
  vertical-align: middle;
}
#feature .feature-icon .fa {
  color: #ffffff;
  font-size: 36px;
  margin: 0;
  padding: 0;
}

#feature h2 {
	margin: 0;
}
																									/***********************/
																									/**** BreadCrumbs  *****/
																									/***********************/

#breadcrumbsSteps {
/* 	border: dashed; */
/* 	background: red; */
/* 	margin-left: 50px; */
	margin-top: 20px;
	margin-bottom: 20px;
	
}

.breadcrumb-title{font-size: 16px}
@media (min-width: 650px) {
	.breadcrumb-title {
		font-size: 26px;
	}
}
#breadcrumbsSteps div:first-child h4 {
	color: #ffcc33;
}
#breadcrumbsSteps div:nth-child(2) h4 {
	color: #66cccc;
}
#breadcrumbsSteps div:last-child h4 {
	color: #ff9966;
}

																									/********************/
																									/**** Questions *****/
																									/********************/
#questions{
	background: #f0efe9;
	padding: 50px 0;
	color: #736357;
}
#questions section{
	background: #fff;
	padding:  20px 0px;
}
#questions .row:first-child section{
	padding:  50px 0 20px 0;
}
#questions section{
	text-align: center;
}
#questions section div{
	margin-top:7px;
}
#questions section > p{
	font-family: 'Cairo', sans-serif;
	text-align: center;
}
#questions section div div p{
	font-family: 'Cairo', sans-serif;
	font-weight: lighter;
/* 	padding-top: 3px; */
}

#NextBack {
	background: #fff;
	width: 100px;
	height: 50px;
	text-align: center;
/* 	padding: 30px 0; */
}

#NextBack label{
	font-size: 25px;
}



																									/**********************/
																									/****** STORIES *******/
																									/**********************/
#stories{
	font-family: 'Cairo', sans-serif !important;
	
	text-align: center;
/* 	background: #ffffff; */
	background: #ffcc33;
	padding-top: 30px;
	padding-bottom: 15px;
}

#stories h2 {
	display: inline;
	color: #ffffff;
	font-weight: bold;
}

#stories div {
	background: #ffcc33;
	padding-top: 30px;
	padding-bottom: 15px;
}

#stories div img{
	display: inline;
	width: 100px;
}

/***********/
#storiesTwo{
	background: #ffffff;
	padding: 25px 0;
}
																									/***********************/
																									/**** Gender Roles *****/
																									/***********************/

#genderRoles {
	background: #f0efe9;
	font-family: 'Cairo', sans-serif !important;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 15px;
}

#womapologizing{
/* 	margin-left: 20px;
	padding-left: 50px; */
}
#genderRolesTitle {
	margin-bottom: 50px;
	background: #69c8ca;
	height: 150px;
}

#genderRolesTitle h2 {
	font-family: 'Cairo', sans-serif !important;
	display: inline;
	color: #fff;
	line-height: 150px;
	font-weight: bold;
}

#gr-img{
	width:50px;
	margin-top:-15px;
}
/* #genderRoles div:first-child img {
	display: inline;
} */
.genderRolesClass {
	background: #ffffff;
	font-family: 'Cairo', sans-serif !important;
	border-radius: 1px;
	padding:1px;
	height: 350;
/* 	margin: 0 5px; */
/* 	font-size: 8px; */
}
.genderRolesClass p{
	color:#fff;
}

																									/*************************/
																									/** User Profile BANNER **/
																									/*************************/
.UPBanner{
	background: #9cd4b8;
/* 	height: 300px; */
	color: #fff;
	font-family: 'Cairo', sans-serif !important;
	padding: 20px 0;
	text-align: center;
}
.UPBanner h2{
	color: #fff;
}


																									/*************************/
																									/**** Spectrum Result ****/
																									/*************************/
#spectrumResult {
	background-color: #f0efe9;
	text-align: center;
	color: #fff;
	padding-top: 40px;
}
#spectrumResult > div > div  {
	background-color: #ff9966;
	padding: 30px 0;
}
#spectrumResult p{
	font-family: 'Cairo', sans-serif;
	font-size: 30px;
}
#spectrumResult p:nth-child(2){
	font-weight: bold;
	font-size: 70px;
	margin: 55px 0;
/* 	padding: */
/* 	border: dashed; */
}
#spectrumResult p:last-child{
	font-size: 30px;
	line-height: 40px;
}
																									/****************************/
																									/**** What does it mean? ****/
																									/****************************/
#whatItMeans{
	background: #f0efe9;
	color: #fff;
}
#whatItMeans > div > div{
	background: #66cccc;
	padding: 30px 0;
}
#whatItMeans h3 {
	font-size: 40px;
}
#whatItMeans p{	
	font-size: 20px;
	line-height: 30px;
	
}

																									/*************************/
																									/**** Spectrum Table ****/
																									/*************************/
#spectrum{
	color: #736357;
}
#spectrum h3 {
	font-size: 20px;
	font-weight: bold;
	color: #66cccc;
}
#spectrum h4 {
	font-size: 15px;
}
/* #allTable{
	margin-bottom:20px;
} */
#spectrum{
	background: #efede7;
}
#spectrumTableHeading{
	text-align: center;
	
/* 	padding: 20px 0; */
}
#spectrumTableHeading p{
	padding: 20px 0;
}

#spectrumTableHeading p{
	background: #fff;
/* 	margin-right: 2px; */
/* 	padding: 20px 0; */
}
#spectrumTable{
/* 	margin-bottom: 10px; */
}
#rebelling, #abiding{
	background: #fff;
	
}

#rebelling div:last-child{
	padding-bottom:15px;
}


#startPerforming h4{
	font-family: 'Cairo', sans-serif;
	font-size: 20px;
	line-height: 2em;
	padding-left: 3em;
  background-image: url(../images/breadcrumbs/3-performSquare.png);
  background-size: 2em 2em;
  background-repeat: no-repeat;
/* 	margin: 2em 0; */
}


#startDesigning h4{
	font-family: 'Cairo', sans-serif;
	font-size: 20px;
	line-height: 2em;
	padding-left: 2em;
  background-image: url(../images/breadcrumbs/2-designTriangle.png);
  background-size: 2em 2em;
  background-repeat: no-repeat;
}


																									/**************************/
																									/* BACK Button Navigation */
																									/**************************/

#backNavigation a{
	color: #66cccc;
	font-size: 16px;
}
																									/*************************/
																									/********** PLAN *********/
																									/*************************/
#plan {
/* 	border: dotted; */
/* 	padding-top: 130px; */
	margin-top: 100px;
	font-family: 'Cairo', sans-serif;
}
#plan a{
	cursor: pointer;
}
#whatAreLevels{
	
	background: #f79768;
	color: #fff;
	margin-top: 20px;
	padding: 15px 35px;
}

.allLevels{
	margin-bottom:90px;
/* 	border: dotted; */
}
.lastLevel{
	margin-bottom:50px;
}
.planParagrph {
/* 	border: dashed; */
	font-family: 'Cairo', sans-serif;
	font-size: 25px;
	line-height: 35px;
	margin-top: 3em;
/* 	width: 200px; */
}
/* .halaCircle{
	background: #66cccc;
	border-radius: 50%;
	width: 200px;
	height:200px;
	color: #fff;
	font-family: 'Cairo', sans-serif;
} */



/* #boosters{
	background:#f0efe9;
	padding: 50px;
	
}

#boosterImg{
	margin-bottom:50px;
}

#boosters p{
	font-family: 'Cairo', sans-serif;
	font-size: 30px;
	line-height: 40px;
} */

																									/*************************/
																									/********** TASK *********/
																									/*************************/
#allTasks{
	background: #f0efe9;
	color: #736356;
	font-family: 'Cairo', sans-serif;
	padding: 40px 0;
	color: #736356;
}
#task-section{
	margin: 50px;
/* 	padding: 50px; */
}
#task-section h1{
	font-family: 'Cairo', sans-serif;	
	color: #66cccc;
}
#task-section h2{
	color: #736356;
	font-size: 28px;
	lin-height: 30px
}
#task-section p{
	font-size: 18px;
	lin-height: 22px;
}
#taskTitle, #taskBackground{
	margin-bottom: 30px;
}





																									/*************************/
																									/******* Journaling ******/
																									/*************************/
#journal{
/* 	height: 100px;
	width: 100px; */
	background: #f0efe9;
	font-family: 'Cairo', sans-serif;
	padding: 20px 0;
}
#journal h2, h3, h4, p, textarea{
	font-family: 'Cairo', sans-serif;
}
#journal h3, h4, p, textarea{
	color: #736356;
}
#leftTaskList{
	background: #fff;
	padding: 20px 0 20px 30px;
	border-radius:5px;
}
#leftTaskList h4{
	font-size: 15px;
}
#leftTaskList h4:hover{
	color:#66cccc;
/* 	font-size: 25px; */
}
#reflections{
	margin-bottom: 20px;
}

/* About section  */
#about .col-md-4 ul {
  padding-top: 4px;
  padding-left: 28px;
}

#about .col-md-4 ul li {
  color: #777;
  font-size: 18px;
  font-weight: 400;
  padding-top: 2px;
  padding-bottom: 2px;
}



/* Video section  */
#video {
  background: url('../images/video-bg.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
  color: #999;
}

#video .overlay {
  background: rgba(03,03,03,0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

#video h2 {
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 16px;
}

#video .fa {
  position: relative;
  border: 2px solid #ffffff;
  border-radius: 100px;
  color: #ffffff;
  font-size: 28px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  vertical-align: middle;
  margin-top: 22px;
}

																									/**********************/
																									/******* Toning *******/
																									/**********************/

/* #toning > div > div > div{
	margin-top:10px;
} */
#toning{
	font-family: 'Cairo', sans-serif;	
}
.toningPillars{
	padding: 20px;
	color: #fff;
}
.toningPillars img{
    margin: 20px auto;
    max-height: 200px;
}
/* .toningLabels{
	font-size: 12px;
	line-height: 1.25em;
} */
@media (min-width: 660px) {
	.toningLabels{
		font-size: 28px;
		line-height: 35px;
		font-family: 'Cairo', sans-serif;	
	}
}
.titleAndRadio{
	margin-top: 60px;
}
.toningRadioButtons{
	margin-top: 20px;
}
.toningRadioButtonsLine{
    margin: 0 1em;
    height: 0.5em;
    border-bottom: 2px #fff solid;
}
 #whatToDo{
	background: #f79768;
	color: #fff;
	margin-top: 20px;
	padding: 15px 35px;
}
#whatToDo h3 {
	font-size: 40px;
	color: #fff;
}
#whatToDo p{	
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	width: 65%;
	margin-left: 20%;
} 



#whatItMeans > div > div{
	background: #66cccc;
	padding: 30px 0;
}


																									/**********************/
																									/***Personal PROFILE***/
																									/**********************/

#myProfile{
	background: #f0efe9;
	color: #fff;
	font-family: 'Cairo', sans-serif;	
}

#myProfile h2{
	color: #fff;
}
#myProfile a{
	color: #fff;
}

#personalProfile1{
	background: #9bd7b9;
	padding: 35px;
}
#personalProfile1 div{
	font-size:40px;
	padding-bottom:20px;
}
#personalProfile1 a{
	color: #fff;
	font-size:16px;
	margin: 0 20px 0 20px;
}
#personalProfile2{
	background: #fff;
	padding: 35px;
	margin-bottom: 40px;
}
#personalProfile2 h2{
	color: #9bd7b9;
	margin-bottom: 70px;
}
#personalProfile2 h3{
	color: #736356;
	font-size: 40px;
	line-height:50px;
}
#personalProfile2 h4{
	font-size: 80px;
}




/* Menu section */
#menu .media {
  padding-bottom: 20px;
}

#menu .media-object img {
  width: 220px;
  padding-right: 12px;
  position: relative;
}

#menu .media-object span.menu-price {
  position: absolute;
  background-color: #ffffff;
  color: #222;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 20px;
  top: 50%;
  left: 3%;
}



/* Team section */
#team h3 {
  padding-bottom: 0px;
}

#team .team-des h4 {
  color: #666;
  padding-top: 0px;
  padding-bottom: 10px;
}

#team img {
  width: 100%;
}

#team .team-thumb {
  width: 100%;
  position: relative;
}

#team .team-des {
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 90px;
  overflow: hidden;
  transition: height 450ms;
}
#team .team-thumb:hover .team-des {
  color: #ffffff;
  height: 100%;
  background-color: #c21500;
  padding-top: 30%;
  opacity: 0.9;
}
#team .team-thumb:hover h3,
#team .team-thumb:hover h4,
#team .team-thumb:hover .social-icon li a {
  color: #eee;
}

#team .join-team {
  background-color: #c21500;
  color: #f0f0f0;
  padding: 30px 20px;
  text-align: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: block;
}
#team .join-team .fa {
  font-size: 32px;
  padding-bottom: 14px;
}
#team .join-team .btn {
  background-color: transparent;
  border: 3px solid #ffffff;
  color: #ffffff;
  font-size: 18px;
  padding: 6px 26px;
  margin-top: 18px;
}
#team .join-team .btn:hover {
  color: #222;
}

#team .col-md-6 {
  padding-top: 62px;
}
#team .col-md-6 h2 {
  padding-bottom: 16px;
}



/* Gallery section */
#gallery .gallery-thumb {
  position: relative;
  overflow: hidden;
  margin: 0;
}

#gallery .gallery-thumb .gallery-overlay {
  background: #c21500;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#gallery .gallery-thumb:hover .gallery-overlay {
    opacity: 0.9;
}

#gallery .gallery-thumb .gallery-overlay .gallery-item {
    text-align: center;
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
      -ms-transform:translate(-50%,-50%);
          transform:translate(-50%,-50%);
}

#gallery .gallery-thumb .fa {
  background: #ffffff;
  border-radius: 100%;
  font-size: 24px;
  color: #222;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  vertical-align: middle;
}

/*filter css*/
.filter-wrapper {
    width: 100%;
    margin-bottom: 42px;
    overflow: hidden;
}

.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}

.filter-wrapper li a {
    color: #666;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 8px 17px;
    margin-right: 2px;
    margin-left: 2px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.filter-wrapper li a:hover,
.filter-wrapper li a:focus {
  color: #C21500;
}

/*isotope box css*/
.iso-box-section {
    width: 100%;
}

.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}

.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 30px;
}

.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

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

.task-level{
	color:#fff;
}

/* Contact section  */
#contact {
	font-family: 'Cairo', sans-serif;
	background: url('../images/contact-bg.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
}

#contact .overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

#contact .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #666;
  border-radius: 0px;
  box-shadow: none;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:hover {
  border-color: #ddd;
}

#contact input {height: 45px;}

#contact input[type='submit'] {
  font-family: 'Cairo', sans-serif;
	background: #ffffff;
  border-radius: 4px;
  color: #ffcc33;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 20px;
  transition: all 0.4s ease-in-out;
}
#contact input[type='submit']:hover {
  background-color: #69c8ca;
  border-color: transparent;
  color: #ffffff;
}


/* Footer section  */
footer {
  background-color: #ffcc33;
  color: #757575;
  padding-top: 50px;
  padding-bottom: 50px;
}

footer h3 {
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 14px;
}

/*footer div:first-child img{
	width:204px;
	/*height:228px
}*/


footer strong {
  color: #f0f0f0;
  font-size: 20px;
  display: block;
  padding-top: 6px;
  padding-bottom: 2px;
}
/*#sm-test img {
	padding:2;
}*/

/* copyright section  */
#copyright p {
  padding: 20px;
	font-family: 'Cairo', sans-serif;
}

.gototop {
  background-color: #242424;
  color: #ffffff;
  font-size: 40px;
  padding: 20px 32px;
  text-align: right;
  transition: all 0.4s ease-in-out;
}
.gototop:hover {
  background-color: #69c8ca;
  color: #fff;
}

/* social icon section  */
.social-icon {
  padding: 0;
  margin: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
}

.social-icon li a {
  border-radius: 100px;
  color: #626262;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 12px;
  margin-right: 10px;
}

.social-icon li a:hover {
  background: #111;
  color: #ffffff;
}


/* Mobile Responsive */
/* Mobile Responsive */ /* Mobile Responsive */ /* Mobile Responsive */ /* Mobile Responsive */ /* Mobile Responsive */ /* Mobile Responsive */
/* Mobile Responsive */
@media (max-width: 980px) {

  #home {
/*     height: 65vh; */
  }

  #feature .col-md-4:last-child,
  #about .col-md-4 {
    margin-top: 42px;
  }

  #team .team-thumb {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #team .join-team {
    padding: 71px 50px;
    margin-top: 20px;
  }

}


@media (max-width: 900px) {

  h1 {font-size: 70px;}

}


@media (max-width: 768px) {

  .navbar-default .navbar-brand {
    line-height: 46px;
		font-family: 'Cairo', sans-serif;	
  }

}

@media (max-width: 767px) {

  .navbar-default .navbar-brand {
    line-height: 15px;
  }
  .navbar-default .navbar-nav li a {
    line-height: 30px;
  }

  #feature .col-md-4,
  #about .col-md-5,
  footer .col-md-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .filter-wrapper {
    padding: 0px;
  }

}

@media (max-width: 650px) {

  #home {
    height: 100vh;
  }

  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 30px;
  }

  #feature {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #about,
  #feature,
  #video,
  #menu,
  #team,
  #gallery,
  #contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #menu .media-object img {
    width: 100%;
    padding-bottom: 14px;
  }
  #menu .media-object span.menu-price {
    top: 30%;
    left: 6%;
  }

  footer {text-align: center;}

}
