.skdslider {
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px; 
	width:100%; 
	height:650px;
}

.skdslider ul.slides{ margin:0; padding:0; list-style-type:none;}
.skdslider ul.slides li{display: none; position:absolute;}
.skdslider ul.slides li img{width:100%; height:auto; border:0; height:650px}
.skdslider ul.slide-navs {bottom: 20px; left: 50%; position: absolute; list-style-type: none; margin:0px; padding: 0;}
.skdslider ul.slide-navs li {
    float: left;
	background:url(../images/slide-bg.png) no-repeat scroll 0 0 transparent;
	height:12px;
	width:12px;
	margin-right:4px;
	cursor:pointer;
}
.skdslider ul.slide-navs li.current-slide {background:url(../images/slide-bg-active.png) no-repeat scroll 0 0 transparent;}
.skdslider .slide-desc {
    background-color: rgba(255, 255, 255, 0.8);
    left: 0;
    padding:15px;
    position: absolute;
    bottom:40px;
    width:100%;
	display:inline-block;
}

.skdslider .slide-desc h2 {
	padding: 1% 0px 1% 0px;
	margin: 0px 0px 0px 0px;
	font-size:35px;
	color:#000000;
	font-weight: bold;
	text-decoration: none;
	line-height:35px;
	text-transform:uppercase;
	text-align:center;	
}


.skdslider .slide-desc p {
	padding:1 0px 1% 0px;
	margin: 0px 0px 0px 0px;
	font-size:25px;
	line-height:20px;
	font-weight: 300;
	color: #000000;
	text-align:center;
}

/*.skdslider a.prev{
    background:url(../images/left.png) no-repeat scroll 0 0 transparent;
	width:35px;
	height:35px;
	display:block;
	cursor:pointer;
	position:absolute;
	top:50%;
	left:2%;
	margin-top:-17px;
}
.skdslider a.next{
    background:url(../images/right.png) no-repeat scroll 0 0 transparent;
	width:35px;
	height:35px;
	display:block;
	cursor:pointer;
	position:absolute;
	top:50%;
	right:2%;
	margin-top:-17px;
}*/
@media only screen and (min-width: 150px) and (max-width: 480px) {
.skdslider {height:151px;}
.skdslider .slide-desc {padding:5px 5px; bottom:40px;}
.skdslider .slide-desc h2 {font-size:15px; line-height:22px;}
.skdslider .slide-desc p {font-size:12px; line-height:20px;}
.skdslider {position: relative;}
.skdslider .slide-desc {bottom:0px;}
.skdslider ul.slides li img {height:160px;}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
.skdslider {height:300px;}
.skdslider .slide-desc {padding:5px 5px; bottom:40px;}
.skdslider .slide-desc h2 {font-size:15px; line-height:22px;}
.skdslider .slide-desc p {font-size:12px; line-height:20px;}
.skdslider {position: relative;}
.skdslider .slide-desc {bottom:5px;}
.skdslider ul.slides li img {height:300px;}
}
@media only screen and (min-width:768px) and (max-width: 991px) {
.skdslider {height:480px;}
.skdslider .slide-desc {padding:5px 5px; bottom:40px;}
.skdslider ul.slides li img {height: 480px;}
.skdslider .slide-desc h2 {font-size:25px; line-height:25px;}
.skdslider .slide-desc p {font-size:14px; line-height:22px;}
}

@media only screen and (min-width:992px) and (max-width: 1199px) {
.skdslider {height:480px;}
.skdslider .slide-desc {padding:5px 5px; bottom:40px;}
.skdslider ul.slides li img {height: 480px;}
.skdslider .slide-desc h2 {font-size:25px; line-height:25px;}
.skdslider .slide-desc p {font-size:14px; line-height:22px;}
}

/*.skdslider .slide-desc {
	padding:0px; 
	margin:0px auto;
	width:100%;
    background-color: rgba(255, 255, 255, 0.5);
    left:0px;
	top:0px;
    position: absolute;
	display:inline-block;
}*/
/*******/




