/* ----------     BASE STYLES    ---------- */
body{
	font-family: 'raleway', sans-serif;
	font-style: normal !important;
	font-weight: 300;
	position: relative;
    -webkit-backface-visiblity: visible !important;
    color:#042623 !important;
    padding-top:0px;
}
a { color:#979799; text-decoration: none; }
a:hover, a:active { color:#13BEAF; text-decoration: none; }


.head h1 {
	font-family: 'Wire One', sans-serif;
	font-style: normal !important;
	font-size:100px;
	position: relative;
    -webkit-backface-visiblity: visible !important;
    color:#ffffff !important;
    padding-top:0px;
}

.head h2 {
	font-family: 'Wire One', sans-serif;
	font-style: normal !important;
	font-size:60px;
	position: relative;
    -webkit-backface-visiblity: visible !important;
    color:#ffffff;
    padding-top:0px;
}


html, body {
	height: 100%;
	position: relative;
}

body h1, h2, h3, h4, h5{
	font-weight: 300;
	color:#3F3F47;	
}

body p{
	font-weight: 300;
	font-size:20px;
	color:#3F3F47;
}

body h1{
	text-transform: uppercase;
	font-size:32px;
}

/* HEADER 
---------- */


/* ----- NAVBAR ITEMS ----- */

.navbar_white{
	background-color:white;
	border-bottom:1px solid #e8e8eb;
	}
	
.navbar-nav{
	margin:5px;
	background-color:transparent
}

/* ----- COLLAPSED MENU ITEMS ----- */

.navbar-collapse {
  max-height: none; 
}

.navbar-collapse-blue{
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: white;
  background-image: none;
  border: 1px solid #13BEAF;
  color:white;
  border-radius: 4px;
}

.navbar-collapse-blue .icon-bar{
	background-color:#13BEAF;
}


.navbar .navbar_item{
	cursor:pointer;
	color: #999999;
	margin-bottom: 0px;
	margin-top: 5px;
	font-size:12px !important;	
}

.navbar .navbar-brand img{
	max-width:150px;
	height:auto;
	padding-top:0px;
}	

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
	border-bottom: 1px solid #13BEAF;
}

.navbar-nav .open .dropdown-menu>li>a{
	color:#999999;
}

.navbar_item:hover,
.navbar_item:focus{
	cursor:pointer;
	margin-bottom: -1px;
	color: #13BEAF;
	background-color:transparent !important;
	border-bottom: 1px solid #13BEAF;
}

.dropdown-menu{
	border-radius: 0px;
}

.navbar ul>li a.active{
	cursor:pointer;
	margin-bottom: -1px;
	color: #13BEAF;
	background-color:transparent !important;
	border-bottom: 1px solid #13BEAF;
}

.logo{
	padding:0px;
    float: none;
    margin: 0 auto;
	
}

.scheduledemo-nav .btn{
	padding:10px;
	margin-left: 10px;
}

/* ----------     MEDIA QUERIES     ---------- */

@media (max-width: 992px) {
  #pricing .container {
	margin-left: auto;
	margin-right: auto;
	padding-left:0px;
	padding-right:0px; 
	} 
	#home .scroll_down_box,
	#benefits_scroll,
	#clients .scroll_down_box{
		display: none !important;
	}
	#home{
		margin-top:-10px;
	}	

	.navbar .navbar-brand{
		padding-top:20px;
	}	
	
	.navbar .navbar-brand img{
		max-width:100px !important;
		height:auto;
	}	
	.navbar-nav>li>a{
		padding-top: 10px;
	}
	
	#getstarted .col-md-6 p{
		text-align: center;
	}
}

@media (max-width: 767px) {
	#card_leaderboard .card-outter{
		max-width:409px;
	}
   .logo{
		max-width:100px;
		height:auto;
		}
	.navbar-header {
  		text-align: center;
  		float:right;
		background: transparent;
  	}
  	.navbar-header .navbar-toggle {
  		float: right;	
  	}
	.navbar .navbar-brand{
		padding-top:15px;
	}	

	#benefits .benefit{
		padding-bottom: 180px;
	}
  			
}

@media (max-width:640px){
	
	#home .content{
		top:10% !important;	
	}
	.footer h5{
		font-size:10px;
	}
	
}




@media (max-width:480px){
	
	#home .content{
		top:10% !important;	
	}
	.footer h5{
		font-size:10px;
	}
	#getstarted .img-responsive{
	max-width:20% !important!
	}
	
}
	
@media (max-width: 500px) {
	#card_leaderboard .card-outter{
		max-width:389px;
		margin-left: 5px;	
	}
}

/* ----------------------
     GENERAL STYLES     
------------------------- */

/* ----------     FOOTER     ---------- */


.footer{
	height: 60px;
	background-color:#e8e8eb;
	border-top:1px solid #d8d8d8;
	color:#7b7b8c;
}

.footer .round-icon-transparent-footer1:hover{
	background:#13BEAF;
	border: 1px solid white;
	padding:7px 0px 0px 0px;
	color:white;
}


.footer .round-icon-transparent-footer1{
	background:rgba(255,255,255,0);
	border-radius: 50px;
	border: 1px solid #13BEAF;
	width: 75px;
	height: 75px;
	text-align:center;
	padding:11px 0px 0px 0px;
	color:#13BEAF;
	font-size: 6em;
	margin:0px 11px 0px 11px;
	transition: all 0.4s linear;		
}

.footer .round-icon-transparent-footer1:hover{
	background:#13BEAF;
	border: 1px solid white;
	padding:7px 0px 0px 0px;
	color:white;
}

	
.footer .round-icon-transparent-footer{
	background:rgba(255,255,255,0);
	border-radius: 50px;
	border: 1px solid #13BEAF;
	width: 40px;
	height: 40px;
	text-align:center;
	padding:7px 0px 0px 0px;
	color:#13BEAF;
	font-size: 3em;
	margin:0px 5px 0px 5px;
	transition: all 0.4s linear;		
}

.footer .round-icon-transparent-footer:hover{
	background:#13BEAF;
	border: 1px solid white;
	padding:7px 0px 0px 0px;
	color:white;
}

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

/* ----------     BUTTONS     ---------- */

.btn-main {
	color: white;
	background-color:#13BEAF;
    border:1px solid #109E92;
	transition: all 0.4s linear;
	text-transform: uppercase;
	text-shadow: none;
	border-radius: 0px;
	font-weight: 300;
}

.btn-main:hover,
.btn-main_selected
.btn-main:active,
.btn-main:focus{
	color:white;
	background-color:#109E92;
	border:1px solid #109489;
	text-shadow: none;
}

.btn-transparent{
	border-radius: 0px;
	color:#13BEAF;
	border:1px solid #13BEAF;
	transition: all 0.4s linear;
	text-transform: uppercase;
	text-shadow: none;
	font-weight: 300;		
}

.btn-transparent:hover,
.btn-transparent:active,
.btn-transparent:focus{
	color:white;
	background-color:#13BEAF;
	border:1px solid #13BEAF;
	text-shadow: none;
}

.btn-transparent-navbar{
	border-radius: 0px;
	color:#13BEAF;
	border:1px solid #13BEAF;
	transition: all 0.4s linear;
	text-transform: uppercase;
	text-shadow: none;	
}

