/* ==== Google font ==== */
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,700italic,700,600italic,600,400italic,800,800italic' rel='stylesheet' type='text/css');
/* font-family: 'Open Sans', sans-serif; */

@import url('http://fonts.googleapis.com/css?family=Lato:400,700,300' rel='stylesheet' type='text/css');
/* font-family: 'Lato', sans-serif; */

@import url('http://fonts.googleapis.com/css?family=Raleway:400,300,500,700,600,800' rel='stylesheet' type='text/css');
/* font-family: 'Raleway', sans-serif; */

/* === fontawesome === 
@import url('font-awesome.min.css');
/* font-family: 'FontAwesome'; */

@font-face {
font-family: "MuseoSansCyrillic";
src: url('../fonts/museosanscyrl_500-webfont.eot');
src: url('../fonts/museosanscyrl_500-webfont.eot?#iefix') format('embedded-opentype'),
   url('../fonts/museosanscyrl_500-webfont.woff') format('woff'),
   url('../fonts/museosanscyrl_500-webfont.ttf') format('truetype'),
   url('../fonts/museosanscyrl_500-webfont.svg#museo_sans_cyrl500') format('svg');
font-weight: 500;
font-style: normal;
}


/*==========================================================================
  General
  ========================================================================== */
body {
	color:#ff;
    font-family: 'Raleway Regular' !important; /*27_Jun_2016*/
	background: #fff;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 300;
	text-shadow: none;
	/*text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: subpixel-antialiased;*/
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px;
	/*-webkit-text-stroke: rgba(255,255,255,0.01) 0.1px;*/
	-webkit-text-stroke-width: 0.1px;
}

.clear {
	clear: both;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Raleway', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color:#515b5f;
}

