/****************************************** Deep Ocean Start *************************************************/
/*************************
*******Typography******
**************************/

body {
	background: #fff;
	font-family: 'Roboto', sans-serif;
	color: #717b82;
	line-height: 22px;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600; 
	font-family: 'Roboto', sans-serif;
	color:#495258;
}

h1{
  font-size: 36px;
}

h2{
  font-size: 20px;
}

h3{
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 16px;
}

/*-------------------*/
*::selection {
  background: #26a5c3;
  color: #ffffff;
}
*::-moz-selection {
  background: #26a5c3;
  color: #ffffff;
}
*::-webkit-selection {
  background: #26a5c3;
  color: #ffffff;
}
/*divider*/
.divider-80{
	clear: both;
	display: block;
	width: 100%;
	height: 80px;
	}

.min-height400{
	display: block;
	width: 100%;
	min-height: 400px;
}

.padding0{
	padding: 0;
}
a:hover, a:focus, a:active{
	text-decoration: none !important;
	outline: 0 none !important;
}
/*Common area*/
h2.common_heading{
	color: #495258;
	font-size: 56px;
	margin: 0;
	padding-bottom: 35px;
	text-transform: capitalize;
	font-family: 'Old Standard TT', serif;
}

p.common-subtitle{
	font-size: 20px;
	color: #717b82;	
	margin: 0;
	padding-bottom: 35px;
}

h3.contact_title {
	color: #ffffff;
	font-size: 20px;
	line-height: 20px;
	margin: 0;	
	padding-bottom: 20px;
}

h3.footer_title{
	color: #fff;
	font-size: 24px;
	margin: 0;
	padding-bottom: 40px;
	text-transform: capitalize;
}

a.btn{
	font-size: 16px;
	padding: 15px 45px;
	text-transform: capitalize;
	-webkit-border-radius: 98px;
	-moz-border-radius: 98px;
	-o-border-radius: 98px;
	border-radius: 98px;
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	transition: all 700ms;
	margin-top: 20px;
}

a.btn-preset{
	color: #fff;
	background: #26a5c3;
}

a.btn-preset:hover{
	color: #fff;
}

a.btn-transparent{
	background: none repeat scroll 0 0 transparent;
	border: 1px solid #d2d9e1;
	color: #717b82;
	font-size: 18px;
	height: 63px;
	line-height: 58px;
	padding: 0;
	width: 276px;
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	transition: all 700ms;
}
a.btn-transparent:hover{
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	transition: all 700ms;
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);	
}
a.btn-transparent:active,a.btn-transparent:focus{
	outline: 0 none;
}
a.btn-transparent:hover{
	color: #7a838a;
	border-color: #d2d9e1;
}
.loadmorebuttonholder{
	text-align: center;
}
/*header area*/
.top_menu ul{
	list-style: none;
}
.top_menu ul li{
	display: inline;
}

/*feature area*/
.feature_area{
	background: #26A5C3 url('../images/feature.png') repeat;
	padding: 120px 0px 275px;
	text-align: center;
	background-size: auto 100%;
}

.feature_area h2.common_heading{
	color: #fff;
}
.feature_area p.common-subtitle{
	color: #b7e5f0;
	padding-bottom: 75px;
}

/*feature*/
.feature{
	background:url(../images/feature_bg.png) no-repeat scroll 0 0;
	background-size: 100% 100%;
	position: relative;
	width: 265px; 
	height: 430px;
	text-align: center;
	overflow: visible;
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	transition: all 700ms;
	padding: 30px 20px 20px;
	color: #fff;
}
.feature:hover{
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	transition: all 700ms;
	transform: scale(1.1);
}
/*
.feature:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 183px;
	height: 183px;
	-webkit-transform: scaleY(0.6) rotate(-45deg);
	-ms-transform: scaleY(0.6) rotate(-45deg);
	transform: scaleY(0.6) rotate(-45deg);
	background-color: inherit;
	left: 0;
	bottom: -90px;
	border-bottom: solid 1.4142px #b7e5f0;
	border-left: solid 1.4142px #b7e5f0;
	right: 0;
	margin: 0 auto;
}
*/
.feature .feature_img{
	width: 140px;
	height: 140px;
	margin: 0 auto;
}

.feature .feature_img img{
	max-width: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.feature h3{
	color: #fff;
	margin: 0;
	margin-top: 35px;
	font-size: 24px;
	text-transform: capitalize;
	margin-bottom: 25px;	
}

.feature p{
	margin: 0;
	font-size: 15px;
	line-height: 25px;
	font-weight: 300;
}

/** Portfolio **/
#Grid .mix{
	opacity: 0;
	display: none;
}

.portfolio-gallery{
	padding-top: 100px;
	background: #f2f6fa;
	text-align: center;
}

ul.portfolioFilter{
	text-align: center;
	margin: 25px 0 50px 0;
	font-size: 14px;
	display: block;
	list-style: none;
	text-transform: capitalize;
}

ul.portfolioFilter li { 
    margin-right: 10px; 
	text-decoration:none;
	padding: 10px 30px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	background: #e4e8ed;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	color: #495258;
	list-style-image: none;
	display: inline;
	cursor: pointer;
}

ul.portfolioFilter li:hover, 
ul.portfolioFilter li.active { 
	background: #26a5c3;
	color: #fff;
}

.portfolioContainer > div > img{
	width: 100%;
	height: 100%;
	overflow: hidden;	
	position: relative;
	z-index: 10;
}

.portfolioContainer > div > div.rms-gallery-hover{
	z-index: 100;
	position: absolute;
	top: -100%;
	left: 0;
	height: 100%;
	width: 100%;
	background: #26a5c3;
	-webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	/* IE 5-7 */
	filter: alpha(opacity=70);
	/* Gecko */
	-moz-opacity: 0.7;
	/* Safari 1.x */
	-khtml-opacity: 0.7;
	/* CSS3 */
	opacity: 0.7;	
}

.portfolioContainer > div:hover> div.rms-gallery-hover{
	top: 0;
}

.portfolioContainer > div > a{
	z-index: 1000;
	position: absolute;
	bottom: -100%;
	left: 0;
	right: 0;
	color: #fff;
	font-size: 40px;
	-webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
	text-decoration: none;
	text-align: center;
}
.portfolioContainer > div:hover> a {
	bottom: 45%;
	color: #fff;
}


.portfolioContainer .mix{
	overflow: hidden;
}
.portfolioContainer .mix img{
	max-width: 100%;
}

/*extra text area*/
.extra_text{
	text-align: center;
	background: #f2f6fa;
	padding: 70px 0 100px;
}

.extra_text h2.common_heading{
	font-size: 40px;
	padding-bottom: 30px;
}

/*about area*/

.about_deep h2.common_heading{
	text-align: center;
	font-size: 56px;
	font-weight: bold;
}

.about_deep p.common-subtitle{
	text-align: center;
	padding-bottom: 60px;
}

.about_deep h2{
	font-size: 30px;
	font-weight: 500;
	padding-bottom: 30px;
}