.btn-purple{
	color:#9D48A4;
	background-color:rgba(156,72,163,0);
	border:1px solid #9D48A4;
	border-radius: 0px;
	transition: all 0.4s linear;
	text-transform: uppercase;
	text-shadow: none;	
	font-weight: 400;		
}

.btn-purple:hover,
.btn-purple:active,
.btn-purple:focus,
.btn-purple:selected,{
	color:white !important;
	background-color:rgba(156,72,163,0);
	border:1px solid #824588;
	text-shadow: none;
}


.btn-purple-selected{
	color:white !important;
	background-color:#9D48A4;
	border:1px solid #824588;
	font-weight: 400;	
}

.btn-transparent-navbar:hover,
.btn-transparent-navbar:active,
.btn-transparent-navbar:focus{
	background-color:#13BEAF !important;
	border:1px solid #13BEAF;
	text-shadow: none;
	color:white !important;
}

.btn-transparent-selected{
	color:white;
	background-color:#13BEAF;
	border:1px solid #13BEAF;
	text-shadow: none;
	font-weight: 300;	
}
.btn-default {
	border-radius: 0px;
}

/* ----- tooltips ----- */

.tooltip-inner {
    white-space:pre-wrap;
}

/*---- FORM CONTROL STYLING -----*/
.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;
	text-align: left;
	border-radius:0px;
	transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	}
	
.form-control:focus{
	border: thin solid #13BEAF;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	border-left: thin solid #13BEAF;  
}

/* ---- GENERAL MODAL STYLES ----- */

.modal-content{
	border-radius: 0px;
}

.modal-header{
	border-bottom: 1px solid #9D48A4;
	background-color:#9D48A4;
	color:white;	
}

.modal-header h3{
	font-size:18px;
	color:white;
}

.modal-footer{
	border-top:1px solid #9D48A4;
}

.modal_white_bgr{
	background-color:white;
}

.modal p{
	margin-bottom: 5px;
	margin-top:15px;
	font-size:16px;	
}

.modal-title h3{
	padding:5px;
	margin:5px;
}

/* ----- THANK YOU MODAL ---- */

#thank_you{
	margin-top:60px;
}

/*----- UP ICON -----*/

.round-icon-up{
	background: #eeeeee;
	border-radius: 0px;
	border: 1px solid #e3e3e3;
	width: 40px;
	height: 40px;
	text-align:center;
	padding:8px 0px 0px 0px;
	float:left;
	bottom: 15%;
	right:1%;
	position: fixed;
	cursor:pointer;	
	color: #13BEAF;
	z-index: 99999;
	}

.round-icon-up:hover{
	background: #dfdfdf;
	border:1px solid #13BEAF;
	text-decoration: none;
	color:#13BEAF;
}


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

.turquoise{
	color:#13BEAF;
}

.turquoise-background{
	background-color:#13BEAF;
}

.purple{
	color:#9D48A4;
}

.purple-background{
	background-color:#9D48A4;
}

.gray{
	color:#E8E9EB;
}

.gray-background{
	background-color:#f6f6f6;
}

.text_center{
	text-align: center;
}

/* ----- PAGE HEADLINES ----- */

.page-headline{
	font-size:46px;
	padding-top:50px;
	margin:0px;	
	font-weight: 300;
}

.page-headline h1{
	font-weight: 300;
	text-align: center;
	color:#7b7b8c;
}

.text_underline{
	display: block;
	background:#13BEAF;
	width: 100px;
	height: 1px;
	margin: 15px auto 40px auto;
}

.text_underline_white{
	display: block;
	background:white;
	width: 100px;
	height: 1px;
	margin: auto auto 40px auto;
}

/* ----- CENTERED COLUMNS ----- */

.col-centered{
    float: none;
    margin: 0 auto;
    display: inline-block !important;
}

.col-centered2{
    margin: 0 auto;
    display: inline-block !important;
}

/* ----- ADD TOP MARGIN TO IMAGE POPUPS ----- */
.mfp-container{
	margin-top: 60px;
}
 /* PUSH FOOTER TO BOTTOM */

#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

b{
	font-weight: 500;
}


/* -------------------------------------------
					INDEX PAGE 
--------------------------------------------- */

/* pulsating animation for scroll down box on main page */

@-webkit-keyframes pulsate {
    0% {-webkit-transform: translate(0px, -5px); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: translate(0px, 5px); opacity: 0.0;}
}

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

#home {
	height:100%;
	color:#e6e6e6;
	text-align: center;
}

#home ing .slides-container .slide_single ig{
	height: 100% !important;
	float:left;
}


#home .slides-container .slide_single{
	height: 100% !important;
	float:left;
}

#home .round-icon{
	background:rgba(255,255,255,0);
	border-radius: 50px;
	border: 1px solid #869791;
	width: 40px;
	height: 40px;
	text-align:center;
	padding-top:5px;
	color:#869791;
	font-size: 1.7em;
	margin:0px 5px 0px 5px;
	transition: all 0.4s linear;		
}

#home .round-icon:hover{
	color:white;
	border: 1px solid white;
}

#home .content{
	top:25%;
	display: block;
}

#home .black_background{
	padding:10px;
	background:rgba(0,0,0,0.51); 
	margin-bottom: 40px;
}

#home .black_background h1{
	margin-top:10px;
	color:white;
}

#home .black_background p{
	margin-bottom: 0px;
	color:white;
}

#home .scroll_down_box{
	position:relative;
	text-align: center;
	background: rgba(255,255,255,0);
	border:1px solid #c3c3c3;
	text-align: center;
	color:#575757;
	padding:5px;
	top:-150px;
	width: 75px;
	height: 65px;
	cursor:pointer;
	-webkit-transition:-webkit-transform 0.5s; /* For Safari 3.1 to 6.0 */
	transition:-webkit-transform 0.5s;
	-ms-transition:-webkit-transform 0.5s; /* For MS IE */
	-o-transition: -webkit-transform 0.5s; /* For Opera */
	transition:transform 0.5s;	
}

#home .video{
	top:30% !important;
}

#home .icon-rotate{
	-ms-transform: rotate(360deg); /* IE 9 */
	-webkit-transform: rotate(360deg); /* Chrome, Safari */
	-o-transform:rotate(360deg);	
	transform: rotate(360deg);
}

#home .scroll_down_box .fa-angle-down {
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.0
}

#home .scroll_down_box a{
	text-decoration: none;
	color:#979797;
	font-size: 12px;	
}

#home .scroll_down_box p{
	text-decoration: none;
	color:#979797;
	font-size: 12px;
	margin:0px;
	padding:0px;	
}

#home .btn-main,
#features .btn-main,
#getstarted .btn-main,
#benefits .btn-main,
#case_studies .btn-main,
#table .btn-main{
	padding: 15px;
}

/* ---------   INDEX PRESS SECTION      ---------- */

#press {
	text-align: center;
	background-color:#B8B8BA;
	margin-top:25px;
}

#press-list .item img{
	display: block;
	width: 100%;
	height: auto;
	mar
	
	gin: 0 auto;
	padding:5px 20px;
	max-width:140px;
	max-height:120px;
	transition: all 0.4s linear;	
}


/* ---------   INDEX BENEFITS SECTION  ---------- */

#benefits{
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
}

