
/*-----------------------------------------------------------------------------------*/
/*	2.	Header, Navigation & Menus
/*-----------------------------------------------------------------------------------*/
.top-social{float: left; width:50%;}
#top-menu .top-social li{
    list-style: none;
}
.top-social a{display:block; width:44px; height:44px; float:left;padding:15% 0% 0% 5%;}

@media screen and (max-width: 959px) {
	.top-social a{
		width:22%!important;
		height:22%!important;
		padding:14% 3% 0% 0%;
	}
}
@media screen and (max-width: 766px) {
	.top-social a{
		width:20%!important;
		height:20%!important;
		padding:0% 5% 0% 0%;
	}
}

#header{
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
}

#header .logo img{
    float: left;
    margin-top: 5px;
    margin-bottom: 20px;
}
#header .banner{
    margin-top: 10px;
}

#tel_box{
	padding:7% 0% 0% 4%;
	text-align:left;
	font-family:Helvetica!important;
	float:left;
	width:46%;
}

@media screen and (max-width: 766px) {
	#tel_box{
		padding:0% 0% 0% 0%;
		line-height:20px;
		float:left;
		width:46%;
	}
}






/*-----------------------------------------------------------------------------------*/
/*	3.	Main Content Styles
/*-----------------------------------------------------------------------------------*/
.container{position: relative;}
#container{position: relative; padding-bottom: 30px;}
#container .container > .row{margin-bottom: 10px;}
#container .row.last{margin-bottom: 30px;}
.row.da-thumbs{margin-bottom: 0 !important;}


/* トップ動画 */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}



