@charset utf-8;

/* CSS Document */
/*
Theme Name: REIVER.
Description: Unique Creative Portfolio Responsive HTML5 Theme.
Version: 1.2 - updated on 22/Nov/2013
Author: Designova
Website: http://designova.net/
Credits: 
*/


/* ===================================*/
/* TABLE OF CONTENTS: */
/* ===================================*/
/* 01 - LAYOUT INITIALIZATION */
/* 02 - HEADER & NAVIGATION */
/* 03 - COMMON ELEMENTS & STYLES */
/* 04 - PAGES & SECTIONS SETUP*/
/* 05 - INDIVIDUAL PAGES AND ELEMENTS*/
/* 06 - FOOTER*/
/* 07 - RESETS : FRAMEWORK RESETS & PLUGIN RESETS*/
/* 08 - RESPONSIVE RULES : MOBILE OPTIMIZATION*/



/* ===================================*/
/* CONTENTS: */
/* ===================================*/

/* 01 - LAYOUT INITIALIZATION */
body
{
	/*font-family: 'Open Sans', sans-serif; font-weight:700;*/
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 14px;

	color: #6f6f6f;
}

/*hooks*/
.mar-top-50
{
	margin-top: 50px;
}
.mar-top-20
{
	margin-top: 20px;
}
.mar-top-10
{
	margin-top: 10px;
}
.mar-bottom-50
{
	margin-bottom: 50px;
}


h1, h2, h3, h4, h5, h6
{
	font-family: 'Raleway', sans-serif !important;
	font-weight: 600 !important;
	text-transform: uppercase;
}
p { 
	font-size: 14px; 
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 25px;
}
a, a:hover{
	text-decoration: none;
	color: #2a213c;
}
.colored
{
	color: #BAFCF2
}
/* NAV
================================================== */

#main_menu {
	border-bottom: 1px solid #DEDEDE;
	color: #FFFFFF;
	margin-right: 10px;
	width: 100%;
	z-index: 500;
	background: #FFF;
}
#main_menu .col-md-12, footer#footer .col-md-6 {
	margin-bottom: 0 !important;
}
.logo {
	display: table-cell;
	height: 66px;
	vertical-align: middle;
}
.container_logo {
	float: left;
	margin: auto;
}
.container_menu {
	float: right;
	margin: auto;
}
.menu {
	display: table-cell;
	height: 66px;
	vertical-align: middle;
}
ul#nav li {
	display: inline;
	margin-left: 20px;
}
ul#nav ul.dropdown-menu li {
	display: inline;
	margin-left: 0px;
}
ul#nav li a {
	color: #aaa;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	top: 1px;
}
ul#nav li a:hover {
	color: #ccc;
}
.active{
	color: #62C0F7 !important;
}

/* Clearfix */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}

/* Basic Styles */

#mobnav {
	height: 40px;
	width: 100%;
	background: #455868;
	font-size: 11pt;
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight: bold;
	position: fixed;
	border-bottom: 2px solid #283744;
	z-index: 9999999999999999999999999999999999;
}
#mobnav ul {
	padding: 0;
	margin: 0 auto;
	width: 750px;
	height: 40px;
}
#mobnav li {
	display: inline;
	float: left;
}
#mobnav a {
	color: #fff;
	display: inline-block;
	width: 100px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	text-shadow: 1px 1px 0px #283744;
}
#mobnav li a {
	border-right: 1px solid #576979;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#mobnav li:last-child a {
	border-right: 0;
}
#mobnav a:hover, #mobnav a:active {
	background-color: #8c99a4;
}
#mobnav a#pull {
	display: none;
}


/* ===================================*/
/* 3. COMMON ELEMENTS & STYLES: */
/* ===================================*/

/*Used in about page*/
.promotext
{
	color: #FFF;
	font-size: 60px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	margin: 45px 0 0px;	
	text-align: center;
}
.promotext.texttop
{
	margin: 0px 0 15px;	
}
.highlightbox_one {
	position: relative;
	background: #FFF;
	border: 1px solid #cfcfcf;
	padding: 25px 20px 20px;
	text-align: center;
	margin-bottom: 35px;
}
.highlightbox_one:after, .highlightbox_one:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.highlightbox_one:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #FFF;
	border-width: 30px;
	left: 50%;
	margin-left: -30px;
}
.highlightbox_one:before {
	border-color: rgba(207, 207, 207, 0);
	border-top-color: #cfcfcf;
	border-width: 31px;
	left: 50%;
	margin-left: -31px;
}


.highlightbox_one p
{
	margin: 20px 0;
}

/*Used in Services page with font awesome*/