#benefits h1{
	text-align: center;
	padding:10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

#benefits h3{
	margin:0px;
	text-align: left;
	padding-bottom: 20px;
	padding-top:20px;
	color:#3F3F47;
}

#benefits h4{
	margin:0px;
	text-align: center;
	padding-bottom: 20px;
	padding-top:20px;
	color:#3F3F47;	
}

#benefits i{
	font-size: 3.5em;
	padding-top: 15px;
	padding-bottom: 0px;
	transition: all 0.4s linear;
	color:#7b7b8c;	
}

#benefits p{
	font-size: 15px;
	text-align: justify;
	color:#7b7b8c;
		
}

#benefits .scroll_down_box{
	position:relative;
	text-align: center;
	background: rgba(255,255,255,0);
	border:1px solid #c3c3c3;
	text-align: center;
	color:#575757;
	padding:5px;
	margin-top:40px;
	width: 75px;
	height: 65px;
	cursor:pointer;
	-webkit-transition:-webkit-transform 0.5s; /* For Safari 3.1 to 6.0 */
	transition:-webkit-transform 0.5s;
	-ms-transition:-webkit-transform 0.5s; /* For MS IE */
	-o-transition: -webkit-transform 0.5s; /* For Opera */
	transition:transform 0.5s;	
	}
		
#benefits .scroll_down_box p{
	text-decoration: none;
	font-size: 12px;
	margin:0px;
	padding:0px;	
	text-align: center;
}

#benefits .icon-rotate{
	-ms-transform: rotate(360deg); /* IE 9 */
	-webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
	-o-transform:rotate(360deg);	
	transform: rotate(360deg);
}	
	
#benefits .scroll_down_box i{
	font-size: 1.3em;
	color: #575757;
	padding:0px;
}

#benefits .scroll_down_box .fa-angle-down {
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.0
}


/*  ----------    INDEX CLIENTS     ---------- */

#clients{
	padding-bottom:20px;
	text-align: center;
	color:#7b7b8c;
	background-color:#e8e8eb; 	
}

#clients1{
	padding-bottom:20px;
	text-align: center;
	color:#7b7b8c;
	background-color:#e8e8eb; 	
}


#client-list > *{
	vertical-align: middle;
}

#client-list .item{
	position: relative;
}

#client-list .item img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding:5px 20px;
	max-width:150px;
	max-height:120px;
	transition: all 0.4s linear;	
}

#clients .scroll_down_box{
	position: relative;
	text-align: center;
	background: rgba(255,255,255,0);
	border:1px solid #c3c3c3;
	text-align: center;
	color:#575757;
	padding:5px;
	margin-top:0px;
	margin-bottom: -20px;
	width: 75px;
	height: 65px;
	cursor:pointer;
	-webkit-transition:-webkit-transform 0.5s; /* For Safari 3.1 to 6.0 */
	transition:-webkit-transform 0.5s;
	-ms-transition:-webkit-transform 0.5s; /* For MS IE */
	-o-transition: -webkit-transform 0.5s; /* For Opera */
	transition:transform 0.5s;
}
	
#clients .icon-rotate{
	-ms-transform: rotate(360deg); /* IE 9 */
	-webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
	-o-transform:rotate(360deg);	
	transform: rotate(360deg);
}

#clients .scroll_down_box p{
	text-decoration: none;
	font-size: 12px;
	margin:0px;
	padding:0px;	
	text-align: center;
}

#clients .scroll_down_box i{
	font-size: 1.3em;
	color: #575757;
	padding:0px;
}

#clients .scroll_down_box .fa-angle-down {
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.0
}

/* next/previous carousel controls */

#clients .owl-theme .owl-controls .owl-page span{
	border-radius: 0px;
}

/* ----------    HOME -> GET STARTED     ---------- */

#getstarted{
	padding-bottom: 50px;
	padding-top: 20px;
}

#getstarted h1 {
	font-weight: 300;
}

#getstarted h2{
	text-align: center;
}

#getstarted .schedule_demo{
	text-align:center;
	margin-top:15px;
	margin-bottom:30px;
}

#getstarted img{
	overflow: hidden;
	height: 100%;
	width: 100%;
	image-rendering:optimizeQuality;
}

#getstarted .btn{
	margin-top:30px;
}
	
/* -------------------------------
		GET STARTED PAGE
---------------------------------- */
	
#get_started {
	text-align: center;
	padding-bottom: 50px;
	 	
	}

#get_started li{
	padding:10px;
	}

#get_started h2{
	padding-top:20px;
	padding-bottom: 10px;
}

#get_started p{
	font-weight: 300;
	padding-bottom:24px;
}

#get_started .option_box{
	border:1px solid #c1c1c1;
	padding:10px;
	margin-right: 10px;
	text-align: center;
	background: white;
	padding-bottom: 10px;
	margin-bottom: 40px;
	transition: all 0.4s linear;	
}


#get_started .enlarge{
	margin-top:-15px !important;
	transition: all 0.4s linear;	
}

#get_started .opacity{
	opacity: 0.7;
}

#get_started .purple_box{
	border:1px #824588 solid !important;
	transition: all 0.4s linear;	
}

#get_started .round-icon{
	width: 70px;
	height: 70px;
	border-radius: 70px;
	background-color:white;
	margin-top:-45px;
	margin-left: -35px;
	position: absolute;
	padding-top: 15px;
	border:1px solid #824588;
	text-align: center;
	transition: all 0.4s linear;	
}


#get_started .large_icon{
	font-size: 3em;
}

#get_started .option_box p{
	margin-bottom:0px;
}

#get_started .option_box ul li p{
	font-size:14px;	
	text-align: justify;
}

#get_started .btn{
	width: 170px;
}

/* -------------------------------
		PRICING PAGE
---------------------------------- */


#pricing{ 
	text-align: center;
	padding-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
}

#pricing .options_container{
	text-align:center;
	margin: 40px 0px;
}

#pricing .pricing{
	border:1px #E8E2EB solid;
	padding: 15px;
	transition: all 0.3s ease-out;
	margin-bottom: 20px;	
}

#pricing .starter .color{
	background-color: #d8d8d8 !important;
	color:#042623 !important;
	transition: all 0.3s ease-out;		
}

#pricing .starter .border{
	border:1px #d8d8d8 solid;
}

#pricing .starter .btn-transparent{
	border:1px solid #d8d8d8;
	color:#042623;
}

#pricing .starter .btn-transparent-selected{
	border:1px solid #8A8A8C;
	color:#042623;
	background: #d8d8d8;
}

#pricing .starter .fa-ul .icon-color{
	color:#d8d8d8 !important;	
	transition: all 0.3s ease-out;			
}

#pricing .pro .color{
	background-color: #9D48A4 !important;
	color:white !important;
	transition: all 0.3s ease-out;		
}

#pricing .pro .btn-transparent{
	border:1px solid #d8d8d8;
	color:#042623;
}

#pricing .pro .btn-transparent-selected{
	border:1px solid #824588;
	color:white;
	background: #9D48A4;
}

#pricing .pro .fa-ul .icon-color{
	color:#9D48A4 !important;
	transition: all 0.3s ease-out;				
}

#pricing .pro .border{
	border:1px #9D48A4 solid;
}

