/* ==== Google font ==== */
@import url('http://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:300,400,600,700');

/* === prettify === */
@import url('../js/google-code-prettify/prettify-2.html');
/* === fontawesome === */
@import url('font-awesome.css');
/* === custom icon === */
@import url('custom-fonts.css');
/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
@import url('animate.css');



@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,800);


/* ===================================
1. General
==================================== */

body {
	font-family:'Open Sans', Arial, sans-serif; 
	font-size:15px;
	font-weight:400;
	line-height:150%;
	color:#000;
}


body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	text-decoration:none;
}


body a:hover{
	text-decoration:none;
}

a:active {
	outline:0;
}

.clear {
	clear:both;
}

h1,h2, h3, h4, h5, h6 {
	font-family:'Open Sans', Arial, sans-serif;
	font-weight:600;
	line-height:1.1em;
	color:#333;
}

.top-header {
	height:auto;
	min-height:26px;
	padding:2px;
	background:#1e124d;
	border-bottom:0px solid #F8F8F8;
	color:#fff;
	text-align:right;
	padding-top:5px;
	padding-bottom:5px;
}
.top-header a{font-size:12px; color:#fff; letter-spacing:0.5px;}
.top-header a:hover{text-decoration:none; color:#fff;}

.top-header .social{background:#eee; color:#000; padding:6px 8px;}	
.top-header .social:hover{background:#FF9900;}	
	
.float-left{float:left;}	
.float-right{float:right;}	

.text-left{text-align:left;}	
.text-right{text-align:right;}	
	
	
.navbar-default {
	background:#FFF;
	border-bottom:0px solid #333;
/*	box-shadow:0px 1px 3px #A8A8A8; */
	padding:0px;
	margin:0px;
	height:auto;
	box-shadow:0px 2px 3px #202020;
}
 

.navbar-brand h2 {
	margin-top:0px;
	color:#339966;
}

.navbar-brand img {
	height:80px;
	margin-top:-40px;
	background:#FFF;
	padding:2px;
}
 
 
.navbar-default .menu {
		
	background:#cc0000;
	}
 
.navbar-default .navbar-nav > li > a  {
	font-weight:400;
	padding:15px 18px;
	color:#FFF;
	text-transform:uppercase;
	text-transform:capitalize;
	border-right:1px solid #204060;
	font-family: 'Roboto', sans-serif;
	font-size:15px;
}
.navbar-default .navbar-nav > li > .last {border-right:0px solid #151515;}

.navbar-default .navbar-nav > li > a:hover  {
	background:#FFF;
}

.navbar-default .navbar-nav > li > a:focus  {
	color:#303030;
	background:#FFF;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
  background-color: #FFF;
}

.dropdown-menu {
  margin-left:-1px;
}
.dropdown-menu > li > a {
  padding: 8px 20px;
  line-height: 1.42857143;
  text-transform:none;
 	font-family: 'Roboto', sans-serif; 
  	font-weight:400;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #FFF;
  background-color: #204060;
}


.dropdown-menu .list-head {
	color:#C80000;
	font-weight:600; 
	font-size:15px; 
	text-transform:uppercase;
	}

	
.btn {border-radius:0;} 
 
 

/* ===================================
2. layout
==================================== */

.helpline img{float:right; max-height:100px;}

.container {
	padding:0 20px 0 20px;
	position:relative;
}

#wrapper{
	width:100%;
	margin:0;	
	padding:50px 0 30px 0;
	border:0px solid red;
}


.row,.row-fluid {
	margin-bottom:0px;
}

/*
.row .row,.row-fluid .row-fluid{
	margin-bottom:30px;
}
*/
.row.nomargin,.row-fluid.nomargin {
	margin-bottom:0;
}	


.slide-logo{
/*	background:#01B96D; 
   background:#EC453E; */
   background:#none;
   display:block;
   height:auto;
   overflow:hidden;
   margin-top:20px;
   border:0px solid red;
   
}
.slide-logo img{border:1px solid #000;padding:5px; margin:0 10px; height:60px;}
.c1 {background-color:#ffcccc;}
.c2 {background-color:#B0EFCE;}
.c3 {background-color:#a9ff00;}
.c4 {background-color:#e5e5ff;}
.c5 {background-color:#ebebe0;}
.c6 {background-color:#ffe5ff;}
.c7 {background-color:#e5f9ff;}
.c8 {background-color:#d4d4aa;}

.bg-opacity1 {
	background: rgba(255, 200, 0, 0.9);	
}

.student-video {
	display:block;
	width:100%;
	padding:2%;
	margin:0%;
	margin-top:5%;
	text-align:center;
	
}

.student-video video{
	width:100%;
}

.student-video .name{
	color:#666;
	font-weight:600;
	text-transform:uppercase;
	font-size:15px;
}
.student-video .post{
	color:#333;
}
.student-video .company{
	color:#666;
	font-weight:600;	
}

.home-img-list {
	list-style:none;
	margin-left:0;
}
.home-img-list li{
	display:block;
	width:30%;
	margin:1.5%;
	float:left;
	background: rgba(0, 0, 0, 0.1);	
	border-radius:10px;
}
.home-img-list li img{
	width:100%;
	border-top-left-radius:10px;	
	border-top-right-radius:10px;	
}
.home-img-list li h4{
	width:100%;
	text-align:center;
}

.home-img-list li:hover{
	background: rgba(1, 185, 109, 0.3);	
}



.content-bg {
	width:100%;
	border:1px solid #CCC;
	background-color:#FFFFFF;
	border-bottom:5px solid #CCC;	
	padding:5px 5%;
	margin-bottom:10px;
	overflow:hidden;
	border-radius:10px;
}

.poweredby {
	display:block;
	padding:5px;
	font-size:12px;
	text-align:center;
	text-decoration:none;
	border-top:1px solid #F5F5FF;
	border-bottom:1px solid #F5F5FF;
}



/*

.core-team {
	list-style:none;
	margin-left:0px;
}
.core-team li{
	display:block;
	width:21%;
	margin:2%;
	margin-top:1.5%;
	float:left;
	background: rgba(0, 0, 255, 0.1);	
	border-radius:10px;
	border:0px solid #F80000;
}
.core-team li img{
	width:100%;
	margin:auto 0%;
	border-top-left-radius:10px;	
	border-top-right-radius:10px;	
}
.core-team li h4{
	width:100%;
	text-align:center;
}
.core-team li h5{
	width:100%;
	text-align:center;
}

*/

.contact-centres {
	display:block;
	width:100%;
	list-style:disc;
	margin:0;
	padding-bottom:20px;
	border-bottom:0px solid #CFCFCF;
	overflow:hidden;
}
.contact-centres li{
	float:left;
	margin:5px 15px;
}





.home-box-style2 {
	border:0px solid blue; 
	padding:20px;
	overflow:hidden;	
}
.home-box-style2 h4{
	font-size:28px;
/*	font-family: 'Roboto-Light'; */
	font-family: 'Marvel-Bold';
	color:#448885;
	}
	
.home-box-style2 ul li{
	border-bottom:1px solid #F0F0F0;
	line-height:180%;
	list-style:square;
	font-weight:400;	
}




.main-img {
	width:600%;
	height:auto;
}


.input-field {
	width:100%;
	margin:5px 0;
	min-height:30px;
	color:#333;
	padding:5px;
	font-weight:400;
	background-color:#fbfcf5;
	border:1px solid #e1f2f6;
	
	}


.skew {
  transform:skew(35deg);
}
.scale {
  transform:scale(1,0.5);
}
.rotate {
  transform:rotate(7deg);
}
.translate {
  transform:translate(10px, 20px);
}
.rotate-skew-scale-translate {
  transform:skew(30deg) scale(1.1,1.1) rotate(40deg) translate(10px, 20px);
}


.quick-contact {
	overflow:hidden;
	padding:20px;
	border-radius:5px;
}
.quick-contact label {
	color:#000;
	font-weight:400;
}
.quick-contact input{
	width:90%;
	padding:5px;
	border:1px solid #333;
	border-radius:0px;
	margin-bottom:5px;
}
.quick-contact .button{
	width:150px;
	border:0px solid #FFF;	
	background-color:#68A4C4;
	color:#FFF;
}


.prog-divisions {
	background-color:#EDEDED;
	padding:0;
	border-radius:5px;
	text-align:center;
	border:1px solid #CFCFCF;
	color:#FFFFFF;
	overflow:hidden;
	margin:20px 0;
}
.prog-divisions img{
	width:100%;
	height:auto;
	margin:0 auto;
	border:0px solid #000;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	}

.prog-divisions h3{
	font-size:13px;
	margin:5% auto;
	text-transform:capitalize;
	color:#000000;
	font-weight:600;
	}
	
.prog-divisions h4{
	font-size:14px;
	margin:5% auto;
	color:#DC143C;
	font-weight:600;
	}
	
.prog-divisions .visit-btn{
	background-color:#E90000;
	color:#FCFCFC;
	font-size:14px;
	padding:5px;
	border-radius:3px;
	}	

.prog-divisions .btn-left{
	width:49.5%;
	float:left;
	background-color:#1e124d;
	color:#FCFCFC;
	text-transform:uppercase;
	font-size:12px;
	padding:8px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:0px;
	}	
.prog-divisions .btn-left:hover{
	background-color:#003366;	
}

.prog-divisions .btn-right{
	width:49.5%;
	float:right;
	background-color:#e60000;
	color:#FCFCFC;
	text-transform:uppercase;
	font-size:12px;
	padding:8px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:5px;
	}	
.prog-divisions .btn-right:hover{
	background-color:#cc0000;	
}

#home-contact {
	
	color:#000;
	border-radius:10px;
		}
	
#home-contact h2{color:#FFFFFF; }

#home-contact input{color:#000;}

.btn-left {
    background-color: #1e124d;
    color: #FFF;
	
    text-transform: uppercase;
    font-size: 12px;
    padding: 8px;
	padding-left:20px;
	padding-right:20px;
    border-radius: 5px;
}
	
.facilities{
	border:2px solid #FFF;
	padding:10px 20px;
	border-radius:20px;
	margin-bottom:20px;
	}	

.facilities h2{
	color:#FFFFFF;
	margin:0;
	margin-bottom:10px;
}
.facilities ul{
	margin-left:0px;
}
	
.facilities li{
	border:0px solid #FFF;
	padding:5px;
	margin-bottom:5px;
	font-size:16px;
	background:#FFF;
	}	
	

	

.course-contents {
	display:block;
	overflow:hidden;
	width:100%;
	border:0px solid #A9A9A9;
	padding:10px;
	margin:20px auto;
	background-color:#F5F5F5;
}
.course-contents .course{
	display:block;
	width:30%;
	height:auto;
	float:left;
	overflow:hidden;

} 
.course-contents .course img{
	width:100%;
	height:auto;
	border:0px solid #A9A9A9;	
}

.course-contents .contents{
	width:70%;
	border:0px solid #FFCC00;
	padding:10px 20px;
	float:left;
} 

.course-contents .contents h3{	
	padding:0px;	
	margin-top:0px;
	margin-left:0px;
	border-bottom:1px solid #C9C9C9;
} 

.course-contents .contents ul{
	margin-left:0;
}	
 
.course-contents .quick-btn{
	margin:10px auto;
	border:0px solid #FFCC00;
} 
.course-contents .quick-btn ul{
	list-style:none;	
	display:block;
	overflow:hidden;

} 
.course-contents .quick-btn ul li{
	float:left;
	background-color:#999;	
	margin-right:10px;
	margin-bottom:10px;
	padding:5px 20px;	
} 
.course-contents .quick-btn ul li:hover{
	background-color:#DC143C;	
} 

.course-contents .quick-btn ul li a{
	color:#FFFFFF;	
	text-decoration:none;
} 


	
	
.bg1 {
	background-color:#FFF000;
}
.bg2 {
	background-color:#73EF8D;
}
.bg3 {
	background-color:#50DDD8;
}
.bg4 {
	background-color:#EF97F2;
}
.bg5 {
	background-color:#FFFFFF;
}
.bg6 {
	background-color:#309B13;
}
.bg7 {
	background-color:#1D217C;
}
.bg8 {
	background-color:#05d4bd;
}
.bg9 {
	background-color:#CFCFCF;
}
.bg10 {
	background-color:#F80000;
}


.bg-pic1 {
  background: url(../images/global-map-2.html)no-repeat center center scroll;
  background-size: cover;
    min-height:300px;
  height:500px;
	overflow:hidden;

}


/*--gallery--*/
/*
.gallery-left{
  min-height: 300px;
  background: url(../images/chemical-testing1.jpg)no-repeat 0px 0px;
  background-size: cover;
  padding: 10% 0;
}
*/
.gallery-left{
  padding: 0;
  width:50%;
  float:left;
}
.gallery-grid-a1{
  height: 200px;
  width:100%; 
  background: url(../images/infra-lab2.html)no-repeat 0px 0px;
  background-size: cover;
/*  padding: 10% 0; */
   padding: 0 0;
}

.gallery-grid-a2{
  height: 200px;
  width:100%;  
  background: url(../images/infra-classroom2.html)no-repeat 0px 0px; 
  background-size: cover;
   padding: 0 0;
}

 .grid-content{
	display:block;
	height:200px;
	width:100%;
	margin-top:0;
	padding:10%;
	background-color: rgba(0, 0, 0, 0.5);		
}
.grid-content:hover{
	background-color: rgba(0, 0, 0, 0.0);
	transition: 1.5s all ease;
	-webkit-transition: 1.5s all ease;
	-moz-transition: 1.5s all ease;
	-o-transition: 1.5s all ease;
	-ms-transition: 1.5s all ease;	
	border:0px solid #FF9900;
}
/*
 .grid-content:hover{
	transform: scale(1.05,1.06);
	-webkit-transform: scale(1.05,1.06);
	-moz-transform: scale(1.05,1.06);
	-o-transform: scale(1.05,1.06);
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	background-color: rgba(255, 255, 255, 0.0);	

	}
*/

	
.gallery-right{
  padding: 0;
  width:50%;  
  float:right;
}
.gallery-grid-b1{
  height: 200px;
  width:100%;  
  background: url(../images/infra-waiting-room.html)no-repeat 0px 0px; 
  background-size: cover;
   padding: 0 0;
}
.gallery-grid-b2{
  height: 200px;
  width:100%;  
  background: url(../images/infra-passage.html)no-repeat 0px 0px;
  background-size: cover;
   padding: 0 0;
}




.gallery h3 {
  font-size: 40px;
  font-weight:400;
  text-align: center;
  font-family: 'Marvel-Regular';
  color: #F5F5F5;
  text-shadow:0px 1px 3px #333;
}
.gallery p {
  color: #fff;
  text-align: center;
  width: 45%;
  margin: 0 auto;
  line-height: 150%;
}
/*--//gallery--*/

.vision{
	font-size:26px;
	color:#339966;
	line-height:120%;	
	margin-bottom:50px;
	border-bottom:0px dotted #E7762A;	
}
.vision h3{
	text-align:center;
	color:#E7762A;
	text-transform:uppercase;
    font-family: 'Roboto-Light';
	letter-spacing:1px;	
}
.vision p{
	text-align:center;
}
.mission{
	font-size:26px;
	color:#339966;
	line-height:120%;	
	margin-bottom:75px;
	border-bottom:0px dotted #E7762A;
}
.mission h3{
	text-align:center;
	color:#E7762A;
	text-transform:uppercase;	
    font-family: 'Roboto-Light';
	letter-spacing:1px;	
}
.mission p{
	text-align:center;
}


.impnews {
	display:block;
	width:100%;
/*	background:#01B96D; */
   background:#EC453E; 
	margin-top:-30px; 
	margin-bottom:0px;	
	overflow:hidden;
	font-weight:100;
	height:40px;
}
.impnews a{
	display:block;
	overflow:hidden;
/*	background-color:#264F68; 
	border-radius:20px; */
	background:url("../images/icon10.html") no-repeat 0px 13px;
	color:#FF0;
	padding:8px 20px;
	margin-top:0px;
	margin-right:15px;
	float:left;	
	height:40px;
	font-weight:600;
	font-size:20px;
}

.impnews a:hover{
	color:#FFF;
}


.home-news {
		border:0px solid red;
		list-style:none;
		margin-left:0px;
}
.home-news li{
		display:block;

}

.home-news li .date{
		display:block;
		width:80px;
		float:left;
		padding:5px;
		background-color:#FFCC00;
		text-align:center;
}

.home-news li .heading{
		display:block;
		padding:5px;		
		margin-left:80px;
		background-color:#F0F0F0;		
}



/* ===================================
3. Responsive media
==================================== */

.video-container,.map-container,.embed-container 		{ position:relative; margin:0 0 15px 0;	padding-bottom:51%; padding-top:30px; height:0; overflow:hidden; border:none; }
.embed-container iframe,
.embed-container object,
.embed-container embed,
.video-container iframe,
.map-container iframe,
.map-container object,
.map-container embed,
.video-container object,  
.video-container embed 					{ position:absolute; top:0; left:0; width:100%; height:100%; }
iframe {
	border:none;
}

img.img-polaroid {
	margin:0 0 20px 0;
}
.img-box {
	max-width:100%;
}
/* ===================================
4. Header
==================================== */

/* --- header -- */

/*
.top-panel{
	display:block;
	background:#DC143C;	
	display:block;
	font-size:14px;
	font-weight:400;
	height:25px;
	padding:5px;
	overflow:hidden;
	text-align:right;
}
.top-panel ul {
	list-style:none;	
}

.top-panel ul li{
	background-color:none;
	color:#FFFF;
	font-size:14px;
	font-weight:400;
	float:right;
	margin:1px;
	margin-left:5px;
	padding:1px 5px;
	letter-spacing:1px;
}
*/


 select.selectmenu {
	display:none;
}

/* ===================================
5. Section: Featured
==================================== */

#featured{
	width: 100%;
	
	background:#e0ebeb;
	position:relative;
	margin:0;
	padding:15px 0px;
}

#main-slider {width:100%;}

/* ===================================
6. Sliders
==================================== */
/* --- flexslider --- */

#featured .flexslider {
	padding:0;
	background: #fff; 
	position: relative; 
	zoom: 1;
	border-top:0px solid #E7762A;
	border-bottom:0px solid #E7762A;
}

.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
/*
.flex-caption { bottom: 35px; background-color: rgba(0, 0, 0, 0.8); color: #fff; margin: 0; padding: 25px 25px 25px 30px; position: absolute; right: 0; width: 295px;}
*/

.flex-caption {width:80%; margin: 8% 10% 12% 10%; 
background-color: rgba(0, 0, 0, 0.0); 
color: #fff; position: absolute;}

.flex-caption h2 {
	color: #FFF; 
	font-size:45px;
	text-align:center; 
/*	font-family: 'Roboto-Light';
	background-color: rgba(0, 0, 0, 0.5); */
	padding:10px;

	}
.flex-caption p {
	color: #FFF; 
	font-weight:600;
	line-height:150%; 
	text-align:center; 
/*	background-color: rgba(0, 0, 0, 0.5); */
	padding:10px;	
	}



/* ===================================
7. Section: call action
==================================== */
section.callaction {
	padding:10px 0 0 0;
}



/* ===================================
8. Section: Content
==================================== */

#content {
	position:relative;
	background:#fff;
	padding:15px 0 30px 0;
}

/*
#content img {
	max-width:100%;
	height:auto;
}
*/


/* --- Call to action --- */

.cta-text {
	text-align: center;
	margin-top:10px;
	font-size:16px;
	line-height:175%;
	font-weight:400;
}


.big-cta .cta {
	margin-top:10px;
}

/* --- box --- */

.box {
	width: 100%;
}
.box-gray  {
	background: #f8f8f8;
	padding: 20px 20px 30px;
	margin:10px auto;
}
.box-gray  h4,.box-gray  i {
	margin-bottom: 10px;
	display:block;
	height:50px;
	font-size:16px;
	color:#0463A7;
}
.box-bottom {
	padding: 20px 0;
	text-align: center;
	color:#EEE;
}
.box-bottom .designation{
	color: #fff;
	font-weight: 600;	
}
.box-bottom .company{
	color: #EEE;
	font-weight: 400;	
}


.box-bottom a {
	color: #fff;
	font-weight: 700;
}
.box-bottom a:hover {
	color: #eee;
	text-decoration: none;
}

.read-more-btn {
	font-size:18px;
}

/* ===================================
9. Section: Bottom
==================================== */

#bottom {
	background:#fcfcfc;
	padding:50px 0 0;

}
/* twitter */
#twitter-wrapper {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}
#twitter em {
    font-style: normal;
    font-size: 13px;
}

#twitter em.twitterTime a {
	font-weight:600;
}

#twitter ul {
    padding: 0;
	list-style:none;
}
#twitter ul li {
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 300;
    margin-bottom: 20px;
    position: relative;
    word-break: break-word;
}


/* ===================================
10. Inner - Section: page headline
==================================== */

#inner-headline{
/*	background:#333333; */
	background:#F0F0F0;
	position:relative;
	margin:0;
	padding-top:10px;
	padding-bottom:0px;
/*	background: url(../images/sub-header1.jpg) repeat 0px 0px; 
	background-size: cover; 
	background: url(../images/header-bg1.jpg) repeat 0px 0px;	
	background-size: cover;	*/
	font-family:'Open Sans', Arial, sans-serif;	
}

#inner-headline h2{
	color:#333;
	font-family:'Noto Serif', serif;

}
#inner-headline p{
	color:#FFF;
	font-size:16px;
	font-weight:400;
}

#inner-headline img {
	width:100%;
	margin:5% 0;
	border:2px solid #FF0;
	float:left;
}



/* --- breadcrumbs --- */
#inner-headline ul.breadcrumb {
	margin:30px 0 0;
	float:left;
}

#inner-headline ul.breadcrumb li {
	margin-bottom:0;
	padding-bottom:0;
}
#inner-headline ul.breadcrumb li {
	font-size:13px;
	color:#fff;
}