.highlightbox_two {
	/*background: #444;*/
	/*	border: 1px solid #cfcfcf;*/
	/*	border-bottom:5px solid #d0d0d0;*/
	padding: 25px 20px 20px;
	/*border-radius: 5px;*/
	text-align: center;
	margin-bottom: 5px;
	color: #444;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: allr 200ms ease-in;
	transition: all 200ms ease-in;

}
.highlightbox_two i
{
	font-size: 48px;
	line-height: 90px;
}
.highlightbox_two p
{
	margin-top: 12px;
}
.highlightbox_two h3
{
	/*font-family: 'Open Sans', sans-serif; font-weight:700;*/
	text-transform: capitalize;
}
.highlightbox_two ul{
	padding-left: 0;
	margin-left: 0;
}
.highlightbox_two ul li
{
	text-align: center;
	padding: 5px 0;
	border-bottom: dotted 1px #cfcffc;
	list-style: none;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif; font-weight:300;
}
/*.highlightbox_two:hover
{
    background: #efdfef;
    border: 1px solid #FFF;
    	border-bottom:5px solid #FFF;
    color: #FFF;
	-webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: allr 200ms ease-in;
    transition: all 200ms ease-in;

    }*/



    /*testimonials block*/
    .testimonials-block
    {
/*	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	padding: 45px 0;*/
	background: url('../images/quote.png') left top no-repeat;
	color: #FFF;
}
.testimonials-block .testimonial
{
	font-size: 30px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	padding-left: 100px;
	color: #FFF;
}
.testimonials-block .testimonial-author
{
	font-size: 30px;
	font-family: 'Open Sans', sans-serif; font-weight:700;
	padding: 15px 20px 0 0;
	text-align: right;
}

/*Carousel Block*/

.carousel-indicators-custom
{
	bottom: -35px !important;
}
.carousel-indicators-custom li
{
	border:solid 1px #fff;
}
.carousel-indicators-custom li.active
{
	background: #fff;
}

/*Ticker text*/
.ticker-wrap {
	margin-top: 0;
}
#news_ticker {
	height: 55px;
	overflow: hidden;
	padding: 3px;
	position: relative;
}
.ticker-list {
	animation: 5s cubic-bezier(0, 0, 0.2, 0) 0s normal none infinite ticker;
	list-style: none outside none;
	padding: 0;
	text-align: center;
	width: 100%;
}
.ticker-list:hover {
	animation-play-state: paused;
}
.ticker-list li {
	line-height: 42px;
}
#news_ticker a {
	color: #FFFFFF;
	font-size: 35px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	text-decoration: none;
}
@-webkit-keyframes ticker {
	0% {margin-top: 0;}
	25% {margin-top: -5px;}
	50% {margin-top: -30px;}
	75% {margin-top: -70px;}
	100% {margin-top: 0;}
}
@-moz-keyframes ticker {
	0% {margin-top: 0;}
	25% {margin-top: -5px;}
	50% {margin-top: -30px;}
	75% {margin-top: -70px;}
	100% {margin-top: 0;}
}
@-ms-keyframes ticker {
	0% {margin-top: 0;}
	25% {margin-top: -5px;}
	50% {margin-top: -30px;}
	75% {margin-top: -70px;}
	100% {margin-top: 0;}
}
@keyframes ticker {
	0% {margin-top: 0;}
	25% {margin-top: -5px;}
	50% {margin-top: -30px;}
	75% {margin-top: -70px;}
	100% {margin-top: 0;}
}


/*override tabs*/
.tab-pane-reiver
{
	border: solid 1px #cfcfcf;
	border-top: none;
	padding:10px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
{
	border-radius: 0;
	border-top: 3px solid #cfcfcf;
}

.btn-reiver
{

	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	background: #62C0F7 !important;
	font-size: 14px !important;
	border-radius: 2px !important;
	color: #FFF !important;
	cursor: pointer;
	padding: 6px 12px;
	display: inline-block;   
	border: 1px solid transparent;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;  
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: allr 200ms ease-in;
	transition: all 200ms ease-in;

}
.btn-reiver:hover{
	background: #202937!important;
}
.btn-reiver:active,.btn-reiver.active
{
	background: #202937 !important;
}
/* ===================================*/
/* 4. Page and sections: */
/* ===================================*/

#loaderMask {
	text-align: center;
	color: #fff;
	z-index: 9999999999999999999999999999999999999999;
}

#loaderMask span {
	font-size: 40px;
	line-height: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -40px;
}


