﻿body {padding:0;color:#222; font-size:14px; line-height:1.5; background:#fff;}

p, a, li {line-height:1.5;}

a {color:#222;}

a, a:focus, a:hover, a:active {outline:0 !important; text-decoration:none;}
a:hover {color:#222; text-decoration:none;}

a, a:hover {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

h1, h2, h3, h4, h5 {color:#222;	margin-top:5px;   font-weight: 300;} 
h1 i, h2 i, h3 i, h4 i, h5 i {margin-right:7px;}


.title {border-top:3px #fff solid;border-bottom:3px #fff solid;margin-bottom:14px;}
.title h4 {color:#222;text-transform:uppercase;margin-bottom:4px;}

tr.headercells {font-size:14px; background-color:#739CCC; color:#222;}

/*reset BS form:focus color*/
.form-control {}
.form-control:focus {border-color: #ED9C28; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 2px rgba(255, 132, 0, 0.40);}

/*Block headline*/
.heading {
	padding:5px 20px 5px 20px;
	border-left:4px solid #D97000;
}
.headline {
    display: block;
    margin: 15px 0 10px;
}
.headline h3, .headline h4 {
    color: #222;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.2px;
    line-height: 1.6;
    padding-right: 10px;
    margin:0;
}
.footer .headline h3,
.footer .headline h4 {margin:0 0 -1px 0;}

/*Featured Block*/
.featured-block {
    background: none repeat scroll 0 0 #747474;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
}


.hero {
	padding:18px;
	margin:20px 0;
	color: #000000;
	font-size:16px;
	background:#fcfcfc;
	border-left:4px solid #fff;
	font-family:'Open Sans', sans-serif;
}
.hero h1, .hero p { 
	text-shadow:1px 1px 0 #ffffff;
}

.hero-unit {
	font-size:13px;
	line-height:20px;
}



/* Work */
.work {
	margin-top:6px;
}
.work .details {
	padding:10px;
}
.work .caption {
	display:block;
	padding-top:5px;
	color:#585f69 !important;
	font-size:18px !important;
}
.work .caption:hover {
	cursor:pointer;
	color:#444 !important;
	text-decoration:underline;
}

/* Testimonials */
.testimonial-body {
	padding:10px;
	margin-top:5px;
	background:#fcfcfc;
	border:1px solid #f5f5f5;
}
.testimonial-author{
	padding-top:15px;
	padding-left:20px;
}
.testimonial-author .arrow {
  width:0;
  height:0;
  position:absolute;
  margin-top:-16px;
  margin-left:20px;
  border-top:15px solid #fcfcfc;
  border-bottom:15px solid transparent;
  border-right:15px solid transparent;
}

.testimonial-author .name {
	color:#585f69;
	font-weight:bold;
}

.testimonal-arrow a {
	margin:0;
	top:-22px;
	float:right;
	color:#fff;
	font-size:25px;
	position:relative;
	display:inline-block;
	text-decoration: none;
	padding:0 9px !important;
}
.testimonal-arrow a:hover {
	color:#fff;
	text-decoration:none;
	background:#fff !important;
}

/*Carousel Arrow */
.carousel-caption,
.carousel-caption h1,
.carousel-caption h2,
.carousel-caption h3,
.carousel-caption h4,
.carousel-caption h5,
.carousel-caption p {
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9);
}
.carousel-arrow a.carousel-control {
	font-size:40px;
	height:inherit;
}
.carousel-arrow a.left {
	left:0;
}
.carousel-arrow a.right {
	right:0;
}


.flexslider { 
	margin-top:10px !important;
}
.flexslider .flex-direction-nav a {
	margin-top:-10px !important;
}


/*Footer*/
.footer {
    background: none repeat scroll 0 0 #fff;
    color: #222;
    margin-top: 1px;
    padding: 10px 0;
}
.footer .widgets {
    font-size: 14px;
    color: #AEAEAE;
}
.footer .widgets,
.footer .widgets p {
    color:#AEAEAE;
}
.footer .widgets li{
    list-style: none;
}
.footer .widgets a {
    color: #EBEBEB;
    font-size: 14px;
    line-height: 1.8;
}
.footer .widgets a i{
    padding-right: 5px;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}

.footer .widgets a:hover i{
    padding-right: 10px;

}
.footer .widgets a:hover {
    color:#fff;
}

.footer a,
.footer a:hover {
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
        text-decoration:underline; font-weight:bold;
}

.footer .headline {
    border-bottom: solid 1px #999;
}
.footer .headline h3, .footer .headline h4 {
    color: #222;
    font-size: 20px;
    padding: 8px 0;
    text-transform: uppercase;
}

/*Footer list services*/

/*Blog Posts*/
.footer .posts {
	/*padding:0 15px;*/
}
.footer .blog-list {
	margin:0;
	padding:0;
	color:#dadada;
	list-style:none;
}
.footer .blog-list li {
	padding:0 0;
	margin-bottom:7px; 
}
.footer .blog-list li span {
	color:#818488;
}
.footer .media,
.footer .media:hover {
	border:none !important;
	background:none !important;
}
.footer .media a {
	color:#dadada;
}
.footer .media a:hover {
	color:#D97000 !important;
}
.footer .media .media-object {
	border-color:#888 !important;
}
address {
    font-size: 14px;
    line-height: 1.8;
}
/*Comments*/
.comments {
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 30px;
    margin-bottom: 50px;
}

/*Copyright*/
.copyright {
    background: none repeat scroll 0 0 #1F354B;
    font-size: 14px;
    padding: 20px 0 10px;
    color: #ffffff;
}

.copyright p {color:#dadada;}
.copyright a {text-decoration:none;color: #ffffff;}
.copyright a:hover {color: #dbba00;}

.copyright .social-icons {display: inline-block; margin-bottom: 0;}
.copyright .copyright-text {text-align: left;}
.copyright .copyright-social {text-align: right;}
@media (max-width: 991px) {
    .copyright .copyright-social {text-align: left;}
}
@media (max-width: 767px) {
    .copyright .copyright-text {text-align: center;}
    .copyright .copyright-social {text-align: center;}
}

/*Home Page "Main page" (Default)
------------------------------------*/
.thumbnail,
.thumbnail-style,
.thumbnail-kenburn {
    margin-bottom: 20px;
}
.thumbnail-kenburn h4{
    margin:20px 0 5px;
}
.thumbnail-kenburn h4 a{
    color:#fff;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0.1px;
}
.thumbnail-kenburn p{
    font-weight: 400;
}
/*Thumbnail*/
.thumbnail-style { 
	padding:5px; 
	border-radius:2px;
}
.thumbnail-style:hover { 
    -webkit-transition:box-shadow 0.2s ease-in-out;
    -moz-transition:box-shadow 0.2s ease-in-out;
    -o-transition:box-shadow 0.2s ease-in-out;
    transition:box-shadow 0.2s ease-in-out;
}
.thumbnail-style h3 {margin:5px 0 0 0;}
.thumbnail-style h3 a {font-size:20px;}
.thumbnail-style h3 a:hover {color:#fff;text-decoration:none;}
.thumbnail-style .overlay-zoom img {
    display: block;
    height: auto;
    max-width: 100%;
}
.thumbnail-style .thumbnail-img {position:relative;}
.thumbnail-style img,
.thumbnail-style .thumbnail-img img {
    display: block;
    height: auto;
    max-width: 100%;
}
.thumbnail-style a.btn-more {
	right:-10px;
	bottom:10px;
	color:#fff;
	padding:1px 6px;
	position:absolute;
	background:#fff;
	display:inline-block; 
}
.thumbnail-style a.btn-more:hover {text-decoration:none;box-shadow:0 0 0 2px #D97000;}
.thumbnail-style:hover a.btn-more {right:10px;}

.thumbnail-kenburn img {
	left:10px;
	margin-left:-10px;
	position:relative;
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
    display: block;
    height: auto;
    max-width: 100%;
}
.thumbnail-kenburn:hover img {
   -webkit-transform: scale(1.2) rotate(2deg);
   -moz-transform: scale(1.2) rotate(2deg);
   -o-transform: scale(1.2) rotate(2deg);
   -ms-transform: scale(1.2) rotate(2deg);
   transform: scale(1.2) rotate(2deg);
}
 
/*Welcome Block*/
.servive-block .servive-block-inner {
	padding:20px 30px;
	text-align:center;
	margin-bottom:20px;
	border-radius:2px;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.servive-block .servive-block-inner:hover {border-radius:2px;}
.servive-block-inner i {
    background: none repeat scroll 0 0 #343435;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    margin: 15px 0;
    padding: 45px;
    transition: all 0.4s ease-in-out 0s;
}
.servive-block .servive-block-inner h4 a:hover {color:#fff;	text-decoration:none;}

.servive-block .servive-block-inner:hover h4,
.servive-block .servive-block-inner:hover i {color:#fff;}
.servive-block .servive-block-inner i {
    color: #FAFAFA;
    font-size: 60px;
    line-height: 1;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
     -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}
.servive-block-in .servive-block-inner i {color:#fff;}
.servive-block-in .servive-block-inner:hover i {color:#565656;}
.servive-block-inner .btn{margin-top: 10px;}
/*HR Divider*/
hr{border-color: #7B7B7B;}

/*Home Page "Options"
------------------------------------*/
/*Accordion*/

.acc-home .panel-heading {padding: 0;}
.acc-home a.accordion-toggle {padding:5px 15px; display: block;}
.panel-default {border-color: #343435;}
.panel-default > .panel-heading + .panel-collapse .panel-body {border-top-color: #343435;}
.panel{background-color: #404041;}
.panel-default > .panel-heading {background-color: #343435; border-color: #393A3B; color: #333333;}

/*Home Page "Options"

------------------------------------*/

/*Slider*/
.slider-inner {background:#C9C9C9; padding: 0 55px;
    /*background-color: red;*/
    /*min-width: 600px;*/}

.slider-wrapper {margin:50px 0; padding: 10px; background-color: #ffffff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);}


@media (min-width: 768px) {
    /**/
}

.slider-inner .da-slider {
    box-shadow:none;
}

.slide-img img {
    width: 100%;
}
.slide-txt .carousel-caption {
    position: static;
    text-align: left;
}

/*Call To action*/

.call2action{background:#2D5078; padding:20px 0; text-align: center;}
.call2action h3{font-size: 18px; text-transform: uppercase;}
.call2action p{font-weight: 400; letter-spacing: 0.1px;}
.call2action i {background: none repeat scroll 0 0 #2D5078; display: inline-block; margin-bottom: 25px; padding: 45px;
    border-radius: 50% 50% 50% 50%;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;}
.call2action .col-md-2:hover i{background: #C9C9C9; color:#343435;}
.call2action .col-md-2:hover h3{color: #C9C9C9;}

/*Bootstrap Carousel Fade Transition*/
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {opacity: 1;}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {z-index: 2;}


/*Sidebar
------------------------------------*/
.sidebar {
    font-size: 12px;
}
.sidebar > section {
    margin-top: 15px;
    margin-bottom: 40px;
}

.sidebar section .headline h3,
.sidebar section .headline h4 {
    font-size: 19px;
    line-height: 25px;
}

.pagebar {}


/*Home Page "Options"
------------------------------------*/
/*Service Blocks*/
.service-alternative .service:hover { 
	background:#4B4C4D;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}
.service-alternative .service:hover i,
.service-alternative .service:hover p,
.service-alternative .service:hover h4 { 
	color:#fff;
}

/*About Page
------------------------------------*/

.team ul {text-align:right;}
.team ul li {padding:0 !important;margin:0 !important;}
.team ul li a,.team ul li a:hover {text-decoration:none;}
.team ul li i {color:#aaa;font-size:20px;padding:4px;background:#f7f7f7;}
.team ul li i.icon-facebook {padding:4px 10px;}
.team ul li i:hover {color:#fff;background:#fff;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;}
.team .thumbnail-style {padding:12px;}
.team .thumbnail-style small {display:block; font-size:12px;}
.team .thumbnail-style h3 {margin-bottom:10px;}
.team .thumbnail-style:hover h3 a {color:#fff !important;}


/*Gallery Page
------------------------------------*/
.gallery .thumbnail,
.gallery .thumbnail:hover {
	padding:0;
	border:none;
	box-shadow:none;
}
.gallery .thumbnails {
	/*margin-bottom:6px;*/
}

.gallery .thumbnails .col-md-3 {
    padding-bottom: 30px;
}


/*Login*/
.login-page {
	min-width:25%;
	max-width:25%;
	padding:35px 30px 30px;
}
.login-page h3 {
	margin:0 0 25px 0;
}
.login-page input.login-inputs {
	width:86%;
}
.login-page .checkbox {
	margin-top:7px;
}
.login-page .checkbox input {
	margin-right:6px !important;
}
.login-page button {
	margin:0 0 5px 0;
}

/*Login Page v1.1*/
.log-page {
    background: none repeat scroll 0 0 #343435;
    margin: 0 auto;
    max-width: 400px;
    padding: 30px 50px;
}


/*Portfolio Page
------------------------------------*/
.portfolio-columns .col-md-3 {
	margin-bottom:1.8%;
}
.portfolio-columns .col-md-4 {
	margin-bottom:2.3%;
}
.portfolio-columns .col-md-6 {
	margin-bottom:2.2%;
}

/*Portfolio Item Page
------------------------------------*/
.portfolio-item h3 { 
	margin-top:0;
}
.portfolio-item li {
	padding:3px 0;
} 
.portfolio-item p a {
	text-decoration:underline;
}
.portfolio-item p a:hover {
	text-decoration:none;
}

.more {
    float: right;
    font-size: 12px;
}
.more a {
    text-decoration: none;
}
.more a:before {
    font-family: fontawesome;
    content: "\f144";
    margin-right: 5px;
    font-size: 13px;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.70);
}
.more a:hover:before {
    text-shadow: 0 0 1px rgba(255, 132, 0, 0.70);
}


/*Contact Page
------------------------------------*/

.map {width:100%; height:470px;	border-top:solid 1px #eee;border-bottom:solid 1px #eee;}
.map-box {height: 500px;}
.map-box-space {margin-top: 15px;}



/*Others (Global classes)
------------------------------------*/
.color-red { color:#c00;}
.color-green { color:#fff;}
.color-blue { color:#3498db;}

.rgt-img-margin { margin:4px 0 5px 8px;}
.lft-img-margin { margin:5px 20px 5px 0;}

.overflow-hidden {
    overflow: hidden;
    /*border-radius: 5px;*/
}

.padding-left-5 {
    padding-left: 5px;
}

.img-width-200 {
    width: 200px;
}

/*Image Border*/
img.img-border {
	border:solid 3px #fff;
}

span.img-border {
    display: block;
    position: relative;
}

span.img-border:before {
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

/*Backgrounds*/

.bg-light { 
	padding:10px 15px; 
	border-radius:3px;
	margin-bottom:10px; 
	background:#fcfcfc;
	color:#000;
}
.bg-light h4 {color:#000;}
.bg-light p a {color:blue;}

.bg-light:hover { 
	padding:9px 14px;
	border:solid 1px #e5e5e5;
}

.bg-mid {padding:10px 15px 20px 15px;margin:10px; background:#D5D3D4;color:#000;}
.bg-mid h4 {color:#2D5078; padding-top:8px;}
.bg-mid p {color:#000; padding:0 10px;}
.bg-mid img {float:left; height:200px; width:200px; margin:15px 15px 10px 10px; border:2px #2D5078 solid;}

.bg-news {padding:10px 15px 20px 15px;margin:10px; background:#D5D3D4;color:#000; min-height:250px;}
.bg-news h4 {color:#2D5078; padding-top:8px;}
.bg-news p {color:#000; padding:0 10px;}
.bg-news p a {color:#1F354B; text-decoration:underline;}
.bg-news img {float:left; height:200px; width:200px; margin:15px 15px 10px 10px; border:2px #2D5078 solid;}



.bg-whoweare { 
	padding:10px 15px 20px 15px;;
	margin:10px; 
	background:#D5D3D4;
	color:#000;
}
.bg-whoweare h4 {color:#2D5078; padding-top:8px;}
.bg-whoweare p {color:#000; padding:0 10px;}
.bg-whoweare img {float:left; height:180px; width:120px; margin:15px 15px 10px 10px; border:2px #2D5078 solid;}


.formlabel {font-weight: bold;color: #fff;text-align: right;}



/*Link color-green-style*/
.linked:hover {
	color:#fff;
	text-decoration:none;
}

/*CSS3 Hover Effects*/
.hover-effect {
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}
.hover-effect-kenburn {
	left:10px;
	margin-left:-10px;
	position:relative;
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
}
.hover-effect-kenburn:hover {
	-webkit-transform: scale(2) rotate(5deg);
	-moz-transform: scale(2) rotate(5deg);
	-o-transform: scale(2) rotate(5deg);
	-ms-transform: scale(2) rotate(5deg);
	transform: scale(2) rotate(5deg);
}

/*Spaces*/
.margin-bottom-5, 
.margin-bottom-10, 
.margin-bottom-20, 
.margin-bottom-20,
.margin-bottom-25, 
.margin-bottom-40, 
.margin-bottom-50, 
.margin-bottom-60 { 
	clear:both;
}   
.margin-bottom-5 {margin-bottom:5px;}
.margin-bottom-10 {margin-bottom:10px;}
.margin-bottom-20 {margin-bottom:20px;}
.margin-bottom-25 {margin-bottom:25px;}
.margin-bottom-30 {margin-bottom:30px;}
.margin-bottom-40 {margin-bottom:40px;}
.margin-bottom-50 {margin-bottom:50px;}
.margin-bottom-60 {margin-bottom:60px;}

.top-2 {top:2px;}

/*Button Style*/
.btn-m {
    color:#ffffff;
/*    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;*/
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.btn-m:focus,
.btn-m:hover {
    color:#ffffff;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

/*Buttons Color*/
.btn-m-default {
    color: #000000;
    text-shadow: 0 1px 0 #fff;
    background-repeat: repeat-x;
	border-color: #ccc;
	background-image: linear-gradient(to bottom, #fff 0, #e6e6e6 100%);
}

.btn-m-default:hover {
    color: #000000;
    background-image: none;
    background-color: #e6e6e6;
}

.btn-m-default:active,
.btn-m-default.active {
    background-color: #e6e6e6;
    border-color: #e0e0e0
}

/*btn blue*/
.btn-m-blue {
    background-repeat: repeat-x;
	border-color: #2d6ca2;
	background-image: linear-gradient(to bottom, #428bca 0, #3071a9 100%);
}
.btn-m-blue:hover {
    background-image: none;
    background-color: #3071a9;
}

.btn-m-blue:active,
.btn-m-blue.active {
    background-color: #3071a9;
    border-color: #2d6ca2
}

/*btn red*/
.btn-m-red {
    background-repeat: repeat-x;
	border-color: #c12e2a;
	background-image: linear-gradient(to bottom, #d9534f 0, #c9302c 100%);
}

.btn-m-red:hover {
    background-image: none;
    background-color: #c9302c;
}

.btn-m-red:active,
.btn-m-red.active {
    background-color: #c9302c;
    border-color: #c12e2a
}

/*btn orange*/
.btn-m-orange {
    background-repeat: repeat-x;
	border-color: #eb9316;
	background-image: linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);
}
.btn-m-orange:hover {
    background-image: none;
    background-color: #ec971f;
}
.btn-m-orange:active,
.btn-m-orange.active {
    background-color: #ec971f;
    border-color: #eb9316
}

/*btn aqua*/
.btn-m-aqua  {
    background-repeat: repeat-x;
	border-color: #2aabd2;
	background-image: linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);
}

.btn-m-aqua:hover {
    background-image: none;
    background-color: #31b0d5;
}

.btn-m-aqua:active,
.btn-m-aqua.active {
    background-color: #31b0d5;
    border-color: #2aabd2
}

/*btn green*/
.btn-m-green {
    background-repeat: repeat-x;
	border-color: #419641;
	background-image: linear-gradient(to bottom, #5cb85c 0, #449d44 100%);
}

.btn-m-green:hover {
    background-image: none;
    background-color: #449d44;
}

.btn-m-green:active,
.btn-m-green.active {
    background-color: #449d44;
    border-color: #419641
}

/*btn yellow*/
.btn-m-yellow {
    background-repeat: repeat-x;
	border-color: #f39c12;
	background-image: linear-gradient(to bottom, #f1c40f 0, #f39c12 100%);
}
.btn-m-yellow:hover {
    background-image: none;
    background-color: #f39c12;
}
.btn-m-yellow:active,
.btn-m-yellow.active {
    background-color: #f39c12;
    border-color: #f39c12
}


/*Social Icons*/
.social-icons li {
	float:left;
	display:inline;
	list-style:none;
	margin-right:5px;
	margin-bottom:5px;
	text-indent:-9999px;
}
.social-icons li a, a.social-icon {
	width:28px;
	height:28px;
	display:block;
	background-position:0 0;
	background-repeat:no-repeat;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}
.social-icons li:hover a {
	background-position:0 -38px;
}

.social-icons li a,
.social-icons li:hover a {
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.social_dropbox {background: url(../img/icons/social/dropbox.png) no-repeat;}
.social_evernote {background: url(../img/icons/social/evernote.png) no-repeat;}
.social_facebook {background: url(../img/icons/social/facebook.png) no-repeat;}
.social_googleplus {background: url(../img/icons/social/googleplus.png) no-repeat;}
.social_last-fm {background: url(../img/icons/social/last-fm.png) no-repeat;}
.social_linkedin {background: url(../img/icons/social/linkedin.png) no-repeat;}
.social_picasa {background: url(../img/icons/social/picasa.png) no-repeat;}
.social_pintrest {background: url(../img/icons/social/pintrest.png) no-repeat;}
.social_skype {background: url(../img/icons/social/skype.png) no-repeat;}
.social_spotify {background: url(../img/icons/social/spotify.png) no-repeat;}
.social_twitter {background: url(../img/icons/social/twitter.png) no-repeat;}
.social_vimeo {background: url(../img/icons/social/vimeo.png) no-repeat;}
.social_youtube {background: url(../img/icons/social/youtube.png) no-repeat;}


/*Back to top*/
#topcontrol {
    width: 50px;
    height: 50px;
    overflow: hidden;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    background-color: #1b1b1b;
    color: #bebebe;
    text-align: center;
    z-index: 9999;
}
#topcontrol:hover {color: #fff;}

#topcontrol,
#topcontrol:hover {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#topcontrol:before {
    font-family: fontawesome;
    content: "\f077";
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 12px;
    line-height: 40px;
    top: 0;
    left: -1px;
    text-align: center;
}
#topcontrol span {
    display: inline-block;
    position: absolute;
    bottom: 12px;
    right: 0;
    width: 50px;
    text-align: center;
    font-size: 9px;
    line-height: 1;
}

/*For Portfolio Page*/
@media (max-width: 1200px) {
    .portfolio-responsive .col-md-4 p {
        display:none;
    }
}
@media (max-width: 767px) {
    .portfolio-responsive .col-md-4 p {
        display:block;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .portfolio-responsive .col-md-3 h2 {
        display:none;
    }
}
@media (min-width: 768px) {
    .portfolio-responsive .col-md-3 p {
        display:none;
    }
}

/*
 * Glyphicons
 *
 * Special styles for displaying the icons and their classes in the docs.
 */

.bs-glyphicons {
    padding-left: 0;
    padding-bottom: 1px;
    margin-bottom: 20px;
    list-style: none;
    overflow: hidden;
}
.bs-glyphicons li {
    float: left;
    width: 25%;
    height: 115px;
    padding: 10px;
    margin: 0 -1px -1px 0;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    border: 1px solid #ddd;
}
.bs-glyphicons .glyphicon {
    display: block;
    margin: 5px auto 10px;
    font-size: 24px;
}
.bs-glyphicons li:hover {
    background-color: rgba(86,61,124,.1);
}

@media (min-width: 768px) {
    .bs-glyphicons li {
        width: 12.5%;
    }
}


/**/

@media (max-width: 980px) {
    /*Image hover*/
    .da-thumbs li article em {
        display:none !important;
    }
}

@media (max-width: 900px) {
    /*Slider Sequence*/
    #sequence-theme .info {
        top:80px !important;
        width:60% !important;
        margin-right:50px;
    }

    /*Slider Parallax*/
    .da-slide .da-img {
        display:none;
    }
}

@media (max-width: 450px) {
    /*Slider Sequence*/
    #sequence-theme .info {
        top:70px !important;
        width:70% !important;
        margin-right:25px;
    }
    #sequence-theme h2 {
        font-size:30px !important;
    }
    #sequence-theme .info p {
        font-size:18px !important;
    }

    /*Slider Parallax*/
    .da-slide p {
        display:none;
    }
}

/***/