.about_deep p{
	font-size: 15px;
	color: #717b82;
	padding-bottom: 40px;
}

ul.dot_list{
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.dot_list li{
	font-size: 15px;
	color: #717b82;
	position: relative;
	padding-left: 25px;
	padding-bottom: 5px;
}

ul.dot_list li:after{
	content: "\f111";
	font-family: Fontawesome;
	position: absolute;
	left: 0;
	top: 0;
	color: #26a5c3;
	font-size: 13px;
}

/*team member area*/
.teammember_area{
	text-align: center;
	padding: 110px 0 100px;
}

/*team*/
.team{
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
        height: 400px;
}

.team .member_image{
	width: 100%;
	z-index: 1;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
    height: 315px;
}

.team .member_image img{
	max-width: 100%;
	opacity:1;
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	transition: all 700ms;
        height: 100%;
}
.team:hover .member_image img{
	opacity:.5;
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	transition: all 700ms;
        z-index: 1000;
        -ms-transform: scale(1.05); /* IE 9 */
        -webkit-transform: scale(1.05); /* Chrome, Safari, Opera */
        transform: scale(1.05);
        -webkit-box-shadow: 0px 0px 5px 1px rgba(50, 50, 50, 0.75);
        -moz-box-shadow:    0px 0px 5px 1px rgba(50, 50, 50, 0.75);
}
.team .member-info{
	background: #f2f6fa;
	margin: 0;
	padding: 20px;
	width: 100%;
	z-index: 100;
	position: absolute;
	bottom: -61px;
	left: 0;
}

.team .member-info h3{
	margin: 0;
	font-size: 20px;
	color: #4d4d4d;
	margin-bottom: 5px;
}
.team .member-info p{
	margin: 0;
	font-size: 15px;
	color: #717b82;
	margin-bottom: 25px;
}
.team .member-info ul.team_socila_list {
	margin: 0;
	list-style: none;
	padding: 0;
}
.team:hover .member-info ul.team_socila_list {
	display: block;
	
}
.team .member-info ul.team_socila_list  li{
	float: left;
	height: 30px;
	width: 30px;
	background: #9fa5aa;
	padding: 0;
	padding-top: 4px;
	padding-left: 1px;
	margin-right: 20px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.team .member-info ul.team_socila_list  li a{
	color: #fff;
}

/*testimonial area*/
.testimonial_area{
	background: url('../images/testimonial.png') no-repeat fixed center;
	background-size: cover;
	/*================^^^^^^^^^^^^^^^^^^==================
	================== Need to be fixed ==================
	======================================================*/
	padding: 104px 0;
	text-align: center;
}

.testimonial_area h2.common_heading{
	color: #fff;
	font-size: 40px;
	line-height: 31px;
}

.testimonial_area p.common-subtitle{
	color: #fff;
	padding-bottom: 132px;
}

.testimonial_area p.common-subtitle i{
	color: #f39c12;
	padding-left: 20px;
}

/*testimonial*/
.testimonial_icon {
	background:#26a5c3;
	border-radius: 50%;
	color: #fff;
	font-size: 40px;
	height: 140px;
	line-height: 143px;
	margin-top: 45px;
	width: 140px;
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	transition: all 700ms;
}
.testimonial_icon:hover{
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	transition: all 700ms;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);	
}
.testimonial{
	width: 100%;
	position: relative;
	font-size: 15px;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	padding: 30px 30px 48px;
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	transition: all 700ms;
	text-align: center;
}
.testimonial:hover{
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	transition: all 700ms;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
.testimonial .img-left {
	position: absolute;
	height: 80px;
	width: 80px;
	top: -40px;
	left: -40px;
}

.testimonial .img-right {
	position: absolute;
	height: 80px;
	width: 80px;
	top: -40px;
	right: -40px;
}

.testimonial .img-right img,
.testimonial .img-left img{
	max-width: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	transition: all 700ms;
}
.testimonial .img-right img:hover,
.testimonial .img-left img:hover{
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	transition: all 700ms;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.testimonial h3{
	color: #495258;
	font-size: 20px;
	margin: 0;
	margin-bottom: 10px;	
}

.testimonial p.designation{
	color: #abb0b4;
	font-style: normal;
	margin-bottom: 20px;		
}

.testimonial p{
	color: #717b82;
	font-style: italic;
	margin: 0;
	font-weight: 300;
}

.arrow-left {
	position: absolute;
	bottom: -18px;
	right: 20px;
	width: 0;
	height: 0;
	border-width: 12px;
	border-style: solid;
	border-color: #fff #fff transparent transparent;
}

.arrow-right {
	position: absolute;
	bottom: -18px;
	left: 20px;
	width: 0;
	height: 0;
	border-width: 12px;
	border-style: solid;
	border-color: #fff transparent transparent #fff;
}

/*Recent Blog Update*/
.blog_update_area{
	background: #f2f6fa;
	text-align: center;
	padding: 100px 0;
}

.blog_post{
	text-align: left;
	background: transparent;
	border: 0px;
	padding: 0px;
	margin-bottom: 40px;
}

.blog_post img{
	width: 100%;
	margin-bottom: 25px;
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	transition: all 700ms;
}
.blog_post img:hover{
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	transition: all 700ms;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);	
}
.blog_post .caption {
	padding: 0px;
}

.blog_post .caption h3{
	margin: 0;
	padding-bottom: 10px;
	font-size: 24px;
	color: #495258;
}

.blog_post .caption p{
	line-height: 25px;
	font-size: 15px;
	padding-bottom: 5px;
	color: #717b82;
	margin: 0;
}

.blog_post .caption a{
	color: #495258;
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	text-decoration: none;
}

/*contact map area*/
.contact_map{
	background: url('../images/contact.png') no-repeat fixed center;
	background-size: cover;
	/*================^^^^^^^^^^^^^^^^^^==================
	================== Need to be fixed ==================
	======================================================*/
	padding: 60px 0 0;
}

.contact_form_area{
	padding: 20px 20px 60px;
	background: rgba(255, 255, 255, 0.03);
	width: 320px;
}

.contact_form_area ul.contact_list{
	padding-bottom: 15px;
	padding-left: 2.142857em;
	border-bottom: 1px solid #2d3843;
	margin: 0;
	margin-bottom: 30px;
}

.contact_form_area ul.contact_list li{
	margin-left: -8px;
	font-size: 15px;
	padding-bottom: 15px;
}
.contact_form_area form.contact_form input[type="text"]:hover,
.contact_form_area form.contact_form input[type="text"]:focus,
.contact_form_area form.contact_form input[type="email"]:hover,
.contact_form_area form.contact_form input[type="email"]:focus,
.contact_form_area form.contact_form textarea:hover,
.contact_form_area form.contact_form textarea:focus,
.contact_form_area form.contact_form input[type="submit"]:hover,
.contact_form_area form.contact_form input[type="submit"]:focus{
	box-shadow: none;
	border: 0px;
	outline: none;
}

.contact_form_area form.contact_form input[type="submit"]{
	color: #fff;
	width: 100%;
	font-size: 15px;
	border: 0px;
	padding: 8px 0;
	border-radius: 26px;
	background: #26a5c3;
	text-transform: capitalize;
	font-weight: 400;
}
.contact_form_area form.contact_form input[type="text"],
.contact_form_area form.contact_form input[type="email"]{
	height: 40px;
	color: #363d44;
	background: #161e25;
	border: 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	padding-left: 10px;
	margin-bottom: 10px;
	width: 100%;
}
.contact_form_area form.contact_form textarea{
	height: 160px;
	color: #363d44;
	background: #161e25;
	border: 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	resize: none;
	padding-left: 10px;
	padding-top: 13px;
	margin-bottom: 10px;
	width: 100%;
}

/*footer main area*/
.footer_main{
	background: url('../images/footer_bg_pt.png') repeat fixed center;
	/*================^^^^^^^^^^^^^^^^^^==================
	================== Need to be fixed ==================
	======================================================*/
	color: #fff;
	padding: 97px 0px 115px;
	font-size: 15px;
	background-color: #26a5c3;
	font-weight: 300;
}

/*footer menu*/
ul.footer_menu{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul.footer_menu li{
	font-size: 15px;
	padding-bottom: 10px;
	text-transform: capitalize;
}
ul.footer_menu li:last-child{
	padding-bottom: 0px;
}
ul.footer_menu li a{
	color: #fff;
	text-decoration: none;
}

/*recent blog post*/
.recent_blogpost ul.media-list li.media{margin-top: 30px;}
.recent_blogpost ul.media-list li.media:first-child{margin-top: 0px;}
.recent_blogpost ul.media-list li.media img.media-object{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	height: 40px;
	width: 40px;
}
.recent_blogpost ul.media-list li.media p{margin: 0;}
.recent_blogpost ul.media-list li.media h4.media-heading{
	font-size: 15px;
	font-weight: 400;
	color: #b7e5f0;
	margin-top: -5px;/*added for pixel perfect but no need if you want*/
	line-height: 1.5em;/*added for pixel perfect but no need if you want*/
	margin-bottom: 12px;
}
.recent_blogpost ul.media-list li.media img.media-object{
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	transition: all 700ms;
}
.recent_blogpost ul.media-list li.media img.media-object:hover{
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	transition: all 700ms;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	border-radius: 3px;
}
/*copyright area*/
.copyright_area{
	color: #fff;
	text-align: center;
	padding: 25px 0;
	font-size: 15px;
	background: #1e94b0;
}

.copyright_area p{
	margin: 0;
	line-height: 1;
}

/*footer social area*/
ul.footer_social{
	margin: 0;
	list-style: none;
	padding: 0;
}

ul.footer_social li:nth-child(odd){
	background: #141b22;
}
ul.footer_social li:nth-child(odd) a{
	color: #262d33;
}

ul.footer_social li:nth-child(even){
	background: #182028;
}

ul.footer_social li:nth-child(even) a{
	color: #2a3139;
}

ul.footer_social li{
	float: left;
	text-align: center;
	width: 20%;
	padding: 142px 0;
	font-size: 45px;
}

ul.social li{
	-moz-transition: all 700ms;
	-webkit-transition: all 700ms;
	transition: all 700ms;	
}

ul.social li:hover a{
	color: #fff;
}
ul.social li.facebook:hover{
	background: #428bca;
}
ul.social li.twitter:hover{
	background: #67CAEA;
}
ul.social li.linkedin:hover{
	background: #007BB6;
}
ul.social li.google:hover{
	background: #dc472e;
}
ul.social li.dribble:hover{
	background: #EA4C89;
}

ul.social li.github:hover{
	background: #323031;
}

/** Header Area **/
a:focus{
	outline: 0;
}
.header{
	background: #D0EDF6;
}
.logo{
	padding-top: 30px;
}
.logo img{
    max-width: 100%;
    max-height: 100%;
}
.logo a{
    color: #394d4e;
    display: inline-block;
    font-family: 'Old Standard TT',serif;
    font-size: 35px;
    text-align: center;
    font-weight: bold;
}
input[type="search"]{
	margin-top: 30px;
	border-right:none;
	border-top: none;
	border-left: none;
	border-bottom: 1px solid #6f898b;
	background: url("../images/search.png") no-repeat scroll right 3px transparent;
	width: 120px;
        padding: 0px;
}
/** Menu **/
.top_menu ul{
	float: right;
	margin-bottom: 5px;
	
}
.top_menu ul li{
    position: relative;
    display: inline-block;
}
.top_menu ul li a{
	color: #4c686a;
	display: inline-block;
	font-family: 'Roboto',sans-serif;
	font-size: 16px;
	padding: 35px 12px;
	text-decoration: none;
	-webkit-transition: all 70ms;
	-ms-transition: all 70ms;
	transition: all 700ms;
}
.top_menu ul li a:hover, .top_menu ul li.active a{
	color: #26A5C3;
	-webkit-transition: all 700ms;
	-ms-transition: all 700ms;
	transition: all 700ms;
}

.top_menu ul li ul{
    position: absolute;
    width: 200px;
    left: 0px;
    background: #D0EDF6;
    z-index: 999999;
    margin: 0px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
    display: none;
}
.top_menu ul li ul li{
    float: none;
    position: relative;
    width: 100%;
    border-bottom: 1px dotted #aaaaaa;
    display: inline-block;
}
.top_menu ul li ul li:last-child{
    border-bottom: none;
}
.top_menu ul li ul li a{
    font-size: 15px;
    padding: 15px 0 15px 10px;
    width: 100%;
    display: inline-block;
    transition: all 700ms;
}
.top_menu ul li ul li a:hover{
    padding-left: 15px;
}
.top_menu ul li ul li ul{
    position: absolute;
    width: 200px;
    left: 200px;
    background: #D0EDF6;
    top: 0px;
    display: block;
}
.top_menu ul li.menu-item-has-children ul li a{
	color: #4c686a;
}
.top_menu ul li.menu-item-has-children ul li a:hover{
	color: #26a5c3;
}
.divider{
	background: url("../images/divider.png") repeat-x scroll 0 bottom;
}

/** slider **/
.home_view{
	background: url("../images/slider.jpg") no-repeat scroll center 0;
	height: 680px;
}

/** About Section **/
.what_is_deep{
	background: #fff;
	padding: 85px 0;
}
.about_text{

}
.about_text h2{
	font-family: 'Roboto',sans-serif;
	font-size: 40px;
	font-weight: 700;
	color: #495258;
	padding-top: 25px;
	padding-bottom: 40px;
}
.about_text p{
	font-family: 'Roboto',sans-serif;
	font-size: 20px;
	color: #717b82;
	font-weight: normal;
	width: 85%;
}
.about_text a.btn{
	background: none repeat scroll 0 0 #26a5c3;
	color: #fff;
	height: 50px;
	line-height: 45px;
	padding: 0;
	width: 200px;
	font-family: 'Roboto',sans-serif;
	margin-top: 35px;
	font-weight: 500;
	font-size: 16px;
	text-transform: capitalize;
	float: left;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	transition: all 700ms;
}
.about_text a.btn:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	transition: all 700ms;
}
.about_text a.learn{
	color: #495258;
	display: block;
	float: left;
	font-family: 'Roboto',sans-serif;
	font-size: 16px;
	font-weight: 500;
	margin-left: 15px;
	margin-top: 48px;
	text-decoration: underline;
	text-transform: capitalize;
	transition: all 700ms;
}
.about_img {
}
.about_img img{
	float: right;
}

/** Extra Feature **/
.extrafeatures {
	padding: 100px 0;
	background: #262d34;
	text-align: center;
	display: none;
}
.extrafeatures .common_heading{
	color: #fff;
	font-size: 40px;
	padding-bottom: 70px;
}
.extra_feature{
	padding-bottom: 45px;
}
.extra_feature a{
	width: 60px;
	height: 60px;
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	transition: all 700ms;
}
.extra_feature a:hover{
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	transition: all 700ms;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.extra_feature a img{
	width: 100%;
	height: 100%;
}
.media-body{
	padding-left: 10px;
}
.media-body h4{
	font-size: 22px;
	color: #fff;
	font-weight: 500;
	padding-bottom: 5px;
}
.media-body p{
	color: #8696a7;
	font-family: 'Roboto',sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
}
.less_feature{
	text-align: center;
	font-family: 'Roboto',sans-serif;
	font-size:16px;
	font-weight: 700;
	color: #fff;
	text-decoration: underline;
}
.less_feature i{
	font-weight: bold;
	font-size: 20px;
}
.leasefeatruesbuttonarea{
	text-align: center;
}
a.lessFreatures{
	color: #fff;
	font-family: 'Roboto',sans-serif;
	font-size: 16px;
	font-weight: 700;
}
a.loadFeatures{
	color: #243336;
	font-family: 'Roboto',sans-serif;
	font-size: 16px;
	font-weight: 700;
}
a.lessFreatures i{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.extrafeatures_return{
	margin-top: 55px;
	padding-bottom: 20px;
	text-align: center;
}
a.loadFeatures i{
	color: #243336;
	font-size: 20px;
	font-weight: bold;
}
/*About Image*/
.aboutImg{
    width: 500px;
    margin: 0 auto;
    padding: 0px 0px;
    text-align: center;
    position: relative;
    float: right;
}
.aboutImgHolder{
    width: 100%;
    position: relative;
    text-align: center;
}
.aboutrow{
    position: relative;
    width: auto;
    text-align: center;
    display: inline-block;
    
}
.aboutrow.positionabsoluteone{
    left: 66px;
    position: absolute;
    top: 62px;
    width: 100%;
}
.aboutrow.positionabsolutetwo{
    left: 66px;
    position: absolute;
    bottom: 65px;
    width: 100%;
}
.aboutrow .aboutcol{
    width: 122px;
    height: 125px;
    float: left;
    text-align: center;
    display: inline-block;
    margin-top: -8px;
}
.aboutrow .aboutcol img{
    width: 88px;
    height: 88px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	transition: all 700ms;
}
.aboutrow .aboutcol img:hover{
	-moz-transform: rotate(-45deg) scale(1.25);
	-webkit-transform: rotate(-45deg) scale(1.25);
	transform: rotate(-45deg) scale(1.25);
	z-index: 99;
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	transition: all 700ms;
	position: relative;
}
.clear{clear:both;}
/** Portfolio slide **/
.image1,.image7{
	height: 400px;
	width: 500px;
}
.image1 img,.image7 img{
	width: 100%;
	height: 100%;
}
.image2,.image8{
	height: 320px;
	width: 350px;
}
.image2 img,.image8 img{
	width: 100%;
	height: 100%;
}
.image3,.image9{
	height: 360px;
	width: 460px;
}
.image3 img,.image9 img{
	width: 100%;
	height: 100%;
}
.image4,.image10{
	height: 420px;
	width: 390px;
}
.image4 img,.image10 img{
	width: 100%;
	height: 100%;
}
.image5,.image11{
	height: 540px;
	width: 390px;
}
.image5 img,.image11 img{
	width: 100%;
	height: 100%;
}
.image6,.image12{
	height: 310px;
	width: 270px;
}
.image6 img,.image12 img{
	width: 100%;
	height: 100%;
}

/** Team Slide **/
.carousel-control {
  color: #000;
  font-size: 35px;
  font-weight: bold;
  height: 35px;
  left: 0;
  opacity: 0.5;
  position: absolute;
  text-align: center;
  text-shadow: none;
  top: 42%;
  width: 2%;
}
.carousel-control.right {
  background-image: none;
  background-repeat: no-repeat;
  left: auto;
  right: -20px;
}
.carousel-control.left {
  background-image: none;
  background-repeat: no-repeat;
  left: -20px;
}
.carousel-control:hover, .carousel-control:focus {
  color: #26a5c3;
  opacity: 1;
  outline: 0 none;
  text-decoration: none;
}
#carousel-example-generic-features .carousel-inner{
	min-height: 427px;
}
#carousel-example-generic-features .carousel-control:hover,#carousel-example-generic-features .carousel-control:focus{
	color: #fff;
}
/** Ajax Error **/

.moreposterror{
	color: #FF0000;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
/** Remove Css**/
.aboutImg{
	padding-top: 25px;
}
/** Revulation slider **/
.slide_btn{
	background: none repeat scroll 0 0 #26a5c3;
	border-radius: 98px;
	color: #fff !important;
	font-family: 'Roboto',sans-serif;
	font-size: 18px !important;
	font-weight: 400;
	height: 60px;
	line-height: 55px !important;
	margin-top: 0;
	padding: 0;
	text-align: center;
	text-transform: capitalize;
	width: 280px;
	-ms-transition: all 700ms;
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	transition: all 700ms;
}
.slide_btn:hover{
	text-decoration: none !important;
	-ms-transition: all 700ms;
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	transition: all 700ms;
	-moz-transform: scale(1.1) !important;
	-webkit-transform: scale(1.1) !important;
	transform: scale(1.1) !important;
}
.slide_btn:focus,.slide_btn:active{
	text-decoration: none !important;
}
.tp-caption.large_bold_black h1{
	text-align: center !important;
	background-color: transparent;
	border-color: rgb(255, 214, 88);
	border-style: none;
	border-width: 0;
	color: rgb(32, 32, 32);
	font-family:'Old Standard TT',serif !important;
	font-size: 48px !important;
	font-weight: 700;
	line-height: 35px !important;
	text-decoration: none !important;
}
.tp-caption.trans_layer img{
	width: 720px !important;
	height: 390px !important;
}
.tp-caption.medium_bold_orange p{
	font-size: 24px !important;
}
/** Default Button **/
.rms_my_button{
	background:#26A5C3;
	border-radius: 98px;
	font-size: 16px;
	margin-top: 20px !important;
	padding: 0 !important;
	text-transform: capitalize;
	transition: all 700ms ease 0s;
	text-decoration: none;
	color: #fff !important;
	width: 200px;
	height: 55px;
	display: inline-block;
	text-align:center;
	line-height: 50px;
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	transition: all 700ms;
	text-transform: capitalize !important;
}
.rms_my_button:hover{
	text-decoration: none;
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	transition: all 700ms;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
/** Common Heading **/
h3.common_heading {
	font-size: 30px;
	font-weight: 400;
	padding-bottom: 30px;
	color: #495258;
	font-family: 'Roboto',sans-serif !important;
}
h4.common_heading {
	color: #fff;
	font-size: 40px;
	line-height: 31px;
	font-family: 'Old Standard TT',serif;
	margin: 0;
	padding-bottom: 40px;
	text-transform: capitalize;
	
}
/** Video Slider **/
.rms_video_class {
    position: relative;
    overflow: hidden;
}
video#full-video-bg{
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -999;
}
/** Map **/
.map_class{
	border-bottom: 1px solid #EAEFF4;
	color: #717b82;
	font-size: 15px;
	margin: 0;
	padding: 20px 0 20px 20px;
	text-align: left;
	font-family: 'Roboto',sans-serif;
	font-weight: 400;
}
.map_class i{
	color: #717b82;
	margin-right: 10px;
	font-size: 22px;
}
.google_map_section{
	position: relative;
}
#contactformcontainer{
	margin-top: -590px;
}
.footer_main .widget-container{
	width: 25%;
	float:left;
}
.footer_main .widget-container h2,.footer_main .widget-container h3{
	color: #fff;
	font-size: 24px;
	margin: 0;
	padding-bottom: 30px;
	text-transform: capitalize;
	font-weight:normal;
}
.footer_main .widget-container ul{
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.footer_main .widget-container ul li{
	font-size: 15px;
	padding-bottom: 5px;
	text-transform: capitalize;	
}
.footer_main .widget-container ul li a{
	color: #fff;
	text-decoration: none;
}
.footer_main .widget-container .single_wid_post .thumb_wid{
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 20px;
}
.footer_main .widget-container .single_wid_post .thumb_wid img{
	width: 100%;
	height: 100%;
	border-radius: 3px;
	
}
.footer_main .widget-container .single_wid_post .thumb_wid{
	float: left;
}
.footer_main .widget-container .single_wid_post .details_widget{
	float: left;
	margin-bottom: 15px;
}
.footer_main .widget-container .single_wid_post .details_widget h1{
	margin: -5px 0 0;
	line-height: 0;
	font-family: 'Roboto',sans-serif;
}
.footer_main .widget-container .single_wid_post .details_widget h1 a{
	color: #fff;
	font-size: 15px;
	font-weight: 200;
	line-height: 1.5em;
	margin-bottom: 12px;
	margin-top: -5px;
	font-family: 'Roboto',sans-serif;
}
.footer_main .widget-container .single_wid_post .details_widget p{
	color: #fff;
	font-family: 'Roboto',sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 28px;
	font-weight: 300;
}
.footer_about{
	width: 85%;
}
/** Pretty Photo **/
a.pp_close{
	text-indent: 0;
	right: 10px;
}
/** Protfolio Slider **/

.image-gallery .carousel-inner > .item{
    height: 420px;
}
.image-gallery .image1, .image-gallery .image7, .image-gallery .image13{
    width: 500px;
    height: 400px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    border: 3px solid #ffffff;
    z-index: 9;
    transition: all 700ms;
}
.image-gallery .image1:hover, .image-gallery .image7:hover, .image-gallery .image13:hover{
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Chrome, Safari, Opera */
    transform: scale(1.1);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 5px 1px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px 1px rgba(50, 50, 50, 0.75);
    z-index: 9999;
}

.image-gallery .image2, .image-gallery .image8, .image-gallery .image14{
    width: 350px;
    height: 220px;
    position: absolute;
    bottom: 0px;
    border: 3px solid #ffffff;
    left: 16%;
    z-index: 9;
    transition: all 700ms;
}
.image-gallery .image2:hover, .image-gallery .image8:hover, .image-gallery .image14{
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Chrome, Safari, Opera */
    transform: scale(1.1);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 5px 1px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px 1px rgba(50, 50, 50, 0.75);
    z-index: 9999;
}

.image-gallery .image3, .image-gallery .image9, .image-gallery .image15{
    width: 460px;
    height: 360px;
    position: absolute;
    bottom: 0px;
    border: 3px solid #ffffff;
    left: 32%;
    z-index: 99;
    transition: all 700ms;
}
.image-gallery .image3:hover, .image-gallery .image9:hover, .image-gallery .image15:hover{
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Chrome, Safari, Opera */
    transform: scale(1.1);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 5px 1px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px 1px rgba(50, 50, 50, 0.75);
    z-index: 9999;
}

.image-gallery .image4, .image-gallery .image10, .image-gallery .image16{
    width: 390px;
    height: 420px;
    position: absolute;
    bottom: 0px;
    border: 3px solid #ffffff;
    left: 48%;
    z-index: 88;
    transition: all 700ms;
}
.image-gallery .image4:hover, .image-gallery .image10:hover, .image-gallery .image16:hover{
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Chrome, Safari, Opera */
    transform: scale(1.1);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 5px 1px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px 1px rgba(50, 50, 50, 0.75);
    z-index: 9999;
}
.image-gallery .image5, .image-gallery .image11, .image-gallery .image17{
    width: 540px;
    height: 390px;
    position: absolute;
    bottom: 0px;
    border: 3px solid #ffffff;
    left: 61%;
    z-index: 9;
    transition: all 700ms;
}
.image-gallery .image5:hover, .image-gallery .image11:hover, .image-gallery .image17:hover{
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Chrome, Safari, Opera */
    transform: scale(1.1);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 5px 1px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px 1px rgba(50, 50, 50, 0.75);
    z-index: 9999;
}
.image-gallery .image6, .image-gallery .image12, .image-gallery .image18{
    width: 270px;
    height: 310px;
    position: absolute;
    bottom: 0px;
    border: 3px solid #ffffff;
    left: 80%;
    z-index: 9;
    transition: all 700ms;
}
.image-gallery .image6:hover, .image-gallery .image12:hover, .image-gallery .image18:hover{
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Chrome, Safari, Opera */
    transform: scale(1.1);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 5px 1px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px 1px rgba(50, 50, 50, 0.75);
    z-index: 9999;
}
.image-gallery .image1 img, .image-gallery .image2 img, .image-gallery .image3 img, .image-gallery .image4 img, .image-gallery .image5 img, .image-gallery .image6 img, 
.image-gallery .image7 img, .image-gallery .image8 img, .image-gallery .image9 img, .image-gallery .image10 img, .image-gallery .image11 img, .image-gallery .image12 img{
    width: 100%;
    height: 100%;
}

#carousel-example-generic-portfolio .carousel-control.left{
    z-index: 999999;
    border: 2px solid #ffffff;
    border-radius: 50%;
    height: 50px;
    left: 1%;
    padding-top: 5px;
    top: 48%;
    width: 50px;
}
#carousel-example-generic-portfolio .carousel-control.right{
    z-index: 999999;
    border: 2px solid #ffffff;
    border-radius: 50%;
    height: 50px;
    right: 1%;
    padding-top: 5px;
    top: 48%;
    width: 50px;
}
#carousel-example-generic-portfolio .carousel-control.left i, #carousel-example-generic-portfolio .carousel-control.right i{
    color: #FFFFFF;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  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;
}
/** Blog Page **/
.blog_page{
    padding: 50px 0px;
}
.single_post{
    width: 100%;
    margin-bottom: 40px;
}
.single_post .single_post_thumb{
    width: 100%;
    
    
}