.splash-section
{
	min-height: 650px;
	background: rgba(0,0,0,0.6);
	width: 100% !important;
}
.splash-sub
{
	margin: 0;
	font-weight: 400 !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px !important;
}
.splash-sub span
{
	font-size: 16px !important;
	font-weight: bold !important;
}
.content-section
{
	width: 100% !important;
	padding:100px 0 100px;
	border-bottom:solid 1px #E5E5E5;
	/*border-top:solid 1px #FFF;*/
	overflow:hidden;
}
.content-section-notop
{
	padding:0px 0 100px;
}

.cs-white
{
	background: #FFF;
}
.cs-grey
{
	background: #F2F2F2;
}
.cs-teal
{
	background: #34DDDD;
}
.cs-blue
{
	background: #62C0F7;
}
.cs-darkblue
{
	background: #202937;
}
.content-section h2 , .content-section-notop  h2
{
	color: #050505;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	margin-top: 0px;
	padding-bottom: 1px;
	text-align: center;
	letter-spacing: 5px;
	text-transform: uppercase;
	padding: 25px 0 0 0;
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: 30px;

}
.content-section-notop  h2
{
	color: #050505;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	margin-top: 0px;
	padding-bottom: 1px;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 25px 0 0 0;
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: 30px;

}
.content-section h2 span,.content-section-notop h2 span {
	border-bottom: 5px solid #62C0F7;
	line-height: 35px;
	padding: 0 10px;
	/*	font-family: 'RalewayRegular';*/
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	color: #666;
}

/*-------Contact----*/
.recontactform
{
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
.recontactform li
{
	padding:0px 5px 30px 0px;
}
.recontactform label
{
	font-family: 'Open Sans', sans-serif; font-weight:700;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
}
.recontactform input[type="text"]
{
	/*	border:solid 1px #cfcfcf;*/
	background:#E8E8E8;
	width: 100%;
	padding: 10px 10px;
	font-size: 24px;
	border:none;
}

.recontactform textarea
{
	/*	border:solid 1px #cfcfcf;*/
	background:#E8E8E8;
	width: 100%;
	padding: 10px 10px;
	font-size: 24px;
	border:none;
}
.rec-type
{
	display: block;
	float: left;
	padding: 5px;
	width: 30px;
	margin-bottom: 15px;
	text-align: center;
	color: #999;
	text-decoration: none !important;
	background: #E8E8E8;
	border-radius: 2px;
}
.rec-type i
{
	font-size: 20px;
}
.rec-value
{
	display: block;
	margin: 0 0 0px 40px;
	padding-bottom: 10px;
}
.contact-add-block
{
	clear: both;
	min-height: 50px;
}
.contact-sidebar-address
{
	background: url('../images/worldmap.png') center top no-repeat;
}

/*------Animted Globes-----*/
.promotext_splash
{
	/*text-transform: uppercase;*/
	color: #FFF;
	font-size: 55px;
	font-family: 'Open Sans', sans-serif; font-weight:700;
	text-transform: uppercase;
	margin: 0px auto 15px auto;	
	text-align: center;	
}
.promotext_splash span
{
	font-size: 35px;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
}

.promotext_splash_2
{
	/*text-transform: uppercase;*/
	color: #FFF;
	font-size: 55px;
	font-family: 'Open Sans', sans-serif; font-weight:700;
	text-transform: uppercase;
	margin: 0px auto 15px auto;	
	text-align: center;	
}
.home2logo
{
	margin: 130px auto 20px auto; /*margin: 50px auto 50px auto;*/
	text-align: center;
}
@media (max-width: 767px){
	.home2logo
	{
		margin: 70px auto 20px auto; /*margin: 50px auto 50px auto;*/
	}
	.home2logo>img
	{
		width: 80%;
	}
}
.promotext_splash_2 .heading
{
	/*text-transform: uppercase;*/
	color: #FFF;
	font-size: 155px;
	font-family: 'Open Sans', sans-serif; font-weight:700;
	text-transform: uppercase;
	padding: 5px 90px;
	text-align: center;	
	border:solid 1px #FFF;
}
.promotext_splash_2 span
{
	font-size: 35px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
}



#animate-area	{ 
	width: 250px; 
	height: 250px; 
	margin: 0 auto;
	margin: 10% auto 3% auto;
	border: solid 10px rgba(255, 255, 255, 0.5);
	background-image: url(../images/collage.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	border-radius: 250px;
	border-top: #FFF 10px solid;
	border-bottom: #FFF 10px solid;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	text-align: center;

	animation: animatedBackground 40s linear infinite;
	-ms-animation: animatedBackground 40s linear infinite;
	-moz-animation: animatedBackground 40s linear infinite;
	-webkit-animation: animatedBackground 40s linear infinite;
}
@keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}
@-webkit-keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}
@-ms-keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}
@-moz-keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}

