/* =======================================================================
Zerif -One Page Respossive HTML5 Template
======================================================================= */

/* --------------------------------------
=========================================
GLOBAL STYLES
=========================================
-----------------------------------------*/

html {
	font-size: 100%;
}

body {
	font-family: 'Lato', sans-serif !important;
	font-size: 14px;
	color: #808080;
	background: #202020;
	font-weight: normal;
	overflow-x: hidden;
	line-height: 25px;
	text-align: center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* Anti spam */
span.reverse {
  unicode-bidi: bidi-override;
  direction: rtl;
}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
	width: device-width;
}
@-moz-viewport {
	width: device-width;
}
@-ms-viewport {
	width: device-width;
}
@-o-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Other fixes*/
*,*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
i {
	vertical-align: middle;
}
ul, ol {
padding-left: 0 !important;
}
li {
	list-style: none;
}
/* Selection colours (easy to forget) */
::-moz-selection {
	background: #FC6D6D;
	color: #FFF;
}
::selection {
	background: #FC6D6D;
	color: #FFF;
}
::-moz-selection {
	background: rgb(167,62,92);
	color: #FFF;
}

a {
	color: rgb(31,203,205);
	-webkit-transition: all 700ms;
			transition: all 700ms;
}

a,a:hover {
	text-decoration: none;
}
a:hover {
	color: #5D051E;
}
p {
	margin: 0;
}
.full-width {
	width: 100%;
	margin: auto;
}

/*---------------------------------------
 **   TYPOGRAPHY                     -----
-----------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

.container h1,.container h2 {
	font-family: 'Montserrat', 'sans-serif';
	font-weight: 700;
	text-transform: uppercase;
}
.container h2 {
	font-size: 45px !important;
	line-height: 55px;
}
.container h3 {
	font-size: 24px;
}
.container h4 {
	font-size: 18px;
}
.container h5 {
	font-size: 17px;
}
.container h6 {
	font-size: 16px;
}

/*---------------------------------------
 **   BUTTONS                        -----
-----------------------------------------*/
.buttons {
	text-align: center;
	margin-bottom: 50px;
	margin-top: 45px;
}
.button {
	/*display: inline-block !important;*/
	text-align: center;
	text-transform: uppercase;
	padding: 10px 35px 10px 35px;
	border-radius: 4px;
	margin: 10px;
}
.custom-button {
	display: inline-block !important;
	text-align: center;
	text-transform: uppercase;
	padding: 13px 35px 13px 35px;
	border-radius: 4px;
	margin: 10px;
	border: none;
}
.navbar-inverse .navbar-nav>li .header-button
{
	display: inline-block !important;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	padding: 5px 25px 5px 25px;
	border-radius: 4px;
	margin: 10px 0px;
	border: none;
}
.ltturq-btn {
	background: rgb(31,206,203);
}
.purple-btn {
	background: rgb(167,62,92);
}
.dkturq-btn {
	background: rgb(26,170,170);
}
.pink-btn {
	background: rgb(236,72,99);
}
.purple-btn,.dkturq-btn,.ltturq-btn,.pink-btn {
	color: #FFF;
	-webkit-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.navbar-inverse .navbar-nav>li>a.ltturq-btn:hover, .ltturq-btn:hover, .ltturq-btn:focus, .ltturq-btn:active {
	color: #FFF;
	background:		rgb(24,164,162);
}
.navbar-inverse .navbar-nav>li>a.purple-btn:hover, .purple-btn:hover, .purple-btn:focus, .purple-btn:active {
	color: #FFF;
	background:		rgb(133,49,73);
}
.navbar-inverse .navbar-nav>li>a.dkturq-btn:hover, .dkturq-btn:hover, .dkturq-btn:focus, .dkturq-btn:active {
	color: #FFF;
	background:		rgb(20,136,136);
}
.navbar-inverse .navbar-nav>li>a.pink-btn:hover, .pink-btn:hover, .pink-btn:focus, .pink-btn:active {
	color: #FFF;
	background:		rgb(188,57,79);
}

/*---------------------------------------
 **   COLORS                         -----
-----------------------------------------*/

/** BACKGROUNDS **/
.purple-bg {
	background: rgb(167,62,92);
}
.dkturq-bg {
	background: rgb(26,170,170);
}
.ltturq-bg {
	background: rgb(31,206,203);
}
.pink-bg {
	background:	rgb(236,72,99);
}
.dark-bg {
	background:		#404040;
}
.white-bg {
	background:		#FFFFFF;
}

/** FOR TEXTS AND ICON FONTS **/
.purple-text {
	color:  	rgb(167,62,92);
}
.dkturq-text {
	color:		rgb(26,170,170);
}
.ltturq-text {
	color:		rgb(31,206,203);
}
.pink-text {
	color:		rgb(236,72,99);
}
.dark-text {
	color:		#404040;
}
.white-text {
	color:		#FFFFFF;
}

/*---------------------------------------
 **   BORDER BOTTOMS                 -----
-----------------------------------------*/

.white-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 50%;
	height: 2px;
	background: #F5F5F5;
	bottom: -9px;
	left: 25%;
}
.dark-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 50%;
	height: 2px;
	background: #404040;
	bottom: -9px;
	left: 25%;
}
.purple-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background:		rgb(167,62,92);
	bottom: -9px;
	left: 12.5%;
}
.dkturq-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background:		rgb(26,170,170);
	bottom: -9px;
	left: 12.5%;
}
.ltturq-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background:		rgb(31,206,203);
	bottom: -9px;
	left: 12.5%;
}
.pink-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background:		rgb(236,72,99);
	bottom: -9px;
	left: 12.5%;
}

