
@import url('http://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:400,600,700');
@import url('LiberationSans-Bold.css');   
@import url('font-awesome.css');  
@import url('animate.css');
@font-face {
  font-family: 'Lato-Bold';
  src: url('../fonts/Lato/Lato-Bold.eot') format('embedded-opentype'), url('../fonts/Lato/Lato-Bold.woff') format('woff'), url('../fonts/Lato/Lato-Bold.ttf') format('truetype'), url('../fonts/Lato/Lato-Bold.svg') format('svg');
  font-weight: bold;
  font-style: bold;
}
body {
	font-family:'Open Sans', Arial, sans-serif;
	font-weight:300;
	line-height:1.6em;
	color:#656565;
	font-size: 1.4em;
	background: #f5f5f5;
}
a {
    color: #8d4380;
    text-decoration: none;
}
a:active {
	outline:0;
	outline:none;
}

.clear {
	clear:both;
}

h1,h2{
	font-weight: 600;
	line-height:1.1em;
	color: #252525;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: 'Lato-Bold', sans-serif;
}
h3, h4, h5, h6 {
	line-height:1.1em;
	color: #0e3655;
	margin-bottom: 20px;
	font-family: 'Lato-Bold', sans-serif;
}
input, button, select, textarea { 
    border-radius: 0px !important;
}

#wrapper{
	width:100%;
	margin:0;
	padding:0;
}

ul.withArrow li span{
	margin-right: 10px;	
	font-weight: 700;	
	color: #8d4380;	
	border: 1px solid;	
	padding: 4px 8px;	
	font-size: 11px;	
	border-radius: 50%;	
	height: 20px;	
	width: 20px;
}
.line{
	width: 20%;
	height: 2px;
	background: #8d4380;
	margin: 0 auto;
	margin-bottom: 20px;
}


.about-image img {
    width: 100%;
}
img.img-polaroid {
	margin:0 0 20px 0;
}
.img-box {
	max-width:100%;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
    margin-top: 16px;
}
/*  Header
==================================== */