/*******/
/*.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
	width:100%;
}
.nbs-flexisel-item {
	float: left;
	padding: 0px;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item:first-child {
	margin-left: 0;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	position: absolute;
	cursor: pointer;
	z-index: 100;
	margin-top: 0px;
}
.nbs-flexisel-nav-left {
	left: 0px;
	margin: 0px 0px 0px 0px;
}
.nbs-flexisel-nav-left:after {
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
	font-family: 'fontawesome';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	color: #0a6354;
	content: "\f104";
	display: inline-block;
	font-size:0px;
	position: relative;
	top:1%;
}
.nbs-flexisel-nav-right {
	right: 0px;
	margin:0px 0px 0px 0px;
}
.nbs-flexisel-nav-right:after {
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
	font-family: 'fontawesome';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	color: #0a6354;
	content: "\f105";
	display: inline-block;
	font-size:0px;
	position: relative;
	top:1%;
}
@media only screen and (min-width: 150px) and (max-width: 480px) {
.nbs-flexisel-nav-left:after {color: #0170b4; font-size: 50px;}
.nbs-flexisel-nav-right:after {color: #0170b4; font-size: 50px;}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
.nbs-flexisel-nav-left:after {color: #0170b4; font-size: 50px;}
.nbs-flexisel-nav-right:after {color: #0170b4; font-size: 50px;}
}
@media only screen and (min-width:768px) and (max-width: 991px) {
.ind-process-2 {height: 100px; margin:0px auto; padding:13px 0px; width: 100px;}
.ind-process-2 p {font-size: 11px; line-height: 17px;}
}
@media only screen and (min-width:992px) and (max-width: 1199px) {
.ind-process-2 {height: 125px; margin:0px auto; padding:27px 0px; width:125px;}
.ind-process-2 p {font-size: 11px; line-height: 17px;}
}*/
/*******/



/*******/
.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2
}
.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5
}
button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0
}
.modal-open {
	overflow: hidden
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0
}
.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%)
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: hidden;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}
.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5)
}
.modal-backdrop {
	/*position: absolute;*/
	position:relative;
	top: 0;
	right: 0;
	left: 0;
	background-color: #000
}
.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0
}
.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5
}
.modal-header {
	min-height: 16.43px;
	padding: 10px;
	border-bottom: 1px solid #e5e5e5
}
.modal-header .close {margin-top: -2px;}