.single_post_thumb_right{
    width: 100%;
    float: left;
    border-bottom: 5px solid #26A5C3;
}
.single_post_thumb_right img{
    width: 100%;
    height: 300px;
}

.sb_date{
    border-bottom: 1px solid #f1f1f1;
    color: #ffffff;
    font-family: 'Old Standard TT',serif;
    height: 74px;
    padding: 21px 0 21px 15px;
    text-align: center;
    width: 100%;
}
.sb_date .d{
    display: inline-block;
    float: left;
    text-align: center;
    font-family: 'Old Standard TT',serif;
    font-size: 18px;
    color: #FFFFFF;
    padding-top: 7px;
}
.sb_date i{
    font-size: 30px;
    margin: 0 10px 0 0;
    float: left;
}

.single_post_details{
    background: #D0EDF6;
    padding: 20px 15px;
}
.single_post_details h1 a{
    color: #333333;
    font-family: 'Old Standard TT',serif;
    font-size: 30px;
    line-height: 31px;
    margin: 0 0 15px;
    transition: all 700ms;
}
.single_post_details h1 a:hover{
    color: #26a5c3;
    transition: all 700ms;
}
.single_post_content{
    color: #333333;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    line-height: 23px;
}
.single_post_content img{
    max-width: 100%;
}
.sbtags{
    margin-top: 25px;
    width: 80%;
    float: left;
}
.sbtags a{
    display: inline-block;
    margin-right: 10px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    padding: 4px 10px;
    color: #333333;
    border: 1px solid #333333;
    border-radius: 15px;
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	transition: all 700ms;
}
.sbtags a:hover{
	border: 1px solid #26A5C3;
	text-decoration: none;
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	transition: all 700ms;
	color: #26A5C3;
}
.readmorediv{
    width: 20%;
    float: right;
    margin-top: 25px;
    text-align: center;
}
.readmorediv a{
    display: inline-block;
    width: 80%;
    color: #333333;
    border: 1px solid #333333;
    border-radius: 15px;
    padding: 4px 0px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    text-align: center;
	transition: all 700ms;
}
.readmorediv a:hover{
	transition: all 700ms;
	border: 1px solid #26A5C3;
    color: #26A5C3;
}
.sb_meta{
    width: 100%;
    margin-bottom: 15px;
}
.sb_meta p{
    display: inline-block;
    margin-right: 20px;
}
.sb_meta p i{
    color: #333333;
    margin-right: 8px;
}
.sb_meta p span{
    font-family: Roboto, sans-serif;
    color: #333333;
    text-transform: capitalize;
}
.sb_meta p a span{
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	transition: all 700ms;
}
.sb_meta p a span:hover{
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	transition: all 700ms;
	color: #26A5C3;
}
.sb_meta p a:hover{
	text-decoration: none;
	color: #26A5C3;
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	transition: all 700ms;
}
.sb_meta p span a{
	color: #333;
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	transition: all 700ms;
}
.sb_meta p span a:hover{
	text-decoration: none;
	color: #26A5C3;
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	transition: all 700ms;
}
/** Blog Page Sidebar **/
.deepoceansidebar .widget  h3{
	color: #000;
	font-family: 'Old Standard TT',serif;
	font-size: 30px;
	font-weight: 700;
	margin: 0;
	padding-bottom: 30px;
}
.deepoceansidebar .widget  h3 span{
	color: #000;
	font-family: 'Old Standard TT',serif;
	font-size: 25px;
	font-weight: 700;
}
.deepoceansidebar .widget  h3 span a{
	color: #000;
	font-family: 'Old Standard TT',serif;
	font-size: 25px;
	font-weight: 700;
}
.deepoceansidebar aside{
	margin-bottom: 60px;
	display: inline-block;
	width: 100%;
}
.deepoceansidebar ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.deepoceansidebar ul li{
	border-left: 3px solid #26A5C3;
	border-bottom: 1px solid #f1f1f1;
	float: left;
    width: 100%;
	color: #26A5C3;
	
}
.deepoceansidebar ul li a{
	display: inline-block;
	padding: 10px;
	color: #26A5C3;
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	transition: all 700ms;
}
.deepoceansidebar ul li a:hover{
	text-decoration: none;
	color: #000;
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	transition: all 700ms;
}
.deepoceansidebar .widget form{
	width: 100%;
}
.deepoceansidebar .widget form label{
	width: 100%;
}
.deepoceansidebar .widget form label span{
	display: none;
}
.deepoceansidebar .widget form label input{
	margin:0;
	width: 100%;
	font-weight: normal;
}
.widget_categories ul{}
.widget_categories ul li{
	text-align: right;
}
.widget_categories ul li a{
	text-align: left;
	float: left;
}
.deepoceansidebar .widget select{
	border: 1px solid #26a5c3;
	padding: 10px;
	width: 100%;
}
.deepoceansidebar .widget table{
	text-align: center;
}
.deepoceansidebar .widget table caption{
	border: 1px solid #26a5c3;
	padding: 10px;
	text-align: center;
	color: #333;
	font-weight: 700;
}
.deepoceansidebar .widget table thead tr th{
	text-align: center;
	padding: 5px;
	color: #26a5c3;
}
.deepoceansidebar .widget table tfoot tr td{
	text-align: center;
	padding: 5px;
	color: #333;
}
.deepoceansidebar .widget table tbody tr td{
	text-align: center;
	padding: 5px;
	color: #333;
}
.rssSummary,cite,.rss-date{
	margin-left: 10px;
	display: inline-block;
}
.rssSummary{
	padding: 15px 0;
}
.readmorediv a:hover{
	text-decoration: none;
}
.deepoceansidebar .widget .tagcloud a{
	border: 1px solid #333333;
	border-radius: 15px;
	color: #333333;
	float: left;
	font-family: 'Old Standard TT',serif;
	font-size: 14px !important;
	margin-right: 10px;
	margin-top: 10px;
	padding: 4px 10px;
	transition: all 700ms ease 0s;
}
.deepoceansidebar .widget .tagcloud a:hover{
	border: 1px solid #26a5c3;
	color: #26a5c3;
	text-decoration: none;
	transition: all 700ms ease 0s;
}
li.recentcomments{
	padding-left: 10px;
}
/**Single Blog Post **/
.comment-respond{
	float: left;
}
.comment-respond h3{
	color: #000;
	font-family: 'Old Standard TT',serif;
	font-size: 25px;
	font-weight: 700;
}
.comment-respond form{}
.comment-respond form p{
	font-family: 'Old Standard TT',serif;
	font-size: 18px;
	padding-top: 10px;
}
.comment-respond form p a{
	font-family: 'Old Standard TT',serif;
	border: 1px solid #333333;
	border-radius: 15px;
	color: #333333;
	display: inline-block;
	margin-right: 10px;
	padding: 4px 10px;
	transition: all 700ms ease 0s;
	font-size: 14px;
}
.comment-respond form p a:hover{
	border: 1px solid #26a5c3;
	color: #26a5c3;
	text-decoration: none;
	transition: all 700ms ease 0s;
}
code {
  background-color: #26a5c3;
  border-radius: 4px;
  color: #fff;
  font-size: 90%;
  line-height: 30px;
  padding: 2px 4px;
  white-space: inherit;
}
.comment-respond form p textarea{
	border: 1px solid #26a5c3;
	resize: none;
}
.comment-respond form p label{
	display: inline-block;
	width: 100px;
}
.comment-respond form p input{
	border: 1px solid #26a5c3;
}
.comment-respond form p input[type="submit"]{
	background-color: transparent;
	border: 1px solid #26A5C3;
	border-radius: 25px;
	color: #333;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
	transition: all 700ms ease 0s;
}
.comment-respond form p input[type="submit"]:hover{
	background-color: transparent;
	border: 1px solid #26a5c3;
	color: #26a5c3;
	text-decoration: none;
	transition: all 700ms ease 0s;
}
.comments-area h2{
	color: #000;
	font-family: 'Old Standard TT',serif;
	font-size: 25px;
	font-weight: 700;
}
.comment-author{
	height: 70px;
	width: 80px;
}
.comment-author img{
	width: 100%;
	height: 100%;
}
.comment-author b{
	font-family: 'Old Standard TT',serif;
	padding-top: 10px;
}
.comment-author span{
	font-family: 'Old Standard TT',serif;
	padding-top: 10px;
}
.comment-metadata{
	margin-top: 25px;
}
.comment-metadata time{
	color: #333333;
	
}
.comment-metadata time:hover{
	text-decoration: none;
}
.comment-metadata a{
	float: left;
	display: inline-block;
}
.comment-metadata a:hover{
	text-decoration: none;
}
.comment-metadata span{
	float: right;
	margin-right: 50px;
	
}
.comment-metadata span a{
	font-family: 'Old Standard TT',serif;
	border: 1px solid #333333;
	border-radius: 15px;
	color: #333333;
	display: inline-block;
	margin-right: 10px;
	padding: 4px 10px;
	transition: all 700ms ease 0s;
	font-size: 14px;
}
.comment-metadata span a:hover{
	border: 1px solid #26a5c3;
	color: #26a5c3;
	text-decoration: none;
	transition: all 700ms ease 0s;
}
.comment-content{
	float: left;
	width: 100%;
}
.reply{
	float: right;
	margin-right: 47px;
}
.reply a{
	font-family: 'Old Standard TT',serif;
	border: 1px solid #333333;
	border-radius: 15px;
	color: #333333;
	display: inline-block;
	margin-right: 10px;
	padding: 4px 10px;
	transition: all 700ms ease 0s;
	font-size: 14px;
}
.reply a:hover{
	border: 1px solid #26a5c3;
	color: #26a5c3;
	text-decoration: none;
	transition: all 700ms ease 0s;
}
.comment-respond form p label span{
	color: #26a5c3;
}
.entry-content span.edit-link a{
	border: 1px solid #333333;
	border-radius: 15px;
	color: #333333;
	display: inline-block;
	font-family: 'Old Standard TT',serif;
	font-size: 14px;
	margin-right: 10px;
	padding: 4px 10px;
	transition: all 700ms ease 0s;
}
.entry-content span.edit-link a:hover{
	border: 1px solid #26a5c3;
	color: #26a5c3;
	text-decoration: none;
	transition: all 700ms ease 0s;
}
/** Pagination **/
.navigation.paging-navigation{
	text-align: center;
}
.navigation.paging-navigation a{
	border: 1px solid #333;
	padding: 5px 10px;
	color: #333;
	transition: all 700ms ease 0s;
}
.navigation.paging-navigation a:hover{
	border: 1px solid #26a5c3;
	color: #26a5c3;
	text-decoration: none;
	transition: all 700ms ease 0s;
}
.navigation.paging-navigation span{
	border: 1px solid #333;
	padding: 5px 10px;
	color: #333;
	transition: all 700ms ease 0s;
}
.navigation.paging-navigation span:hover{
	border: 1px solid #26a5c3;
	color: #26a5c3;
	text-decoration: none;
	transition: all 700ms ease 0s;
}
.navigation.paging-navigation span.current{
	border: 1px solid #26a5c3;
	color: #26a5c3;
	text-decoration: none;
	transition: all 700ms ease 0s;
}