#animate-area img
{
	margin-top: 50px;
}
.down-arrow
{
	margin: 0 auto;

}
.down-arrow img
{
	animation: animatedDownarrow .5s linear infinite;
	-ms-animation: animatedDownarrow .5s linear infinite;
	-moz-animation: animatedDownarrow .5s linear infinite;
	-webkit-animation: animatedDownarrow .5s linear infinite;		
}

@keyframes animatedDownarrow {
	from { margin-top: 0; }
	to { margin-top: 10px; }
}
@-webkit-keyframes animatedDownarrow {
	from { margin-top: 0; }
	to { margin-top: 10px; }
}
@-ms-keyframes animatedDownarrow {
	from { margin-top: 0; }
	to { margin-top: 10px; }
}
@-moz-keyframes animatedDownarrow {
	from { margin-top: 0; }
	to { margin-top: 10px; }
}


/* ===================================*/
/* 6. Footer: */
/* ===================================*/
footer
{
	/*background: #596972;*/
	background:#202937;
	color: #cfcfcf;
	font-size: 1.286em;
	padding: 20px 0 10px 0; /*1.1 Change*/
	font-size: 14px;
	text-align: left;
}

.the_ticker
{
	padding: 5px 0;
	text-align: left;
	background: #93989B;

}
#ticker
{
/*	width: 90%;
margin: 0 auto;*/
padding-left:32px;

}
.tweet_text
{
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	text-align: left;
	color: #fff;
}
/*--------------------------------------*/
/*---------------Featured Spl----------------*/
/*--------------------------------------*/
.fec_icon
{
	text-align: center;
	float: left;
	margin-top: 20px;
	width: 90px;
}
.fec_content
{
	margin-left:120px;
}


/*--------------------------------------*/
/*---------------Sub Heading----------------*/
/*--------------------------------------*/

.sub-page-title
{
	font-size: 22px;
	line-height: 31px;
	letter-spacing: 1.5px;
	margin: 30px 0 45px;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-weight: 200 !important;
	text-transform: uppercase;
}


.sub-heading
{
	position: relative;
	padding: 5px 0 8px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	text-transform: uppercase;	
	font-size: 18px;
	margin-bottom: 30px;
}
.sub-heading:after {
	border-bottom: 3px solid #62C0F7;
	bottom: 2px;
	content: "";
	height: 0;
	position: absolute;
	left: 0;
	width: 55px;
}
.sub-heading:before {
	/*border-bottom: 1px solid #cfcfcf;*/
	bottom: 2px;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	width: 100%;
	color: #555;
}
/*Team*/
.team-head
{
	color: #FFF;
	background:#444;
	padding: 20px 10px;
	overflow: hidden;
	position: relative;
}
.team-head h3{
	padding: 0;
	margin:0;
	text-align: center;
}
.team-head h3 span
{
	font-family: 'Open Sans', sans-serif; font-weight:300;
}
.team-head-overlay
{
	position: absolute;
	width: 100%;
	padding: 15px;
	left: 0px;
	top: 200px;
	bottom:0px;
	background: #fff;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	opacity: 1;
	text-align: center;;
}
.team-member:hover > .team-head > .team-head-overlay
{
	opacity: 1;
	top:0;
}
.team-social
{
	font-size: 25px;
	margin-left: 10px;
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 30px;
	padding-top: 5px;
	text-align: center;

}
.team-social i
{
	color: #FFF !important;
}
.team-social:hover{
	background: #555 !important;
}
.team-social.twitter
{
	left: 35%;
	background: #62C0F7;

}
.team-social.facebook
{
	left: 50%;
	background: #3B5998;
}
/*Highlight text*/

.highlight-text-one
{
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	line-height: 37px;
	font-size: 30px;
	padding-bottom: 15px;
}

/*--------------------------------------*/
/*---------------GALLERY----------------*/
/*--------------------------------------*/
.gallery 
{
	min-height: 300px;
	overflow: auto;
}