.works{
	padding-top:10px;
	padding-bottom:10px;
}
.works h2, .about h2, .contact h2{
	font-size: 24px;
	color:#0055a6;
	text-transform: uppercase;
	font-weight: bold;
}
.works ul li{
	font-size: 15px;
	color:#FFFFFF;
	font-weight:normal;
	text-transform: uppercase;
	padding: 10px 10px;
	text-decoration: none;
	margin:25px 5px;
	display: inline-block;
	cursor: pointer;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
}
.works ul li:hover{color:#ffcc00;}
.works ul li.active{background:#ffcc00; color:#000;}
.single-work img{width:auto; height:174px;}

.single-work{position: relative; overflow: hidden; background-color:#FFF; padding:5px 5px 5px 5px; margin:10px auto;}
.overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(44, 62, 80, 0.76);
	margin-top: -400px;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}
.single-work:hover .overlay{
	margin-top: 0;
}
.overlay h3{
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 25%;
	margin-bottom: 10px;
}
.overlay a i.fa{
	font-size: 25px;
	color: #fff;
	padding: 10px;
}
.overlay a i.fa:focus{
	outline: none;
}
.modal-dialog {
    width:50%;
    height:auto;
    margin:2% auto;
}
.modal-header{
	border: none;
}
.modal-header h4{font-size: 20px; color:#000000; text-transform:uppercase;}
.modal-header .close{font-size:30px; color:#0055a6;}
.modal-content{
	border-radius: 0;
	border: 0;
	overflow:hidden;
}
.modal-body img{
	margin-bottom: 35px;
}
.modal-body p{
	font-size:15px;
	color: #444444;
	line-height:25px;
	font-weight:normal;
	letter-spacing:1px;
}
.modal-body ul{
	display: inline-block;
	border: 1px solid #dddddd;
	margin-bottom: 30px;
}
.modal-body ul li{
	border: none;
	margin: 0;
	cursor: inherit;
	border-right: 1px solid #dddddd;
	font-style: italic;
	text-transform: inherit;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 1;
}
.modal-body ul li:last-child{
	border: none;
}
.modal-body ul li:hover{
	background: inherit;
	color: inherit;
	border-color: inherit;
}
.modal-footer{text-align: center; border: none;}
.works .mix{display: none;}

.gallery-but {
	border-radius: 10px 0px 10px 0px;
    color: #fff;
    font-size: 13px;
    padding: 14px 0px;
    text-align: center;
    transition: all 0.4s linear 0s;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #2592D3;
	margin:5% auto;
	border:0px;
	width:100px;
	height:auto;
	display:block;
}
.gallery-but:hover {
    background-color:#0055a6;
    color: #fff;
    font-weight: bold;
	border-radius: 0px 10px 0px 10px;
}

.gallery {padding:0px; margin:0px auto; width:90%; height:auto;}
.gallery img{width:100%; height:auto; margin:0px 0px 30px 0px;}

@media only screen and (min-width: 150px) and (max-width: 480px) {
.works ul li {font-size:9px; margin:0px 5px; padding:0px;}
.single-work img {height:111px;}
.overlay h3 {font-size:14px; margin-top: 25%;}
.modal-header h4 {font-size:15px;}
.modal-dialog {width:90%;}
.single-work{padding:5px;}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
.single-work img {height: 125px;}
.overlay h3 {font-size:14px; margin-top: 25%;}
.modal-header h4 {font-size:15px;}
.modal-dialog {width:90%;}
}

@media only screen and (min-width:992px) and (max-width: 1199px) {
.single-work img {height: 141px;}
}

/*******/


/*******/
.btnn {
	display: inline-block;
	padding:1px 10px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
}
.btnn:hover {background-color:#ffcc00;}

.datepicker {
	position: absolute;
	top: 18px;
	left: 18px;
	background: #FFF;
	padding: 4px;
	border: 1px solid #CCC;
	font-size: 16px;
	font-weight: 400;
	z-index: 50;
	/* box-shadow */
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
}

.datepicker * {

	/* box-sizing */
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.datepicker .tip {

	position: absolute;
	left: 12px;
	top: -12px;
	z-index: 5;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 12px solid #CCC;
}

.datepicker .tip:before {
	content: ' ';
	position: absolute;
	left: -8px;
	top: 2px;
	z-index: 20;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid #FFF;
}

.datepicker a {text-decoration: none; color: #000;}
.datepicker .row {margin:0px; padding:0px; overflow: hidden; width: 100%;}
.datepicker .row.header {text-align:center; position: relative; margin:4px 0px;}
.datepicker .row.header a {margin:0px 3px; cursor: pointer;}
.datepicker .row.header .prev {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	width: 10px;
	height: 10px;
	padding: 4px;
}
.datepicker .row.header .next {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	width: 10px;
	height: 10px;
	padding: 4px;
}
.datepicker .row.header .prev .arrow{
	display: block;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-right: 6px solid #000;
	border-bottom: 5px solid transparent;
	float: left;
}
.datepicker .row.header .next .arrow{
	display: block;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 6px solid #000;
	border-bottom: 5px solid transparent;
	float: right;
}
.datepicker .row.header .prev.disabled {cursor: default;}
.datepicker .row.header .next.disabled {cursor: default;}
.datepicker .row.header .prev.disabled .arrow {border-right-color: #DDD;}
.datepicker .row.header .next.disabled .arrow {border-left-color: #DDD;}
.datepicker .cell {
	display: block;
	float: left;
	width: 27px;
	height: 27px;
	line-height: 25px;
	text-align: center;
	padding: 0 3px;
	border: 1px solid transparent;
}
.datepicker .cell.large {width:59px; padding:0px; height:60px; line-height:60px; cursor:pointer;}
.datepicker .cell.large.double {line-height: 25px; word-wrap: break-word; text-align: left;}
.datepicker .day {color: #000; cursor: pointer; text-align: right;}
.datepicker .cell.day.today {color: #000; background: #D6EAFF;}
.datepicker .cell.day:hover,
.datepicker .cell.month:hover,
.datepicker .cell.year:hover,
.datepicker .cell.decade:hover {background: #3298FF; color: #FFF;}
.datepicker .cell.blank,
.datepicker .cell.blank:hover {background:none; color:inherit; cursor:default;}
.datepicker .cell.day.selected,
.datepicker .cell.month.selected,
.datepicker .cell.year.selected,
.datepicker .cell.decade.selected {background: #0065CC; color: #FFF;}
.datepicker .cell.grayed {color: #CCC;}
.datepicker .days .cell {color: #555;}
.datepicker .decades .cell span {display: block; padding: 5px 5px 0;}
.datepicker .calendar,
.datepicker .decades,
.datepicker .years,
.datepicker .months {position: relative; float: left; width: 100%;}
.datepicker .decades,
.datepicker .years,
.datepicker .months {display: none;}
.datepicker .decades .header,
.datepicker .years .header,
.datepicker .months .header {margin-bottom: 13px;}
/*******/



/*******/
/*******/