h1,h2,h3,h4,h5,h6 {
	font-style: normal !important;
	margin: 0 0 20px 0 !important;
}
h1 { font-size: 40px; line-height: 30px; }
h2 { font-size: 32px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
.txt-light { font-weight: 300; }
.txt-regular { font-weight: 400; }
.txt-bold { font-weight: 700; }
.txt-uppercase { text-transform: uppercase; }

blockquote {
	font-family: Georgia, serif;
}

input { -moz-appearance:none;}

blockquote.bigquote {
	border: none;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.1em;
}

.text-bold {
	font-weight: 700;
}
.text-medium {
	font-weight: 500;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}


small {
	font-size: 70%;
	font-weight: 100;
}

a:hover {
	text-decoration: none;
}

:focus {
	outline: none;
}

.color-white.txt-shadow {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

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

/*==========================================================================
  Misc & Adjust 
 ========================================================================== */
.row {
	z-index: 9999;
}

.big {
	font-size: 20pt;
	font-weight: 300;
}


.blink:hover {
	opacity: 0.9;
}

.half-offset {
	margin-bottom: 75px !important;
}

.no-offset {
	margin: 0 !important;
	padding: 0;
}

.content,.container {
	overflow: hidden;
}

.trans {
	border: 0 !important;
	background: 0 !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.nobg {
	background: 0;
	border: 0;
}

.noborder {
	border: 0 !important;
}

.color-white {
	color:#fff;
}

.theme-bg {
	background-color: #ff7701 !important;
}

.normalize-font-top {
	padding-top: 25px;
}

/* --- float --- */
.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* --- align --- */
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}

/* ---- padding ---- */
.pad-left0 {
	padding-left: 0;
}
.pad-right0 {
	padding-right: 0;
}


/* top */
.pad-top0 {
	padding-top:0;
}
.pad-top0-i{
	padding-top:0 !important;
}
.pad-top5 {
	padding-top: 5px;
}

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

.pad-top15 {
	padding-top: 15px;
}
.pad-top20 {
	padding-top: 20px;
}
.pad-top25 {
	padding-top: 25px;
}
.pad-top30 {
	padding-top: 30px;
}
.pad-top35 {
	padding-top: 35px;
}
.pad-top40 {
	padding-top: 40px;
}
pad-top80{
	padding-top:80px !important;
}
/* bottom */
.pad-bot0 {
	padding-bottom: 0 !important;
}
.pad-bot5 {
	padding-bottom: 5px;
}

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

.pad-bot15 {
	padding-bottom: 15px;
}
.pad-bot20 {
	padding-bottom: 20px;
}
.pad-bot25 {
	padding-bottom: 25px;
}
.pad-bot30 {
	padding-bottom: 30px;
}
.pad-bot35 {
	padding-bottom: 35px;
}
.pad-bot40 {
	padding-bottom: 40px;
}


/* ---- Spacer --- */
.spacer{ padding:30px 0; float:left; width:100%;}

/* ---- margin --- */
.mar-left5 { margin-left: 5px; }
.mar-left10 { margin-left: 10px; }
.mar-left15 { margin-left: 15px; }
.mar-left20 { margin-left: 20px; }
.mar-left25 { margin-left: 25px; }
.mar-left30 { margin-left: 30px; }


.mar-right5 { margin-right: 5px; }
.mar-right10 { margin-right: 10px; }
.mar-right15 { margin-right: 15px; }
.mar-right20 { margin-right: 20px; }
.mar-right25 { margin-right: 25px; }
.mar-right30 { margin-right: 30px; }

/* top */
.mar-top0 {
	margin-top: 0;
}
.mar-top5 {
	margin-top: 5px;
}

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

.mar-top15 {
	margin-top: 15px;
}
.mar-top20 {
	margin-top: 20px;
}
.mar-top25 {
	margin-top: 25px;
}
.mar-top30 {
	margin-top: 30px;
}
.mar-top35 {
	margin-top: 35px;
}
.mar-top40 {
	margin-top: 40px;
}
.mar-top80{
	margin-top: 80px !important;
}
/****27_Jun_2016 start****/
.detail_section .align-center h4 {color: #232828; padding: 15px 0px; font-size: 18px; font-family: 'Raleway bold';}
.detail_section .align-center p { font-size: 14px; color: #232828; line-height: 20px; padding-bottom: 25px;}
.detail_section .align-center a {background-color: #fff;padding: 7px 10px;}
.detail_section .align-center a:hover { color: #fff !important;background: #286ef5;}

.timer_section .section-header h2 {font-size: 36px;color: #28d2d0;font-family: 'Raleway Bold';}
.sep {width: 73px;height: 3px;background: #999999;clear: both;margin: 30px 0px;}
.timer_section .section-header p {line-height: 18px; font-size: 14px;}
.timer_section { padding: 60px 0 !important;}

.squadhelp_section {padding: 70px 0px !important;text-align: center;background: #28d2d0 !important;}
.squadhelp_section h2 {text-align: center; color: #fff; font-family: 'Raleway Bold'; font-size: 36px;}
.squadhelp_section h6 {padding-top: 15px; padding-bottom: 15px;}
.squadhelp_section h6 small { color: #fff; font-size: 18px; font-family: 'Raleway Bold';}
.squadhelp_section .sep {text-align: center;width: 70px;height: 3px;background: #fff; clear: both; display: block; margin: 10px auto 30px auto;}
.member-photo img {width: 82px;  height: 81px;}
.team-detail p {font-size: 14px; line-height: normal;}

.button_section { background: #2b3030 url(../img/separate-buttons-arrow.jpg) no-repeat center top;padding: 70px 0px 50px;}
.button_section .mar-top40 { margin-top: 16px;}
.button_section .italic-title {color: #fff; margin-top: 10px;}
.or_text{color: #fff; font-weight: bold; margin-top: 5px;}

/****27_Jun_20160 end****/
/* bottom */
.mar-bot0 {
	margin-bottom: 0;
}
.mar-bot5 {
	margin-bottom: 5px;
}

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

.mar-bot15 {
	margin-bottom: 15px;
}
.mar-bot20 {
	margin-bottom: 20px;
}
.mar-bot25 {
	margin-bottom: 25px;
}
.mar-bot30 {
	margin-bottom: 30px;
}
.mar-bot35 {
	margin-bottom: 35px;
}
.mar-bot40 {
	margin-bottom: 40px !important;
}
/****27_Jun_20160 start****/
.detail_section .mar-bot40 {
    padding: 60px 0px;
    text-align: center;
    background: #f9f9f9;
}
/****27_Jun_20160 end****/
.mar-bot100 {
	margin-bottom: 100px;
}

.mar-left0 {
	margin-left: 0;
}
.mar-right0 {
	margin-right: 0;
}

.fa{
	display: inline-block;
	font-family: 'FontAwesome';
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    transform: translate(0px, 0px);
}

/*===========================
  --- Sections ----
=========================== */

section.section {
	margin:0;
	padding: 80px 0 60px 0;
}

.bg-white {
	background-color: #fff;
}

/* --- section heading --- */
.section-header {
	text-align: center;
}
.section-header h2.section-heading {
	font-weight: 300;
        line-height: initial;
        
}

.section-header h1.section-heading {
	font-weight: 400;
        font-size:36px;
}
.section-header h5.section-heading {
	color:#ddd;
        text-align:left
}
.popover-title {
    color: #fff;
    font-size: 15px;
    background-color:#35A49C;
}
.popover-content {
    color: #333;
    font-size: 12px;
}


/*===========================
  --- Services Sections ----
=========================== */
.services-icon { width:100%; text-align:center; float:left;}
.services-link {font-size: 15px; color: #455a88;; font-weight:700;font-family: 'Raleway Bold';} /*27_Jun_2016*/
.services-link:hover {color:#37d2cf;}
.services-link .fa { font-size:16px; margin:5px 0 0 5px;}

/* ==========================
 --- Parallax ---
============================= */

#parallax1{	
	background-image: url(../images//parallax/login_bg.jpg);
}
#parallax3{	
	background-image: url(../images//parallax/register_bg.jpg);
}
#parallax2{	
	/*background-image: url(../images//parallax/images/2.jpg);*/
	background-size:100% auto;
	    padding-bottom: 0;
}
#recent_contests{ background:#465b87;}
#recent_contests .mar-top{ margin-top:-40px;}
#recent_contests ul.categories{ margin:0; padding:0; text-align:center;}
#recent_contests ul.categories li{ display:inline-block; padding:0 16px; border-right:1px solid #516798;}
#recent_contests ul.categories li:last-child{border-right:0px solid #516798;}
#recent_contests ul.categories li a{color:#FFF; font-size:14px; text-transform:uppercase; font-weight:500; line-height:56px;}
#recent_contests ul.categories li a:hover{ color:#37d2cf;}
#recent_contests ul.categories li a.act{color:#37d2cf; font-size:14px; text-transform:uppercase; font-weight:500; line-height:56px;}

#recent_contests .view-all-featured {text-align: right;display: block;margin-right: 10px;font-weight: 600; float:right;}

.featured-contest-list{
    margin:15px;
    padding: 0px;
    list-style-type: none;
    overflow: hidden;
}

.featured-contest-list .item {
    margin: 10px 0px;
    float: left;
    min-width: 300px;
	max-width: 320px;
    height:283px;
    text-align: center;
	padding:0 20px;
	opacity: 1;
}

.featured-contest-list .logo {
  
    float: left;
   
    text-align: center;
	margin-left:10px;
        margin-top:10px;
	opacity: 1;
        border-style: groove;
        border-width: 1px;
}

.featured-contest-list .item:hover {
	opacity: 0.7;
}
.featured-contest-list .item:nth-child(3n+1) {
	background:#47a1de;
}
.featured-contest-list .item:nth-child(3n+2) {
 	background:#f18762;
}
.featured-contest-list .item:nth-child(3n+3){
 	background:#37d2cf;
}

.featured-contest-list .item a{ display:block;}
.featured-contest-list .item a:hover { text-decoration: none!important; }

.featured-contest-list .item h3{ font-size:20px; font-family: 'Open Sans', sans-serif; font-weight:700; color:#FFFFFF; text-transform:capitalize; margin-top:100px; line-height:30px; height:56px; word-break:break-all; width: 270px;}
.featured-contest-list .item .fa{color:#fff; font-size:30px; font-weight:300;}
.featured-contest-list .item .brand{color:#fff; font-size:14px; font-weight:300; font-family: 'Open Sans', sans-serif; font-weight:700; text-transform:capitalize; line-height:16px; margin-top:10px; }
.featured-contest-list .item .busines_name{color:#fff; font-size:12px; font-weight:500; text-transform:capitalize;}
#featured_contests .section-header { text-align: center; color: #ffffff; font-family: 'Raleway Bold';padding-bottom: 30px;font-size: 36px;}
#featured_contests{background: #2870f4;padding: 90px 0px;}
#featured_contests .mar-top{ margin-top:-50px;}
#featured_contests .view-all{ position:absolute; width:auto; right:0; top:5px;}
#featured_contests .view-all a{ color:#FFF; font-size:14px; font-weight:700;}
#featured_contests .view-all a:hover{color:#f18762;}
#featured_contests .view-all .fa{ width:20px;}

.featured-filter-wrapper label {font-weight: normal;}
/*===========================
  --- Header & menu ----
=========================== */
.navbar {
	/* line-height: 91px;
	height: 91px; */
	background-color: rgba(0,0,0,0);
	display: block;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 0;
	padding-bottom:0;
	

	-webkit-transition: background .5s, -webkit-transform .5s; /* Safari */
    transition:  background .5s, transform .5s;	
}
.navbar .container{ overflow:visible;}

.navbar .navbar-collapse {
	margin-bottom: 0;
	padding-bottom:0;
	float: right;
}

.top-links {
	list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    line-height: 100%;
}

.top-links:after{
	display: table;
    content: " ";
    clear: both;
}

.top-links .login { float:right;  }
.top-links .signup { float:right; margin-right: 5px;}
.top-links .signup a{ border-left:none !important;}
.top-links a { font-family: 'Lato', sans-serif;font-weight: 400;font-size: 12px; text-transform: uppercase; color:#718888; }

.top-links .login > a, .top-links .signup > a { color: #fff; font-size: 12px; padding:10px 10px; display: block; /*border-left:1px solid #ddd; border-right:1px solid #ddd;*/}



.navbar .navbar-collapse .user-name-label { float:right; display:table-cell; vertical-align:middle; padding:0px;font-family: 'Lato', sans-serif;font-weight: 400;font-size: 12px; position: relative; color: #fff; overflow: hidden;}
.navbar .navbar-collapse .user-name-label a.dropdown-toggle { display: block; padding: 10px 0px; text-transform: none; color: #fff;}
.navbar.menusmall .navbar-collapse .user-name-label a.dropdown-toggle{ color: #f18762; }
.navbar .navbar-collapse.in .user-name-label a.dropdown-toggle{ color: #fff; }
.navbar .navbar-collapse .user-inbox-label  {
	float: right;
}
.navbar .navbar-collapse .user-inbox-label .top-user-inbox {
	padding: 8px 0px;
}
.navbar .navbar-collapse .user-inbox-label .top-user-inbox a {
	color: red!important;
	margin-right: 10px;
}
.navbar .navbar-collapse .user-inbox-label .top-user-inbox a .fa {
	margin-right: 3px;
	font-size: 14px!important;
	color: red!important;
}
.navbar .navbar-collapse .user-inbox-label .top-user-inbox a:hover {
	opacity: 0.6;
}

.nav li {
	height: 100%;
	line-height: 100%;
	padding-bottom:0;
	margin:0 0 0 20px;
}

.nav>li>a {
	display: table-cell;
	height: 100%;
	line-height: 100%;
	vertical-align: middle;
	color: #fff;
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
        background-color: #465b87;
}
.nav>li>a .fa{
    font-family: 'FontAwesome';
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    transform: translate(0px, 0px);
	text-align:right;
	margin-left:5px;
}
.nav>li>a:hover {
	background: none;
        color:#333333;
}

.nav>li> a span{ font-size:12px;border-radius:5px; display:block; padding:0 15px; margin:-13px 0 0 0px;}
.nav>li> a:hover span{ background:#37d2cf; color:#FFF; border-color:#13afac;}

.nav>li> a .start-link{ background:#f18762; color: #fff; font-size:12px; border:1px solid #d9784b; border-radius:5px; line-height:36px; height:41px; display:block; padding:0 10px; margin:-13px 0 0 0px; font-weight: 700;}
.nav>li> a:hover .start-link:hover{ background:#37d2cf; color:#FFF; border-color:#13afac;}
.nav > li > a .new_start-link {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #2ad2d0;
    border-radius: 5px;
    color: #2ad2d0;
    display: block;
    font-size: 12px;
    font-weight: 700;
    height: 41px;
    line-height: 41px;
    /* margin: -13px 0 0; */
    padding: 0 10px;
}
.nav > li:hover > a .new_start-link {
    background: #2ad2d0 none repeat scroll 0 0;
    border: 1px solid #2ad2d0;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 700;
    height: 41px;
    /* line-height: 36px; */
    /* margin: -13px 0 0; */
    padding: 0 10px;
}
.nav>li> a .fa.start-icon{ background:#f18762; border:1px solid #d9784b; border-radius:5px; line-height:28px; color:#fff; font-size:18px; text-decoration:none; margin:-3px 0px 0px 0px; padding:0px 8px; display:none;}
.nav>li> a:hover .fa.start-icon:hover{ background:#37d2cf; color:#FFF; border-color:#13afac;}

.nav>li> a span img{ border-radius:50%;}

.nav>li.login{ margin-left:50px;}

.navbar-nav {
	margin-bottom: 0;
	padding-bottom:0;
}

.nav li{ overflow:hidden;}
.nav li ul{ width:100%; float:left; background-color: rgba(0,0,0,0.9); list-style:none; opacity:0; margin:0; padding:0px 0; position:absolute; z-index:10; min-width: 130px;}


@media screen and (min-width: 768px) {
	.nav li:hover{ overflow: visible;}
	.nav li:hover ul{ width:100%; float:left; height:auto !important; opacity:1; transition: all 0.3s ease-out; }
}
@media screen and (max-width: 768px) {
	.nav li.open{ overflow: visible;}
	.nav li.open ul{ width:100%; float:left; height:auto !important; opacity:1; transition: all 0.3s ease-out; }
}

.nav li ul li{ margin:0 0 0 0px; padding:0px 0px 0px 0px; text-align:left; line-height:18px; width:100%; }
.nav li ul li a{color: #fff; font-weight: 400; font-size: 12px; text-transform: uppercase; font-family: 'Lato', sans-serif; display:block; /*padding-left:10px;*/ padding:8px 0 8px 10px; }

.nav li ul li .fa{ margin:0px 5px 0 -13px; padding-left:13px; font-size:14px;}
.nav li ul li a span{ width:90%; text-align:left; padding:0px 0px 0px 13px; margin:0px;}



.navbar .navbar-nav > .active > a {
	color: #fff;
}
.navbar .navbar-nav > .active > a {
	padding-bottom: 22px;
}

h1 a.navbar-brand {
	background: url("/assets/imgs/Inverse-logo.png") no-repeat scroll left top rgba(0, 0, 0, 0);
	width:158px;
	height:51px;
	margin:0px 0px 0px 0px;
}
h1 a.navbar-brand-inr {
	background: url("../img/logo_after.png") no-repeat scroll left top rgba(0, 0, 0, 0);
	width:158px;
	height:51px;
	margin:24px 0px 0px 0px;
}

.navbar-brand {
	padding: 0;
	display: table-cell;
	vertical-align: middle;
}

.navbar-brand img {
	vertical-align: middle;
}
.navbar-brand-inr {
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	line-height: 90px;
}

.navbar-brand-inr img {
	vertical-align: middle;
}

.navbar-toggle {
	padding: 0;
	/* margin: 8px 0 0 0; */
	margin: 3px 0 0 0;
	width: 40px;
	float:right;
}

.navbar-collapse.in {
	margin-top: 0px !important;
}



.menusmall{ width:100%; background-color: rgba(255,255,255,1); height:110px; /*transition: all 0.3s ease-out;*/}
.menusmall h1 a.navbar-brand {background:url(../img/logo_after.png) no-repeat left top; margin:0px 0px 0px 0px;}
.menusmall h1 a.navbar-brand-inr{background:url(../img/logo_after.png) no-repeat left top; margin:0px 0px 0px 0px;}
.menusmall .top_bdr{border-bottom:0px solid rgba(255,255,255,0);}

.menusmall li { float:left;}
.menusmall li a{ color:#465b87;}
.menusmall .nav>li>a:hover, .menusmall .navbar .navbar-nav > .active > a {color: #f18762;}
.navbar .navbar-nav > li:last-child.active > a {color: #fff;}
.navbar .navbar-nav > li:last-child.active > a:hover {color: #ff0036;}
.menusmall li a .fa{ color:#37d2cf;}
.menusmall li a:hover .fa{ color:#37d2cf;}
.menusmall li ul li a:hover .fa{ color:#fff;}
.menusmall li.login a, .menusmall li.signup a{ color:#f18762!important;}


/*===========================
  --- Featured section ----
=========================== */

section.featured {
	padding:0px;
	overflow:hidden;	
}

/*section.featured img{
	width:100%;
}
*/
section.featured h2.slogan {
	color: #fff;
	font-size: 48px;
	font-weight: 900;
}
  
 /* inner heading */
section.featured.inner {
	background: #eee;
	padding: 150px 0 50px;
}
  
  
/* --- Flexslider --- */
.flexslider {
	margin: 0;
	background: 0;
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.flex-control-paging li a {
	width: 8px;
	height: 8px;
}

.flex-control-paging li a.flex-active {
	background: #fff;
}

.flex-control-nav {
	bottom: 0px;
}

.flexslider .slides img {
	width: auto;
	display: inline;
}

.flex-direction-nav a {
	display: block;
	width: 50px;
	height: 98px;
	margin: -29px -20px 0;
	position: absolute;
	top: 30%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0,0,0,0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.flex-direction-nav .flex-next {
	right: -70px;
	background: url(../images//arrow_large_right.png) no-repeat top left;
}

.flex-direction-nav .flex-prev {
	left: -70px;
	background: url(../images//arrow_large_left.png) no-repeat top left;
}

.flex-direction-nav a.flex-next:before {
	content: none !important;
}

/* removing default arrows */
.flex-direction-nav a:before {
	content: none !important;
}

/* --- Revolution slider --- */

.featured .fullwidthbanner ul {
	list-style: none;
	padding:0;
}

.tp-rightarrow.large {
	margin-left: 0;
}

.tp-leftarrow.default {
	width: 49px !important;
	height: 98px !important;
	background: url(../images//arrow_small_left.png) no-Repeat top left;
}

.tp-rightarrow.default {
	width: 49px !important;
	height: 98px !important;
	background: url(../images//arrow_small_right.png) no-Repeat top left;
}

.fullwidthbanner-container {
	padding-top: 100px;
	width: 100% !important;
	position: relative;
	padding: 0;
	max-height: 650px !important;
	overflow: hidden;
}

.fullwidthbanner {
	height: 650px;
}

.tp-bullets.simplebullets.round .bullet {
	background: url(../images//bullets-new.png) no-repeat top left;
}  

.tp-caption.large_bold_white {
	font-size:60px;
	line-height:60px;
	font-weight:800;
	font-family:"Open Sans";
	color: #fff;
	text-decoration:none;
	background-color:transparent;
	text-shadow:none;
	margin:0px;
	padding:1px 4px 0px;
	border-width:0px;
	border-color:rgb(255, 214, 88);
	border-style:none;
}
.tp-caption.small_thin_white {
	font-size:18px;
	line-height:26px;
	font-weight:300;
	font-family:"Open Sans";
	color: #fff;
	text-decoration:none;
	background-color:transparent;
	padding:1px 4px 0px;
	text-shadow:none;
	margin:0px;
	border-width:0px;
	border-color:rgb(255, 214, 88);
	border-style:none;
}


.fullwidthbanner a.btn {
	color: #fff;
}

/*==========================
About
=========================== */

.member-photo {
	box-sizing:border-box;
	-webkit-border-radius:50%;
		-moz-border-radius:50%;
			border-radius:50%;	
	margin: 0 0 20px 0;
}
.member-photo img {
	-webkit-border-radius:50%;
		-moz-border-radius:50%;
			border-radius:50%;	
}

.team-member{ /*width:100%; float:left;*/ margin-top: 2px; background: #fefefe; margin-right: 15px; margin-bottom: 20px; float: none; display: inline-table; padding: 35px 26px; height: 348px;} /*27_Jun_2016*/
.team-member:nth-child(1n) .col-md-6:nth-child(1n){ text-align:right;}
.team-member:nth-child(1n) .col-md-6:nth-child(2n){ text-align:left;}

.team-member:nth-child(2n) .col-md-6:nth-child(1n){ text-align:left; float:right;}
.team-member:nth-child(2n) .col-md-6:nth-child(2n){ text-align:right; float:left;}
/*.mrg-top-16{ margin-top:23px;}*/ /*27_Jun_2016*/

.team-detail{ /*width:70%; margin-top:90px;*/} /*27_Jun_2016*/ 
.team-detail h4 {clear: both; display: block; color: #232828; font-family: 'Raleway Bold'; padding: 22px 0px; line-height: normal;margin-bottom: 0;}/*27_Jun_2016*/
.team-detail span {font-weight:800; color:#f18762; cursor:pointer;}
.team-detail span .home-popup{ display:none;}
.team-detail span:hover .home-popup{display: block; position:absolute; width:213px; padding:20px; border:1px solid #dad9d9; border-radius:3px; z-index:10; background:#FFF; margin:-100px 0 0 230px; right:18px;}
.team-detail span:hover .home-popup:after { right:100%; top:50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(51, 51, 51, 0); border-right-color:#999; border-width: 10px; margin-top:-34px;}

.team-detail span:hover .home-popup .title{ width:100%; float:left; color:#f18762; font-size:14px; font-family: 'Open Sans', sans-serif; font-weight:600; line-height:22px; margin-bottom:10px;}
.team-detail span:hover .home-popup p{ color:#8a8e90; font-size:12px; font-family: 'Open Sans', sans-serif; font-weight:600; line-height:18px;}

.become-a-freelancer{/* width: 100%; *//* float: left; */ /* height: 77px; */ background: #28d2d0; font-family: 'Lato Black'; color: #FFFFFF; font-size: 14px; font-weight: 900; /* line-height: 77px; */ text-transform: uppercase; text-align: center; border: 2px solid #28d2d0;border-radius: 5px; position: relative; z-index: 5; padding: 13px 25px;} /*27_Jun_2016*/
.become-a-freelancer:hover{background: transparent; color: #FFF;  border-color: #13afac;}/*27_Jun_2016*/
.start-a-contes{/* width: 100%; *//* float: left; *//* height: 77px; */ background: #f18762; font-family: 'Lato Black'; color: #FFFFFF;  font-size: 14px; font-weight: 900; /* line-height: 77px; */ text-transform: uppercase; text-align: center; border: 2px solid #f18762;  border-radius: 5px; padding: 13px 25px; z-index: 5;} /*27_Jun_2016*/
.start-a-contes:hover{ background:transparent; color:#FFF; border-color:#f18762;}/*27_Jun_2016*/
.italic-title{ font-style:italic; line-height:50px;}



/*===========================
  --- Grow Your Business ----
=========================== */
.right-bdr{ border-right:1px solid #d4d4d4;}
.key-stats{ width:100%; float:left; margin:10px 0 15px 0; }
.key-stats .figure{ color:#f18762; font-size:32px; font-family: 'Raleway', sans-serif; font-weight:300;}
.key-stats .title{ color:#515b5f; font-size:14px; font-family: 'Raleway Regular'; font-weight:500; text-transform:uppercase; padding-top:10px;} /*27_Jun_2016*/


/*===========================
  --- Banner Section----
=========================== */
/*27_Jun_2016 start*/
.banner-word{ background: #2b3030; padding:70px 0; margin:40px 0;background: #2b3030 url(../img/info-bg.png) repeat-x left bottom;} /*27_Jun_2016*/
.banner-word h3{font-size: 33px; font-weight: 300; line-height: 1.8;}
.banner-word h5{ font-size:24px; font-weight:300;} 
.banner-word .btn{/* width: 100%; *//* float: left; */ text-align: center; font-size: 14px; color: #FFF; font-family: 'Lato Black'; font-weight: 600; text-transform: uppercase;/* height: 56px; *//* line-height: 56px; */border: 2px solid #f3875d; border-radius: 5px; padding: 13px 30px;background: #f3875d; margin-top: 35px;}
.banner-word .btn:hover{background: #2b3030;color: #FFF; border-color: #2b3030;border: 2px solid #f3875d;}
/*27_Jun_2016 end*/


/*===========================
  --- Testimonial ----
=========================== */
.testimonial-white{ width:100%; float:left;  margin:0px; padding:0px;}
#testimonals {padding-top: 20px; padding-bottom:40px; position:relative; margin-top:50px;}

#testimonals .customer_say{text-align:left;  float:left;}
#testimonals .customers-say{ font-family: 'Open Sans', sans-serif; font-weight:500; color:#515b5f; font-size:16px; line-height:28px; margin:0px; padding:0px;}
#testimonals .customers-say a{ font-family: 'Open Sans', sans-serif; font-weight:500; color:#515b5f; font-size:16px; line-height:28px; text-decoration:none; margin:0px; padding:0px;}
#testimonals .customers-say a:hover{color:#f18762;}

#testimonals .quote{ width: auto; float:left; font-size:36px; font-style:italic; font-weight:600; text-align:left; line-height:24px;}
#testimonals .comment{ width:100%; float:left; font-style:italic; font-weight:300; background:#fff; margin:0px; min-height:160px}
#testimonals .front{ padding-top:40px;padding-bottom:20px;padding-left: 30px;min-height:130px;}
#testimonals .back{ padding-top:10px;padding-bottom:10px;padding-left: 30px;background-color:#333;color:#fff;}
#testimonals .contest-info{ display:block;}
#testimonals .contest-name{ position:fixed;bottom:5px;right:12px;font-size:12px;color:#fff}
#testimonals .contest-name a{ font-weight:600;color:#fff;text-decoration:underline}
#testimonals .comment a{ font-family: 'Open Sans', sans-serif;  color:#515b5f; font-weight:500; }
#testimonals .comment .contest-details{ font-size:14px; color:#fff; font-weight:300;font-style:normal; }
#testimonals .comment .description{font-size:16px;font-weight:500; }
#testimonals .comment .contest-details a{ color:#f18762; font-weight:500; }
#testimonals .comment .contest-details a:hover{color:#f18762;}
#testimonals .comment a:hover{color:#f18762;}
#testimonals .flex-control-nav{ display:none;}
.testimonial{ max-width:400px; float:left; font-size:13px;}
.testimonial .client{ width:100%; float:left;}
.testimonial .client-pic{ border-radius:50%;}
.testimonial i{	color: #fff;}
.testimonial span.author {color: #fff; font-weight: 700;}
.testimonial h5 {font-size: 14px; font-weight:500; font-family: 'Open Sans', sans-serif; margin:0;} 	
.right-testi{ float:right;}


/*===========================
  --- Contact ----
=========================== */

.validation {
	display:none;
	margin: 0 0 20px;
	font-weight:400;
	font-size:13px;
}

#sendmessage {
	border:1px solid #fff;
	display:none;
	text-align:center;
	padding:15px 12px 15px;
	margin:10px 0;
	font-weight:600;
	margin-bottom:30px;
}

#sendmessage.show,.show  {
	display:block;
}

#contact-form {
	position: relative;
	z-index: 999;
}

#contact-form input[type=text],#contact-form input[type=email], .contactForm textarea {
	width: 100%;
	background: rgba(227, 231, 228, 1);
	font-family: 'Open Sans', sans serif;
	border: 0;
	font-size:14px;
	text-align: left;
	vertical-align: middle;
	padding:0 10px;
}
#contact-form input[type=text]:focus,#contact-form input[type=email]:focus, .contactForm textarea:focus {
	background: rgba(101, 106, 100, 1);
	color: #eff1ef;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	transition: background 0.25 ease-in;
	-moz-transition: background 0.25 ease-in;
	-webkit-transition: background 0.25 ease-in;
}
#contact-form input[type=text],#contact-form input[type=email] {
	height: 60px;
	margin-bottom:30px;
}
#contact-form input[type=submit] {
	color: #fff;
	width: 185px;
	height: 60px;
	text-shadow: none;
	font-size: 14px;
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0 0 20px 0;
	display: block;
	border: 0;
	text-transform: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#contact-form input[type=submit]:hover, #contact-form input[type=submit]:active {
	background: #43413e !important;
}
#contact-form textarea {
	padding-top: 1em;
}

textarea.form-control {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

div.cform-response-output {
	max-width: 60%;
	text-align: center;
	margin-left: 40% !important;
	margin-top: 0.5em !important;
	padding: 0.5em !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.cform-not-valid-tip {
	color: #888;
	border: 1px dotted #ad3729 !important;
	width: 100% !important;
	left: 0 !important;
	padding: 0.5em !important;
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}



/*====================
  Clients
==================== */
#clients img {
	opacity: 0.7;
}

#clients img:hover {
	opacity: 1;
}


/*=========================
  Footer
 ================= */

section#footer {
	background: #3f4040;
	margin: 0;
	padding:40px 0;
}

section#footer ul{margin: 0; padding:0; list-style:none;}
section#footer ul li{ color:#f18762; font-size:13px; font-family: 'Raleway', sans-serif; font-weight:600;  text-transform:uppercase; line-height:26px;}
section#footer ul li a{ color:#fff; font-size:14px; font-family: 'Open Sans', sans-serif; font-weight:300; text-transform:capitalize;}
section#footer ul li a:hover{ color:#f18762;}
section#footer .examples ul{margin: 0; padding:0; list-style:none;}
section#footer .examples ul li{ color:#f18762; font-size:12px; font-family: 'Raleway', sans-serif; font-weight:600;  text-transform:uppercase; line-height:22px;}
section#footer .examples ul li a{ color:#fff; font-size:12px; font-family: 'Open Sans', sans-serif; font-weight:200; text-transform:capitalize;}
section#footer .examples ul li a:hover{ color:#f18762;}

.social{ width:100%; float:left;}
.social .icon{width:20%; float:left;}
.social .icon a .fa{ color:#f18762; font-size:26px;}
.social .icon a:hover .fa{color:#fff;}

section#footer .copyright {
	text-align: center;
	background:#2d3030;
	height:62px;
	font-size:13px;
	line-height:62px;
	color:#9d9d9d;
}
section#footer .copyright a{ color:#9d9d9d;}
section#footer .copyright a:hover{ color:#f18762;}
section#footer .copyright .bot-logo{ position:absolute; left:0; height:62px;}
section#footer .copyright .bot-logo img{ padding:0; margin:0;}




/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}

/* footer menu */
ul.footer-menu {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.footer-menu li {
	display: inline;
	margin: 0 5px;
}

a.scrollup{
	height:33px;
	width:33px;
	color:#fff;
	font-size:24px;
	line-height:30px;
	text-align:center;
	text-decoration:none;
	position:fixed;
	bottom:80px;
	right:10px;
	z-index:9999;
	opacity:0.5;
	border-radius:50%;
	outline:none;
}
a.scrollup:hover{
	opacity:1;
	color:#fff;
}

/*===========================
  --- Template Components ----
=========================== */

/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, 
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 45px;
	height: 45px;
	font-size:20px;
        
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}


/* stats */
.stats .icon {
	margin: 0 0 20px 0;
}

.stats strong.number {
	font-size: 38px;
}

.stats span.text {
	font-weight: 700;
	font-size: 24px;
}

/* buttons */
.btn {
	border: 0;
}

.btn.bold {
	font-weight: 600;
}

.btn-cta {
	color: #ffffff;
	border-bottom: 4px solid;
}
.btn-cta:hover {
	color: #ffffff;
}

.btn-cta {
	border-bottom: 2px solid;
}
.btn-cta.btn-lg {
	border-bottom: 4px solid;
}



/* ========================================
Media queries
========================================= */
@media (min-width: 959px) and (max-width: 1199px) {
	
	h1 a.navbar-brand { margin:24px 0 0;}
	h1 a.navbar-brand-inr { margin:24px 0 0;}

	.nav li {margin: 0 0 0 10px;}
	.nav > li.login { margin-left: 40px;}
	
	.menusmall h1 a.navbar-brand {margin:0px 0px 0px 0px;}
	.menusmall h1 a.navbar-brand-inr {margin:0px 0px 0px 0px;}
}

@media only screen and (min-device-width : 979px) and (max-device-width : 1024px)  {

	#testimonals .customer_say{margin-left:0px;}

}


@media (min-width: 768px) {
	.nav li {margin: 0 0 0 20px;}
}

@media (max-width: 1084px) {	
.top_header {float: left; width: 100%;}
.cat_sub_ttl{width:85% !important;}
.nav li {margin: 0 0 0 7px;}
.nav > li.login { margin-left:10px;}
.nav>li> a span{ padding:0 14px; margin:-13px 0 0 0px;}

.nav>li> a .start-link{ display:none;}
.nav>li> a .new_start-link{ display:none;}
.nav>li> a .fa.start-icon{display:block;}

/*.navbar-header { position: relative; z-index: 6;}*/
.navbar-header button{background:none; border:none;}
.navbar-header button .fa{ font-size:28px;}
	
.navbar.navbar-fixed-top {background-color: rgba(0,0,0,0); position:absolute;}

.member-photo { text-align:center;}
.team-detail { margin-top:0px; width: 100%; text-align:center;}

#section-services .col-lg-4{ margin-bottom:30px;}

.team-member:nth-child(1n) .col-md-6:nth-child(1n){ text-align:center;}
.team-member:nth-child(1n) .col-md-6:nth-child(2n){ text-align:center;}

.team-member:nth-child(2n) .col-md-6:nth-child(1n){ text-align:center; float: none;}
.team-member:nth-child(2n) .col-md-6:nth-child(2n){ text-align:center; float: none;}

#testimonals .section-header{text-align: center;}
#testimonals .customer_say{text-align: center; margin-bottom:60px; margin-left:0px;}

#testimonals .comment { width:100%;}
#testimonals .quote { font-size: 36px; line-height:0px;}
#testimonals .testimonial { width:100%;}

section#footer {padding:40px 0 0px 0;}
section#footer .col-lg-3{ width:50%; float:left; margin-bottom:20px;}
section#footer .col-lg-3 .social { width: 100%; max-width:200px;}

.step2_main .form ul li .visual_logo .visual_img { width:100%;}
.pr_one{margin-top:-30px !important; z-index:1;}
.pr_two{margin-top:-60px !important; z-index:5;}
.pr_three{margin-top:-45px !important; z-index:1;}
}

@media (max-width: 768px) {
h1 a.navbar-brand { margin: 20px 0 0; width: 138px; background-size:100% auto;}
h1 a.navbar-brand-inr { margin: 20px 0 0; width: 138px; background-size:100% auto;}
.menusmall h1 a.navbar-brand { background-size:100% auto;}
.menusmall h1 a.navbar-brand-inr { background-size:100% auto;}
.nav li {margin: 0 0 0 7px;}
.nav > li.login { margin-left: 15px;}

}
@media (max-width: 767px) {
.navbar .navbar-collapse ul.top-links {
	background-color:#2a2a2a;
	width: 55%;
	float: left;
	margin:0px -1px 0px 0px;
	line-height: 40px;
}
.top-links .login a, .top-links .signup a { color: #718888; font-size: 11px; padding:10px 10px; display: block; border-left:none; border-right:none;}
.nav>li> a .start-link{ display:block; margin-top:0px;}
.nav>li> a .new_start-link{ display:block; margin-top:0px;}
.nav>li> a .fa.start-icon{display:none;}
.cat_main_head{font-size:24px; line-height:26px;}	
section.section {margin:0; padding: 40px 0 30px 0;}
#featured_contests .mar-top{ margin-top:-10px;}

.navbar-toggle {/* margin: 22px 0 0; */ padding: 0; width:50px; height:40px; position:relative; z-index:100;}


.navbar {/* line-height: 50px;	height: 50px; */}

h1 a.navbar-brand {margin:22px 0 0;}
h1 a.navbar-brand-inr {margin:22px 0 0;}
.menusmall li a{ color:#fff;}
.menusmall li.login a{ margin-left:0px; color:#fff;}
.menusmall li a .fa{ color:#fff;}
.navbar.navbar-fixed-top {
	background-color:rgba(0,0,0,0.0);	
}
.navbar .navbar-collapse {margin-bottom: 0; padding-bottom: 0; padding:0; width:100%; position:absolute; left:0; top:0;}
.navbar-header h1{ position: relative; z-index:0;}
.navbar .navbar-collapse ul.nav {
	background-color:#fff;
	width: 100%;
	border-top: 1px solid #ddd;
	float: none;
	margin:0;
	padding:20px 0px 20px 0px;
}

.navbar .navbar-collapse ul.top-links li {
	margin:0;
	padding-left:0;
	text-align:center;
	position:relative;
	z-index:99;
}
.navbar .navbar-collapse ul.nav.pad-top10{ padding-top:16px;}
.navbar .navbar-collapse ul.nav li {
	/*border-bottom: 1px solid #666;*/
	margin:0;
	padding-left:0;
	width:100%; 
	float:left;
	text-align:left;
	position:relative;
	z-index:1;
}
/*.navbar ul.nav li:last-child{ position:absolute; top:18px; z-index:0;}*/
.navbar ul.nav li:last-child a{ line-height:inherit; height:auto;}
.nav > li > a{ display:inline-block;}
.nav li a:hover, .nav li a.focus{ color:#47d6d3 !important;}
ul.nav li ul{position:relative; float:left; border: 0 !important;box-shadow: none !important; background-color: #eee; height:0; list-style:none; opacity:0; margin:0 0px 0 0 !important; padding:0px 0 0 0;}
ul.nav li:hover ul{width:100%; float:left; height:auto; opacity:1; transition: all 0.3s ease-out;}

ul.nav li ul li{ margin:0 0 0 0px !important; padding:0 !important; text-align:left; line-height:30px; position:relative !important; top:inherit !important;}
ul.nav li ul li:last-chid{ margin:0 0 0 0px !important; padding:0 !important; text-align:left; line-height:30px; border-bottom:1px solid #323232; position:relative !important; top:inherit !important;}
ul.nav li ul li a{color: #333 !important; font-weight: 400; font-size: 12px; text-transform: uppercase; font-family: 'Lato', sans-serif; display:block; padding-left:10px;}
ul.nav li ul li a:hover{color:#fff !important; background:#f18762;}
.nav li ul li a span{ width:auto; text-align:left; padding:0px; margin:0px;}
	
	.nav > li > a span { margin: 0px 0 0 0px; padding: 0 15px;display: inline-block;}
	section.featured {
		padding-top:0px;
	}
	
	.team-member,.col-lg-4 {
		margin-bottom: 30px;
	}
	
	.stats .col-md-3 {
		margin-bottom: 30px;
	}
#recent_contests .mar-top{ margin-top:-10px;}	
#recent_contests ul.categories li { padding: 0 10px;}

#featured_contests .view-all { position: relative; top: 0px;}

.banner h3 { font-size: 30px;}
.banner h5 {font-size: 20px;}

.team-member { margin-top: 0px;}

section#footer .copyright .bot-logo {height: 62px; left: 0; position: relative;}


.pr_one{margin-top:50px !important; z-index:1;}
.pr_two{margin-top:50px !important; z-index:1;}
.pr_three{margin-top:50px !important; z-index:1;}
.adv_ttl,.adv_subttl{width:60%; margin:0 auto;}
.git_btn{float:none !important; }
.sx-text-center{text-align:center !important;}
.foo_logo{margin:0 auto;}
.social_footer{float:none; text-align:center; margin-top:-10px !important;}
}

@media (max-width: 667px) {	
h1 a.navbar-brand {margin:10px 0 0;}
h1 a.navbar-brand-inr {margin:10px 0 0;}
/* .navbar-toggle {margin:12px 0 0;} */

.cat_main_head{margin-bottom:0;}
.n_sel_list > li {padding: 0 !important;}
.n_sel_list > li a{padding: 8px 10px !important; font-size: 12px; font-weight: 400;}
.navbar-brand {margin: 15px 0 0 15px;}
.navbar-toggle{margin:-5px 0 0 0;}	
.top_header{padding:10px 0;}
.n_sel_list > li.active:after {
	border-top-color: #28D2D1;
	border-width: 8px !important;
	margin-left: -8px !important;
}
.copy_right{border:none !important;}
}
@media (max-width: 480px) {
body{ font-size:14px;}
h2 {font-size: 26px;}
section#footer .col-lg-3{ width:100%; float:left; margin-bottom:20px;}
.navbar .navbar-collapse {margin-bottom: 0; padding-bottom: 0; padding:0; width:calc(100% + 30px); float:right;}

h1 a.navbar-brand { margin: 5px 0px 0px 0px; width: 128px; background-size:100% auto;}
h1 a.navbar-brand-inr { margin:5px 0px 0px; width: 128px; background-size:100% auto;}

#recent_contests ul.categories li{ padding:0 25px;}
#recent_contests ul.categories li a {font-size: 12px; font-weight: 500; line-height: 46px;}

section#footer .copyright, section#footer .copyright a{ color:#000000;}

.cat_main_head{font-size:18px; line-height:20px;}
}

@media screen and (max-width: 375px) {
#recent_contests ul.categories li{ padding:0 10px;}

section#footer .copyright .bot-logo img {margin:10px 0 0 0;}
section#footer .copyright {line-height:20px;}

.step2_main .form ul li .visual_logo { width:48% !important; margin:0 1% !important;}
.step2_main .form ul li .visual_logo:nth-child(3n) { margin-right:1% !important;}



}


/* custon by Arun */
/* .nav.navbar-nav.navbar-right {padding-top: px;} */
.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    left: auto !important;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    top: 30% !important;
    z-index: 1000;
}
/* new */
.user-name-label a.dropdown-toggle .fa { color:#f18762}
.user-name-label a.dropdown-toggle .fa.down-arrow{ padding-right:5px; margin-right:10px;}
.user-name-label .dropdown-menu { opacity: 0; left: -95px; width: 120px; border-top-left-radius: 0;border-top-right-radius: 0;background-color: rgba(0,0,0,0.9);height: 1px !important;list-style: none; margin:-5px 0px 0px 0px; padding:0; display: block; }
.user-name-label .dropdown-menu:before { border-bottom: 6px solid #2A2A2A; border-bottom:6px solid #2A2A2A; border-left:6px solid transparent; border-right:6px solid transparent; right:45% !important; content: "";  height:0px; margin-right:-3px; pointer-events:none; position:absolute; width:0px; bottom:100%; }
.user-name-label .dropdown-menu li { background:#2A2A2A;margin: 0 0 0 0px;padding: 0px 0px 0px 0px;text-align: left;line-height: 18px;border-bottom: 1px solid #323232;width: 100%;}
.user-name-label .dropdown-menu li a {color: #fff;font-weight: 400;font-size: 12px;text-transform: uppercase;font-family: 'Lato', sans-serif;display: block; padding: 8px 0 8px 10px;clear: both;white-space: nowrap;}
.user-name-label .dropdown-menu li a:hover {color: #fff;background: #f18762;text-decoration: none;}
.user-name-label .dropdown-menu li a span { margin-left: 5px; }
.user-name-label:hover { overflow: visible!important; }
.user-name-label:hover ul.dropdown-menu { width: auto; float: left; height: auto !important; opacity: 1;transition: all 0.3s ease-out;}
/*.dropdown-menu{display:none !important;}*/
.user-name-label:hover .dropdown-menu{display:block !important; border:none !important;}
.user-name-label .dropdown-menu { opacity: 0; left: -95px; width: 120px!important; border-top-left-radius: 0;border-top-right-radius: 0;background-color: rgba(0,0,0,0.9);height: 1px !important;list-style: none; margin:-5px 0px 0px 0px; padding:0; display:none}
/* new end */
.navbar-brand {
    position: relative;
}

.navbar-toggle .icon-bar {background-color: #455a89;}
/*.nav.navbar-nav a{color:#455a89;}*/
.nav li ul li a:hover{color: #fff; background:#f18762;}
.nav li:hover ul li a{color:#fff;}
.nav > li > a .fa {color:#bdbdbd;}
.top_bar_bottom {/*border-bottom: 1px solid #ddd;*/}
.top_header {float: left; padding: 15px; width: 100%;}
/*#navmenu{background-color:#fff;}*/
.m-adjust{margin-left:29%;}


/* Content area */
.sec_position{position:relative;}
.cat_ttl_outer{position:absolute; left:50%; top:35%; transform:translate(-50%); -webkit-transform:translate(-50%);-o-transform:translate(-50%);-moz-transform:translate(-50%); width:100%;}
.cat_main_head{color:#232828 !important;font-family: "Raleway",sans-serif !important; line-height: 40px !important;}
.n_sel_list {float: left; left: 50%; list-style: outside none none; margin: 0 0 20px; position: relative; transform: translate(-50%); -webkit-transform: translate(-50%); padding-left:0;}
.n_sel_list > li {float: left; text-align: center; box-shadow: 0 2px 2px #2b3030; padding: 10px 0; border-left:1px solid #414545;}
.n_sel_list > li a{padding: 15px 25px; background-color:#2b3030 ; color:#fff; font-family: "Raleway",sans-serif;}
.n_sel_list > li.active a{background-color:#28D2D1 ;}
.n_sel_list > li.active{position: relative; background: #28D2D1;}
.n_sel_list > li.active:after{
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.n_sel_list > li.active:after {
	border-top-color: #28D2D1;
	border-width: 12px;
	margin-left: -12px;
}
.cat_sub_ttl{margin: 0 auto; width: 56%; color:#232828; font-family: "Raleway",sans-serif; }


.no-space-pricing.pricing-zoom{position:relative;}
.pr_one{margin-top:-50px; z-index:1;}
.pr_two{margin-top:-160px; z-index:5;}
.pr_three{margin-top:-90px; z-index:1;}
.pricing-head {padding: 10px 0 15px;}
.pricing-head h3{font-size:40px; font-weight:600; margin:0;}
.pricing-head h4{font-size:34px; font-weight:600; margin:0;}
.bronze h4,.bronze h3{color:#455a89; font-family: 'Lato', sans-serif;}
.gold h4,.gold h3{color:#f3875d; font-family: 'Lato', sans-serif;}
.silver h4,.silver h3{color:#28d2d0; font-family: 'Lato', sans-serif;}
.pricing-head.bronze{border-bottom:2px solid #455a89;}
.pricing-head.gold{border-bottom:2px solid #f3875d;}
.pricing-head.silver{border-bottom:2px solid #28d2d0;}
.pricing_outer {box-shadow: 0 0 5px #eee; margin-bottom: 15px; position: relative; background-color:#fff;}
.pricing{padding:10px;}
.pricing_outer:hover {box-shadow: 0 0 15px #f3875d; z-index: 9;}
.pricing_outer:hover {transition: box-shadow 0.2s ease-in-out 0s;}
.pricing-content li{font-size:#2f2e2e ; font-family:"Raleway",sans-serif; padding:2px 0; font-size:14px; position:relative;}
.pricing-content i{padding-right:5px; color:#28d2d0;}
.pricing-content{list-style-image: url('../images//pricing_list_icon2.png'); list-style-position: inside; padding:15px 0; margin:0;}
.c_pricing_btn{font-size:14px; font-family:"Raleway",sans-serif;width:100%; border-radius:5px; font-weight:600;color:#fff;transition: background-color 0.2s ease-in-out 0s;}
.bronze_btn{background-color:#455a89; border:1px solid #455a89;}
.bronze_btn:hover{border:1px solid #455a89; background-color:#fff; color:#455a89;}
.gold_btn{background-color:#fff; border:1px solid #f3875d;color:#f3875d;}
.gold_btn:hover{border:1px solid #f3875d; background-color:#f3875d; color:#fff;}
.selected_gold_btn{border:1px solid #f3875d; background-color:#f3875d; color:#fff;}
.silver_btn{background-color:#28d2d0; border:1px solid #28d2d0;}
.silver_btn:hover{border:1px solid #28d2d0; background-color:#fff; color:#28d2d0;}
.pricing-footer2{padding:10px 0;}
.pricing-footer2 p{margin:0; font-family:"MuseoSansCyrillic",sans-serif; font-size:14px;}
.pricing_submneu{background-color: #fff;left: 105% !important; position: absolute !important; top: -21px; z-index: 9;}
/* .pricing-content li span span{ display:none;} */
/* .pricing-content li span:hover span{display:block;} */
.pricing-subcontent {position: absolute; z-index: 14;}
.cssarrow {
    background: #f5f5f5 none repeat scroll 0 0;
    left: 100% !important;
    margin-left: 16px;
    position: absolute;
    top: -13px;
	padding:10px;
	width: -moz-max-content;
	width: -webkit-max-content;
	width: -ms-max-content;
	width: -o-max-content;
	-moz-box-shadow: 0 0 0 rgba(0,0,0,0.7), 0 0 12px 3px #7e7e7e;/*FF 3.5+*/
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0.7), 0 0 12px 3px #7e7e7e;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
	box-shadow: 0 0 0 rgba(0,0,0,0.7), 0 0 12px 3px #7e7e7e;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	z-index:10;

}
.cssarrow:after,
.cssarrow:before {
	right: 100%;
	top: 20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.cssarrow:after {
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #F5F5F5;
	border-width: 8px;
	margin-top: -2px;
}
.cssarrow:before {
	border-color: rgba(194, 225, 245, 0);
	border-right-color: #f5f5f5;
	border-width: 8px;
	margin-top: -2px;
	
}
.pricing-subcontent_ttl{color:#f3875d; font-weight:600; font-family:"Raleway",sans-serif; font-size:16px; margin-bottom:0;}
.pricing-subcontent_cnnt{color:#232828; font-family:"Raleway",sans-serif; font-size:14px; margin-bottom:0; width:235px;}
.bg_l_gray {background-color:#f8f8f8;}
.info_sec {
    float: left;
    padding: 20px 0;
	margin: 50px 0;
    width: 100%;
}
.pr_info_div {
    color: #232828;
    font-family: "Raleway",sans-serif;
    font-size: 16px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    width: 70%;
}
.main_adv{font-family:"Raleway",sans-serif ; font-weight:600; color:#232828; font-size:34px;  margin-bottom: 50px;}
.img_adj{margin: 0 auto; width: 120px; padding-bottom:15px;}
.adv_ttl{color:#232828; font-family: "Raleway",sans-serif; font-weight:600; font-size:16px;}
.adv_subttl{color:#232828; font-family: "Raleway",sans-serif; font-size:14px;}


/***********************************/
/* Footer */
/**********************************/
.cust_new_footer_top{background:#465b87;}
.get_in_touch{padding:30px 0;}
.git_img {width: 80px;}
.git_ttl{font-family: "Raleway",sans-serif; font-weight:600; font-size:22px; color:#fff;  margin-top: 12px;}
.git_subttl{font-family: "Raleway",sans-serif; font-size:18px; color:#fff;}
.git_btn{font-family: "Raleway",sans-serif; font-weight:600; font-size:18px; color:#fff; border:1px solid #fff; padding:8px 20px; margin-top:20px; float:right;}
.git_btn:hover{background-color:#fff; color:#28d2d0 ; border:1px solid #fff; transition:border 0.2s ease-in-out 0s;}

/* mid footer */
.cust_new_footer_mid{background-color:#2b3030;}
.foo_link_ttl{color:#fff; font-family: 'Lato', sans-serif; font-weight:600; font-size:16px;}
.foo_link_list {list-style: outside none none; padding-left: 0;}
.foo_link_list li{}
.foo_link_list li a{font-family: 'Lato', sans-serif; color:#fff; font-size:14px;}
.foo_link_list li a:hover{color:#28d2d0;}
.foo_2_ttl{color:#fff; font-family: 'Lato', sans-serif; font-weight:600; border-bottom:1px solid #555959; padding:10px;}
.foo_feat .foo_link_list li a{font-family: 'Lato', sans-serif; color:#959898; font-size:14px;}
.foo_feat .foo_link_list li a:hover{color:#fff;}
/* bottom footer */
.cust_new_footer_bottom{background-color:#232828; padding:10px;}
.bot_foo{padding:20px 0 10px;}
.copy_right{color:#4f5353; border-left:1px solid #4f5353; font-family: 'Lato', sans-serif; font-size:14px;}
.social_footer {margin-bottom:0; margin-top:-25px;}
.social-circle li  {
	display:inline-block !important;
	position:relative !important;
	margin:0 auto 0 auto !important;
	-moz-border-radius:50% !important;
	-webkit-border-radius:50% !important;
	border-radius:50% !important;
	text-align:center !important;
	width: 45px !important;
	height: 45px !important;
	font-size:20px !important;
	border:1px solid #5567a9 !important;
        padding: 0;
}
.social-circle li i {
	margin:0;
	line-height:45px;
	text-align: center;
	color:#5567a9;
}
.social-circle li:hover a{border:1px solid #fff !important;}
.social-circle li:hover i{color:#fff;}
.price-bg {opacity:0.3}


/* if logged in */
.user_top_pic { border-radius: 50%; float: left; margin-right: 5px;  margin-top: -5px; width: 25px !important;}
.n_user_name{color:#718888;}
.n_user_msg{color:#718888;}
.new_mail {line-height: 30px; padding: 10px;}
.new_mail > img {width: 40%;}
.mail_count{color:#f3865d; font-family:'Lato', sans-serif ; font-weight:600; font-size:13px;}
.mail_icon{color:#f3865d; font-size:13px !important; padding-right:5px;}
@media screen and (max-width: 668px) {
	.second-slider .we-do .box .head li.active .arrow{
    top: 84px;
}
.second-slider .we-do .box .head li a b{
    display: none;
}
}
@media screen and (max-width: 991px) {
.team-member{width: 85%;}
.hero-screen__wrapper{    width: 346px !important;}
.hero-screen__img{    height: 175px !important;}

}