ul.social li.flicker:hover{
    background: #FF0084;
}
ul.social li.vimeo:hover{
    background: #1BB6EC;
}
ul.social li.pinterest:hover{
    background: #C3121A;
}
ul.social li.youtube:hover{
    background: #DD1A2A;
}
ul.social li.behance:hover{
    background: #2D9AD2;
}
ul.social li.bitbucket:hover{
    background: #094170;
}
ul.social li.dropbox:hover{
    background: #3EA1F6;
}
ul.social li.git:hover{
    background: #161616;
}
ul.social li.instagram:hover{
    background: #D7CEBF;
}
ul.social li.skype:hover{
    background: #01AAEB;
}
ul.social li.weibo:hover{
    background: #D72B2B;
}
ul.social li.pagelines:hover{
    background: #4B95EC;
}
/* Palette */

#palette {
    position: fixed;
    top: 20%;
    left: -150px;
    z-index: 99;
    overflow: hidden;
}

#palette a {
    width: 50px;
    height: 50px;
    float: left;
    text-align: center;
    line-height: 50px;
    position: relative;
}

#palette nav {
    width: 150px;
    float: left;
    overflow: hidden;
}

#palette a.palette-edit {
    border-radius: 0 5px 5px 0;
    background-color: #fff;
    float: left;
}