#inner-headline ul.breadcrumb li i{
	color:#dedede;
}

#inner-headline ul.breadcrumb li a {
	color:#fff;
}

ul.breadcrumb li a:hover {
	text-decoration:none;
}

/* ============================
11. Forms
============================= */

/* --- contact form  ---- */
form#contactform input[type="text"] {
  width: 100%;
  border: 1px solid #C5C5C5;
  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 #C5C5C5;
  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;
}

/* --- comment form ---- */
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;
}


/* --- search form --- */
.search{
	float:right;
	margin:35px 0 0;
	padding-bottom:0;
}

#inner-headline form.input-append {
	margin:0;
	padding:0;
}



/* ===============================
12. Portfolio
================================ */

.work-nav #filters {
	margin: 0;
	padding: 0;
	list-style: none;
}

.work-nav #filters li {
	margin: 0 10px 30px 0;
	padding: 0;
	float:left;
}

.work-nav #filters li a {
	color: #7F8289;
	font-size: 16px;
	display: block;	
}

.work-nav #filters li a:hover {

}

.work-nav #filters li a.selected {
	color: #DE5E60;
}

#thumbs {
	margin: 0;
	padding: 0;	
}

#thumbs li {
	list-style-type: none;
}

.item-thumbs {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	cursor: pointer;
}