#pricing .enterprise .color{
	background-color: #13BEAF !important;
	color:white !important;
	transition: all 0.3s ease-out;		
}

#pricing .enterprise .btn-transparent{
	border:1px solid #d8d8d8;
	color:#042623;
	}

#pricing .enterprise .fa-ul .icon-color{
	color:#13BEAF !important;	
	transition: all 0.3s ease-out;			
}

#pricing .enterprise .btn-transparent-selected{
	border:1px solid #109E92;
	color:white;
	background: #13BEAF;
}

#pricing .enterprise .border{
	border:1px #13BEAF solid;
}

#pricing .pro{
	margin-top:-10px;
}

#pricing .price_box{
	font-size: 18px;
	border-bottom:1px solid #c3c3c3;
	border-top:1px solid#c3c3c3;	
	padding-top:10px;
	padding-bottom:10px;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 20px;
} 

#pricing .description{
	font-size: 14px;
	margin-bottom: 10px;
}

#pricing ul li{
	text-align: left;
	padding:10px;
	margin-left: -20px;
	text-transform: capitalize;
	border-bottom:1px dashed #e8e8eb;
}

#pricing ul li:first-child{
	font-weight: 400;
	border-bottom: 0px;
}

#pricing ul li:last-child{
	text-align: center;
	border-bottom: 0px;
}

#pricing ul li:empty{
	border-bottom: 0px;
}

#pricing ul li:empty{
	padding:20px;
}

#pricing li a{
	text-align: center !important;
	padding:10px;
}

#pricing li i{
	padding-right: 10px;
	color:#d8d8d8;
	font-size: 1.3em;
}

#pricing .enterprise ul li:nth-child(4){
	font-weight:500;
}

#pricing a{
	text-align: center;
	margin:10px;
	margin-top:5px;
	width: 160px;
}

#pricing .center_block{
	margin: 0 auto;
	float: none;
}

#pricing .pricing_opacity{
	opacity: 0.65;
	transition: all 0.3s ease-out;
}	

#pricing h3 {
	margin-top:20px;
	padding-top:20px;
}

#pricing .enlarge{
	margin-top:-10px !important;
	transition: all 0.3s ease-out;	
}

#pricing h1{
	text-transform: uppercase;
}

#pricing .purple_price{
	background-color: #9D48A4 !important;
	color:white !important;
	transition: all 0.3s ease-out;		
}

/* ----------    ORDER STARTER PACKAGE MODAL     ---------- */

#starter {
	margin-top:50px;
}

#starter .input-group-addon i{
	color:#13BEAF;
}

#starter .starter_error{
	float:left;
	position:absolute;
}

#starter .form-control{
	text-align: left;
}

#starter .starter_error{
	font-style:italic;
	padding-bottom:10px;
	color:red;
	margin-top:0px;
	font-size:12px;
	float:left;
}

#starter .starter_error_email{
	float:left;
	position:absolute;
}

#starter .starter_error_email p{
	font-style:italic;
	padding-bottom:10px;
	color:red;
	margin-top:0px;
	font-size:12px;
	float:left;
}

#starter .input-group textarea{
	resize: none;
}

#starter .modal-footer p{
	margin-bottom:20px;
	color:red;
	margin-top:0px;
	float:left;
	font-size:14px;
}

#starter .modal-footer button i{
	margin-right:5px;
	font-size:1.2em;
}

/* ----------    ORDER PRO PACKAGE MODAL     ---------- */

#pro {
	margin-top:50px;
}

#pro .input-group-addon i{
	color:#13BEAF;
}

#pro .pro_error{
	float:left;
	position:absolute;
}

#pro .form-control{
	text-align: left;
}

#pro .pro_error{
	font-style:italic;
	padding-bottom:10px;
	color:red;
	margin-top:0px;
	font-size:12px;
	float:left;
}

#pro .pro_error_email{
	float:left;
	position:absolute;
}

#pro .pro_error_email p{
	font-style:italic;
	padding-bottom:10px;
	color:red;
	margin-top:0px;
	font-size:12px;
	float:left;
}

#pro .input-group textarea{
	resize: none;
}

#pro .modal-footer p{
	margin-bottom:20px;
	color:red;
	margin-top:0px;
	float:left;
	font-size:14px;
}

#pro .modal-footer button i{
	margin-right:5px;
	font-size:1.2em;
}

/* ----------    ORDER ENTERPRISE PACKAGE MODAL     ---------- */

#enterprise {
	margin-top:50px;
}

#enterprise .input-group-addon i{
	color:#13BEAF;
}

#enterprise .enterprise_error{
	float:left;
	position:absolute;
}

#enterprise .form-control{
	text-align: left;
}

#enterprise .enterprise_error{
	font-style:italic;
	padding-bottom:10px;
	color:red;
	margin-top:0px;
	font-size:12px;
	float:left;
}

#enterprise .enterprise_error_email{
	float:left;
	position:absolute;
}

#enterprise .enterprise_error_email p{
	font-style:italic;
	padding-bottom:10px;
	color:red;
	margin-top:0px;
	font-size:12px;
	float:left;
}

#enterprise .input-group textarea{
	resize: none;
}

#enterprise .modal-footer p{
	margin-bottom:20px;
	margin-top:0px;
	float:left;
	font-size:14px;
}

#enterprise .modal-footer button i{
	margin-right:5px;
	font-size:1.2em;
}



/* -------------------------------
		COMPARE PLANS
---------------------------------- */


#compare_plans{
	 
	text-align: center;
	padding-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}

#compare_plans table>tbody>tr>td {
	text-align: center;
}

#compare_plans table>tbody>tr>td:nth-child(2n) a{
	margin:0px;
}

#compare_plans table tr td:nth-child(1){
	text-align: left;
	font-weight: 300;
}

#compare_plans table thead tr th:nth-child(2),
table thead tr th:nth-child(6){
	border-radius: 7px 7px 0px 0px;
	background-color:white;	
}

#compare_plans table thead tr th:nth-child(4){
	border-radius: 7px 7px 0px 0px;
	background-color:#f2f2f2;	
}

#compare_plans table thead tr th{
	font-size: 24px;
	font-weight: 300;
	text-align: center;
	vertical-align: middle;
	border-bottom: 2px solid #9D48A4 !important;
}

#compare_plans table tfoot tr td{
	font-size: 24px;
	font-weight: 300;
	text-align: center;
	vertical-align: middle;
	border-bottom: 2px solid #9D48A4 !important;
}


#compare_plans table thead tr th:nth-child(1){
	text-align: left;
	}

#compare_plans table tr td:nth-child(4){
	background-color:#f2f2f2;
}

#compare_plans .table>tbody>tr>td i{
	color:#9D48A4 !important;
}

#compare_plans .table>thead>tr>th, 
#compare_plans .table>tbody>tr>th, 
#compare_plans .table>tfoot>tr>th, 
#compare_plans .table>thead>tr>td, 
#compare_plans .table>tbody>tr>td, 
#compare_plans .table>tfoot>tr>td{
	padding: 20px;
	font-size: 18px;
	line-height: 1.42857143;
	vertical-align: top;
	border-bottom: 1px solid #9D48A4;
}

#compare_plans .table>thead>tr>th:first-child{
	font-size:20px;
}

#compare_plans .table>thead>tr>th:nth-child(2n){
	width:20%;
}