.gallery-img-overlay
{
	position: absolute;
	width: 100%;
	border-radius: 100%;
	left: 0px;
	top: 0px;
	bottom:0px;
	background: rgba(0,0,0,0.5);
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	opacity: 0;
	transform:scale(0,0);
	-webkit-transform:scale(0,0);	
	-o-transform:scale(0,0);			
}
/*.gallery_img
{
	border-bottom: 0;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
	border: solid 5px #FFF;

	}*/

	.gallery_img
	{
		border-bottom: 0;
		overflow: hidden;
		position: relative;
		margin-bottom: 15px;
		border: solid 5px #FFF;
		width: 250px;
		height: 250px;
		overflow: hidden;
		border-radius: 150px;

	}




	.gallery-zoom-link
	{
		width: 50px;
		height: 50px;
		border-radius: 25px;
		background:#62C0F7;
		text-align: center;
		color: #FFF;
		position: absolute;
		z-index: 102;
		padding-top: 5px;
		left: 40%;
		top:-100px;
	}
	.gallery_item:hover > .gallery_img > .gallery-zoom-link
	{

		animation-name: zoomlinkin;
		animation-duration: 300ms;
		animation-direction: alternate;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
		animation-delay: 200ms;	


		-webkit-animation-name: zoomlinkin;
		-webkit-animation-duration: 300ms;
		-webkit-animation-direction: alternate;
		-webkit-animation-timing-function: ease-out;
		-webkit-animation-fill-mode: forwards;
		-webkit-animation-delay: 200ms;	


	}
	.gallery_item:hover > .gallery_img > .gallery-img-overlay
	{

		opacity: 1;

		transform:scale(1,1);
		-webkit-transform:scale(1,1);
	}



	.gallery-zoom-link i
	{
		font-size: 30px;
		color: #FFF !important;
	}

	.gallery-img-6 {background:url(../images/gallery/6.jpg) no-repeat;}
	.gallery-img-15 {background:url(../images/gallery/15.jpg) no-repeat;}
	.gallery-img-16 {background:url(../images/gallery/16.jpg) no-repeat;}
	.gallery-img-17 {background:url(../images/gallery/17.jpg) no-repeat;}
	.gallery-img-1 {background:url(../images/gallery/1.jpg) no-repeat;}
	.gallery-img-7 {background:url(../images/gallery/7.jpg) no-repeat;}
	.gallery-img-5 {background:url(../images/gallery/5.jpg) no-repeat;}
	.gallery-img-3 {background:url(../images/gallery/3.jpg) no-repeat;}
	.gallery-img-12 {background:url(../images/gallery/12.jpg) no-repeat;}
	.gallery-img-9 {background:url(../images/gallery/9.jpg) no-repeat;}
	.gallery-img-21 {background:url(../images/gallery/21.jpg) no-repeat;}
	.gallery-img-14 {background:url(../images/gallery/14.jpg) no-repeat !important;}
	/*--------------------------------------*/
	/*---------------Portfolio----------------*/
	/*--------------------------------------*/
	.controls
	{
		margin:0;
		padding: 0;
		list-style: none;
	}
	.controls li
	{ display: inline;}
	#Grid{
/*	width: 640px;
	text-align: justify;
	font-size: 0.1px;*/
}

#Grid:after{
	content: '';
	display: inline-block;
	width: 100%;
}

#Grid .mix{
	display: none;
	opacity: 0;
/*	width: 200px;
height: 200px;*/
vertical-align: top;
margin-bottom: 25px;
/*	background: #ccc;
	color: #fff;
	
	font-size: 30px;*/
	text-align: center;
	/*line-height: 200px;*/
}

#Grid .gap{
	display: inline-block;
	width: 200px;
}

.controls ul
{
	margin: 0px auto;
	text-align: center;
	padding-left: 0px;
}


/*Portfolio*/
.port-img-overlay
{
	position: absolute;
	width: 100%;
	height: 100%;
	bottom:-100%;
	background: rgba(98,192,247,0.8);
	transition: bottom 300ms ease-in;
	-webkit-transition: bottom 300ms ease-in;
	-moz-transition: bottom 300ms ease-in;
	-o-transition: bottom 300ms ease-in;		
}

.port_img
{
	/*border: 3px solid #FFF;*/
	border-bottom: 0;
	overflow: hidden;
	position: relative;
	border-radius: 2px 2px 0 0;
}
.port_img img
{
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;	
}
.port_content
{
	background: #F7F7F7;
	padding:10px 0;
	border-radius: 0 0 2px 2px;
	border-bottom: solid 1px #ccc;
}
.port_content h3
{
	margin: 10px 0 0 0;
	font-size: 18px;
}
.port_content span{
	font-size: 12px;
}
.port_content a
{
	color: #444;
}
.port_content a:hover
{
	color: #FFF;
	text-decoration: none;
}
.port-zoom-link
{
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background:#62C0F7;
	text-align: center;
	color: #FFF;
	position: absolute;
	z-index: 102;
	padding-top: 10px;
	left: 40%;
	animation-name: zoomlinkout;
	animation-duration: 200ms;
	animation-direction: alternate;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	animation-delay: 100ms;


	-webkit-animation-name: zoomlinkout;
	-webkit-animation-duration: 200ms;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-delay: 100ms;		

}
.port-zoom-link i
{
	font-size: 30px;
	color: #FFF !important;

}
.mix:hover > .port_content
{
	background:#62C0F7;
	color: #FFF;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;

}
.mix:hover > .port_content a
{
	color: #FFF;
}