.item-thumbs a + img {
	width: 100%;	
}

.item-thumbs .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);	
}

.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.item-thumbs .hover-wrap .overlay-img {
	position: absolute;
	width: 50%;
	height: 100%;
	opacity: 0.80;
	filter: alpha(opacity=80);
	background: #000;
}

.item-thumbs .hover-wrap .overlay-img-thumb {
	position: absolute;
	border-radius: 60px;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	color: #fff;
	font-size: 32px;
	line-height: 1em;	
	opacity: 1;
	filter: alpha(opacity=100);
}


/* --- Portolio filter --- */

ul.portfolio-categ{
	margin:10px 0 30px 0;
	padding:0;
	float:left;
	list-style:none;
}

ul.portfolio-categ li{
	margin:0;
	padding:0 20px 0 0;
	float:left;
	list-style:none;
	font-size:13px;
	font-weight:600;
}

ul.portfolio-categ li a{
	display:block;
	padding:35x 0 35x 0;
	color:#353535;
}

ul.portfolio-categ li.active a:hover, ul.portfolio-categ li a:hover,ul.portfolio-categ li a:focus,ul.portfolio-categ li a:active {
	text-decoration:none;
	outline:0;
}
    


/* --- portfolio detail --- */
.top-wrapper {
	margin-bottom:20px;
}