.navbar-default {
    border: none;
}
.navbar-brand {
    
    
}
.navbar-default .navbar-brand{
	color: #8d4380 !important;
	font-size: 24px;
	text-transform: uppercase;
}
header .navbar-collapse  ul.navbar-nav {
    float: right;
    margin-right: 0;
}
header .navbar {
	min-height: 70px;
	padding: 18px 0;
	background: #ffffff;
}
.home-page header .navbar-default{
    background: #fff;
    width: 100%;
}
header .nav li a:hover,
header .nav li a:focus,
header .nav li.active a,
header .nav li.active a:hover,
header .nav li a.dropdown-toggle:hover,
header .nav li a.dropdown-toggle:focus,
header .nav li.active ul.dropdown-menu li a:hover,
header .nav li.active ul.dropdown-menu li.active a{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
header .navbar-default .navbar-nav > .open > a,
header .navbar-default .navbar-nav > .open > a:hover,
header .navbar-default .navbar-nav > .open > a:focus {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
header .navbar {
    min-height: 62px;
    padding: 0;
}
header .navbar-nav > li  {
    padding-bottom: 12px;
    padding-top: 12px;
    padding: 0 !important;
}
header  .navbar-nav > li > a {
    margin-left: 2px;
    line-height: 47px;
    font-weight: 700;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.dishes h2{color: #ffffff;}
.dishes{	background: #8d4380;		padding: 80px 0;		color: #fff;
}
.dropdown-menu li a:hover {
    color: #fff !important;
    background: #8d4380 !important;
}
header .nav .caret {
    border-bottom-color: #8d4380;
    border-top-color: #8d4380;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background-color: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background-color:  #fff;
}	
.dropdown-menu  {
    box-shadow: none;
    border-radius: 0;
	border: none;
}
.dropdown-menu li:last-child  {
	padding-bottom: 0 !important;
	margin-bottom: 0;
}
header .nav li .dropdown-menu  {
	padding: 0;
}
header .nav li .dropdown-menu li a {
	line-height: 28px;
	padding: 3px 12px;
}

/* --- menu --- */
.flex-caption p {
    line-height: 22px;
    font-weight: 300;
    color: #ffffff;
    text-transform: capitalize;
}
header .navigation {
	float:right;
}
header ul.nav li {
	border:none;
	margin:0;
}
header ul.nav li a {
	font-size: 13px;
	border:none;
	font-weight: 600;
	text-transform:uppercase;
}
header ul.nav li ul li a {	
	font-size:12px;
	border:none;
	font-weight:300;
	text-transform:uppercase;
}
.navbar .nav > li > a {
	color: #8d4380;
	text-shadow: none;
	border: 1px solid rgba(255, 255, 255, 0) !important;
}
.navbar .nav a:hover {
	background:none;
}
.navbar .nav > .active > a,.navbar .nav > .active > a:hover {
	background:none;
	font-weight:700;
}
.navbar .nav > .active > a:active,.navbar .nav > .active > a:focus {
	background:none;
	outline:0;
	font-weight:700;
}
.navbar .nav li .dropdown-menu {
	z-index:2000;
}
header ul.nav li ul {
	margin-top:1px;
}
header ul.nav li ul li ul {
	margin:1px 0 0 1px;
}
.dropdown-menu .dropdown i {
	position:absolute;
	right:0;
	margin-top:3px;
	padding-left:20px;
}
.navbar{
	border-bottom:1px solid #8d4380;
}
.navbar .nav > li > .dropdown-menu:before {
	display: inline-block;
	border-right: none;
	border-bottom: none;
	border-left: none;
	border-bottom-color: none;
	content:none;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover,
 .navbar-default .navbar-nav>.active>a:focus {
	color: #ffffff;
	background:#8d4380;
	border-radius: 0;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #8d4380;
	background-color: transparent;
}
ul.nav li.dropdown a {
	z-index:1000;
	display:block;
}
 select.selectmenu {
	display:none;
}
.pageTitle{
	color: #fff;
	margin: 30px 0 3px;
	display: inline-block;
	font-size: 20px;
	float:left;
}
.pageTitle a{
	color:#fff;
	text-decoration:none;
}


/*  Sliders
==================================== */
/* --- flexslider --- */

#banner{
	width: 100%;
	background:#000;
	position:relative;
	margin:0;
	padding-top:5.3%;
}

.flex-direction-nav a{
	display:none;
}
.flexslider {
	padding:0;  
	background: #fff; 
	position: relative; 	
	zoom: 1;
}
.flex-direction-nav .flex-prev{
	left:0px; 
}
.flex-direction-nav .flex-next{ 
	right:0px;
}
.flex-caption {
	zoom: 1;
	bottom: 198px;
	background-color: transparent;
	color: #fff;
	margin: 0;
	padding: 2px 25px 0px 30px;
	/* position: absolute; */
	left: 0;
	text-align: center;
	right: 0px;
	display: inline-block;
	bottom: 10%;
	/*width: 77%;*/
	right: 0 !important;
	border-radius: 15px 15px 0 0;
	text-align: center;
}
.flex-caption h3 {
	color: #1C2833;
	letter-spacing: 0px;
	margin-bottom: 4px;
	margin-left:5%;
	width:300px;
	padding-bottom:4%;
	text-transform: uppercase;
	font-size: 60px;
	text-align:left;
	font-weight: 700;
}
.flex-caption p {
	float:left;
	font-size: 20px;
	margin-left:5%;
	padding-bottom:6%;
	font-weight: 400;
	color: #1C2833;
	width:600px;
}
.right p{
	float:right !important;
	padding-bottom:80px!important;
	width:600px;
}
.skill-home{
	margin-bottom:50px;
}

.skill-home .icons {
	padding: 38px;
	width: 94px;
	height: 94px;
	color: #fff;
	font-size: 42px;
	font-size: 38px;
	text-align: center;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 0;
	display: inline-table;
	border: 4px solid #efefef;
	color: #ff5722;
	background: transparent;
	border-radius: 50%;
	background: #ffffff;
}
.skill-home h2 {
	padding-top: 20px;
	font-size: 36px;
	font-weight: 700;
}
 
/*======== scroll test begin =============*/

.scroll-left {
	 height: 70px;	
	 overflow: hidden;
	 position: relative;
	 background:#8d4380;
	 color: white;
	 /*font-family: cursive;*/
	 font-weight:bold;
	 font-size:20px;
	 border: 1px solid #fff;
}
.scroll-left p {
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 margin: 0;
	 line-height: 70px;
	 text-align: center;
	 /* Starting position */
	 -moz-transform:translateX(100%);
	 -webkit-transform:translateX(100%);	
	 transform:translateX(100%);
	 /* Apply animation to this element */	
	 -moz-animation: scroll-left 15s linear infinite;
	 -webkit-animation: scroll-left 15s linear infinite;
	 animation: scroll-left 15s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
	 0%   { -moz-transform: translateX(100%); }
	 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-left {
	 0%   { -webkit-transform: translateX(100%); }
	 100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-left {
 0%   { 
	 -moz-transform: translateX(100%); /* Browser bug fix */
	 -webkit-transform: translateX(100%); /* Browser bug fix */
	 transform: translateX(100%); 		
 }
 100% { 
	 -moz-transform: translateX(-100%); /* Browser bug fix */
	 -webkit-transform: translateX(-100%); /* Browser bug fix */
	 transform: translateX(-100%); 
 }
}

/*=============== scroll end =================*/

.aboutUs{
	padding:30px 0;
	background: #F2F2F2;
}
.about{
	background:#fff;
}
img.img-center {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}
.home-about hr{
	padding:0;
	margin:0;
}
.whyWe{
	padding: 80px 0;
}
/* Content
==================================== */

#content {
	position:relative;
	background: #ffffff;
	padding: 80px 0px 0px 0px;
}
.content .row{
	padding-top:30px;
}
 
.cta-text {
	text-align: center;
	margin-top:10px;
}

/* Products
==================================== */

.product{
	margin-top:50px;
}
.sidebar li{
	background:#E1E3E2;
	padding:20px;
	margin-top:3px;
	font-size:20px;
	list-style:none;
	color:#163C66;
}
.sidebar li:hover{
	background:#8d4380;
	color:#fff;
}
.sidebar a{
	text-decoration:none;
	color:#163C66;
	
}
.sidebar a:hover{
	padding-left:10px;
	color:#fff;
}
.sidebar li a:active{
	padding-left:10px;
	color:#fff;
}
.sidebar .active{
	background:#8d4380;
	color:#fff;
}
.phead{
	background:linear-gradient(#fff 5%, #8d4380 100%) !important;
	width:260px;
}
.pro-side{
	margin-top:50px;
}
.space{
	margin-bottom:10px;
	padding-bottom:40px;
}
.content-space{
	padding-top:4px;
}
.product-item{
	margin: 30px 10px;
	overflow: hidden; 
	width:250px; 
	margin:20px auto 0;
}
.product-item img{ 
	border:1px solid #cccccc;
	padding:10px;
}
.product-mask{
	overflow: hidden; 
}
.product-mask:hover:before {
	right:-460px;
}
.product-mask img{
	width: 100%;
	-webkit-transition: transform 0.7s ease 0.4s;
	-moz-transition: transform 0.7s ease 0.4s;
	-ms-transition: transform 0.7s ease 0.4s;
	transition: transform 0.7s ease 0.4s;
}
.product-info{
	background: #cccccc;
	color: #666;
	padding: 7px 0 0px 0;
	height: 60px;
	border-top: 5px solid #fafafa;
	position: relative;
	text-align: center;
}
.product-name{
	display: block;
	padding-top:0px;
	color: #666;
}
.product-info .product-details{
	position: absolute;
	top: -291px;
	left: 0;
	height: 0px;
	width: 100%;
	display: table;
	z-index: 10;
	background: rgba(131,131,131,0.80);
	opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.product-mask:hover + .product-info .product-details, .product-info:hover .product-details{
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	height: 285px;
}
.product-details .socicals{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.single-image{
	border:1px solid #ddd;
	padding:5px;
}
.icon-mask{
	margin-top:150px;
	text-align: center; 
	line-height:90px;
}

.icon-mask li a{
	font-size: 50px;
	display: inline-block;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.icon-mask li a:hover{
	color:#8d4380;
	text-decoration:none;
	outline:none;
}


/* page headline
==================================== */

#inner-headline{
	background:#8d4380;
	position: relative;
	margin: 0;
	margin-top:5.4%;
	padding: 0;
	color: white;
	border-top: 1px solid #8d4380;
}
#inner-headline h2.pageTitle{
	color: #fff;
	padding: 5px 0;
	display:block;
	text-align: center;
	font-weight: bold;
}


/* Forms
============================= */

/* --- contact form  ---- */
form#contactform input[type="text"] {
	width: 100%;
	border: 1px solid #f5f5f5;
	min-height: 40px;
	padding-left:20px;
	font-size:13px;
	padding-right:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

form#contactform textarea {
	border: 1px solid #f5f5f5;
	width: 100%;
	padding-left:20px;
	padding-top:10px;
	font-size:13px;
	padding-right:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

form#contactform .validation {
	font-size:11px;
}

#sendmessage {
	border:1px solid #e6e6e6;
	background:#f6f6f6;
	display:none;
	text-align:center;
	padding:15px 12px 15px 65px;
	margin:10px 0;
	font-weight:600;
	margin-bottom:30px;

}

#sendmessage.show,.show  {
	display:block;
}
 
form#commentform input[type="text"] {
	width: 100%;
	min-height: 40px;
	padding-left:20px;
	font-size:13px;
	padding-right:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}

form#commentform textarea {
	width: 100%;
	padding-left:20px;
	padding-top:10px;
	font-size:13px;
	padding-right:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}
.address p{
	font-size:17px;
	font-weight:bold;
}


/* --- search form --- */


 
#accordion-alt3 .panel-heading h4 {
	font-size: 13px;
	line-height: 28px;
}
.panel .panel-heading h4 {
	font-weight: 400;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 15px;
	color: inherit;
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 2px;
}
.panel {
	margin-bottom: 18px;
	background-color: #ececec;
	border: 1px solid #f3f3f3;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
#accordion-alt3 .panel-heading h4 a i {
	font-size: 17px;
	line-height: 18px;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	color: #A0A0A0;
	text-align: center;
	border-radius: 50%;
	margin-left: 6px;
	font-weight: bold;
}  
.progress.pb-sm {
	height: 6px!important;
}
.progress {
	box-shadow: inset 0 0 2px rgba(0,0,0,.1);
}
.progress {
	overflow: hidden;
	height: 18px;
	margin-bottom: 18px;
	background-color: #f5f5f5;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.progress .progress-bar.progress-bar-red {
	background: #ed5441;
} 
.progress .progress-bar.progress-bar-green {
	background: #51d466;
}
.progress .progress-bar.progress-bar-lblue {
	background: #32c8de;
}
/* --- portfolio detail --- */
.top-wrapper {
	margin-bottom:20px;
}
.info-blocks {
	margin-bottom: 15px;
}
.info-blocks i.icon-info-blocks {
	color: #ffffff;
	font-size: 48px;
	width: 50px;
	margin-bottom: 15px;
	text-align: center;
	background: #46b97c;
	width: 90px;
	height: 90px;
	border: 1px solid #e0e0e0;
	line-height: 90px;
	border-radius: 50%;
}
.info-blocks .info-blocks-in {
	padding: 46px 22px;
	overflow: hidden;
	border: 1px solid #46b97c;
	text-align: center;
	background: #fff;
}
.info-blocks .info-blocks-in h3 {
	color: #202020;
	font-size: 20px;
	line-height: 28px;
	margin:0px;
	margin-bottom: 8px;
	font-weight: bold;
}
.info-blocks .info-blocks-in p {
	font-size: 14px;
}
.info-blocks .info-blocks-in:hover{
	border: 1px solid #43ca83;
}  

/* --- button --- */
.btn{
	text-align: center;
	color: #FFFFFF;
	background:#8d4380;
	border-color: #8d4380;
	width: 120px;
	border-radius: 0;
}
.btn-theme {
	color: #fff;
	background: transparent;
	border: 1px solid #fff;
	padding: 12px 30px;
	font-weight: bold;
}
.btn-theme:hover {
	color: #eee;
}


/* --- Heading style --- */

h4.heading {
	font-weight:700;
}
.heading { 
	margin-bottom: 30px;	
}
.heading {
	position: relative;	
}
.panel-title>a {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
}
.box-area{
	padding: 15px;
	background: #ffffff;
	margin-top: -21px;
	border: 2px solid #f3f3f3;
}
.box-area h3{
	font-size: 17px;
	font-weight: 600;
}
/* --- Map --- */
.map_section { 
	width: 100%; 
}
footer a {
	color: #5e1351;
}
footer a:hover {
	color: #fff;
	text-decoration:none;
}
footer a:visited {
    color: #fff;
	outline:none;
}
footer a:active {
    color: #5e1351;
	text-decoration:none;
}
#sub-footer{
	text-shadow:none;
	color: #dedede;
	padding:0;
	padding-top:30px;
	margin:20px 0 0 0;
	background: #8d4380;
	border-top: 1px solid #133a58;
}