.mix:hover > .port_img img
{

	transform:scale(1.5,1.5) rotate(-7deg);
	-ms-transform:scale(1.5,1.5) rotate(-7deg); /* IE 9 */
	-webkit-transform: scale(1.5,1.5) rotate(-7deg); /* Safari and Chrome */
}

.mix:hover > .port_img > .port-img-overlay
{
	bottom: 0 !important;
}
.mix:hover > .port_img > .port-zoom-link
{
	animation-name: zoomlinkin;
	animation-duration: 300ms;
	animation-direction: alternate;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	animation-delay: 200ms;	


	-webkit-animation-name: zoomlinkin;
	-webkit-animation-duration: 300ms;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-delay: 200ms;	


}
.port-zoom-link:hover
{
	background: #000;
}

/*anms*/
@keyframes zoomlinkin {
	from { top: -10px;}
	to   { top: 40%; }
}
@keyframes zoomlinkout {
	from { top: 40%;}
	to   { top: -40%; }
}
@-webkit-keyframes zoomlinkin {
	from { top: 0;}
	to   { top: 40%; }
}
@-webkit-keyframes zoomlinkout {
	from { top: 40%;}
	to   { top: -40%; }
}
.ajax_drop
{
	padding:50px 0 50px;
}
.ajax_area
{
	background: #E9E9E9;
	margin-top: 40px;
}
.ajax_close
{
	position: absolute;
	font-size: 40px;
	right: 20px;
}
/*--------------------------------------*/
/*---------------Masonary Blog----------------*/
/*--------------------------------------*/

.box {
	/*width: 290px;*/
	display: inline-block;
	background: #FFF;
	min-height: 10px;
	vertical-align: top;
	margin-bottom: 12px;
	padding: 10px;
	background: url('../images/bottom.jpg') bottom repeat-x #FFF;
	border: solid 1px #cfcfcf;

}

.box .blog-content
{
	padding: 10px;
}
.box .blog-content h4
{
	border-bottom: dashed #cfcfcf 1px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	color:#444;
}
.box .blog-content i
{
	margin-right: 5px;
	margin-left: 5px;
}
.box .blog-content span
{
	padding-bottom: 10px;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif; font-weight:700;
	text-transform: none;
}
.box .blog-content i:first-child
{
	margin-left: 0px;
}
.box .blog-quote
{
	background:#5B7F8E;
	color: #FFF;
	font-size: 22px;
	margin: 10px;
	padding: 10px;
}
.box .blog-image
{
	padding: 10px;
	padding-bottom: 0;
}
.box .masonary-blog-video
{
	margin: 10px 10px 0px 10px;
}
.box .blog-readmore
{
	text-align: right;
	margin-bottom: 10px;
	margin-right: 10px;
}

.box .blog-span
{
	color: #cfcfcf;
} 

/* ===================================*/
/* 3. COMMON ELEMENTS & STYLES: */
/* ===================================*/

.block_skills .skill
{
	margin-bottom: 15px;
	font-family: 'Open Sans', sans-serif; font-weight:700;
	font-size: 18px;
}
.block_skills .level_rail {
	/*background: url("../images/bg_level_rail_1.jpg") repeat-x scroll 0 0 transparent;*/
	background: #cfcfcf;
	border-radius: 3px;
	height: 15px;
	position: relative;
}
.block_skills .level_rail .level {
	height: 8px;
	left: 0;
	padding: 41px 12px 8px 0;
	position: absolute;
	top: -35px;
	width: 18px;
}
.block_skills .level_rail .level .bar {
	/*background: url("../images/bg_level_1.jpg") repeat-x scroll 0 0 transparent;*/
	background: #62C0F7;
	border-radius: 3px;
	height: 15px;
	left: 0;
	position: absolute;
	right: 12px;
	top: 35px;
}
.block_skills .level_rail .marker {
	/*background: url("../images/bg_level_marker_1.png") no-repeat scroll 0 0 transparent;*/
	height: 24px;
	position: absolute;
	right: 5px;
	top: 33px;
	width: 22px;
}
.block_skills .level_rail .note {
	background-color: #444;
	/*border: 1px solid #D5DADE;*/
	border-radius: 2px 2px 2px 2px;
	color: #fff;
	font-size: 12px;
	height: 23px;
	line-height: 23px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 39px;
}

.block_skills .level_rail .note:after, .block_skills .level_rail .note:before {
	top: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none;
}

.block_skills .level_rail .note:after {
	border-top-color: #444;
	border-width: 9px;
	left: 50%;
	margin-left: -9px;
}
.block_skills .level_rail .note:before {
	border-top-color: #444;
	border-width: 10px;
	left: 50%;
	margin-left: -10px;
}