/* ===============================
13. Elements
================================ */

/* --- blockquote --- */
blockquote {
	font-size:25px;
	line-height:150%;
	font-family:'Noto Serif', serif;
	padding-left:0;
	color:#000;
}

blockquote cite 							{ display:block; font-size:12px; color:#666; margin-top:10px; }
blockquote cite:before 					{ content:"\2014 \0020"; }
blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited 				{ color:#555; }

/* --- pullquotes --- */

.pullquote-left {
	display:block;
	color:#a2a2a2;
	font-family:'Noto Serif', serif;
	font-size:14px;
	line-height:1.6em;
	padding-left:20px;
}

.pullquote-right {
	display:block;
	color:#a2a2a2;
	font-family:'Noto Serif', serif;
	font-size:14px;
	line-height:1.6em;
	padding-right:20px;
}

/* --- button --- */
.btn-theme {
	color: #fff;
}
.btn-theme:hover {
	color: #eee;
}

/* --- list style --- */

ul.general {
	list-style:none;
	margin-left:0;
}

ul.link-list{
	margin:5px 0;
	padding:5px 0;
	list-style:none;
	border-bottom:0px solid #666;
}

ul.link-list h4{
	font-size:14px;
	margin:0;
	padding:3px 0;
	border-bottom:0px solid #288B0F;
	color:#fff;
	font-weight: 700;
	line-height:150%;
}

ul.link-list li{
	font-size:13px;
	margin:0;
	padding:3px 0;
	border-bottom:0px solid #288B0F;
	color:#F0F0F0;
	line-height:150%;
}


footer ul.link-list li a{
	color:#F0F0F0;
}
footer ul.link-list li a:hover {
	color:#999;
}


/* --- Heading style --- */

h4.heading {
	font-weight:700;
	text-align:center;
	font-size:25px;
}

.heading { margin-bottom: 30px; }

.heading {
	position: relative;	
}


.widgetheading {
	width:100%;
	padding:0;
}

#bottom .widgetheading {
	position: relative;
	border-bottom: #e6e6e6 1px solid;
	padding-bottom: 9px;
}

aside .widgetheading {
	position: relative;
	border-bottom: #e9e9e9 1px solid;
	padding-bottom: 9px;
}

footer .widgetheading {
	position: relative;
	font-size:14px;
	text-transform:uppercase;
	border-bottom:1px solid #FFFFFF;
}

footer .widget .social-network {
	position:relative;
}

#bottom .widget .widgetheading span, aside .widget .widgetheading span, footer .widget .widgetheading span {	
	position: absolute;
	width: 60px;
	height: 1px;
	bottom: -1px;
	right:0;
}