/*---------------------------------------
 **   FORM                           -----
-----------------------------------------*/

.input-box {
	width:			100%;
	border:			0;
	text-align:		left;
	text-transform:	none;
	padding:		9px;
	min-height:		46px;
	padding-left:	15px;
	display:		inline-block;
	border-radius:	4px;
	background:		rgba(255,255,255, 0.95);
	margin:			auto;
	margin-bottom:	20px;
}

.textarea-box {
	width:			100%;
	border:			0;
	text-align:		left;
	text-transform:	none;
	padding:		9px;
	min-height:		250px;
	padding-left:	15px;
	display:		inline-block;
	border-radius:	4px;
	background:		rgba(255,255,255, 0.95);
	margin:			auto;
	margin-bottom:	20px;
}

label[id*='-error']
{
	display:		block;
	position:		absolute;
	top:			-22px;
	height:			0;
	color:			rgb(236, 72, 99);
}

.shaded-box, .form-group .shaded-box.checkbox {
	border:			0;
	width:			100%;
    height:			100%;
	text-align:		left;
	text-transform:	none;
	padding:		9px 9px 9px 32px;
	margin:			0 0 20px 0;
	display:		inline-block;
	border-radius:	4px;
	background:		rgba(255,255,255, 0.3);
	color:			white;
}

.form-group .shaded-box.checkbox .input-box
{
    position:		absolute;
    top:			0;
    left:			0;
    margin:			0 auto;
}

.form-group .shaded-box.checkbox label {
    display:		block;
    line-height:	30px;
	vertical-align:	middle;
	padding-left:	15px;
	padding-right:	0px;
	margin-bottom:	0px;
}

.form-group .shaded-box.checkbox label::before {
    content: "";
    margin: 7px 0 0 -12px
}
.form-group .shaded-box.checkbox label::after {
    margin-left: -11px;
}

textarea:hover,
textarea:active,
textarea:focus,
input[type="text"]:hover,
input[type="tel"]:hover,
input[type="email"]:hover,
input[type="text"]:active,
input[type="tel"]:active,
input[type="email"]:active,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus {
	outline: 1px !important;
	outline-color: rgb(31,203,205) !important;
	-webkit-appearance:none;
	-webkit-box-shadow:none !important;
		  box-shadow:none !important;
		}

/*---------------------------------------
 **   SECTION HEADERS                -----
-----------------------------------------*/