#palette a img {
    vertical-align: middle;
}


#palette a.palette-aqua {
    background-color: #3A539B;
}

#palette a.palette-green {
    background-color: #26A5C3;
}

#palette a.palette-yellow {
    background-color: #f8aa2e;
}

#palette a.palette-red {
    background-color: #fa6353;
}

#palette a.palette-blue {
    background-color: #2C3E50;
}

#palette a.palette-orange {
    background-color: #AEA8D3;
}

#palette a.palette-gray {
    background-color: #68C3A3;
}

#palette a.palette-brown {
    background-color: #92633c;
}

#palette a.palette-sand {
    background-color: #998675;
}

#palette a.selected span {
    background: url(../images/palette-active.png) center center no-repeat;
    width: 50px;
    height: 50px;
    content: '\0020';
    display: block;
}

#palette nav a:hover:after {
    background-color: #fff;
    opacity: .2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '\0020';
}
.palletselect{
    padding: 20px 0px;
    padding: 20px 0;
    background: #ffffff;
    border-radius: 0px 0px 3px 3px;
    text-align: left;
}
.palletselect select{
    width: 90%;
    border: 1px solid #aaaaaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(to top, #eee 0%, #fff 50%);
    border-radius: 2px;
    color: #444444;
    margin-left: 5%;
    font-size: 13px;
    height: 30px;
    padding: 4px 5px;
}
.palletselect select option{
    background: #FFFFFF;
    color: #444444;
}
.socilal_sharearea{
	margin-top: 35px;
}
.blog_page{
    background: #ffffff;
}
#page{
    background: #ffffff;
}

