/* Open Sans  */
@import url('http://fonts.googleapis.com/css?family=Open+Sans:300,400italic,400,600');
/* General */
body {
	color: #27374d;
	font-size: 14px;
	font-weight:100;
	line-height: 23px;
	background: #151d28;
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #0F1626;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin: 2px 0px;
	padding: 0px;
}
h1 {
	font-size: 35px;
	line-height: 45px;
}
h2 {
	font-size: 25px;
	line-height: 40px;
}
h3 {
	font-size: 22px;
	line-height: 37px;
}
h4 {
	font-size: 18px;
	line-height: 33px;
}
h5 {
	font-size: 15px;
	line-height: 30px;
}
h6 {
	font-size: 13px;
	line-height: 28px;
}
p {
	margin: 2px 0px;
	padding: 0px;
	margin-bottom:5px;
	line-height:28px;
}
a{
	text-decoration: none;
	color: #777;
}
a:hover,a:active,a:focus {
	outline: 0;
	text-decoration: none;
	color: #999;
}
hr {
	margin: 10px 0px;
	padding: 0px;
	border-top: 0px;
	border-bottom: 1px solid #eee;
}
:focus {
	outline:none;
}
::-moz-focus-inner {
	border:0;
}
/* Text color classes */
.white {
  color: #ffffff !important;
}
.grey {
  color: #eeeeee !important;
}
.black {
  color: #555555 !important;
}
.red {
  color: #f75353 !important;
}
.green {
  color: #51d466 !important;
}
.lblue {
  color: #32c8de !important;
}
.blue {
  color: #609cec !important;
}
.orange {
  color: #ff533d !important;
}
.yellow {
  color: #fcd419 !important;
}
.purple {
  color: #cb79e6 !important;
}
.rose {
  color: #ff61e7 !important;
}
.brown {
  color: #d08166 !important;
}
/* Background color classes */
.bg-white {
  background-color: #ffffff !important;
}
.bg-grey {
  background-color: #eeeeee !important;
}
.bg-black {
  background-color: #555555 !important;
}
.bg-red {
  background-color: #ff533d !important;
}
.bg-green {
  background-color: #51d466 !important;
}
.bg-lblue {
  background-color: #32c8de !important;
}
.bg-blue {
  background-color: #609cec !important;
}
.bg-orange {
  background-color: #ff533d !important;
}
.bg-yellow {
  background-color: #fcd419 !important;
}
.bg-purple {
  background-color: #cb79e6 !important;
}
.bg-rose {
  background-color: #ff61e7 !important;
}
.bg-brown {
  background-color: #d08166 !important;
}
/* Border color classes */
.br-white {
  border: 1px solid #ffffff !important;
}
.br-grey {
  border: 1px solid #eeeeee;
}
.br-black {
  border: 1px solid #555555;
}
.br-red {
  border: 1px solid #f75353;
}
.br-green {
  border: 1px solid #51d466;
}
.br-lblue {
  border: 1px solid #32c8de;
}
.br-blue {
  border: 1px solid #609cec;
}
.br-orange {
  border: 1px solid #ff533d;
}
.br-yellow {
  border: 1px solid #fcd419;
}
.br-purple {
  border: 1px solid #cb79e6;
}
.br-rose {
  border: 1px solid #ff61e7;
}
.br-brown {
  border: 1px solid #d08166;
}
/* Button classes */
.btn {
	border-radius: 2px;
	position: relative;
}
.btn.btn-no-border {
	border: 0px !important;
}
/* Button colors */
.btn.btn-white {
	background: #ffffff;
	color: #666666;
}
.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white.active,
.btn.btn-white:active {
	background: #f7f7f7;
	color: #666666;
}
.btn.btn-grey {
	background: #eeeeee;
	color: #666666;
}
.btn.btn-grey:hover,
.btn.btn-grey:focus,
.btn.btn-grey.active,
.btn.btn-grey:active {
	background: #d5d5d5;
	color: #999;
}
.btn.btn-black {
	color: #ffffff;
	background: #666666;
}
.btn.btn-black:hover,
.btn.btn-black:focus,
.btn.btn-black.active,
.btn.btn-black:active {
	background: #4d4d4d;
	color: #ffffff;
}
.btn.btn-gold {
	color: #ffffff;
	background: #ff533d;
}
.btn.btn-gold:hover,
.btn.btn-gold:focus,
.btn.btn-gold.active,
.btn.btn-gold:active {
	color: #ad3829;
	background: #ad3829;
}
.btn.btn-green {
	color: #ffffff;
	background: #51d466;
}
.btn.btn-green:hover,
.btn.btn-green:focus,
.btn.btn-green.active,
.btn.btn-green:active {
	background: #30c247;
	color: #ffffff;
}
.btn.btn-lblue {
	color: #ffffff;
	background: #32c8de;
}
.btn.btn-lblue:hover,
.btn.btn-lblue:focus,
.btn.btn-lblue.active,
.btn.btn-lblue:active {
	background: #1faabe;
	color: #ffffff;
}
.btn.btn-blue {
	color: #ffffff;
	background: #609cec;

}
.btn.btn-blue:hover,
.btn.btn-blue:focus,
.btn.btn-blue.active,
.btn.btn-blue:active {
	background: #3280e7;
	color: #ffffff;
}
.btn.btn-orange {
	color: #ffffff;
	background: #f8a841;
}
.btn.btn-orange:hover,
.btn.btn-orange:focus,
.btn.btn-orange.active,
.btn.btn-orange:active {
	background: #f69110;
	color: #ffffff;
}
.btn.btn-yellow {
	background: #fcd419;
	color: #ffffff;
}
.btn.btn-yellow:hover,
.btn.btn-yellow:focus,
.btn.btn-yellow.active,
.btn.btn-yellow:active {
	background: #dfb803;
	color: #ffffff;
}
.btn.btn-purple {
	background: #cb79e6;
	color: #ffffff;
}
.btn.btn-purple:hover,
.btn.btn-purple:focus,
.btn.btn-purple.active,
.btn.btn-purple:active {
	background: #ba4ede;
	color: #ffffff;
}
.btn.btn-rose {
	background: #ff533d;
	color: #000;
}
.btn.btn-rose:hover,
.btn.btn-rose:focus,
.btn.btn-rose.active,
.btn.btn-rose:active {
	background: #0F1626;
	color: #000;
}
.btn.btn-brown {
	background: #d08166;
	color: #ffffff;
        border: 1px solid #f5f5f5;
}
.btn.btn-brown:hover,
.btn.btn-brown:focus,
.btn.btn-brown.active,
.btn.btn-brown:active {
	background: #c4613f;
	color: #ffffff;
}
/* Label */
.label {
	border-radius: 2px;
	font-weight: normal;
	padding: 3px 7px;
	font-size: 12px;
	line-height: 18px;
}
/* Label sizes */
.label.label-xs {
	font-size: 10px;
	padding: 1px 5px;
	line-height: 12px;
}
.label.label-sm {
	font-size: 11px;
	padding: 2px 6px;
	line-height: 15px;
}
.label.label-lg {
	font-size: 13px;
	padding: 5px 9px;
	line-height: 23px;
}
/* Label colors */
.label.label-white{
	color: #666666 !important;
	background: #f7f7f7;
}
.label.label-grey {
	color: #666666 !important;
	background: #eeeeee;
}
.label.label-black {
	color: #ffffff;
	background: #666666;
}
.label.label-red {
	color: #ffffff;
	background: #ed5441;
}
.label.label-green {
	color: #ffffff;
	background: #51d466;
}
.label.label-lblue {
	color: #ffffff;
	background: #32c8de;
}
.label.label-blue {
	color: #ffffff;
	background: #609cec;
}
.label.label-orange {
	color: #ffffff;
	background: #f8a841;
}
.label.label-yellow {
	background: #fcd419;
	color: #ffffff;
}
.label.label-purple {
	background: #cb79e6;
	color: #ffffff;
}
.label.label-rose {
	background: #ff61e7;
	color: #ffffff;
}
.label.label-brown {
	background: #d08166;
	color: #ffffff;
}
/* Badges */
.badge {
	min-width: 10px;
	padding: 3px 7px !important;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	display: inline-block;
	color: #fff;
	border-radius: 10px;
}
.badge.badge-white {
	color: #666666;
	background: #ffffff;
}
.badge.badge-grey {
	color: #a2a2a2;
	background: #eeeeee;
}
.badge.badge-black {
	color: #ffffff;
	background: #666666;
}
.badge.badge-red {
	color: #ffffff;
	background: #ed5441;
}
.badge.badge-green {
	color: #ffffff;
	background: #51d466;
}
.badge.badge-lblue {
	color: #ffffff;
	background: #32c8de;
}
.badge.badge-blue {
	color: #ffffff;
	background: #609cec;
}
.badge.badge-orange {
	color: #ffffff;
	background: #f8a841;
}
.badge.badge-yellow {
	color: #ffffff;
	background: #fcd419;
}
.badge.badge-purple {
	color: #ffffff;
	background: #cb79e6;
}
.badge.badge-rose {
	color: #ffffff;
	background: #ff61e7;
}
.badge.badge-brown {
	color: #ffffff;
	background: #d08166;
}
.btn .badge {
	position: absolute;
	top: -13px;
	right: -8px;
}
/* Social Media */
.facebook {	background: #3280e7; }
.facebook:hover { background: #134fa0; }
.twitter { background: #32c8de;}
.twitter:hover {	background: #188392;}
.google-plus {background: #f96f4a;}
.google-plus:hover {	background: #eb6440;}
.linkedin  {	background: #729fda;}
.linkedin:hover {background: #3069b6;}
.pinterest {	background: #ed5441;}
.pinterest:hover { background: #b72411;}
.dropbox {background: #32c8de;}
.dropbox:hover {	background: #188392;}
.bitcoin {background: #f8a841;}
.bitcoin:hover {	background: #cc7607;}
.foursquare {background: #22bed4;}
.foursquare:hover {background: #146f7c;}
.flickr { background: #ff61e7;}
.flickr:hover {	background: #fa00d4;}
.github {background: #666666;}
.github:hover {	background: #333333;}
.instagram {	background: #d6917a;}
.instagram:hover {background: #b35637;}
.skype {background: #32c8de;}
.skype:hover {background: #188392;}
.tumblr {background: #84a1c8;}
.tumblr:hover {background: #476d9f;}
.vimeo {background: #32c8de;}
.vimeo:hover {background: #188392;}
.dribbble{background: #ff2edf;}
.dribbble:hover {background: #c700a9;}
.youtube {background: #ed5441;}
.youtube:hover {	background: #b72411;}

/* Main css */
/* Carousel */
.carousel{
	margin:0px auto;
}
.carousel .carousel-control.right {
	left: auto;
	right: 0;
	background-image: none;
	background-image: none;
	background-image: none;
	background-repeat: no-repeat; 
	filter: none;
}
.carousel .carousel-control.left {
	background-image: none;
	background-image: none;
	background-image: none;
	background-repeat: no-repeat; 
	filter: none;
}
.carousel .carousel-control {
	position: absolute;
	z-index:7;
	top: 45%;
	width: 15%;
	opacity: .7;
	filter: alpha(opacity=70);
	font-size: 15px;
	color: #fff;
	text-align: center;
	text-shadow: none;
}
.carousel .carousel-control:hover, 
.carousel .carousel-control:focus {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: 1;
	filter: alpha(opacity=100);
}
.carousel .carousel-control span{
	display:inline-block;
	width:35px;
	height:35px;
	background:rgba(0,0,0,0.4);
	line-height:35px;
	border-radius:3px;
}
.carousel .carousel-indicators li {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 1px;
	text-indent: -999px;
	border: 2px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0,0,0,0);
}
.carousel .carousel-indicators .active {
	margin: 0;
	width: 13px;
	height: 13px;
	background:#fff;
}
@media (max-width:480px){
	.carousel .carousel-indicators{
		display:none;
	}
	.carousel .carousel-control{
		top:40%;
	}
	.carousel .carousel-control span{
		width:auto;
		height:auto;
		background:transparent;
		line-height:0px;
		border-radius:0px;
	}
}
/* Carousel caption */
.carousel .carousel-caption{
	text-shadow:none;
	position:absolute;
	background:rgba(0,0,0,0.7);
	max-width:350px;
	overflow:hidden;
	padding:15px 20px;
	text-align:left;
	z-index:5;
}
@media (max-width:550px){
	.carousel .carousel-caption{
		display:none;
	}
}
.carousel .item .carousel-caption h4,
.carousel .item .carousel-caption h4 a{
	font-size:16px;
	line-height:29px;
	color:#fff;
}
.carousel .item .carousel-caption p{
	color:#ccc;
	font-size:13px;
	line-height:23px;
}
.carousel .item .carousel-caption.c-middle-left{
	top:30%;
	left:7%;
	bottom:auto;
	right:auto;
}
.carousel .item .carousel-caption.c-middle-right{
	top:30%;
	right:7%;
	bottom:auto;
	left:auto;
}
.carousel .item .carousel-caption.c-bottom-left{
	bottom:7%;
	left:5%;
	top:auto;
	right:auto;
}
.carousel .item .carousel-caption.c-bottom-right{
	bottom:5%;
	right:5%;
	top:auto;
	left:auto;
}
.carousel .item .carousel-caption.c-bottom-full{
	bottom:0%;
	left:0%;
	right:auto;
	top:auto;
	max-width:100%;
	width:100%;
	padding:12px 15px;
}
.carousel .item .carousel-caption.c-left-big{
	bottom:0%;
	left:0%;
	top:auto;
	right:auto;
	height:100%;
	padding:30px 25px;
}
.carousel .item .carousel-caption.c-right-big{
	bottom:0%;
	right:0%;
	top:auto;
	left:auto;
	height:100%;
	padding:30px 25px;
}
/* Container */
.index-ajduk .container{
	max-width:900px;
}
@media (max-width: 900px){
	.index-ajduk .container{
		max-width:900px;
	}
}
.ajduk-outer{
	width:100%;
	max-width:1600px;
	padding:0px 10px;
	margin:0px auto;
}
.ajduk-outer .container{
	max-width:1600px;
}
.ajduk-heading{
	margin:10px 0px;
	margin-bottom:30px;
	text-align:center;
}
.ajduk-heading h2{
	font-weight:400;
	font-size:35px;
	line-height:37px;
	margin-bottom:10px;
        color:#000;
}
.ajduk-heading h1{
	font-weight:400;
	font-size:35px;
	line-height:37px;
	margin-bottom:10px;
        color:#1a2433;
}
.ajduk-heading p{
	color:#000;
	max-width:1024px;
	margin: 0px auto;
}

/* Slide box */
.slide-box{
	background:#333;
	color:#ccc;
	position:fixed;
	top:58px;
	left:0px;
	z-index:10000;
	box-shadow:inset 0px 0px 40px #222;
	display:none;
	border-bottom:1px solid #111;
	padding:20px;
}	
.slide-box h2{
	font-size:20px;
	line-height:40px;
	color:#ccc;
	font-weight:400;
}
.slide-box p{
	font-size:14px;
	line-height:35px;
	color:#aaa;
}
/* Grid */
.pf-grid{
	margin-top:58px;
}
.pf-grid .p-element {
	width: 25%;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	position:relative;
	z-index: 10;
}
@media (max-width:1050px){
	.pf-grid .p-element {
		width: 33.333%;
	}
}
@media (max-width:767px){
	.pf-grid .p-element {
		width: 50%;
	}	
}
@media (max-width:410px){
	.pf-grid .p-element {
		width: 100%;
	}
}
.pf-grid .p-element .image-hover {
	position: absolute;
	z-index: 5;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		 -o-transition: all 0.5s ease;
			transition: all 0.5s ease;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";			
}
.pf-grid .p-element:hover .image-hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";	
	background:rgba(0,0,0,0.5);
}
.pf-grid .p-element  .image-caption {
	margin-top: 25%;
	text-align: center;
}
.pf-grid .p-element  .image-caption h4{
	color: #fff;
	font-weight:400;
	text-transform:uppercase;
}
.pf-grid .p-element  .image-caption a.lightbox{
	color:#fff;
	background:rgba(0,0,0,0.5);
	display:inline-block;
	width:40px;
	height:40px;
	border-radius:3px;
	line-height:40px;
	margin-top:10px;
}
@media (max-width:500px){
	.pf-grid .p-element .image-caption{
		margin-top:20%;
	}
	.pf-grid .p-element  .image-caption a.lightbox{
		margin-top:3px;
	}
}
@media (max-width:300px){
	.pf-grid .p-element .image-caption{
		margin-top:25%;
	}	
}

/* Top Starts */
.ajduk-top{
	padding:5px 0px;
	border-bottom:1px solid #0F1626;
}
.ajduk-top a{
	color:#888;
}
.ajduk-top a:hover{
	color:#aaa;
}
.ajduk-top .temail{
	color:#fff;
	width:25px;
	height:25px;
	line-height:25px;
	text-align:center;
	border-radius:5px;
}
.brand-bg a{
	display:inline-block;
	color:#fff;
	width:25px;
	height:25px;
	line-height:25px;
	text-align:center;
	border-radius:5px;	
}
@media (max-width:480px){
	.ajduk-top {
		display:none;
	}
}
/* Header */
.ajduk-header{
	text-align:center;
	padding:10px 0px 10px 0px;
        background:#000;
}
.ajduk-header .logo{
	margin-bottom:30px;
}
.ajduk-header .logo h1{
	font-size:30px;
	line-height:45px;
	font-weight:600;
}
.ajduk-header .logo h1 a{
	color:#888;
}
.ajduk-header .logo h1 i{
	margin-right:6px;
}
.ajduk-header-2{
	text-align:center;
	padding:10px 0px 10px 0px;
        background:#ffffff;
}
/* Navigation */
.ajduk-header #nav{
	background:#000 !important;
	z-index:10000 !important;
	width:100%;
}
.ajduk-header .navigation{
	border-top:1px solid #e0bb6d;
	border-bottom:0 #f2f2f2;
	text-align:center;
	padding:15px 0px;
	font-size:13px;
	line-height:28px;
}
.ajduk-header .navigation ul{
	margin:0px;
}
.ajduk-header .navigation ul li a{
	margin:0px 8px;
	text-transform:uppercase;
	color:#f2f2f2;
}
.ajduk-header .navigation ul li a:hover{
	color:#e0bb6d;
}
.ajduk-header .navigation2{
	text-align:center;
	padding:15px 0px;
	font-size:18px;
	line-height:28px;
}
.ajduk-header .navigation2 ul{
	margin:0px;
}
.ajduk-header .navigation2 ul li a{
	margin:0px 10px;
	text-transform:capitalize;
	color:#e0bb6d;
}
.ajduk-header .navigation2 ul li a:hover{
	color:#f2f2f2;
}
@media (max-width: 1024px){
	.ajduk-header .navigation{
		padding:10px 0px;
		font-size:12px;
	}
	.ajduk-header .navigation ul li a{
		margin:0px 4px;
	}
}
/* Slider */
.ajduk-slider{
	padding-bottom:0;
        background:#000;
}
/* Service */
.ajduk-service{
	background:#fdfdfd;
	padding:40px 0px;
	border-bottom:1px solid #f3f3f3;
}
.ajduk-service .service-item{
	text-align:center;
	max-width:1024px;
	margin:10px auto;
	padding:0px 10px;
}
.ajduk-service .service-item a i{
	display:inline-block;
	margin-bottom:5px;
	font-size:40px;
}
.ajduk-service .service-item h4{
	font-size:26px;
	line-height:31px;
	font-weight:200;
	color:#999;
}
.ajduk-service h1{
	font-size:40px;
        font-weight:300;
	font-style:italic;
}
.ajduk-service h2{
	font-size:35px;
        font-weight:500;
        color:#0F1626;
}
.ajduk-service .service-item p{
	font-size:13px;
	line-height:28px;
	color:#0F1626;
}
/* facilities */
.ajduk-facilities{
	padding:50px 0px;
	border-bottom:1px solid #f3f3f3;
}
.ajduk-facilities h2{
	font-size:35px;
	line-height:37px;
	font-weight:500;
        text-align:center;
        margin-bottom: 10px;
        color:#f5f5f5;
}
.ajduk-facilities p{
        color:#f5f5f5;
}
.ajduk-facilities .facilities-content{
	max-width:800px;
	margin:0 auto;
}
.ajduk-facilities .facilities-content ul li{
	padding:7px 0px;
}
.ajduk-facilities .facilities-content ul li:before{
	font-family:FontAwesome;
	content:"\f058";
	font-size:18px;
	float:left;
	margin-right:10px;
	color:#609cec;
}
.ajduk-facilities .facilities-content ul li a,
.ajduk-facilities .facilities-content ul li a:hover{
	color:#888;
}
/* about */
.ajduk-about{
	background:#fdfdfd;
	padding:40px 0px;
	border-bottom:1px solid #f3f3f3;
}
.ajduk-about .about-item{
	margin:20px 0px;
}
.ajduk-about .about-item h4{
	font-size:22px;
	line-height:37px;
	font-weight:400;
}
.about-item p{
        text-align:center;
        line-height:20px;
}
.about-item h1{
	font-size:35px;
	line-height:35px;
        font-style:italic;
        text-align:center;
        margin-bottom:30px;
        color:#1a2433;
}
.about-item h2{
	font-size:35px;
	line-height:37px;
	font-weight:500;
        text-align:center;
        margin-bottom: 10px;
}
.ajduk-about .about-item .about-meta{
	border:0px;
	padding:0px;
	margin:5px 0px;
	margin-bottom:15px;
	background:transparent;
}
.ajduk-about .about-item .about-meta i{
	margin-right:4px;
}
.ajduk-about .about-item .about-meta a,
.ajduk-about .about-item .about-meta a:hover{
	color:#777;
}
.ajduk-about .about-item a img{
	margin-bottom:10px;
}
/* suite */
.ajduk-suite{
	background:#fdfdfd;
	padding:40px 0px;
	border-bottom:1px solid #f3f3f3;
}
.ajduk-suite .suite-item{
	margin:20px 0px;
}
.ajduk-suite .suite-item h4{
	font-size:22px;
	line-height:37px;
	font-weight:400;
}
.suite-item p{
        text-align:center;
        line-height:30px;
}
.suite-item h1{
	font-size:30px;
	line-height:37px;
	font-weight:300;
        text-align:center;
        margin-bottom:20px;
        margin-top:90px;
}
.suite-item h5{
	font-size:40px;
	line-height:37px;
	font-weight:300;
        font-style:italic;
        color:#1a2433;
        text-align:center;
        margin-bottom:10px;
}
.suite-item h6{
	font-size:18px;
	line-height:15px;
	font-weight:500;
        text-align:right;
        color: #ff533d;
}
.suite-item h2{
	font-size:35px;
	line-height:37px;
	font-weight:500;
        text-align:center;
        margin-bottom: 10px;
}
.ajduk-suite .suite-item .suite-meta{
	border:0px;
	padding:0px;
	margin:5px 0px;
	margin-bottom:15px;
	background:transparent;
}
.ajduk-suite .suite-item .suite-meta i{
	margin-right:4px;
}
.ajduk-suite .suite-item .suite-meta a,
.ajduk-suite .suite-item .suite-meta a:hover{
	color:#777;
}
.ajduk-suite .suite-item a img{
	margin-bottom:10px;
        float:right;
}
/* extras */
.ajduk-extras{
	background:#fdfdfd;
	padding:40px 0px;
	border-bottom:1px solid #f3f3f3;
}
.ajduk-extras .extras-item{
	margin:20px 0px;

}
.extras-item p{
        text-align:center;
        line-height:30px;


}
.extras-item h2{
	font-size:35px;
	line-height:37px;
	font-weight:500;
        text-align:center;
        margin-bottom: 10px;
        margin-top:30px;
}
.ajduk-extras .extras-item h4{
	font-size:26px;
	line-height:31px;
	font-weight:200;
        text-align:center;
	color:#999;
}
.ajduk-extras .extras-item .extras-meta{
	border:0px;
	padding:0px;
	margin:5px 0px;
	margin-bottom:15px;
	background:transparent;
}
.ajduk-extras .extras-item .extras-meta i{
	margin-right:4px;
}
.ajduk-extras .extras-item .extras-meta a,
.ajduk-extras .extras-item .extras-meta a:hover{
	color:#777;
}
.ajduk-extras .extras-item a img{
	margin-bottom:10px;
}
/* Gallery */
.ajduk-gallery{
	padding:40px 0px;
	border-bottom:1px solid #f3f3f3;
}
.ajduk-gallery .gallery-item{
	margin:20px auto;
	max-width:250px;
}
.ajduk-gallery .gallery-item img{
	border-radius:5px;
}
/* FAQ Starts */
.ajduk-faq{
	background:#fdfdfd;
	padding:40px 0px;
	border-bottom:1px solid #f3f3f3;
}
.ajduk-faq .faq-item{
	max-width:800px;
	margin:20px auto;
}
.ajduk-faq .faq-item span{
	float:left;
	width:32px;
	height:32px;
	line-height:32px;
	border-radius:50px;
	text-align:center;
	color:#fff;
	margin-top:10px;
}
.ajduk-faq .faq-item .faq-content{
	margin-left:50px;
}
.ajduk-faq .faq-item h4{
	font-weight:100;
	font-size:18px;
	line-height:35px;
	color:#0F1626;
}
/* Client Starts */
.ajduk-client{
	padding:40px 0px;
	border-bottom:1px solid #f3f3f3;
}
.ajduk-client .client-item{
	margin:15px auto;
	padding:30px 20px;
	background:#fff;
	border:1px solid #e8e8e8;
	box-shadow:inset 0px 0px 30px rgba(0,0,0,0.05);
}
@media (max-width: 1024px){
	.ajduk-client .client-item{
		max-width:250px;
	}
}
/* who */
.ajduk-who{
	background:#fdfdfd;
	padding:40px 0px;
	border-bottom:1px solid #f3f3f3;
}
.ajduk-who .our-team h3{
	font-size:18px;
	line-height:33px;
	color:#888;
	text-align:center;
	margin-bottom:15px;
}
.ajduk-who .our-team-item{
	background:#fff;
	border:1px solid #e8e8e8;
	padding:20px 15px;
	margin:15px auto;
	max-width:300px;
	border-radius:4px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.ajduk-who .our-team-item .team-img{
	width:70px;
	float:left;
}
.ajduk-who .our-team-item .team-img a img{
	width:65px;
	height:65px;
	border-radius:100px;
}
.ajduk-who .our-team-item .team-content{
	margin-left:80px;
	padding-top:2px;
}
.ajduk-who .our-team-item .team-content h4{
	font-size:16px;
	line-height:25px;
	font-weight:600;
}
.ajduk-who .our-team-item .team-content h4 span{
	font-weight:400;
	font-size:13px;
	color:#aaa;
}
.ajduk-who .our-team-item .team-content h6{
	font-size:13px;
	font-weight:400;
	color:#888;
}
/* Contact Starts */
.ajduk-contact{
	padding:40px 0px;
	border-bottom:1px solid #e0bb6d;
        background:#000;	
}
.ajduk-contact p{
        color:#f5f5f5;
}
.ajduk-contact h2{
	font-size:35px;
        font-weight:500;
        padding:10px;
        color:#f5f5f5;
}
.ajduk-contact .contact-map{
	margin:50px 0px 20px;
}
.ajduk-contact .contact-map iframe{
	width:100%;
	height:480px;
	border:2px solid #fff;
	box-shadow:0px 0px 1px rgba(0,0,0,0.3);
}
.ajduk-contact .contact-form h4{
        color:#F5F5F5;
	margin-bottom:24px;
	padding-bottom:15px;
}
.ajduk-contact .contact-form input{
	margin-bottom:20px;
}
.ajduk-contact .contact-form textarea{
	margin-bottom:20px;
}
.ajduk-contact .contact-detail h4{
	color:#F5F5F5;
	margin-bottom:10px;
	padding-bottom:15px;
}
.ajduk-contact .contact-detail p{
	color:#F5F5F5;
	font-size:12px;
	margin:20px 0px;
}
.ajduk-contact .contact-detail p i{
	width:25px;
	height:25px;
	border-radius:40px;
	line-height:25px;
	text-align:center;
	color:#e0bb6d;
	font-size:10px;
	margin-right:5px;
}
@media (max-width: 1024px){
	.ajduk-contact .contact-detail{
		max-width:230px;
		margin:0 auto;
	}	
}
/* Footer */
.ajduk-footer{
	background:#1a2433;
	padding:20px 0px;
	border-bottom:1px solid #f3f3f3;
	text-align:center;
}
.ajduk-footer p{
        color:#f5f5f5;
}
/* Scroll to top */
.totop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 104400;
	display:none;
}
.totop a i{
	display: block;
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	border-radius: 2px;
}
.totop a, .totop a:visited{
	color: #fff;
}
.totop a:hover {
	color: #fff;
	text-decoration: none;
}
.ajduk-photos{
	max-width:1024px;
	margin:10px auto;
	margin-bottom:10px;
	text-align:center;
}
.ajduk-photos h2{
	font-size:35px;
        font-weight:500;
        padding:60px;
        color:#f5f5f5;
}
.ajduk-photos .ajduk-photos-item{
	border-radius:6px !important;
	position:relative;
	max-width:500px;
	margin:1px auto 30px auto;
	z-index: 100;
	overflow: hidden;
}
.ajduk-photos .image-hover {
	position: absolute;
	z-index: 5;
	top: 0;
	width: 100%;
	height: 99%;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		 -o-transition: all 0.5s ease;
			transition: all 0.5s ease;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";			
}
.ajduk-photos .ajduk-photos-item:hover .image-hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";	
	background:rgba(0,0,0,0.4);
}
.ajduk-photos  .image-caption {
	margin-top: 20%;
	text-align: center;
}
.ajduk-photos  .image-caption h4 a{
	color: #fff;
}
.ajduk-photos .image-caption p{
	max-width:75%;
	margin:0px auto;
	line-height:23px;
	color:rgba(255,255,255,0.8);
}
@media (max-width:400px){
	.ajduk-photos .image-caption{
		margin-top:20%;
	}
	.ajduk-photos .image-caption p{
		display:none;
	}
}
.goocal {
 
position: relative; padding-bottom: 75%; height: 0; overflow: hidden;
 
}
 
.goocal iframe {
 
position: absolute; top:0; left: 0; width: 100%; height: 100%;
 
}