#sub-footer p{
	margin:0;
	padding:0;
}

#sub-footer span{
	color: #5584a9;
}

.copyright {
	text-align:left;
	font-size:12px;
}

#sub-footer ul.social-network {
	float:right;
}

  

/* scroll to top */
.scrollup{
    position:fixed;
    width:32px;
    height:32px;
    bottom:0px;
    right:20px;
    background:#5e1351;
}

a.scrollup {
	outline:0;
	text-align: center;
}

a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
	opacity:1;
	text-decoration:none;
}
a.scrollup i {
	margin-top: 10px;
	color: #fff;
}
a.scrollup i:hover {
	text-decoration:none;
}
 
.absolute{
	position:absolute;
}
.relative{
	position:relative;
}
.aligncenter{
	text-align:center;
}
.aligncenter span{
	margin-left:0;
}
.floatright {
	float:right;
}
.floatleft {
	float:left;
}
.floatnone {
	float:none;
}
.aligncenter {
	text-align:center;
} 

.flex-control-paging li a {
  width: 18px;
  height: 8px;
  border-radius: 0;
  background: #ffffff;
  text-indent: 50px;
  overflow: hidden;
}
.btn:hover, .btn:focus {
  color: #FFF;
  text-decoration: none;
  background: #8d4380;
  border-color: #8d4380;
}