/*------------------------------------------------------------------
[ 3. Scrolltop ]
*/

.scrolltop {
    border-radius: 5px;
    width: 60px;
    height: 60px;
    position: fixed;
    left: 40px;
    bottom:  40px;
    z-index: 99999999;
    opacity: 1;
    line-height: 6.5rem;
    text-align: center;
    display: none;
}

.scrolltop:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '\0020';
    background-color: #000;
    opacity: .2;
    border-radius: .5rem;
    z-index: -1;
}

.scrolltop:hover {
    opacity: 1;
}

.scrolltop img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -.3rem;
    max-width: 80%;
}

/*------------------------------------------------------------------*/

.notfoundsection{
    width: 100%;
    padding: 50px 0px;
    background: url(../images/feature.png) no-repeat fixed center #D0EDF6;
    background-size: 100% 100%;
}
.notfoundsection h1{
    color: #495258;
    font-family: 'Old Standard TT',serif;
    font-size: 56px;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}
.notfoundsection .searcharea{
    width: 300px;
    margin: 100px auto;
}
.notfoundsection .searcharea .screen-reader-text{
    display: none;
}
.notfoundsection .searcharea input[type="search"]{
    background: none repeat scroll 0 0 #ffffff !important;
    border: 1px solid #26a5c3;
    border-radius: 0;
    color: #495258 !important;
    float: left !important;
    height: 40px;
    padding: 0 5px;
    width: 200px;
    margin-top: 32px;
    font-weight: normal;
}
.notfoundsection .searcharea input[type="search"]::-moz-placeholder, .notfoundsection .searcharea input[type="search"]::-webkit-placeholder{
    color: #495258;
}
.notfoundsection .searcharea .search-submit{
    background: none repeat scroll 0 0 #26a5c3;
    border-radius: 50%;
    display: inline-block;
    float: right;
    height: 100px;
    left: -6px;
    position: relative;
    width: 100px;
    z-index: 9999;
}
/** From Responsive **/
input.errorful[type="text"]::-moz-placeholder, input.errorful[type="text"]::-webkit-placeholder{
    color: #d94147;
}
input.errorful[type="email"]::-moz-placeholder, input.errorful[type="email"]::-webkit-placeholder{
    color: #d94147;
}
textarea.errorful::-moz-placeholder, textarea.errorful::-webkit-placeholder{
    color: #d94147;
}
.submit_wait{
    text-align: center;
}
#deep_contact{
    position: relative;
}
.submit_wait{
    bottom: -25px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.page_heading{
    padding: 30px 0px;
    background: url(../images/slider_bg.png) no-repeat;
}
.page_heading h1{
    font-family: 'Old Standard TT',serif;
    font-size: 50px;
}
/** Search Nothing Found **/
.head_not_found h1{
	font-family: 'Old Standard TT',serif;
	font-size: 50px;
	text-align: center;
}
.not_found_content{
	font-family: 'Roboto',sans-serif;
	font-weight: normal;
	text-align: center;
	font-size: 25px;
	line-height: 30px;
}

.portfoliomodal{
    z-index: 999999999999999999999;
    overflow: hidden;
}
.portfoliomodal .modal-dialog{
    width: 100%;
    height: 100%;
    margin: 0px;
    overflow: hidden;
}
.portfoliomodal .modal-dialog .modal-content{
    box-shadow: none;
    border-radius: 0px;
}
.modal-backdrop.in {
    opacity: 0.7;
    z-index: 9999999;
}
.portfoliomodal{
    margin: 50px auto 0;
    width: 85%;
}
.portfoliomodal .btn-default {
    border: medium none;
    border-radius: 0;
    float: right;
    font-size: 20px;
    margin-top: -12px;
    padding: 0;
    opacity: .7;
}
.portfoliomodal .btn-default:hover {
    background: #fff;
    opacity: 1;
}
.portfoliomodal .modal-dialog .modal-content .modal-body{
    min-height: 570px;
}
.portfoliomodal .modal-dialog .modal-content .modal-body h1{
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 30px;
}
.portfoliomodalleft{
    float: left;
    width: 45%;
}
.portfoliomodalleft img{
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.portfoliomodallright{
    float: right;
    width: 45%;
}
.portfoliomodal .modal-dialog .modal-content .modal-body .portfoliomodallright h1{
    font-size: 20px;
    color: #0088CC;
}
.portfoliomodal .modal-dialog .modal-content .modal-body .portfoliomodallright h1 span{
    font-weight: bold;
}
.protdescription{
    padding-bottom: 15px;
}
.livelink a.btn.btn-primary{
    border-radius: 3px;
    font-size: 15px;
    margin-top: 0;
    padding: 5px 27px;
    text-transform: capitalize;
    transition: all 700ms ease 0s;
    background: #0088cc;
    opacity: 1;
    transition: all 700ms;
}
.livelink a.btn.btn-primary:hover{
    opacity: .9;
    transition: all 700ms;
}
.category h4{
    color: #0088cc;
    font-size: 18px;
    margin-top: 35px;
    margin-bottom: 15px;
}
.category ul{
   padding: 0;
   margin: 0;
}
.category ul li{
    list-style: none;
    margin-bottom: 13px;
}
.category ul li i{
   color: #0088cc;
   margin-right: 10px;
}

.arrow {
    background: url("../images/arrows.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    position: relative;
}
.arrow.hlb {
    background-position: -209px -101px;
    height: 47px;
    width: 120px;
}

aside.wedget ul li ul{
    margin-left: 15px;
}
.deepoceansidebar aside.widget ul li ul li{
    border-left: none;
}
.deepoceansidebar aside.widget ul li ul li a{
    padding-left: 20px;
}
.deepoceansidebar aside.widget ul li ul li ul li a{
    padding-left: 40px;
}
