@import url("/wp-content/themes/techshow2015-enigma/fonts/fonts.css");

body {
   /* padding:0 30px;*/
   font-family:  'techshow2015','Open Sans', sans-serif;
   font-weight:300;
   }
.row {
    margin-left: 0px;
    margin-right: 0px;
} 

.container {
    padding-left: 0px ;
    padding-right: 0px ;
}
a:hover, a:focus{
	text-decoration: none ;
}
h1, h2, h3, h4, h5, h6 {
	color: #2d4149;
/*	font-family:  'Open Sans', sans-serif;
	font-weight: 700; */
	font-family:  'techshow2015','Open Sans', sans-serif;
	font-weight: 600;
	letter-spacing:0.05em; 
	
}
/***** Navbar Menu  **********************************************************************************
****************************************************************************************************/


.navigation_menu{
	width:100%;
	position: relative; 

}


#header_shadow {
	/*background: url('/wp-content/themes/techshow2015-enigma/images/shadow.png') no-repeat top center;*/
	position: absolute;
	top:100%;
	left: 0;
	right: 0;
	height: 20px;
	z-index: 99;
	width:100%;
}
	.navbar-default {
	background-color: transparent;
	border:0;
	}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	/*-webkit-box-shadow: 3px 3px 0 rgba(201, 201, 201, 1);
	-moz-box-shadow: 3px 3px 0 rgba(201, 201, 201, 1);
	box-shadow: 3px 3px 0 rgba(201, 201, 201, 1);*/
	color:#009fe3;
	font-family:  'techshow2015','Arimo',Arial, Helvetica, sans-serif;
	font-weight: 300;
	/*font-size:13px;*/
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
/*	-webkit-box-shadow: 3px 3px 0 rgba(201, 201, 201, 1);
	-moz-box-shadow: 3px 3px 0 rgba(201, 201, 201, 1);
	box-shadow: 3px 3px 0 rgba(201, 201, 201, 1);*/
	color:#009fe3;
	font-family:  'techshow2015','Arimo',Arial, Helvetica, sans-serif;
	font-weight: 300;
	/*font-size:15px;*/
}
.navbar-default .navbar-nav > li {
	border-left:1px solid #d8e5ea;
	/*margin-right:7px;*/
	min-width:131px;
	text-align:right;
}

.navbar-default .navbar-nav > li > a{
	color: #597987;
	border-radius: 0;
	font-family: 'techshow2015','Arimo',Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size:12px;
	padding:13px 7px 7px 10px;
	text-transform: uppercase;
	white-space: nowrap;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
/*	-webkit-box-shadow: 3px 3px 0 rgba(201, 201, 201, 1);
	-moz-box-shadow: 3px 3px 0 rgba(201, 201, 201, 1);
	box-shadow: 3px 3px 0 rgba(201, 201, 201, 1); */
	color:#009fe3;
	font-family:  'techshow2015','Arimo',Arial, Helvetica, sans-serif;
	font-weight: 300;
	/*font-size:12px;*/
}

.dropdown-menu {
	background-clip: padding-box;
	background-color:#fff;
	border-color: #d8e5ea;
	border-style: solid;
	border-width: 1px 1px 0;
	border-radius: 0px;
	font-family:  'techshow2015','Arimo',Arial, Helvetica, sans-serif;
	display: none;
	float: left;
	font-size: 12px;
	left:-1px;
	list-style: none;
	margin: 2px 0 0;
	padding: 0px 0;
	position: absolute;
	text-align:right;
	text-transform: lowercase;
	top: 100%;
	width:132px;
	z-index: 1000;
}
 
.dropdown-menu > li > a {
	display: block;
	clear: both;
	font-family:  'techshow2015','Arimo',Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: 300;
	line-height: 1.42857143;
	padding: 7px 10px 7px 0;
	/*color: #333;*/
	-webkit-transition: padding 400ms;
	-moz-transition: padding 400ms;
	transition: padding 400ms;
	white-space: nowrap;
  
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #ffffff;
  color: #009fe3;
  font-family:  'techshow2015','Arimo',Arial, Helvetica, sans-serif;
  padding: 7px 5px 7px 0;
  text-decoration: none;
}
.dropdown-menu > li > a:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 5px;
  opacity: 0;
  font-size:12px;
}
.dropdown-menu > li > a:hover:before {
  opacity: 1;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #597987;
  text-decoration: none;
  background-color: #fff;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.navbar-nav > .open > a:after {
	content: "\f0d8";
	font-family: FontAwesome;
	position: absolute;
	z-index: 9999;
	bottom: -6px;
	left: 80%;
	margin-left: -10px;
	font-size: 26px;
}
 .navbar-nav > .open > a:after {
	color: #1fa67a;
	display:none;
}
.navbar-right .dropdown-menu {
	right: 0;
	right: auto;
}
.navbar-default .navbar-brand:hover {
	color: #999;
}
.navbar-default .navbar-brand {
color: #999;
}
.navbar-brand {
	float: left;
	height: 50px;
	padding: 28px 20px;
	padding-left:50px;
	margin-bottom:30px;
	font-size: 18px;
	line-height: 20px;
	font-size: 30px;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	font-weight: 800;
	font-family: 'Lato';

}
.navbar-brand :hover{
	float: left;
	height: 50px;
	padding: 28px 20px;
	padding-left:50px;
	font-size: 18px;
	line-height: 20px;
	font-size: 30px;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	font-weight: 800;
	font-family: 'Lato';
}
.navbar-collapse {
	max-height: 340px;
	padding-right: 15px;
	/*margin-top: 25px;
	margin-bottom: 25px;*/
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 0px solid transparent;
/*	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);	*/
	border-bottom:1px solid #d8e5ea;
}