/*tab*/

.nav-tabs{
		border-bottom:none;
	}
	
	.features .nav.nav-tabs li{
		width:105px;
		text-align:center;
	}
	
	.features .nav-tabs li a{
		width:100px;
		height:60px;
		padding:20px 0px 10px 0px;
		border-radius:0 !important;
		color:#444444;
		display: table-caption;
		
		
	}
	.tab-pane img{
		width:150px;
		height:150px;
		padding:5px;
		margin-left:10px;
		float:left;
		margin-right:20px;
		border:1px solid #B3B2B2; 
	}
	
	.features .nav-tabs li a:hover,
	.features .nav-tabs li.active a:hover,
	.features .nav-tabs li.active a{
		color:#fff;
	}
	
	.features .tab-content{
		padding-top:25px;
		height:200px;
		width:700px;
		line-height:2.2;
		border:1px solid #ddd;
	}
	
	.features .tab-content p{
		line-height:2.2;
		padding-left:170px;
	}	
	.features .tab-content .fa{	
		font-size:30px;
		float:left;
		width:1.8em;
		padding-top:10px;
		margin: -0.2em 0 0 0;
	}
	.features .nav-tabs li.active a,
	.features .nav-tabs li a:hover{
		border:1px solid #ddd ;
		background:#285D85;
	}
	
	