#compare_plans .table>thead>tr>th:nth-child(3), 
#compare_plans .table>tbody>tr>th:nth-child(3), 
#compare_plans .table>tfoot>tr>th:nth-child(3), 
#compare_plans .table>thead>tr>td:nth-child(3), 
#compare_plans .table>tbody>tr>td:nth-child(3), 
#compare_plans .table>tfoot>tr>td:nth-child(3){
	padding: 5px;

}

.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:5px;
	vertical-align: middle;
}

#compare_plans .table>thead>tr>th:nth-child(5), 
#compare_plans .table>tbody>tr>th:nth-child(5), 
#compare_plans .table>tfoot>tr>th:nth-child(5), 
#compare_plans .table>thead>tr>td:nth-child(5), 
#compare_plans .table>tbody>tr>td:nth-child(5), 
#compare_plans .table>tfoot>tr>td:nth-child(5){
	padding: 5px;

}

/* -------------------------------
  			FEATURES
---------------------------------- */


#features{
	text-align:center;
}

#features .nav-tabs{
	border-bottom:1px solid #ddd;
}
#features .nav-tabs>li{
	float:left;
	margin-bottom:-1px
}

#features h3{
	padding-bottom:50px;
}

#features .nav-tabs>li>a{
	font-size:0.8em;
	margin-right:2px;
	line-height:1.42857143;
	border:1px solid transparent;
	border-radius:0px;
	color:#13BEAF;
}

#features .nav-tabs>li>a:hover{
	border-color:#eee #eee #ddd;
	cursor:pointer;
	color:#555;
}

#features .nav-tabs>li.active>a,
#features .nav-tabs>li.active>a:hover,
#features .nav-tabs>li.active>a:focus{
	color:#555;
	background-color:#fff;
	border:1px solid #ddd;
	border-bottom-color:transparent;
	cursor:default
}

#features .features2_slide_right{
	display: none;
}

#features p{
	font-size: 20px;
	text-align: justify;
}

#features .feature{
	display: block;
	overflow: hidden;
}

#features .feature ul>li:last-of-type{
	margin-top:80px;
}

#features h2{
	padding-bottom: 20px;
	text-transform: uppercase;
}

#features hr{
	padding-bottom:45px;
	padding-top: 20px;
	border-top: 1px solid #9D48A4;
	margin-left: 20px;
	margin-right: 20px;
	width:97%;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;	
}

.magnificpopupFeaturesJS div .mfp-content{
	margin-top:-110px;
}

#features img{
	transition: all 0.4s linear;
	padding:0px;	
	padding-bottom: 80px;
	max-width: 100%;
	}

#features img:hover{
	opacity: 0.7;
}

#features1{
	transition: all 0.4s linear;
}

#features2{
	transition: all 0.4s linear;
}

/* -----     PHOTO MODAL ----- */
#photo_modal{
	margin-top:5%;
	width: 100%;
}

#photo_modal .modal-dialog{
	width: 90%;
}

#photo_modal .modal-body{
	text-align: center;
}	
	
#photo_modal img{
	max-width: 89%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* -------------------------------
  			SCHEDULE DEMO
---------------------------------- */

#schedule_demo{
	text-align: center;
	padding-bottom: 50px;
}


#schedule_demo .container{
	padding-top: 50px;
}

#schedule_demo p{
	font-size:20px;
	text-align: justify;	
}

#schedule_demo h2{
	 text-transform: capitalize;
}

#schedule_demo li{
	text-align: left;
	font-size: 20px;
}

#schedule_demo li .fa{
	color:#9D48A4;
}

#schedule_demo ul li:empty{
	padding: 10px;
}

#schedule_demo ul li .btn{
	margin-top:20px;
}

#schedule_demo .btn-main{
	width: 200px;
	padding: 15px;
	text-transform: uppercase;
}

#schedule_demo .btn-transparent{
	width: 200px;
	padding: 15px;
	text-transform: uppercase;
}


#schedule_demo img {
	padding:50px;
	max-height: 400px; 
	margin-left: auto;
	margin-right: auto;
}

/* ----- RIGHT REGISTRATION BOX ----- */


#schedule_demo .registration_box{
	background-color: #e8e8eb;
	border: 1px solid #e3e3e3;
	padding:20px;
	text-align: center;
	border-radius: 5px;
}

#schedule_demo .registration_box p{
	margin-bottom: 5px;
	margin-top:15px;
	font-size: 16px;
}

#schedule_demo .registration_box h3{
	text-align:center;
}

#schedule_demo .registration_box .input-group-addon{
	color:#9D48A4;
}

#schedule_demo .registration_box .form-control{
	text-align: left;
}

#schedule_demo .registration_box .email_error{
	float:left;
	position:absolute;
}

#schedule_demo .registration_box .email_error p{
	font-style:italic;
	padding-bottom:10px;
	color:red;
	margin-top:0px;
	font-size:12px;
	float:left;
}

#error_schedule-title{
	color:gray;
}

#schedule_demo .registration_box a{
	margin-right: auto;
	margin-left: auto;
}

/* -------------------------------
  			    TEAM
---------------------------------- */

#team{
	text-align: center;
	bottom:0;
	overflow:hidden;
}

#team .team{
	text-align:center;
	margin-bottom:50px;
}

#team .team-member{
	margin-top:60px;
}


#team .team_box{
	border:1px solid #d3d3d3;
	height: auto;
	padding:10px;
}

#team li{
	padding:10px;
}

#team ul li:nth-child(1){
	text-align:center;
	font-size:16px;
}

#team ul li:nth-child(2){
	text-align:justify;
}

#team img{
	width: auto;
	height: 150px;
	border-radius: 150px;
	margin-right: auto;
	margin-left: auto;
	margin-top:-70px;
	z-index: 99;
	margin-bottom: 10px;
}

#team .opacity{
	opacity: 0.7;
}

#team h3{
	margin-bottom: 10px;
}

#team p{
	margin-bottom: 10px;
	display: inline-block;
}

#team .round-icon-transparent{
	background:rgba(255,255,255,0);
	border-radius: 50px;
	border: 1px solid #13BEAF;
	width: 40px;
	height: 40px;
	text-align:center;
	padding:8px 0px 0px 0px;
	color:#13BEAF;
	font-size: 1.7em;
	margin:0px 5px 0px 5px;
	transition: all 0.4s linear;		
}

#team .round-icon-transparent:hover{
	background:#13BEAF;
	border: 1px solid white;
	padding:8px 0px 0px 0px;
	color:white;
}

#team .team_img{
	transition:all 0.4s linear;
}

#team .team span{
	text-align:justify;
	display:inline-block;
	margin-bottom: 15px;
}

#team .purple_box{
	border:1px #9D48A4 solid !important;
	transition: all 0.4s linear;	
}

#team .icon-flipped {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

/* -------------------------------
  		    TEAM 2
---------------------------------- */

#team2{
	text-align: center;
	bottom:0;
	overflow:hidden;
	margin-bottom: 50px;
}

#team2 .team{
	margin-top:80px;
}

#team2 img{
	width: auto;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top:-70px;
	z-index: 99;
}

#team2 .details{
	background:#edeff0;
	padding:10px;
	border-bottom:1px solid gainsboro;
	border-left:1px solid gainsboro;
	border-right:1px solid gainsboro;		
}