ul#qtranslate-chooser {
	display: block;
    float: right;
	font-size:13px;
    list-style: outside none none;
    margin: 0;
	padding:0;
}

	ul#qtranslate-chooser li{
		border-right: 1px solid #d8e5ea;
	}

	ul#qtranslate-chooser li.active{
		display:none;
	}

	ul#qtranslate-chooser a {
		color:#597987;
		display:block;
		line-height: 20px;
		padding:13px 7px 7px 10px;
		text-decoration:lowercase !important;
	}

	ul#qtranslate-chooser a:hover {
		color:#009FE3;
	}


.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 28px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: #049CFD;
	background-image: none;
	border: 1px solid #049CFD;
	border-radius: 4px;
}
.navbar-toggle:hover {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 28px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: #049CFD;
	background-image: none;
	border: 1px solid #049CFD;
	border-radius: 4px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #049CFD;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navber{
	border-top:none;
}
.fa-angle-down {
	font-size: 18px;
	margin-left: 6px;
}

.dropdown-submenu{
    position:relative;
}
.dropdown-submenu > .dropdown-menu
{
    top:6px;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
  
}
.dropdown-submenu:hover > .dropdown-menu{
    display:block;
}
.dropdown-submenu > a:after {
	display: block;
	content: "\f105";
	float: right;
	font-family: FontAwesome;
	font-weight: 300;
	font-style: normal;
	width: 10px;
	height: 10px;
	margin-top: 0px;
	font-size: 16px;
	margin-right: -15px;
	
}
.dropdown-submenu .pull-left{
    float:none;
}
.dropdown-submenu.pull-left > .dropdown-menu{
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

/** slider css ***/

.carousel-indicators li{
	width:19px;
	height:19px;
}

.carousel-indicators .active{
	width:19px;
	height:19px;
}

/***** 2011 SubMenu  **********************************************************************************
****************************************************************************************************/

ul#menu-submenu_hits2011 {
	border-bottom: 1px solid #d8e5ea;
	border-top: 1px solid #d8e5ea;
	list-style:none;
}

	ul#menu-submenu_hits2011 li{
		border-right: 1px solid #d8e5ea;
		display:inline-block;
		margin:0 15px 0 0;
		padding:13px 7px 7px 13px;
		text-transform:uppercase;
	}

	ul#menu-submenu_hits2011 li a{
		color:#597987;
	}

	ul#menu-submenu_hits2011 li a:hover,
	ul#menu-submenu_hits2011 li a:active,
	ul#menu-submenu_hits2011 li a:focus,
	ul#menu-submenu_hits2011 li.active a,
	ul#menu-submenu_hits2011 li.current-menu-item a{
		color:#009fe3 !important;
	}


/*** page Header Breadcrum Title ******************************************************************************************************
**************************************************************************************************************************/