/*** SECTION HEADERS ***/
.focus,.pricing,.provides,.tryus,.ourteam,.newsletter,.theproduct,.features,.ikt,.about-us,.testimonial,.contact-us {
	padding-top: 100px;
}

.section-header {
	text-align: center;
	padding-bottom: 75px;
}
.section-header h2 {
	padding-bottom: 10px;
	line-height: 40px;
	position: relative;
	display: inline-block;
}
.section-header h6 {
	font-size: 16px;
}

/* PRE LOADER */
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fefefe;
	z-index: 99999;
	height: 100%;
	width: 100%;
	overflow: hidden !important;
}
.status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}

/*---------------------------------------
=========================================
 **   SECTION STYLES                 -----
=========================================
-----------------------------------------*/

/*---------------------------------------
 **   SECTION:  HOME                  -----
-----------------------------------------*/

.header {
	background: rgba(0, 0, 0, 0.5);
	min-height: 775px;
	position: relative;
	overflow: hidden;
}

/*----  SECTION:  HOME > TOP BAR   ----*/
.navbar {
	background: rgb(31,206,203);
	overflow:	hidden;
	border: 0;
	border-radius: 0 !important;
	text-align: left;
	-webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
			box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
}
#main-nav {
	position:		absolute;
	width:			100%;
	z-index:		1000;
	font-size:		15px;
	overflow:		visible;
}
#main-nav.fixed {
	position: fixed !important;
	top: 0;
}
.navbar-inverse .navbar-nav>li {
	display: inline;
	margin-right: 10px;
}
.navbar-inverse .navbar-form {
	margin-top: 20px;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus
{
	background-color:		transparent;
}
.navbar-nav>li>.dropdown-menu {
	border-radius:			0;
	border:					0;
	background:				rgb(31,203,205);
}
.navbar-inverse .navbar-nav>li:last-child {
	margin-right: 0 !important;
}
.navbar-inverse .navbar-nav>li>a {
	color: #FFFFFF;
	padding: 0;
	line-height: 50px;
}
.navbar-brand {
	position: relative;
	padding:	0;
}
.current a {
	color: rgb(31,203,205) !important;
	position: relative;
	outline: none;
}
.current:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: rgb(31,203,205);
	bottom: 0px;
	left: 12.5%;
}
.navbar-inverse .navbar-nav>li>a:hover {
	color: #FFFFFF;
	outline: none;
}
.navbar-toggle {
	border: 0;
	background-color: rgb(236,72,99);
	position: absolute;
	right: 0;
}
.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus {
	background-color: rgb(167,62,92);
	filter: alpha(opacity=100);
	opacity: 1;
}

.navbar-inverse .navbar-nav>li.compact {
	margin-left: 6px;
	margin-right: 6px;
}

/*----  SECTION:  HOME > LOGIN FORM   ----*/
.container{
	position: relative;
}


/*----  SECTION:  HOME > INTRO AND SHORT MSGS   ----*/
.intro {
	text-align: center;
	color: #FFF;
    margin-top: 10%;
    margin-bottom: 5%;
    line-height: 1em;
	z-index: 0;
}

/* Short Messages */
.bottom-message-section {
	margin-top: 0;
	position: relative;
}
.short-text {
	margin: auto;
	text-align: center;
	color: rgba(255,255,255,0.7);
	text-transform: uppercase;
}

/*---------------------------------------
 **   SECTION:  FOCUS               -----
-----------------------------------------*/