/* トップ　サブスライド */
section#slider {
    background: #ebebeb url('../images/slider-bg.png');
    margin-top:0;
}
.flexslider{
    position: relative;
    margin-bottom: 40px;
    border: 1px solid #cdcdcd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.slides li{position: relative;}

.slides h3 {
    bottom: 0;
    left: 10px;
    right: 10px;
    position: absolute;
    display: block;
    font-family: 'Arial',sans-serif;
    font-size: 15px;
    font-weight: 400 !important;
    line-height: 18px;
    padding: 20px;
    background-color:rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #f5f5f5;
    text-transform: capitalize;
}
.slides h3 a{
    font-size: 13px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    color: #f5f5f5;
    padding: 2px 0;
    text-transform: none;
}
.slides h3 a:hover{color: #83a400 !important;}
.slides span {
    font-size: 36px;
    line-height: 36px;
    color: #d0d0d0;
    display:block;
    margin-bottom: 15px;
    font-family: 'Dosis', sans-serif;
}

.flex-direction-nav{
    position: absolute;
    right: 30px;
    bottom: 90px;
}

.flex-direction-nav li{
    float: left;
    margin-left: 1px;
    list-style: none;
}
.flex-direction-nav a{
    display: inline-block;
    width: 30px;
    height: 30px;
    opacity: 1;
    text-indent: -9999px;
}
.flex-direction-nav .flex-prev{background: url(../images/arrow-slider-left.png) no-repeat 0 0;}
.flex-direction-nav .flex-next{background: url(../images/arrow-slider-right.png) no-repeat 0 0;}
.flex-direction-nav .flex-prev:hover{background-position: 0 100%; opacity: 1;}
.flex-direction-nav .flex-next:hover{background-position: 0 100%; opacity: 1;}
.flex-direction-nav .flex-disabled {
    opacity: .3!important;
    filter:alpha(opacity=30);
    cursor: default;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
    width: 100%;
    display: block;
}
.flex-pauseplay span {text-transform: capitalize;}
.no-js .slides > li:first-child {display: block;}

.flexslider {
    position: relative;
    zoom: 1;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 5px}
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
    .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

/* トップ　枠付きブロック */

.block-light {
    color: #777777;
    background: #FFF;
    border: solid 1px #E0E0E0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.block-light > a > img {
    margin: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.block-light > .wrapper {
    padding: 15px;
    position: relative;
}
.block-light > .wrapper > .post-title {
    margin-top: 0;
    padding-right: 35px;
}
.block-light > .wrapper-img {
    padding: 15px 15px 0 15px;
}
.block-light > .wrapper-img img {
    margin-bottom: 0;
}
.block-light > .wrapper-img .video {
    margin-bottom: 0;
}
.block-light .blog-comments {
    position: absolute;
    top:20px;
    right: 15px;
    padding-left: 20px;
    background: url(../images/comments.png) no-repeat 0 5px;
    font-weight: bold;
}

.block-grey {
    border: solid 1px #cdcdcd;
    background-color:#FBFAF4;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
		margin:0px 0px 15px 0px;
}
.block-grey > .wrapper {
    padding: 15px;
}
.block-dark {
    background: #e7e7e7;
    border: solid 1px #cdcdcd;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.wrap15 {padding: 15px; position: relative;}
.wrap10 {padding: 10px; position: relative;}

/* トップ　サブスライド */
.carousel {position:relative;}
.carousel-wrapper{
    overflow:hidden;
    padding:2px 2px 0 2px;
    margin-top: -2px;
}
.carousel-wrapper ul{display:none;}
.carousel-wrapper ul li{
    height:100%;
    float:left;
    display:block;
}


.carousel-wrapper ul li a{
    text-decoration: none;
}

.btleft .es-nav{
    position: absolute;
    bottom: 0;
    right: 0;
}

.bttop .es-nav{
    position: absolute;
    top: -50px;
    right: 0px;
}

.es-nav span{
    float: left;
    width: 30px;
    height: 30px;
    display: block;
    top: 1px;
    right: 0;
    text-indent: -9999px;
    z-index: 1000;
}
.es-nav .es-nav-prev{
    right: 30px;
    margin-right: 3px;
    background: url(../images/arrow-slider-left.png) no-repeat right top;
}
.es-nav .es-nav-next{
    background: url(../images/arrow-slider-right.png) no-repeat left top;
}
.es-nav .es-nav-next:hover,
.es-nav .es-nav-prev:hover{
    background-position: 0 100%;
}

/* Our portfolio */
.our-portfolio .es-nav {
    right: -10px;
    bottom: -48px;
}
.da-thumbs-folio li{
    position: relative;
}
.da-thumbs-folio li img{
    display: block;
    position: relative;
    border: solid 1px #cdcdcd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: -1px;
}
.da-thumbs-folio li h3,
.da-thumbs-folio li div{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	font-size:14px;
	text-align:left;
	color:#333;
}
.da-thumbs-folio li div {

    width: 100%;
    height: 100%;
    opacity: 0;
    top:0;
    left:0;
}
.da-thumbs-folio li:hover img {
    border-color: #83a400;
}
.da-thumbs-folio li:hover div {
    opacity: 1;
}
.da-thumbs-folio li:hover h3 {
    color: #83a400;
}
.our-portfolio .short-text {
    margin-right: 90px;
    padding: 15px 0px 5px 3px;
	font-size:12px;
	text-align:left;
}

/* トップ　サブスライド　タイトル */
.education-news .post-title {
    margin-top: 0;
}
.education-news .span5 {
    position: relative;
}

.education-news .blog-comments {
    right: -15px;
    top: 3px;
}
@media (max-width: 767px){
    .education-news .blog-comments {
        top:0;
        right: 0;
    }
}

.list-style-2 li {
    padding-left: 15px;
    list-style-type: none;
    background: url(../images/list-style-2.png) no-repeat 0 8px;
}



/*-----------------------------------------------------------------------------------*/
/*	5.	Post/Portfolio Content Styles
/*-----------------------------------------------------------------------------------*/


/* トップ　サブスライダー */
#sidebar{}
#sidebar h4{
    font-size: 15px;
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding-right: 10px;
}
#sidebar li{
    list-style: none;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px dotted #f2f2f2;
}
#sidebar li:last-child,
#sidebar li.last{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

#sidebar li img{
		max-height:68px;
		max-width:68px;
}


#sidebar section{margin-bottom: 15px;}
#sidebar section:last-child{margin-bottom:0;}
#sidebar .ul-col2{width: 110.9489051094891%;}
#sidebar .ul-col2 li{
    float: left;
    width: 40.13157894736842%;
    margin-right: 09.86842105263158%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #f2f2f2;
}
#sidebar .ul-col2 a{color: #888;}
#sidebar .ul-col2 a:hover{color: #222;}