/* --- Map --- */
.map{
	position:relative;
	margin-top:-50px;
	margin-bottom:40px;
}

.map iframe{
	width:100%;
	height:450px;
	border:none;
}

.map-grid iframe{
	width:100%;
	height:350px;
	border:none;
	margin:0 0 -5px 0;
	padding:0;
}

/* --- our team --- */

ul.team-detail{
	margin:-10px 0 0 0;
	padding:0;
	list-style:none;
}

ul.team-detail li{
	border-bottom:1px dotted #e9e9e9;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	list-style:none;
}

ul.team-detail li label {
	font-size:13px;
}

ul.team-detail li h4, ul.team-detail li label{
	margin-bottom:0;
}

ul.team-detail li ul.social-network {
	border:none;
	margin:0;
	padding:0;
}

ul.team-detail li ul.social-network li {
	border:none;	
	margin:0;
}
ul.team-detail li ul.social-network li i {
	margin:0;
}

/* --- Pricing box --- */


.pricing-title{
	background:#fff;
	text-align:center;
	padding:10px 0 10px 0;
}

.pricing-title h3{
	font-weight:600;
	margin-bottom:0;
}

.pricing-offer{
	background: #fcfcfc;
	text-align: center;
	padding:40px 0 40px 0;
	font-size:18px;
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
}

.pricing-box.special .pricing-offer{
	color:#fff;
}

.pricing-offer strong{
	font-size:78px;
	line-height:89px;
}

.pricing-offer sup{
	font-size:28px;
}

.pricing-content{
	background: #fff;
	text-align:center;
	font-size:14px;
}

.pricing-content strong{
color:#353535;
}

.pricing-content ul{
	list-style:none;
	padding:0;
	margin:0;
}