/*Google Map*/


.gmap3{
	width: 100%;
	height: 300px;
	box-shadow: inset 0px 1px 3px rgba(0,0,0,0.5);
}

/*Button Styles*/  
.btn {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 10px 15px;
	display: inline-block;
	/*	margin: 15px 30px;*/
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-2 {
	background: #62C0F7;
	color: #fff;
	box-shadow: 0 6px #278AC4;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
.btn-2c {
	border-radius: 5px;
}

.btn-2c:hover {
	box-shadow: 0 4px #278AC4;
	top: 2px;
	color: #FFF;
}

.btn-2c:active {
	box-shadow: 0 0 #278AC4;
	top: 6px;
}   

/*Social Buttons*/
.btn-social 
{
	padding: 5px;
	display: block;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	width: 40px;
	text-align: center;
	color: #999;
	text-decoration: none !important;
	background: #E8E8E8;
	font-size: 20px;
	border-radius: 1px;
}
.btn-social:hover
{
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;	
}





.btn-social.twitter:hover
{
	background: #62C0F7;
	color: #FFF;
}
.btn-social.facebook:hover
{
	background: #3B5998;
	color: #FFF;
}
.btn-social.dribbble:hover
{
	background: #FB9EC0;
	color: #FFF;
}
.btn-social.youtube:hover
{
	background: #C7312B;
	color: #FFF;
}
.btn-social.instagram:hover
{
	background: #4D7BA0;
	color: #FFF;
}
.btn-social.github:hover
{
	background: #202021;
	color: #FFF;
}
.btn-social.linkedin:hover
{
	background: #0077B5;
	color: #FFF;
}
.btn-social.flicker:hover
{
	background: #EA006C;
	color: #FFF;
}
.btn-social.pinterest:hover
{
	background: #BE212B;
	color: #FFF;
}
.btn-social.skype:hover
{
	background: #18B6F1;
	color: #FFF;
}
.btn-social.gplus:hover
{
	background: #DD4C39;
	color: #FFF;
}
.btn-social.rss:hover
{
	background: #F97807;
	color: #FFF;
}
.btn-social i
{
	font-size: 20px;
}


/*--------------------------------
   Newly added on 1.1
   ----------------------------------*/
   .text-right
   {
   	text-align: right;
   }
   .text-left
   {
   	text-align: left;
   }
   .text-center
   {
   	text-align: center;
   }

   .footer-social li{
   	display: inline-block;
   }
   .footer-social li > a > img{
   	width: 30px;
   }
   .footer-social li > a:hover > img{
   	-webkit-transition: all .4s linear;
   	-moz-transition: all .4s linear;
   	-ms-transition: all .4s linear;
   	-o-transition: all .4s linear;
   	transition: all .4s linear;
   	opacity: 0.3;
   }
   .copyrightsp
   {
   	padding-top: 15px;
   }
   /*Home3*/

   .promotext_splash_3
   {
   	/*text-transform: uppercase;*/
   	color: #FFF;
   	font-size: 55px;
   	font-family: 'Open Sans', sans-serif; font-weight:700;
   	text-transform: uppercase;
   	margin: 0px auto 15px auto;	
   	text-align: center;	
   }

   .promotext_splash_3 .heading
   {
   	/*text-transform: uppercase;*/
   	color: #FFF;
   	font-size: 0px; /*font-size: 100px;*/
   	font-family: 'Open Sans', sans-serif; font-weight:700;
   	text-transform: uppercase;
   	padding: 5px 90px;
   	text-align: center;	
   	border-bottom:solid 5px #62C0F7;
   	margin-bottom: 20px;
   }
   .promotext_splash_3 span
   {
   	font-size: 25px;
   	font-family: 'Raleway', sans-serif;
   	font-weight: 300;

   }

   .sub3{
   	padding-top: 25px;
   }




   /*--------------------------------------*/
   /*---------------media query---------------*/
   /*--------------------------------------*/
   @media (max-width: 1024px){

   	.gallery_img {
   		border: 5px solid #FFFFFF;
   		border-radius: 100px 100px 100px 100px;
   		height: 150px;
   		margin-bottom: 15px;
   		overflow: hidden;
   		position: relative;
   		width: 150px;
   	}

   }

   @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
   	.gallery_img {
   		border: 5px solid #FFFFFF;
   		border-radius: 250px;
   		height: 250px;
   		margin: 0 auto 15px auto;
   		overflow: hidden;
   		width: 250px;
   	}

   	#mobnav {
   		border-bottom: 0;
   	}
   	#mobnav ul {
   		display: none;
   		height: auto;
   	}
   	#mobnav a#pull {
   		display: block;
   		background-color: #283744;
   		width: 100%;
   		position: relative;
   	}
   	#mobnav a#pull:after {
   		content:"";
   		background: url('nav-icon.png') no-repeat;
   		width: 30px;
   		height: 30px;
   		display: inline-block;
   		position: absolute;
   		right: 15px;
   		top: 10px;
   	}

   	.promotext_splash_2 .heading
   	{
   		font-size: 90px;
   		padding: 5px 45px;
   	}
   	.team-member
   	{
   		margin-bottom: 20px;
   	}



   }


   @media (max-width: 768px){

   	.team-member
   	{
   		margin-bottom: 20px;
   		text-align: center;
   	}
   	.team-member img
   	{
   		margin: 0 auto;
   	}

   	.gallery_img {
   		border: 5px solid #FFFFFF;
   		border-radius: 250px;
   		height: 250px;
   		margin: 0 auto 15px auto;
   		overflow: hidden;
   		width: 250px;
   	}

   }

   @media screen and (max-width: 640px) {
   	.promotext_splash_2 .heading
   	{
   		font-size: 60px;
   		padding: 5px 15px;
   	}
   	.promotext_splash_3 .heading
   	{
   		font-size: 60px;
   		padding: 5px 15px;
   	}

   }

   /*Styles for screen 600px and lower mobile menu*/
   @media screen and (max-width: 600px) {

   	#mobnav { 
   		height: auto;
   	}
   	#mobnav ul {
   		width: 100%;
   		display: block;
   		height: auto;
   	}
   	#mobnav li {
   		width: 50%;
   		float: left;
   		position: relative;
   	}
   	#mobnav li a {
   		border-bottom: 1px solid #576979;
   		border-right: 1px solid #576979;
   	}
   	#mobnav a {
   		text-align: left;
   		width: 100%;
   		text-indent: 25px;
   	}


   	.promotext_splash_2 .heading
   	{
   		font-size: 90px;
   		padding: 5px 45px;
   	}
   	.promotext_splash_3 .heading
   	{
   		font-size: 90px;
   		padding: 5px 15px;
   	}	
   	.team-member
   	{
   		margin-bottom: 20px;
   	}

   }

   /*Styles for screen 515px and lower*/
   @media only screen and (max-width : 480px) {
   	#mobnav {
   		border-bottom: 0;
   	}
   	#mobnav ul {
   		display: none;
   		height: auto;
   	}
   	#mobnav a#pull {
   		display: block;
   		background-color: #283744;
   		width: 100%;
   		position: relative;
   	}
   	#mobnav a#pull:after {
   		content:"";
   		background: url('nav-icon.png') no-repeat;
   		width: 30px;
   		height: 30px;
   		display: inline-block;
   		position: absolute;
   		right: 15px;
   		top: 10px;
   	}

   	.team-member
   	{
   		margin-bottom: 20px;
   	}
   	.testimonials-block .testimonial, .testimonials-block .testimonial-author
   	{
   		font-size: 20px;
   	}
   	.sub-page-title
   	{
   		font-size: 15px;
   		line-height: 21px;
   	}
   	.gallery_img
   	{
   		margin: 0 auto 15px;
   	}

   	.controls ul li
   	{
   		display: inline-block;
   		clear: both;
   		margin-top: 5px;
   	}
   	.promotext_splash
   	{
   		font-size: 15px;
   	}

   	.promotext_splash_2 .heading
   	{
   		font-size: 75px;
   		padding: 5px 30px;
   	}
   	.promotext_splash_3 .heading
   	{
   		font-size: 0px;
   		padding: 5px 15px;
   	}

   }

   /*Smartphone*/
   @media only screen and (max-width : 320px) {
   	#mobnav li {
   		display: block;
   		float: none;
   		width: 100%;
   	}
   	#mobnav li a {
   		border-bottom: 1px solid #576979;
   	}
   	.promotext_splash_2 .heading
   	{
   		font-size: 40px;
   		padding: 5px 5px;
   	}
   	.promotext_splash_3 .heading
   	{
   		font-size: 50px;
   		padding: 5px 15px;
   	}	
   	.home2logo
   	{
   		margin-bottom: 5px;
   	}
   	.team-member
   	{
   		margin-bottom: 20px;
   	}

   }

   /*Retina ready - From version 1.1 onwards*/
   @media only screen and (-Webkit-min-device-pixel-ratio: 1.5),only screen and (-moz-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 3/2),only screen and (min-device-pixel-ratio: 1.5) {
   	.testimonials-block
   	{
   		background: url('../images/quote@2x.png') left top no-repeat;
   		background-size: 100px 100px;
   	}

   }