#team2 img{
	border-radius: 0px;
}

#team2 h3{
	font-size:20px;
	color:#13BEAF;
	padding:5px;
}

#team2 h4{
	font-size:16px;
	padding:5px;
}

#team2 .round-icon-transparent{
	background:rgba(255,255,255,0);
	border-radius: 30px;
	border: 1px solid #13BEAF;
	width: 30px;
	height: 30px;
	text-align:center;
	padding:7px 0px 0px 0px;
	color:#13BEAF;
	font-size: 1.1em;
	margin:0px 5px 0px 5px;
	transition: all 0.4s linear;		
}

#team2 .round-icon-transparent:hover{
	background:#13BEAF;
	border: 1px solid white;
	padding:7px 0px 0px 0px;
	color:white;
}

#team2 ul{
	padding-top: 10px;
}


/* -------------------------------
  		    CASE STUDIES
---------------------------------- */


#case_studies {
	text-align: center;
	padding-bottom: 50px;
}

#case_studies .case_study{
	padding-bottom: 350px;
	padding-top:10px;
}

#case_studies .case_study a{
	float:left;
}

@media (max-width: 768px) {

	#case_studies embed{
		width:100%;
	}
}

#case_studies .col-md-6,
#case_studies .col-sm-6,
#case_studies .col-xs-12{
	margin-bottom: 30px;
}

#case_studies h3{
	margin-bottom: 30px;
	text-align: left;
	margin-top:0px;
}

#case_studies li,
#features li{
	text-align: left;
	font-size: 20px;
	margin:5px;
}

#case_studies li i,
#features li i{
	color:#9D48A4;
}

#case_studies a{
	float:left;
	margin-top:10px;
	margin-bottom:20px;	
}

#case_studies hr{
	margin-top: 40px;
	border-top: 1px solid #9D48A4;
	margin-left: 20px;
	margin-right: 20px;
	width:90%;
	margin-left: auto;
	margin-right: auto;
}
	
#case_studies .col-centered{
	float:none;
}

#case_studies embed{
	border:1px solid #e8e8eb;
}

#case_studies .get_plan{
	margin-top:80px;
	text-align:center;
}

#case_studies .get_plan h3{
	margin-top:-20px;
	text-align:center;
}

#case_studies .get_plan a{
	margin-top:30px;
}


/* -------------------------------
  		    CASE STUDIES
---------------------------------- */


#case_studies {
	text-align: Left;
	padding-bottom: 50px;
}

#case_studies .case_study{
	padding-bottom: 350px;
	padding-top:10px;
}

#case_studies .case_study a{
	float:left;
}

@media (max-width: 768px) {

	#case_studies embed{
		width:100%;
	}
}

#case_studies .col-md-6,
#case_studies .col-sm-6,
#case_studies .col-xs-12{
	margin-bottom: 30px;
}

#case_studies h3{
	margin-bottom: 30px;
	text-align: left;
	margin-top:0px;
}

#case_studies li,
#features li{
	text-align: left;
	font-size: 20px;
	margin:5px;
}

#case_studies li i,
#features li i{
	color:#9D48A4;
}

#case_studies a{
	float:left;
	margin-top:10px;
	margin-bottom:20px;	
}

#case_studies hr{
	margin-top: 40px;
	border-top: 1px solid #9D48A4;
	margin-left: 20px;
	margin-right: 20px;
	width:90%;
	margin-left: auto;
	margin-right: auto;
}
	
#case_studies .col-centered{
	float:none;
}

#case_studies embed{
	border:1px solid #e8e8eb;
}

#case_studies .get_plan{
	margin-top:80px;
	text-align:center;
}

#case_studies .get_plan h3{
	margin-top:-20px;
	text-align:center;
}

#case_studies .get_plan a{
	margin-top:30px;
}


/* ----------    DOWNLOAD REPORT MODAL     ---------- */


#download_report{
	margin-top:50px;
}

#download_report .form-control{
	text-align: left;
}

#download_report .input-group i{
	color:#13BEAF;
}

#download_report .modal-footer i{
	margin-right:5px;
	font-size:1.2em;
}


/* -------------------------------
  		 	  TABLE
---------------------------------- */

#table{
}

#table h1{
	text-align: center;
}

#table .table-container{
	margin-bottom:50px;
}

#table .table{
	border-bottom:none;
	border-top:none;
}

#table table.dataTable thead th, 
#table table.dataTable thead td{
	border-bottom: 0px;
	color:#109E92;
}

#table .center{
	margin:0 auto;
}

#table .strong_numbers{
	color:#8b8b8b;
	font-size:1.2em;	
}

#table table thead tr td:nth(n-6){
	padding:10px;
}

#table table thead tr td:nth(-n+3){
	text-align:left;
}

#table .user-image{
	width: auto;
	min-height: 50px;
	max-height: 50px;
	float: left;
	height: auto;
	margin-bottom: 0px;
	margin-right: 10px;
	vertical-align: middle !important;
}

#table p{
	text-align: center;
}

#table .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
	border:1px solid #eee;
	background:white;
	
}

#table .btn-main{
	text-align: center;
}

#table .centered{
	text-align: center;
}


#table .strong_numbers{
	font-weight: 300;
	color:#8b8b8b;
	font-size:1.1em;	
}

#table .tablecell{
	text-align: right;
	padding-right:25px;
	font-size:1.2em;	
}

#table .tablecell_center{
	text-align: center;
	padding:15px;
	font-size:1.2em;
	padding-right:15px;	
}

#table .tablecell_rank{
	text-align: center;
	padding:15px;
	font-weight: 300;
	font-size:1.2em;	
}

#table .tablecell_company{
	text-align: left;
	padding:15px;
	font-size:1.2em;
}

#table .tablecell_logo{
	padding:15px;
}

/* -------------------------------
  		 	  CARD LEADERBOARD
---------------------------------- */


#card_leaderboard {
	margin-bottom: 20px;
}

#card_leaderboard .row {
	text-align: center;
}

#card_leaderboard h2{
	padding-top:50px;
	padding-bottom:10px;
	text-align:center;
}

#card_leaderboard .category{
	text-align:center;
	margin-top:50px;
	margin-bottom:20px !important;
}

#card_leaderboard .category .category_center{
	display: inline-block;
}

#card_leaderboard .category a{
	color:#8b8b8b !important;
	font-size: 16px !important;
}

#card_leaderboard .category a i{
	display:block;
	padding-bottom:10px;
	padding-top:10px;
	font-size:4em;
	color:white;
}

#card_leaderboard .category .stats-orange{
	background:#FF5D40;
}

#card_leaderboard .category a:hover, #category a:focus{
	text-decoration: none;
}

#card_leaderboard .industry_category{
	display: inline;
	text-align: center;
	vertical-align: middle;
	opacity: 0.5;
	font-size: 10px;
	font-weight: 300;
	color:#8b8b8b;
	width: 155px;
	height: 80px;
	padding:0px;
	margin:5px;
	font-size:13px;
	transition: all 0.4s linear;	
}

#card_leaderboard .category  .orange{
	background:#13BEAF;
}

#card_leaderboard .category .active{
	opacity: 1;
}

#card_leaderboard .category .purple{
	background: #3498DB !important;
}