/*  Media queries 
============================= */

@media (max-width: 767px) {
.navbar-default .navbar-collapse{
	border-color: none;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #868686;
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: rgba(221, 221, 221, 0);
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: rgba(255, 255, 255, 0.58);
	margin-top: 15px;
}
header  .navbar-nav > li > a{
	line-height: inherit;
}
.flex-caption h3{
	font-size:28px;
}
body {
	padding-right: 0;
    padding-left: 0;
 }
.navbar-brand {
	margin-top:-10px !important;
	border-bottom: none;
}
.navbar-header {
	border-bottom: none;
}	
.navbar-nav {
	border-top: none;
	float: none;
	width: 100%;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover {
	background: none;
	font-weight: 700;
	color: #8d4380;
}
header .navbar-nav > li {
	padding-bottom: 2px;
	padding-top: 3px;
}
header .nav li .dropdown-menu  {
	margin-top: 0;
}
.dropdown-menu {
	position: absolute;
	top: 0;
	left: 40px;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 13px;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #f5f5f5;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
li.active  {
	border: none;
	overflow: hidden;
}	
.flexslider .slide-caption {
	width: 90%; 
	padding: 2%; 
	position: absolute; 
	left: 0; 
	bottom: -40px; 
}
#inner-headline .breadcrumb {
	float:left;
	clear:both;
	width:100%;
}
.breadcrumb > li {
	font-size:13px;
}	
ul.portfolio li article a i.icon-48{
	width:20px;
	height:20px;
	font-size:16px;
	line-height:20px;
}
.left-sidebar{
	border-right:none;
	padding:0 0 0 0;
	border-bottom: 1px dotted #e6e6e6;
	padding-bottom:10px;
	margin-bottom:40px;
}	
.right-sidebar{
	margin-top:30px;
	border-left:none;
	padding:0 0 0 0;
}	

}

@media (max-width: 480px) {
.info{
	display:none;
}
.bottom-article a.pull-right {
	float:left;
	margin-top:20px;
}
.flexslider .flex-caption {
	display:none;
}
.tab-section .container{
	padding: 15px;
	border: 1px solid #eaeaea;
	background: #fff;
}
.tab a{
	text-decoration:none;
}

.active .collapsible-header{color: #0e3655;} 
span.color {
    color: #0e3655;
    text-transform: uppercase;
}
.input-field label {
    color: #888;
	font-size:14px;
}
.input-field {
    position: relative;
    margin-top: 1rem;
    float: left;
    width: 100%;
}
.alert-danger { 
    float: left;
}
.sub-btn {background:#8d4380;color: #fff;border-radius: 0px;padding: 6px 14px;display: inline;margin: 20px 0;font-size: 14px;}
.sub-btn:hover, .sub-btn:focus { color:#fff; text-decoration:none;}