#sidebar .nav-tabs {
    border-bottom: none;
    margin-bottom: 0;
}
#sidebar .nav-tabs li {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
#sidebar .nav-tabs > li > a {
    color: #888888;
    border-bottom: solid 1px #e0e0e0;
		text-align:center;

}
#sidebar .nav-tabs > li > a:hover,
#sidebar .nav-tabs > .active > a:hover {
    border-color: #e0e0e0;
    background: #fbfbfb;
    border-bottom-color: #FFF!important;
}
#sidebar .nav-tabs > .active > a{
    border-color: #e0e0e0;
    border-bottom-color: #FFF;
    background: #fbfbfb;
    color: #333;

}
#sidebar .nav-tabs > .active > a{
    font-weight:bold;
}
#sidebar .tab-content {
    background: #fbfbfb;
    border-left: solid 1px #e0e0e0;
    border-right: solid 1px #e0e0e0;
	 border-bottom: solid 1px #e0e0e0;
    padding: 10px 10px 10px 10px;
	overflow:hidden;
	max-height:375px;
}

/*-----------------------------------------------------------------------------------*/
/*	6.	Widgets & Widget Area
/*-----------------------------------------------------------------------------------*/

/* Popular Posts Widget */
.post-widget img{
    display: inline-block;
    float: left;
    margin-right: 15px;
    border: solid 1px #e7e7e7;
	padding:3px;
}
.post-widget a{
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 7px;
	font-size:12px;
	color:#333333;
		/*font-weight:normal;*/
}
.post-widget p{
    margin-bottom: 0;
}
.post-widget li:last-child{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Tags Widget */
#tags a{
    color: #888;
    font-size: 12px;
    padding: 2px 5px;
    margin: 0 5px 5px 0;
    display: inline-block;
    border: 1px solid #e8e8e8;
}

#tags a:hover{
    color: #fff;
    border-color: #ffa071;
    background-color: #ffaf88;
}

/* Flickr Widget */
.sidebar-flickr ul{width: 110.9489051094891%;}
.sidebar-flickr li{
    border: 0;
    float: left;
    padding: 0 !important;
    border-bottom: none !important;
    margin-bottom: 03.28947368421053% !important;
    margin-right: 03.28947368421053% !important;
    height: 20.06578947368421% ;
    width: 20.06578947368421% ;
}