#card_leaderboard a{
	font-size:18px;
	margin-top:10px;
	padding:20px 50px;
}
	
#card_leaderboard .industry_category:hover{
	color:black;
	opacity: 1;
	filter: alpha(opacity=100);
}

#card_leaderboard .start_product{
	padding:20px;
	text-align:center;
}

#card_leaderboard div.col-md-12.col-sm-12.col-lg-12.col-xs-12.col-centered{
	text-align: center;
}

#card_leaderboard div.col-md-12.col-sm-12.col-lg-12.col-xs-12.col-centered{
	font-size:8em;
	text-align:center;
	color:#13BEAF;
	display:none;
}

#loading-icon{
	font-size:1.2em;
	text-align:center;
	color:#13BEAF;
}

#card_leaderboard .card-outter{
	border:1px solid gainsboro;
	display: inline-block;
	padding:0px;
}

#card_leaderboard .card{
	margin-bottom:40px;
}

#card_leaderboard .card-left{
	float:left;
	border-right: 1px solid gainsboro;
	padding:0px;
	display: inline-block;
}

#card_leaderboard .user_picture{
	width: 55px !important;
	height: auto;
	padding:0px;
	border-bottom: 1px solid gainsboro;
}

#card_leaderboard .user_card{
}

#card_leaderboard .user_name{
	font-size:25px;
	display: block;
	font-weight: 300;
	text-align: center;
	border-bottom: 1px solid gainsboro;
}

#card_leaderboard .user_name h3{
	font-size:22px;
	margin:5px 0px -10px 0px;
	
}

#card_leaderboard .user_rank{
	text-align: center;
	padding:30px 5px;
	font-size:24px;
	font-weight: 300;
	display: block;
}

#card_leaderboard .card-right{
	display: inline-block;
	padding:0px;
	margin-bottom: -1px;
}

#card_leaderboard .user_stats{
	display: inline-block;
	margin:5px;
}

#card_leaderboard .user_stats .col-md-6,
#card_leaderboard .user_stats.col-sm-6,
#card_leaderboard .user_stats .col-xs-6{
	padding:0px;
}

#card_leaderboard .icon{
	padding:5px 10px 5px 5px;
	font-size:1.9em;
}

#card_leaderboard .user_stats .col-md-6{
	text-align:center;
}

#card_leaderboard .stats{
	font-size:17px;
	padding:5px 5px 5px 5px;
	text-align:right;
}

#card_leaderboard .user_pic_shares_container{
	padding-right:3px;
	display: inline-block;	
}

#card_leaderboard .industry_category{
	display: inline;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	font-weight: 300;
	color:#8b8b8b;
	width: 155px;
	height: 80px;
	padding:0px;
	margin:5px;
	font-size:13px;
	transition: all 0.4s linear;	
}
	
#card_leaderboard .industry_category:hover{
	color:black;
	opacity: 1;
	filter: alpha(opacity=100);
}

#card_leaderboard .card .user_pictures span{
	display:block;
	text-align:center;
	margin-bottom:5px;
}

#card_leaderboard .user_pictures{
	border-top: 1px solid gainsboro;
	border-left: 1px solid gainsboro;
	margin-left: -1px;
	padding:0px;
	padding-left: 15px;
	text-align: left;
	}

#card_leaderboard .user_pic_shares{
	border-radius: 35px;
	width: 35px !important;
	height: auto;
	padding:0;
	border: 1px solid gainsboro;
}

#card_leaderboard .user_pic_shares:hover{
	box-shadow: 1px 1px 1px 1px #c9c9c9;
}


/*     -----     STYLES FOR LEADERBOARD CARDS    ----- */

#companies_leaderboard .card .user_rank{
	margin-top:25px;
}

#card_leaderboard .card .twitter_handle a{
	font-size:16px;
}

/*--- COLORS FOR LEADERBOARD CARDS -----*/
  
#card_leaderboard .card .border-blue{
	border-left:10px solid #13BEAF;	
}

#card_leaderboard .card .stats-blue{
	color:#13BEAF;
}

#card_leaderboard .card .stats-red{
	color:#CD2628;
}

#card_leaderboard .card .border-red{
	border-left:10px solid #CD2628;		
}

#card_leaderboard .card .border-light_blue{
	border-left:10px solid #3498DB;
}

#card_leaderboard .card .stats-light_blue{
	color:#3498DB;
}

#card_leaderboard .card .border-dark_blue{
	border-left:10px solid #3D7599;
}

#card_leaderboard .card .stats-dark_blue{
	color:#3D7599;
}

#card_leaderboard .card .stats-cyan{
	color:#13beaf;
}

#card_leaderboard .card .border-cyan{
	border-left:10px solid #13beaf;
}

#card_leaderboard .card .border-orange{
	border-left:10px solid #FF5D40;	
}

#card_leaderboard .card .stats-orange{
	color:#FF5D40;
}

#card_leaderboard .card .stats-purple{
	color:#9D48A4;
}

#card_leaderboard .card .border-purple{
	border-left:10px solid #9D48A4;
}

#card_leaderboard .card .stats-dark_purple{
	color:#A90CE8;
}

#card_leaderboard .card .border-dark_purple{
	border-left:10px solid #A90CE8;
}

#card_leaderboard .card .border-dark_purple{
	border-left:10px solid #A90CE8;
}

#card_leaderboard .card .stats-yellow{
	color:#FFCA0A;
}

#card_leaderboard .card .border-yellow{
	border-left:10px solid #FFCA0A; 
}

#card_leaderboard .card .card-outter:hover{
	box-shadow: 1px 1px 8px 1px #989898;
}

/* -------------------------------
  		 	  CONTACT
---------------------------------- */


#contact_page {
	margin-bottom: 50px;
}

#contact_page .contact_details{
	text-align: center;
	margin-bottom: 30px;
}

#contact_page h2{
	margin-bottom: 30px;
}

#contact_page .form-control{
	margin-top: 15px;
	text-align: left;
}

#contact_page .btn{
	margin-top:15px;
}

#contact_page ul{
	list-style: none;
}

#contact_page ul li{
	font-size:16px;
}

#contact_page ul li i{
	padding:10px;
	font-size:2.2em;
	color:#9D48A4;
}

#contact_page ul li:nth-child(1) i{
	padding-top: 0px;
}

#contact_page textarea{
	resize: none;
}

.map{
	margin:10px;
}


#map_canvas{
	height: 500px;
    background-color: #CCC;	
}

/* ----------     CONTACT MODAL     ---------- */

#contact{
	margin-top:35px;
}	

#contact .modal-body p{
	color:#333;
}

#contact .input-group-addon i{
	color:#9D48A4;
}

#contact .form-control{
	text-align: left;
}

#contact .input-group textarea{
	resize: none;
}

#contact .modal-footer i{
	margin-right:5px;
	font-size:1.2em;
}

#contact_page .contact_form{
	margin-bottom: 30px;
}

#contact .btn{
	border-radius: 0px;
}


/* -------------------------------
  		 	  PHOTO GALLERY
---------------------------------- */
#dialog{
    background: white;
    padding: 20px 30px;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
}

#portfolio{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

/* 1 columns */
@media (max-width: 640px) {

	#portfolio .item{
		margin-bottom: 1%;
		margin-left:0;
	    width:100%;
	    overflow:hidden;
		height:auto;    
	}
}