.pricing-content ul li{
	border-bottom:1px solid #e9e9e9;
	list-style:none;
	padding:15px 0 15px 0;
	margin:0 0 0 0;
	color: #888;
}

.pricing-action{
	margin:0;
	background: #fcfcfc;
	text-align:center;
	padding:20px 0 30px 0;
}

.pricing-wrapp{
	margin:0 auto;
	width:100%;
	background:#fd0000;
}

/* --- pricing box alt 1 --- */
.pricing-box-alt {
border: 1px solid #e6e6e6;
	background:#fcfcfc;
	position:relative;
	margin:0 0 20px 0;
	padding:0;
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
  -moz-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
  box-shadow: 0 2px 0 rgba(0,0,0,0.03);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pricing-box-alt .pricing-heading {
	background: #fcfcfc;
	text-align: center;
	padding:40px 0 0px 0;
	display:block;
}
.pricing-box-alt.special .pricing-heading {
	background: #fcfcfc;
	text-align: center;
	padding:40px 0 1px 0;
	border-bottom:none;
	display:block;
	color:#fff;
}
.pricing-box-alt.special .pricing-heading h3 {
	color:#fff;
}

.pricing-box-alt .pricing-heading h3 strong {
	font-size:32px;
	font-weight:700;
	letter-spacing:-1px;
}
.pricing-box-alt .pricing-heading h3 {
	font-size:32px;
	font-weight:300;
	letter-spacing:-1px;
}

.pricing-box-alt .pricing-terms {
	text-align: center;
	background:#333;
	display:block;
	overflow:hidden;
	padding:30px 0 20px;
}

.pricing-box-alt .pricing-terms  h6 {
	font-style:italic;
	margin-top:10px;
	color:#fff;
	
	font-family:'Noto Serif', serif;
}

.pricing-box-alt .icon .price-circled {
    margin: 10px 10px 10px 0;
    display: inline-block !important;
    text-align: center !important;
    color: #fff;
    width: 68px;
    height: 68px;
	padding:12px;
    font-size: 16px;
	font-weight:700;
    line-height: 68px;
    text-shadow:none;
    cursor: pointer;
    background-color: #888;
    border-radius: 64px;
    -moz-border-radius: 64px;
    -webkit-border-radius: 64px;
}

.pricing-box-alt  .pricing-action{
	margin:0;
	text-align:center;
	padding:30px 0 30px 0;
}


/* ===============================
14. Blog & article
================================ */

article{
	margin-bottom:40px;
}

article .post-heading h3 {
	margin-bottom:20px;
	 font-family: 'Marvel-Bold'; 
	 /*font-family: 'Roboto-Light';*/
	  font-size:36px;
	  color:#1D81B7;
	  text-transform:uppercase;
}

article .post-heading h3 a {
	font-weight:700;
	color:#353535;
}

article .post-heading h3 a:hover {
	text-decoration:none;
}


/* --- post meta --- */
.post-meta {
	background:#fcfcfc;
	border:1px solid #e6e6e6;
	border-top:none;
	text-align:center;
}

.post-meta .format {
	border-bottom:1px solid #e6e6e6;
	padding:10px 0 10px;
}

.post-meta i{
	margin:0;
}

.post-meta .date {
	border-bottom:1px solid #e6e6e6;
	padding:10px 0 10px;
}

.post-meta .date span {
	text-align:center;
	color:#999;
	font-size:12px;
	font-weight:600;
}

.post-meta .comments {
	padding:10px 0 10px;
}

.post-meta .comments a {
	color:#999;
	font-size:12px;
	font-weight:700;
}

.post-meta .comments a:hover {
	text-decoration:none;
}

/* --- post format --- */

.post-image {
	margin-bottom:20px;
}

.post-quote {
	margin-bottom:20px;
}

.post-video {
	margin-bottom:20px;
}

.post-audio {
	margin-bottom:20px;
}

.post-link {
	margin-bottom:20px;
}

.post-slider {
	margin-bottom:20px;
}


.post-quote blockquote {
	font-size:16px;
	color:#999;
	font-family:'Noto Serif', serif;
	font-style:italic;
	line-height:1.6em;
}


.post-image img:hover {
  -webkit-box-shadow: 0 0 2px #979797;
     -moz-box-shadow: 0 0 2px #979797;
          box-shadow: 0 0 2px #979797;	
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

ul.meta-post{
	float:left;
	margin: 0;
	padding:0;
	list-style:none;
}

ul.meta-post li{
	float:left;
	margin:0 10px 0 0;
	padding:0;
	list-style:none;
	border-right:1px dotted #e9e9e9;
	padding-right:10px;
}

ul.meta-post li i {
	float:left;
	font-size:12px;
	margin:2px 5px 0 0;
}

ul.meta-post li a{
	color:#999;
	float:left;
	font-size:12px;
	font-weight:600;
}

/* --- single post --- */
.bottom-article{
	overflow: hidden;
	border-top:1px solid #f5f5f5;
	border-bottom:1px solid #f5f5f5;
	padding:10px 0 10px 0;
	margin-top:20px;
}

/* --- author info --- */

.about-author {
	border:1px solid #f5f5f5;
	padding:20px;
	float:left;
	margin-bottom:5px;
}

.about-author h5 {
	margin-bottom:10px;
}



/* --- Comment --- */

.comment-area {
	float:left;
	width:100%;
	margin-top:30px;	
}


.media-content{
	overflow:hidden;
	margin-left:12px;
	border-bottom:1px dotted #d5d5d5;
	padding-bottom:20px;
}

.media-content h6 {
	font-size:14px;
	font-weight:700;
}

.media-content span{
	color:#a9a9a9;
	font-size:14px;
	font-weight:300;
}

.comment-area .thumbnail > img {
  display: block;
	width:60px;
	height:60px;
}
.filter-list{
	margin-top:20px;
}

/* --- pagination --- */

#pagination a,
#pagination span {
    display: block;
    float: left;
    margin: 0 7px 0 0;
    padding: 7px 10px 6px 10px;
    font-size: 12px;
    line-height:12px;
    color: #888;
	font-weight:600;
}

#pagination a:hover {
    color: #fff;
	text-decoration:none;
}