/* Latest Projects Widget */
.carousel{margin-bottom: 0;}
.carousel-control{
    border: none;
    position: absolute;
    top: inherit;
    left: inherit;
    bottom: 0;
    width: 17px;
    height: 17px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.carousel-control.post{top: 50%;}
.carousel-control.left.post{left: 0;}
.carousel-control.left{
    right: 17px;
    background: url(../images/arrow-blog-left.png) no-repeat center center;
}
.carousel-control.right{
    right: 0;
    background: url(../images/arrow-blog-right.png) no-repeat center center;
}

/* Comments Widget */
.comment-sidebar li:last-child{margin-bottom: 0 !important;}


/*-----------------------------------------------------------------------------------*/
/*	7.	Blog Styles
/*-----------------------------------------------------------------------------------*/

.blog-post {margin-bottom: 30px;}
.blog-post h2.post-title{margin-bottom: 10px;}
.blog-post h2.post-title a{line-height: 25px}
.blog-post img {
    margin-bottom: 30px;
    display: block;
}
.blog-post .meta{
    margin-bottom: 15px;
}
.blog-post .meta li{
    list-style: none;
    font-size:0.9em;
    margin-right: 10px;
    float: left;
}
.blog-post .meta a{color: #83a400;}
.blog-post .meta a:hover{color: #777;}
.blog-post .tags {font-style: italic;}
.blog-post.style2 img{
    width: 50%;
    float: left;
    margin-right: 25px;
}
.blog-post.style2 .carousel,
.blog-post.style2 .video{
    width: 50%;
    float: left;
    margin-right: 25px;
}
.blog-post.style2 .carousel img{width: 100%;}
.blog-post.style2 p{padding-top: 30px;}
.blog-post.style2 .meta{border: none;}

/* About Us Block */
.aboutus{margin-bottom: 35px;}
.aboutus h3{
    margin-bottom: 0;
    line-height: 30px;
    text-align: center;
    font-size: 24px;
}
.aboutus .color2{font-weight: 400;}

/* Services Block */
.ident-bot-2 {margin-bottom: 17px;}
.figure-1 a.left-image {
    margin-right: 17px;
}
.lightbox-image {
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.lightbox-image img { position:relative; z-index:2; }
.img-border-bg {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 0 1px #E7E7E7 inset;
    display: inline-block;
    padding: 5px;
}
.img-border {
    border-radius: 4px 4px 4px 4px;
    width: 100%;
}
.lightbox-image span {
    background: url("../images/magnify.png") no-repeat scroll 50% 50% transparent;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.service {
    margin:0 5px 10px 0;
}

/*-----------------------------------------------------------------------------------*/
/*	8.	Forms
/*-----------------------------------------------------------------------------------*/
#af-form  input[type="text"]{
    color: #777;
    font-size: 12px !important;
    padding: 5px;
    height: 24px;
    box-shadow: none;
    margin-top: 0;
    height: 35px !important;
    margin-bottom: 0;
    border:1px solid #ececec;
}

#af-form input[type="text"],
#af-form textarea{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f9f9f9;
}
#af-form textarea{
    color: #777;
    font-size: 12px !important;
    padding: 5px;
    height: 160px !important;
    overflow: auto;
    border:1px solid #ececec;
    width: 100%;

}
#af-form .form-button {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
    text-transform: capitalize;

    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #83a400;
    background-image: -moz-linear-gradient(top, #83a400, #83a400);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#83a400), to(#83a400));
    background-image: -webkit-linear-gradient(top, #83a400, #83a400);
    background-image: -o-linear-gradient(top, #83a400, #83a400);
    background-image: linear-gradient(to bottom, #83a400, #83a400);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff83a400', endColorstr='#ff83a400', GradientType=0);
    border-color: #83a400 #83a400 #83a400;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #83a400;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#af-form input:focus,
#af-form textarea:focus{
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(131,164,0,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(131,164,0,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(131,164,0,.6);
    background-color: rgba(150,150,150, 0.1) !important;
    border-color: #83a400;
}
.af-outer {margin-bottom:15px;}

label.error, label.ferror{
    color: #dc3f35;
    font-size: 13px;
}

#af-form input.error,
textarea.error {
    border: 1px solid #ff3f3f;
}

#progress{
    margin-top: 15px;
}

/*-----------------------------------------------------------------------------------*/
/*	9.	Comments
/*-----------------------------------------------------------------------------------*/
.comments .textarea {
    border: 1px solid #EDEDED;
    margin-bottom: 40px;
    margin-left: 94px;
    padding: 10px 20px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.comments .avatar{
    position: relative;
    float: left;
    margin-right: -5px;
}
.comments .comments-list{
    list-style: none !important;
}
.comments .comments-list ul{
    margin-left: 30px;
    margin-bottom: 20px;
}
.comments .meta{
    font: 12px 'Open Sans', serif;
    color: #666666;
    padding-bottom: 8px;
    margin-bottom: 10px !important;
    border-bottom: 1px dotted #e2e2e2;
}
.comments ul ul .textarea {margin-top:-20px;}


/*-----------------------------------------------------------------------------------*/
/*	10.  Thumbnails
/*-----------------------------------------------------------------------------------*/
.da-thumbs li,
.da-thumbs article,
.da-thumbs.portfolio span,
.da-thumbs.portfolio .span-hover{
    overflow: hidden;
    position: relative;
}
.da-thumbs li img,
.da-thumbs.portfolio span,
.da-thumbs.portfolio .span-hover{
    display: block;
    position: relative;
}
.da-thumbs li div,
.da-thumbs article div{
    position: absolute;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
}
.da-thumbs li div.da-animate,
.da-thumbs article div.da-animate {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.da-slideFromTop {
    left: 0;
    top: -100%;
}
.da-slideFromBottom {
    left: 0;
    top: 100%;
}
.da-slideFromLeft {
    top: 0;
    left: -100%;
}
.da-slideFromRight {
    top: 0;
    left: 100%;
}
.da-slideTop {
    top: 0;
}
.da-slideLeft {
    left: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	11.	Shortcode Styles
/*-----------------------------------------------------------------------------------*/
.span9,
.span6{position: relative;}

/* Divider */
.spacer {
    height: 30px;
    clear: both;
}
hr, .divider{
    height: 1px;
    clear: both;
}

#container hr{
    margin-top: 25px;
    margin-bottom: 25px;
    border: none ;
}

#container hr.soft {margin:10px 0;}

#container .portfolio-single hr, #container .blog-single hr{
    margin-top: 10px;
    margin-bottom: 15px;
}

/* Read More */
.read-more{
    color: #83a400;
}
.read-more:hover{color: #1d1d1c;}


/* Portfolio */
.portfolio h4 a{
    color: #444;
    text-align: center;
    padding: 7px 10px;
    display: block;
    text-transform: none;
    background-color: #fcfcfc;
    border-bottom: 1px solid #eeeeee;
}
.portfolio h4 a:hover{
    color: #fff;
    background-color: #ffaf88;
    border-bottom: 1px solid #f79f73;
}

/* Back to Top */
#toTop {
    background: url("../images/ui.totop.png") no-repeat scroll left top transparent;
    border: medium none;
    bottom: 6px;
    display: none;
    height: 48px;
    overflow: hidden;
    position: fixed;
    right: 10%;
    text-decoration: none;
    text-indent: -999px;
    width: 48px;
}
#toTopHover {
    background: url("../images/ui.totop.png") no-repeat scroll left -48px transparent;
    display: block;
    float: left;
    height: 48px;
    opacity: 0;
    overflow: hidden;
    width: 48px;
}
#toTop:active, #toTop:focus {
    outline: medium none;
}

/* Others */
.dropcap{
    width: 38px;
    height: 38px;
    line-height:38px;
    float: left;
    margin-right:15px;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 22px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    background-color: #FB8B54;
}


blockquote{
    margin: 20px 0;
    padding: 10px  10px 10px 30px;
    border-left: 3px solid #83a400;
}

blockquote p{
    color: #999;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    font-family: 'Georgia', serif;
}



.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    margin-bottom: 0px;
    height: 0;
    overflow: hidden;

}
.block-dark .video {
    margin-bottom: 0;
}
.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.percent-50 {
    float: left;
    width: 50%;
}

/*-----------------------------------------------------------------------------------*/
/*	12.	Responsive Fixes
/*-----------------------------------------------------------------------------------*/
@media only screen and (min-width: 980px)  and (max-width: 1199px){

    .figure-1 a.left-image {margin-right:5px;}
    .service.img-border-bg {margin-top:50px;}

}

@media (min-width: 768px) and (max-width: 979px) {

    #welcome{padding: 0;}
    #latest-work .carousel-wrapper li{width: 252px !important;}
    .flickr li{width: 68px}
    #sidebar .ul-col2 li {
        float: none;
        margin-right: 0;
        width: 90%;
    }
    #footer #contact input[type="text"], #footer #contact textarea{width: 90%}
    #footer [class^="icon-"]{display: none;}
    .service.img-border-bg {margin-top:50px;}
    .ident-bot-2 {margin-bottom:0;}
    .figure-3 {display:none;}
    #latest-work .carousel-wrapper li{min-width: 260px !important;}

}

@media (max-width: 767px){
    #latest-work .carousel-wrapper li{min-width: 260px !important;}
    body{padding:0 }
    .container{padding: 0 10px;}

    #menu ul,
    .slides h3,
    #top-menu > .span6{display: none;}
    #top-menu .top-social{float: none;}

    .res-menu{display: block;}
    .logo{text-align:center; ;}

    .container > .row [class*="span"]{margin-bottom: 15px;}
    .container > .row > [class*="span"]:last-child{margin-bottom: 0 !important;}
    #welcome{padding: 0;}


    #latest-work .carousel-wrapper li{max-width: 15em !important;}
    .our-projects article:nth-last-child(-n+4) {margin-bottom: 30px !important;}

    #footer-menu .span4{
        margin-bottom: 15px;
        text-align:center;
    }

    .breadcrumbs {
        padding: 40px 20px;
        position: relative;
    }

    #sidebar section:last-child {margin-bottom: 0;}
    #sidebar .ul-col2{width: 100%}
    #sidebar .ul-col2 li {
        margin-right: 0;
        width: 50%;
    }

    .alignleft,
    .alignright{float: none !important;}

    #footer .submit-div {width:270px;}
    figure {display:inline-block; margin-right:15px;}

}

@media (max-width: 480px){

    #footer .form-horizontal .control-group > label {
        float: none;
        width: auto;
        padding-top: 0;
        text-align: left;
    }
    #footer .form-horizontal .controls {
        margin-left: 0;
    }
    #footer .form-horizontal .control-list {
        padding-top: 0;
    }
    #footer .form-horizontal .form-actions {
        padding-left: 10px;
        padding-right: 10px;
    }
    #footer .submit-div {width:225px;}

}