/* 2 columns */
@media (min-width: 641px) {

	#portfolio .item{
		margin-bottom: 1%;
		margin-left:1%;
	    width:48%;
	    overflow:hidden;
		height:auto;    
	}
}

/* 4 columns */
@media (min-width: 1199px) {	  
	#portfolio .item{
		margin-bottom: 1%;
		margin-left:1%;
	    width:32.33% !important;
	    overflow:hidden;
		height:auto;    
	}
}

#portfolio .nav-tabs>li>a{
border-radius: 0px;}

#portfolio .item img{
	margin:auto;
}

#portfolio .nav{
	margin-bottom: 50px;
}

#portfolio ul li a{
	color:#13BEAF;
}

#portfolio ul li a:hover{
	color:#109E92;
}

#grid{
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.portfolio figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
	background: #2c3f52;
	color: #13BEAF;
}

.portfolio figcaption h3 {
	margin: 0;
	padding: 0;
	color: #fff;
}

.portfolio figcaption h4 {
	margin: 0;
	padding: 0;
	color: #fff;
}

.portfolio figcaption span:before {
	content: 'Client: ';
}

#grid figcaption a {
	text-align: center;
	padding: 5px 10px;
	border-radius: 2px;
	display: inline-block;
	background: #9D48A4;
	color: #fff;
}

#grid4 figcaption a {
	text-align: center;
	padding: 5px 10px;
	border-radius: 2px;
	display: inline-block;
	background: #9D48A4;
	color: #fff;
}

#grid4 figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px;
	background: #2c3f52;
	color: #13BEAF;
}

/* Caption Style*/
.bottom-bar figure {
	overflow: hidden;
}

.bottom-bar figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.bottom-bar figure:hover img,
.bottom-bar figure.cs-hover img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.bottom-bar figcaption {
	height: 100px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.bottom-bar figure:hover figcaption,
.bottom-bar figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.bottom-bar figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.4-columns figcaption a {
	bottom: 0px !important;
}



/* -------------------------------
  		 	  LOGIN
---------------------------------- */

#login{
	text-align:center;
	margin: 0 auto;	
	height: 100%;
}

#login .inputs{
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#login input{
	outline:none;
}

#login input {
  outline: none;
}
#login .form-control {
  width: 300px;
  height: 55px;
  position: relative;
  margin: 0 auto;
  display: block;
  margin-bottom: -10px;
  padding: 15px;
  box-sizing: border-box;
  -webkit-text-stroke: 0.1px;
}

#login input[type=text], #login input[type=password] {
  font-size:16px; 
  border: thin solid #ccc;
  border-radius: 0px;
  color: #13BEAF;
}

#login .form-control:focus{
  border: thin solid #13BEAF;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  border-left: thin solid #13BEAF;  
}

#login .btn-transparent{
  width: 300px;
  height: 55px;
  position: relative;
  margin: 0 auto;
  display: block;
  padding: 18px;
  box-sizing: border-box;
  -webkit-text-stroke: 0.1px;
  transition: all .3s ease;
}

#login .btn-transparent:hover{
	color:white;
}

#login .social-login{
	width: 70px;
	height: 55px;
	margin-bottom: 0px;	
	line-height: 2;
	text-decoration: none !important;
	color:white;
	display: inline-block;
	text-align: center;
	margin-bottom: 15px;
	font-size: 2em;
	margin-right: 3px;
	transition: all .4s ease;
}

#login .facebook{
	background:#3b5998;
}

#login .google{
	background:#dd4b39;
}

#login .linkedin{
	background:#007bb6;
}

#login .twitter{
	background:#00aced;
}

#login .facebook:hover{
	background:#0e378e;
}

#login .google:hover{
	background:#9e2819;
}

#login .linkedin:hover{
	background:#005b85;
}

#login .twitter:hover{
	background:#0379a3;
}


#login .social a:hover{
	color:white;
}

.footer-login{
	margin-top:50px;
}

#login a {
  text-decoration: none;
  color: #7b7b8c;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  transition: color .3s ease;
  outline: none;
}

#login .bottom a:hover {
  color: #13BEAF;
}

#login .bottom{
  width: 300px;
  margin: 0 auto;
  margin-top: 0px;
}

#login .bottom .right{
	float:right;
	margin-right:-15px;
}

#login .bottom a{
	float:left;
	padding-left: 15px;
}


/* -------------------------------
  		 	  SIGN UP
---------------------------------- */

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

#signup .inputs{
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#signup input{
	outline:none;
}

#signup input {
  outline: none;
}
#signup .form-control {
  width: 300px;
  height: 55px;
  position: relative;
  margin: 0 auto;
  display: block;
  margin-bottom: -10px;
  padding: 15px;
  box-sizing: border-box;
  -webkit-text-stroke: 0.1px;
}

#signup input[type=text], #signup input[type=password], #signup input[type=email] {
  font-size:16px; 
  border: thin solid #ccc;
  border-radius: 0px;
  color: #13BEAF;
}

#signup .form-control:focus{
  border: thin solid #13BEAF;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  border-left: thin solid #13BEAF;  
}

#signup .btn-transparent{
  width: 300px;
  height: 55px;
  position: relative;
  margin: 0 auto;
  display: block;
  padding: 18px;
  box-sizing: border-box;
  -webkit-text-stroke: 0.1px;
  transition: all .3s ease;
}

#signup .btn-transparent:hover{
	color:white;
}

#signup .social-signup{
	width: 70px;
	height: 55px;
	margin-bottom: 0px;	
	line-height: 2;
	text-decoration: none !important;
	color:white;
	display: inline-block;
	text-align: center;
	margin-bottom: 15px;
	font-size: 2em;
	margin-right: 3px;
	transition: all .4s ease;
}

#signup .facebook{
	background:#3b5998;
}

#signup .google{
	background:#dd4b39;
}

#signup .linkedin{
	background:#007bb6;
}

#signup .twitter{
	background:#00aced;
}

#signup .facebook:hover{
	background:#0e378e;
}

#signup .google:hover{
	background:#9e2819;
}

#signup .linkedin:hover{
	background:#005b85;
}

#signup .twitter:hover{
	background:#0379a3;
}


#signup .social a:hover{
	color:white;
}

#signup a {
  text-decoration: none;
  color: #7b7b8c;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  transition: color .3s ease;
  outline: none;
}

#signup .bottom a:hover {
  color: #13BEAF;
}

#signup .bottom{
  width: 300px;
  margin: 0 auto;
  margin-top: 0px;
}

#signup .bottom .right{
	float:right;
	margin-right:-15px;
}

#signup .bottom a{
	float:left;
	padding-left: 15px;
}

/* -------------------------------
  		 	  CHARTS
---------------------------------- */

/* ROUND CIRCLES */

#charts {
	text-align: center;
	padding-bottom: 50px;
}

#charts hr{
	border-top:1px solid #9D48A4;
}

#charts .circle {
	display: inline-block;
	margin: 2em;
}

#charts .circles-decimals{
	font-size: .5em;
}
	
#charts .flot-chart{
	width: 100%;
	height: 300px;
	margin-bottom: 50px;
}

#charts .labels{
	font-size:12px;
	color:white;
}

#charts hr{
	padding:1px;
}