.focus {
	padding-bottom: 100px;
	background: #FFFFFF;
}
/* FOCUS BOX */
.focus-box {
	margin-bottom: 75px;
}
.focus-box .service-icon {
	margin-bottom: 30px;
	width: 145px;
	height: 145px;
	margin: auto;
	border-radius: 50%;
	border: 10px solid #ececec;
	margin-bottom: 20px;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

/* ON HOVER COLORED ROUNDED CIRCLE AROUND ICONS */
.purple,.dkturq,.ltturq,.pink {
	-webkit-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}
.purple:hover .service-icon {
	border: 10px solid  rgb(167,62,92);
}
.dkturq:hover .service-icon {
	border: 10px solid rgb(26,170,170);
}
.ltturq:hover .service-icon {
	border: 10px solid rgb(31,206,203);
}
.pink:hover .service-icon {
	border: 10px solid rgb(236,72,99);
}

.focus-box h5 {
	margin-bottom: 15px;
	color: #404040;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 17px;
}
.focus-box p {
	font-size: 14px;
}

/*----OTHER FOCUSES ----*/
.other-focuses {
	background: url(../images/lines.png) repeat-x center;
	margin-bottom: 25px;
}
.other-focuses .section-footer-title {
	background: #FFF;
	padding: 0 15px;
	color: #404040;
	font-weight: bold;
}
.other-focus-list {
	padding-top: 5px;
	margin-bottom: -17px;
}
.other-focus-list ul li {
	display: inline-block;
	margin-right: 50px;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.other-focus-list ul li:last-child {
	margin-right: 0;
}
.other-focus-list ul li i {
	margin-right: 8px;
}

/*---------------------------------------
 **   SECTION:  PRICING          -----
-----------------------------------------*/

.pricing {
	padding-bottom: 100px;
	background: rgba(0, 0, 0, 0.5);
/*	min-height: 800px;*/
}

.package {
	border-radius: 4px;
	background: #FFFFFF;
	margin-top: 25px;
	margin-bottom: 50px;
	padding-bottom: 15px;
}
.package-header {
	height: 57px;
	color: #FFF;
	line-height: 57px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.package-header h5 {
	text-transform: uppercase;
	font-weight: bold;
}

.price-container{
    overflow: hidden;
    white-space: nowrap;
}

.price {
	line-height: 120px;
	height: 100px;
	color: #FFF;
	font-weight: 400;
}
.price h4 {
	display: inline;
	font-size: 40px;
	line-height: normal;
	margin-bottom: 0;
}
.price h4 .dollar-sign {
	font-size: 17px;
	vertical-align: super;
}
.price .price-meta {
	line-height: normal;
	text-transform: uppercase;
	color: white;
}
.package ul li {
	padding-top: 4px;
	padding-bottom: 4px;
	width: 80%;
	margin: auto;
	border-bottom: 1px dotted #dadada;
}
.package ul li:last-child {
	border-bottom: 0;
}
.best-value .package {
	margin-top: 0;
}
.best-value .package-header {
	padding-top: 17px;
	height: 82px !important;
}
.best-value .package-header h4 {
	font-weight: bold;
	line-height: 29px;
	text-transform: uppercase;
}
.best-value .package-header .meta-text {
	font-size: 13px;
	line-height: normal;
}
.best-value .package-header {
	height: 72px;
}
.package ul li i {
	font-size: 13px;
	margin-right: 5px;
}
.order {
	background: #d8ccba;
	color: #404040;
}
.package .order-now {
	line-height: 45px;
	max-width: 100%;
	display: block;
	background: #404040;
	color: #FFF;
	-webkit-transition: all 700ms;
			transition: all 700ms;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.package .order-now:hover {
	background: rgb(31,203,205);
}

/*---------------------------------------
 **   SECTION:  PROVIDES            -----
-----------------------------------------*/

.provides
{
	background: #FFFFFF;
}

.provide {
	text-align: left;
	padding-bottom: 51px;
}

.provides .provide {
	margin-bottom: 55px;
}
.provides .provide-icon {
	font-size: 55px;
	float: left;
	margin-top: 10px;
	margin-right: 25px;
}
.provides .provide h5 {
	font-weight: bold;
	line-height: 28px;
	color: #404040;
}
.provides .provide p {
	font-size: 14px;
}



/*----------------------------------------
 **   SECTION:  TRY US               -----
-----------------------------------------*/

.tryus {
	background: rgba(0, 0, 0, 0.5);
	padding-bottom: 95px;
}

/*---------------------------------------
 **   SECTION:  OUR TEAM            -----
-----------------------------------------*/

.ourteam {
	padding-bottom: 66px;
	padding-top: 100px;
	background: #FFFFFF;
}
.team-member {
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	margin-bottom: 35px;
}
.team-member .details {
	text-align: left;
	font-size: 13px;
	line-height: 20px;
	position: absolute;
	padding: 15px;
	top: -200px;
	left: 0;
	width: 100%;
	height: 190px;
	-webkit-transition: all 1500ms;
			transition: all 1500ms;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.team-member .member-details {
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
}
.team-member:hover .details {
	top: 0;
	background: #333;
	color: white;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.team-member .profile-pic {
	border-radius: 50%;
	width: 174px;
	height: 174px;
	margin: auto;
	overflow: hidden;
	margin-bottom: 25px;
}
.team-member .profile-pic img {
	width: 100%;
	height: 100%;
}
.team-member h5 {
	text-transform: uppercase;
	color: #404040;
	font-weight: 700;
	position: relative;
}
.team-member .position {
	font-size: 13px;
	margin-top: 15px;
}
.team-member .social-icons {
	margin-bottom: 25px;
}
.team-member .social-icons ul li {
	display: inline-block;
	line-height: 32px;
	margin: 6px;
}
.team-member .social-icons ul li a {
	background: #FFF;
	font-size: 18px;
	border-radius: 50%;
	color: #808080;
}
.team-member .social-icons ul li a:hover {
	color: rgb(31,203,205);
}



/*---------------------------------------
 **   SECTION:  NEWSLETTER            -----
-----------------------------------------*/
.newsletter {
	padding-top: 62px;
	padding-bottom: 62px;
	background: rgba(0, 0, 0, 0.5);
}
.newsletter h3 {
	font-size: 28px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin-bottom: 8px;
}
.newsletter .subscription {
	margin-top: 15px;
}
.newsletter .custom-button {
	margin-top: 0;
	width:	100%;
}

/*---------------------------------------
 **   SECTION:  THE PRODUCT         -----
-----------------------------------------*/

.theproduct {
	background: rgba(236,72,99, 0.8);
	color:			#FFF;
	line-height: 34px;
	padding: 100px 0 100px 0;
}
.theproduct .big-intro {
	text-align:		center;
	font-weight:	300;
	font-size:		20px;
	line-height:	normal;
	margin-top:		-15px;
}

/*---------------------------------------
 **   SECTION:  FEATURES            -----
-----------------------------------------*/
.features {
	padding-top: 100px;
	padding-bottom: 62px;
	background: #FFFFFF;
}
.features h3 {
	font-size: 28px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin-bottom: 8px;
}

/* -----------------------------------------*/
/*   FEATURE GRID							*/
/* -----------------------------------------*/

.cbp-rfgrid {
	margin: auto;
	padding: 0;
	list-style: none;
	position: relative;
	width: 100%;
}
.cbp-rfgrid li {
	position: relative;
	float: left;
	overflow: hidden;
	width: 33%; /* Fallback */
width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
	-webkit-transition: 0.4s all linear;
			transition: 0.4s all linear;
}
.cbp-rfgrid li a,.cbp-rfgrid li a img {
	display: block;
	max-width: 100%;
	-webkit-transform: scale(1,1);
	-ms-transform: scale(1,1);
			transform: scale(1,1);
	-webkit-transition-timing-function: ease-in;
			transition-timing-function: ease-in;
	-webkit-transition-duration: 250ms;
			transition-duration: 250ms;
	cursor: pointer;
	-webkit-transition: 0.4s all linear;
			transition: 0.4s all linear;
}
.cbp-rfgrid li a:hover img {
	-webkit-transform: scale(1.05,1.07);
	-ms-transform: scale(1.05,1.07);
			transform: scale(1.05,1.07);
	-webkit-transition-timing-function: ease-out;
			transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
			transition-duration: 250ms;
}

/* Flexbox is used for centering the heading */
.cbp-rfgrid li a .feature-info {
	position: absolute;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	background: rgba(0,0,0,0.5);
	padding-top: 25%;
	text-align: center;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all ease .25s;
			transition: all ease .25s;
}
.cbp-rfgrid li a .feature-info .feature-details {
	position: relative;
	top: -29px;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all ease .25s;
			transition: all ease .25s;
	width: 100%;
}
.cbp-rfgrid li a .feature-info h5 {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.cbp-rfgrid li a:hover .feature-info {
	filter: alpha(opacity=100);
	opacity: 1;
}
.cbp-rfgrid li a:hover .feature-details {
	filter: alpha(opacity=100);
	opacity: 1;
	top: 0;
}
.cbp-rfgrid li a:hover .button {
	filter: alpha(opacity=100);
	opacity: 1;
	bottom: -50px;
}

/* media queries:  change number of items per row */
@media screen and (max-width: 1190px) {
	.cbp-rfgrid li {
	width: 25%; /* Fallback */
width: -webkit-calc(100% / 4);
	width: calc(100% / 4);
}
}
@media screen and (max-width: 1024px) {
	.cbp-rfgrid li {
	width: 33.33333333333333%; /* Fallback */
width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
}
}
@media screen and (max-width: 768px) {
	.cbp-rfgrid li {
	width: 50%; /* Fallback */
width: -webkit-calc(100% / 2);
	width: calc(100% / 2);
}
}
@media screen and (max-width: 640px) {
	.cbp-rfgrid li {
	width: 100%;
}
#zenbox_tab
{
	display:	none !important;
}
}


/* PROVIDE DETAILS LOADER */
#back-button {
	display: none;
	text-align: center;
	text-transform: uppercase;
	padding: 13px 35px 13px 35px;
	border-radius: 4px;
	margin: 10px;
}
#back-button i {
	margin-right: 10px;
}
#loader {
	min-height: 930px;
	position: relative;
}
#loader .loader-icon {
	background: url(../images/loading.gif) no-repeat center center;
	background-color: #FFF;
	margin: -22px -22px;
	top: 50%;
	left: 50%;
	z-index: 10000;
	position: fixed;
	width: 44px;
	height: 44px;
	-webkit-background-size: 30px 30px;
			background-size: 30px 30px;
	border-radius: 5px;
}

/* -----------------------------------------*/
/*   SINGLE FEATURE PAGE                    */
/* -----------------------------------------*/

.single-feature {
	text-align: left;
	margin-bottom: 25px;
}
.single-feature .feature-image {
	width: 100%;
	float: left;
	text-align: left;
	margin-bottom: 25px;
}
.single-feature h3 {
	margin-bottom: 10px;
	padding-bottom: 7px;
	line-height: 40px;
	border-bottom: 1px dotted #dadada;
}
.single-feature .feature-description {
	margin-bottom: 25px;
}
.single-feature .button {
	margin-left: 0;
}
.single-feature .feature-information {
	margin-bottom: 10px;
}
.single-feature .feature-information ul li {
	border-bottom: 1px dotted #dadada;
	padding-bottom: 5px;
	margin-top: 10px;
}
.single-feature .feature-information ul li span {
	font-weight: 700;
	margin-right: 5px;
}

/*---------------------------------------
 **   SECTION:  IKT					-----
-----------------------------------------*/

.ikt {
	background: rgba(26, 170, 170, 0.8);
	padding: 100px 0 100px 0;
}
.ikt .text {
	color: #FFF;
	line-height: 34px;
	padding: 0;
	max-width: 800px;
	margin-bottom: 20px;
}

/*---------------------------------------
 **   SECTION:  ABOUT US              -----
-----------------------------------------*/

.about-us {
	background: #272727;
	color: #FFF;
	padding-bottom: 100px;
}
.about-us .big-intro {
	text-align: right;
	font-weight: 300;
	font-size: 60px;
	line-height: normal;
	margin-top: -15px;
}
.about-us p {
	text-align: left;
	font-size: 16px;
	/*color: #939393;*/
}
.about-us .column {
	margin-bottom: 78px;
}

/*----------------------------------------
 **   SECTION:  TESTIMONIAL          -----
-----------------------------------------*/
.testimonial {
	background: #dbbf56;
	padding-bottom: 90px;
}
#client-feedbacks .feedback-box {
	background: #FFFFFF;
	padding: 25px;
	margin: 13px;
	text-align: left;
	border-radius: 4px;
	-webkit-box-shadow: none;
			box-shadow: none;
	display: block;
	z-index: 5;
}
.feedback-box .message {
	font-size: 15px;
	color: #909090;
}
.feedback-box .client {
	margin-top: 30px;
	height: 73px;
	position: relative;
}
.feedback-box .quote {
	float: left;
	font-size: 45px;
	line-height: 80px;
}
.feedback-box .client-info {
	float: left;
	margin-left: 18px;
	padding-top: 15px;
}
.feedback-box .client-info .client-name {
	font-family: 'Homemade Apple', serif;
	color: #404040;
}
.feedback-box .client-info .client-company {
	font-size: 13px;
	margin-top: -3px;
}
.feedback-box .client-image {
	float: right;
	width: 73px;
	height: 73px;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid #f6f6f6;
}
.customNavigation {
	text-align: center;
}
.owl-theme .owl-controls .owl-page span {
	background: #886e0e;
	border-radius: 50%;
}
.customNavigation a {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
			user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}




/*----------------------------------------
 **   SECTION:  CONTACT US           -----
-----------------------------------------*/

.contact-us {
	background: rgba(0, 0, 0, 0.5);
	padding-bottom: 95px;
}

.contact-us .custom-button {
	float: right;
}



/* ----------------------------------------*/
/*   SECTION:  FOOTER                      */
/* ----------------------------------------*/

footer {
	background: #272727;
}
.company-details {
	color: #939393;
	padding-top: 67px;
	padding-bottom: 67px;
}
.company-details .icon-top {
	font-size: 30px;
	margin-bottom: 10px;
}
.company-details a
{
	color: #939393;
}
.copyright {
	padding-top: 60px;
	padding-bottom: 68px;
	background: #171717;
}
.social li {
	display: inline-block;
	margin: 5px;
}
.social li a {
	color: #939393;
	font-size: 18px;
}
.social li a:hover {
	color: rgb(31,203,205);
}


.terms{
	padding: 40px 0 40px 0;
}







.slider
{
	width:		200%;
	float:		left;
	position:	relative;
	overflow:	hidden;
}
.slider-panel
{
	float:		left;
	width:		50%;
}

.slider-button
{
}

.slider .help-block 
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.slider .has-error .help-block.error
{
	color: white;
	font-weight: 900;
    font-size: 12px;
}


section
{
	width:		100%;
	overflow-x:	hidden;
}

.hidden
{
	display:	none;
}

.hiddenedit
{
	border:	red 2px dashed;
}

.edit
{
	border:	yellow 2px dashed;
}

.btn-primary.active, .open .dropdown-toggle.btn-primary
{
	background-color:	rgb(236,72,99);
	border-color:		rgb(236,72,99);
}

.list-group-item.collapsed span.exp_close
{
	display:		none;
}
.list-group-item.collapsed span.exp_open
{
	display:		block;
}

.list-group-item span.exp_close
{
	display:		block;
}
.list-group-item span.exp_open
{
	display:		none;
}


ul.aligned-bullets
{
	text-align: left;
	width: 75%;
	margin: 0 auto;
	list-style-type: circle;
}

ul.aligned-bullets li
{
	list-style: initial;
}

.ts-current-lang
{
	line-height: 50px;
	padding: 0 4px;
	border: 0;
}

.ts-lang-changer-list
{
	margin-top: -12px;
}

.form-group .checkbox 
{
	border: 1px solid #ccc;
    border-radius: 4px;
    height: 34px;
	line-height: 16px;
	padding: 7px 28px;
}

.ignore-form-control
{
    background: transparent;
    border: 0;
    padding: 0;
    height: 100%;
    line-height: 2;
}

.form-group.has-error > .form-control {
    margin-bottom: 0;
}