#pagination span.current {
    background: #333;
    color: #fff;
    font-weight: bold;
}


/* ===============================
15. Aside, sidebar
================================ */

aside{
	position:relative;
	margin-bottom:40px;
}

.sidebar-nav{
	float:left;
	width:100%;
}


.right-sidebar{
	border-left:1px solid #f5f5f5;
	padding:0 0 0 30px;
	-webkit-box-shadow:inset 1px 0 0 0 rgba(0,0,0,.01);
	box-shadow:inset 1px 0 0 0 rgba(0,0,0,.01);

}


.left-sidebar{
	border-right:1px solid #f5f5f5;
	padding:0 30px 0 0;
	-webkit-box-shadow:inset 1px 0 0 0 rgba(0,0,0,.01);
	box-shadow:inset 1px 0 0 0 rgba(0,0,0,.01);
	
}

.left-sidebar ul{
	list-style:none;
	margin-left:0px;
}

.left-sidebar ul li{
	background-color:#d0cfcd;
	background: url(../images/bullet2.html)no-repeat 0px 5px; 
	margin:10px auto;
	padding-left:30px;
	font-weight:600;
}


.left-sidebar-service{
	border-right:1px solid #f5f5f5;
	padding:0 30px 0 0;
	-webkit-box-shadow:inset 1px 0 0 0 rgba(0,0,0,.01);
	box-shadow:inset 1px 0 0 0 rgba(0,0,0,.01);
	
}

.left-sidebar-service ul{
	list-style:none;
	margin-left:0px;
}

.left-sidebar-service ul li{
	background-color:#d0cfcd;
	background: url(../images/icon10.html)no-repeat 0px 8px; 
	margin:10px auto;
	padding-left:25px;
	font-weight:600;
}


.left-sidebar .widget h3, .left-sidebar .widget .widget-content{
	padding-right:20px;
}





aside .widget {
	margin-bottom:40px;
}


ul.cat, ul.recent, ul.folio-detail, ul.contact-info{
	margin:0;
	padding:0;
	list-style:none;
}

ul.cat li, ul.recent li, ul.folio-detail li, ul.contact-info li{
	margin:0 0 15px 0;
	list-style:none;
}

ul.cat li a, ul.folio-detail li a{
	color:#656565;
}

ul.folio-detail li label{
	display:inline;
	cursor:default;
	color:#353535;
	font-weight:bold;
}

.widget ul.recent li {
	margin-bottom:20px;
}

ul.recent li h6 {
	margin:0 0 10px 0;
}

ul.recent li h6 a{
	color:#353535;
	font-size:16px;
	font-weight:600;
}


.widget ul.tags {
	list-style:none;
	margin:0;
	margin-left: 0;
	padding-left:0;
}

.widget ul.tags li {
	margin:0 5px 15px 0;
	display:inline-block;
}


.widget ul.tags li a {
	background:#e6e6e6;
	color:#333;
	padding:5px 10px;
}

.widget ul.tags li a:hover {
	text-decoration:none;
	color:#fff;
}

/* ===== Widgets ===== */

/* --- flickr --- */
.widget .flickr_badge {
	width:100%;
}
.widget .flickr_badge img { margin: 0 9px 20px 0; }

footer .widget .flickr_badge {
    width: 100%;
}
footer .widget .flickr_badge img {
    margin: 0 9px 20px 0;
}

.flickr_badge img {
    width: 50px;
    height: 50px;
    float: left;
	margin: 0 9px 20px 0;
}

/* --- latest tweet widget --- */

.twitter ul{
	margin-left:0;
	list-style:none;
}

.twitter  img{
    float: left;
    margin-right: 15px;
}
.twitter span.tweet_time{
    display: block;
    padding-bottom: 5px;

}
.twitter li{    
    border-bottom: 1px dashed #efefef;    
    padding-bottom: 20px;
    margin-bottom: 20px;
    list-style: none;
}
.twitter li:last-child{border: none;}

/* --- Recent post widget --- */

.recent-post{
	margin:20px 0 0 0;
	padding:0;
	line-height:18px;
}

.recent-post h5 a:hover {
	text-decoration:none;
}

.recent-post .text h5 a {
	color:#353535;
}


ul.time-post{
	float:left;
	width:120px;
	padding:0;
	list-style:none;
	margin:0 20px 0 0;
	text-align:center;
	color: #0e0f0f;
}

ul.time-post li{
	float:none;
	background:#f8f8f8;
	list-style:none;
	margin:0 0 2px 0;
	padding:0;
}

ul.time-post li a img:hover{
	opacity: 0.8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";	
}
 	
ul.time-post li.time{
	float:none;
	padding:5px 0 5px 0;
	text-shadow: none;	
}

.recent-post ul.time-post li.time{
	color:#121214;
}

.post-meta{
	margin-bottom:20px;
}

.post-meta span{
	padding:0 10px 0 10px;
	margin-bottom:10px;
}

.post-meta span a{
	color:#919191;
}

.post-meta strong{
	font-weight:200px;
	color:#c7c7c7;
}

.item .text {
	margin-left:140px;
	margin-bottom:20px;
}

/* ===============================
16. Footer
================================ */

footer{
	padding:50px 0 0 0;
	color:#FFF;
}

footer a {
	color:#FFF;
}

footer a:hover {
	color:#FFF;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6{
	color:#000;
}

footer address {
	line-height:1.6em;
}

footer h5 a:hover, footer a:hover {
	text-decoration:none;
}

ul.social-network {
	list-style:none;
	margin:0;
}

ul.social-network li {
	display:inline;
	margin: 0 5px;
}