.enigma_header_breadcrum_title{
	/*background:#d8e5ea; */
    margin-bottom: 0;
    opacity: 1;
    padding-bottom: 8px;
    padding-top: 8px;
}
.enigma_header_breadcrum_title h1{
/*	border-bottom: 1px solid #d8e5ea;*/
	color:#0e71b8; 
/*	color:#d8e5ea; */
	font-family:  'techshow2015','Open Sans', sans-serif;
	font-size:30px;
	font-weight:300;
	margin:0;
	text-transform:uppercase;

}
.breadcrumb {
	font-size: 18px;
	padding: 0;
	position: relative;
	display: inline-block;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	list-style: none;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li a{
	color:#31A3DD;
}
.breadcrumb > .active {
	color: #2d4149;
}
.breadcrumb > li + li:before {
	padding: 0 5px;
	color: #2d4149;
	content: "/\00a0";
}
/** about us css ********/
.progress {
	height: 25px;
	margin-bottom: 12px;
	border-radius:0px;
}
.progress-bar {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	text-align: left;
	background-color: #31A3DD;
	padding-left:20px;
}

/*** blog css **/
.enigma_blog_right_side{
	float:right;
}
.enigma_sidebar_left_side{

float:left;

}
/* search btn css **/
.btn-search{
	color:#fff;
	background:#31A3DD;
	border-radius:0px;
	font-size: 14px;
}

.input-group{
	margin-top:10px;
	margin-bottom:30px;	

}
.form-control {
	border-radius:0px;
}
/** portfolio css **/
.nav-pills{
	margin-bottom:50px;
}
.nav-pills > li  > a{
	background: #ffffff;
	color: #3b3b3b;
	border: 3px solid #31A3DD;
	margin-right:15px;
	margin-bottom:15px;
	border-radius: 0px;
	padding: 9px 27px;
	background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #fff 50%, #31A3DD 50%);
   -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
	font-family: 'Open Sans', sans-serif;

}
.nav-pills > li  > a:hover{
	color: #fff;
	background-position: 0 -100%;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	color: #fff;
	background-image: linear-gradient(to bottom, #31A3DD 50%, #31A3DD 50%);
   -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.nav-stacked{
	margin-bottom:50px;
}
.nav-stacked > li  > a
{
	background: #ffffff;
	color: #3b3b3b;
	border: 3px solid #31A3DD;
	margin-bottom:12px;
	border-width:3px !important;
	background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #fff 50%, #31A3DD 50%);
   -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
	font-family:  'techshow2015','Open Sans', sans-serif;
	
}

.nav-stacked > li  > a:hover{
color: #fff;
background-position: 0 -100%;
}

.nav-stacked > li.active > a, .nav-stacked > li.active > a:hover, .nav-stacked > li.active > a:focus {
	color: #fff;
	background-image: linear-gradient(to bottom, #31A3DD 50%, #31A3DD 50%);
   -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

/*Accordion & Tabs Styles for shortcode*/

.nav-tabs li a {
	background: #F5F5F5;
	color: #666666;
	border: 1px solid #e8e8e8;
	border-radius:0px;
	margin-right:0px;
	font-family:  'techshow2015','Open Sans', sans-serif;
	font-weight: 300; 
}
.nav-tabs li.active > a{
	border: 1px solid #e8e8e8;
	background: #fff;
	color: #555;
	border-bottom-color:transparent;
}
.nav-tabs li > a:hover {
	border: 1px solid #e8e8e8;
	background: #fff;
	color: #555;
	
}
/** panels style **/
.panel {
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 1px solid transparent;
	border-radius: 4px; 
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); 
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 0 10px rgba(0, 0, 0, 0.175);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 0 10px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 0 10px rgba(0, 0, 0, 0.175);
}
.panel-default {
	border-color: #e9e9e9;
}
.panel-default > .panel-heading {
	color: #333333;
	background-color: #f6f6f6;
	border-color: #e9e9e9;
}
.enigma_panel-pink {
	border-color: #F22853;
}
.enigma_panel-pink > .panel-heading {
	color: #fff;
	background-color: #F22853;
	border-color: #F22853;
}
.enigma_panel-green {
	border-color: #1FA67A;
}
.enigma_panel-green > .panel-heading {
	color: #fff;
	background-color: #1FA67A;
	border-color: #1FA67A;
}
.enigma_panel-black {
	border-color: #2d4149;
}
.enigma_panel-black > .panel-heading {
	color: #fff;
	background-color: #2d4149;
	border-color: #2d4149;
}
.enigma_panel-orange{
	border-color: #ff8300;
}
.enigma_panel-orange > .panel-heading {
	color: #fff;
	background-color: #ff8300;
	border-color: #ff8300;
}
.enigma_panel-blue {
	border-color: #31A3DD;
}
.enigma_panel-blue > .panel-heading {
	color: #fff;
	background-color: #31A3DD;
	border-color: #31A3DD;
}
.enigma_panel-red {
	border-color: #db2723;
}
.enigma_panel-red > .panel-heading {
	color: #fff;
	background-color: #db2723;
	border-color: #db2723;
}
.enigma_panel-purple {
	border-color: #800080;
}
.enigma_panel-purple > .panel-heading {
	color: #fff;
	background-color: #800080;
	border-color: #800080;
}
.enigma_panel-brown {
	border-color: #555555;
}
.enigma_panel-brown > .panel-heading {
	color: #fff;
	background-color: #555555;
	border-color: #555555;
}

/*** search button css ***/

.input-group-btn {
display: inherit;
}
#searchform  .btn { 

font-size: 18px;
font-weight: 300;
height: 45px;
width: 62px;

}

#searchform  .form-control {
display: block;
width: 100%;
height: 45px;
padding: 6px 12px;
font-size: 17px;

}
  .input-group {
margin-top: 15px;
margin-bottom: 15px;
}