#sub-footer{
	text-shadow:none;
	color:#333;
	padding:0;
	padding-top:30px;
	margin:20px 0 0 0;
}

#sub-footer p{
	margin:0;
	padding:0;
}

#sub-footer span{
	color:#FFFFFF;
}

#sub-footer span a{
	color:#FFFFFF;
}

.copyright {
	text-align:left;
	font-size:14px;
}

#sub-footer ul.social-network {
	float:right;
}

.developer {
	color:#C5C5C5;
	font-size:11px;
	text-align:right;
}
.developer img{
	width:16px;
	height:18px;
}
.developer a{
	color:#C5C5C5;
}	

/* ===============================
 Live preview purpose
================================ */
/* --- buttons --- */

.bs-docs-example {
	margin:0 0 10px 0;
}

.demobtn a.btn {
	margin:0 10px 10px 0;
}

section.demogrid .col-lg-1,section.demogrid .col-lg-2,section.demogrid .col-lg-3,section.demogrid .col-lg-4,section.demogrid .col-lg-5,section.demogrid .col-lg-6,section.demogrid .col-lg-7,section.demogrid .col-lg-8,section.demogrid .col-lg-9,section.demogrid .col-lg-10,section.demogrid .col-lg-11 {
	background:#f6f6f6;
	text-align:center;
	padding:20px 0 20px;
}

section.demogrid .show-grid .row,section.demogrid .show-grid .row-fluid {
	margin-bottom:0;
}

section.demogrid .show-grid .nest {
	background:#ddd;
	text-align:center;
	padding:20px 0 20px;
}

section.demogrid .col-lg-12.nest {
	background:#f6f6f6;
	text-align:center;
	padding:20px 0 0;
}

.demoinline p {
	display:inline;
	margin-right:20px;
}


/* ===============================
17. Divider, Line & Misc
================================ */

.solidline {
	border-top:1px solid #f5f5f5;
	margin:0 0 30px;
}

.dottedline {
	border-top:1px dotted #f5f5f5;
	margin:0 0 30px;
}

.dashedline {
	border-top:1px dashed #f5f5f5;
	margin:0 0 30px;
}

.blankline {
	height:1px;
	margin:0 0 30px;
}


/* scroll to top */
.scrollup{
    position:fixed;
	width:32px;
	height:32px;
    bottom:0px;
    right:20px;
	background: #222;
	
}

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;
}




/* =============================
18. Position & alignment
============================= */

.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;
}

/* --- Image allignment style --- */

img.pull-left, .align-left{
	float:left;
	margin:0 15px 15px 0;
}

.widget img.pull-left {
	float:left;
	margin:0 15px 15px 0;
}

img.pull-right, .align-right {
	float:right;
	margin:0 0 15px 15px;
}

article img.pull-left, article .align-left{
	float:left;
	margin:5px 15px 15px 0;
}

article img.pull-right, article .align-right{
	float:right;
	margin:5px 0 15px 15px;
}

/* =============================
20. Spacer, margin
============================= */

.clear-marginbot{
	margin-bottom:0;
}

.marginbot10{
	margin-bottom:10px;
}
.marginbot20{
	margin-bottom:20px;
}
.marginbot30{
	margin-bottom:30px;
}
.marginbot40{
	margin-bottom:40px;
}

.clear-margintop{
	margin-top:0;
}

.margintop10{
	margin-top:10px;
}

.margintop20{
	margin-top:20px;
}

.margintop30{
	margin-top:30px;
}

.margintop40{
	margin-top:40px;
}


/* =============================
21. Media queries 
============================= */

@media (min-width: 768px) and (max-width: 979px) {

	a.detail{
		background:none;
		width:100%;
	}


	
	footer .widget form  input#appendedInputButton {
		  display: block;
		  width: 91%;
		  -webkit-border-radius: 4px 4px 4px 4px;
			 -moz-border-radius: 4px 4px 4px 4px;
				  border-radius: 4px 4px 4px 4px;
	}
	
footer .widget form  .input-append .btn {
display: block;
width: 100%;
padding-right: 0;
		  padding-left: 0;
		  -webkit-box-sizing: border-box;
			 -moz-box-sizing: border-box;
				  box-sizing: border-box;
				  margin-top:10px;
	}

	ul.related-folio li{
		width:156px;
		margin:0 20px 0 0;
	}

.core-team li{width:28%; margin:5%; margin-left:0;}	
	
}

	.box {
		border-bottom:1px solid #FFFFFF;
		padding-bottom:20px;
	}

	#featured .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;
	}
	
	
	footer .col-lg-1, footer .col-lg-2, footer .col-lg-3, footer .col-lg-4, footer .col-lg-5, footer .col-lg-6, 
	footer .col-lg-7, footer .col-lg-8, footer .col-lg-9, footer .col-lg-10, footer .col-lg-11, footer .col-lg-12{
		margin-bottom:20px;
	}

	#sub-footer ul.social-network {
		float:left;
	}
	

	
  [class*="span"] {
		margin-bottom:20px;
  }
  
.gallery-left{
	float:none;
	padding: 0;
	width:90%;
	margin:0 5%;
	}	
	
.gallery-right{
	float:none;
	padding: 0;
	width:90%;
	margin:0 5%;
	}	  
.home-img-list li{width:40%; margin:5%;}
.core-team li{width:45%; margin:5%; margin-left:0;}	
	
}

@media (max-width: 480px) {

.home-img-list li{width:90%; margin:5%;}
.core-team li{width:96%; margin:2%; margin-left:0;}

	.bottom-article a.pull-right {
		float:left;
		margin-top:20px;
	}


	.search{
		float:left;
	}

	.flexslider .flex-caption {
		display:none;
	}


	.cta-text {
		margin:0 auto;
		text-align:center;	
	}
	
	ul.portfolio li article a i{
		width:20px;
		height:20px;
		font-size:14px;
	}


}


