@charset "UTF-8";

/*
Theme Name: REIVER
Theme URI: http://www.designovastudio.com/wordpress/reiver
Description: A Premium Responsive wordpress theme.
Author: Designova
Author URI: http:http://www.designova.net
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.3
Tags: light,theme-options, translation-ready
*/

/* ===================================*/
/* 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: 'Comfortaa', sans-serif; font-weight:700;*/
	font-family: 'Comfortaa', 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: 'Comfortaa', sans-serif !important;
	font-weight: 600 !important;
	text-transform: uppercase;
}
p { 
	font-size: 14px; 
	font-family: 'Comfortaa', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 25px;
}
a, a:hover{
	text-decoration: none;
}
.colored
{
	color: #BAFCF2
}

.wp-caption {}
.wp-caption-text {}
.sticky {}
.gallery-caption {}
.bypostauthor {}
/* Images */
.alignleft {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}

.alignright {
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
}

.aligncenter {
    display: block;
    margin: 10px auto;
}
.alignnone 
{
	max-width: 100%;
}
/* NAV
   ================================================== */

#main_menu {
    border-bottom: 1px solid #DEDEDE;
    color: #FFFFFF;
    margin-right: 10px;
    width: 100%;
    z-index: 500;
    background: #FFF;
-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
-moz-box-shadow:    0 0 3px 0 rgba(0, 0, 0, 0.22);
box-shadow:         0 0 3px 0 rgba(0, 0, 0, 0.22);
}
#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;
}
.reimenu {
    display: table-cell;
    height: 66px;
    vertical-align: middle;
}
ul#nav li {
    display: inline;
    margin-left: 20px;
}
ul#nav li a {
    color: #aaa;
    font-family: 'Comfortaa', 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;
}

/* 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: 100px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;
	line-height: 97px;
    /*font-family: 'Comfortaa', sans-serif;*/
	font-weight:normal;
	margin: 45px 0 0px;	
	text-align: center;
	letter-spacing: 3px !important;
	/*text-transform: uppercase;*/
}
.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*/
.ligne{
border-bottom:1px solid #cfcfcf;
}

.trait-separator {
    border: 2px solid #6bbfa1 !important;
    width: 10%;
    margin: 10px auto;
}
.tarif-pack {  
	font-size: 26px !important;
	font-weight: 500 !important;
}

.highlightbox_two {
	padding: 0 20px 20px 20px;
	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
{
	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: 'Comfortaa', sans-serif; font-weight:300;
}



/*testimonials block*/
.testimonials-block
{
	background: url('images/quote.png') left top no-repeat;
	color: #FFF;
}
/* actuels */
.testimonial,.testimonial-author{
	font-size:18px;
	font-family: 'Comfortaa', sans-serif;
	font-weight: 300;
	padding-left: 120px;
		color: #FFF;
}
.testimonial-author{
	font-size:18px;
	font-family: 'Comfortaa', sans-serif;
	font-weight: 300;
	padding-left: 120px;
	color: #ccc;
	/*text-align: right;*/
}

.testimonials-block .testimonial
{
	font-size: 30px;
	font-family: 'Comfortaa', sans-serif;
	font-weight: 400;
	padding-left: 120px;
		color: #FFF;
}
.testimonials-block .testimonial-author
{
	font-size: 30px;
	font-family: 'Comfortaa', 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: 'Comfortaa', 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: 'Comfortaa', sans-serif;
  font-weight: 400;
  background: #62C0F7;
  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;
		color: #FFF !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: 'Comfortaa', sans-serif;
	font-size: 16px !important;
}
.splash-sub span
{
	font-size: 16px !important;
	font-weight: bold !important;
}
.content-section
{
	width: 100% !important;
	padding:80px 0 80px;
	border-bottom:solid 1px #E5E5E5;
    overflow:hidden;
}
.content-section-notop
{
		padding:0px 0 100px;
}


.content-section h2 , .content-section-notop  h2
{
    color: #050505;
	font-family: 'Comfortaa', 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: 'Comfortaa', 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: 'ComfortaaRegular';*/
    font-family: 'Comfortaa', 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: 'Comfortaa', 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 input[type="email"]
{
/*	border:solid 1px #cfcfcf;*/
	background:#E8E8E8;
	width: 100%;
	padding: 10px 10px;
	font-size: 24px;
	border:none;
}
.recontactform input[type="tel"]
{
/*	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_1
{
	/*text-transform: uppercase;*/
   color: #FFF;
	font-size: 55px;
	font-family: 'Comfortaa', sans-serif; font-weight:700;
	text-transform: uppercase;
	margin: 0px auto 15px auto;	
	text-align: center;	
}
.promotext_splash_1 span
{
		font-size: 35px;
	font-family: 'Comfortaa', sans-serif;
	font-weight: 200;
}

.promotext_splash_2
{
	/*text-transform: uppercase;*/
   color: #FFF;
	font-size: 55px;
	font-family: 'Comfortaa', sans-serif; font-weight:700;
	text-transform: uppercase;
	margin: 0px auto 15px auto;	
	text-align: center;	
}
.home2logo
{
	margin: 50px auto 50px auto;
	text-align: center;
}
.promotext_splash_2 .heading
{
	/*text-transform: uppercase;*/
   color: #FFF;
	font-size: 155px;
	font-family: 'Comfortaa', 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: 'Comfortaa', sans-serif;
	font-weight: 300;
}
/*Home Page Options*/
.promotext_splash_4
{
	margin: 0 auto 0 auto;
	text-align: center;
}
.splashmega
{
	font-size: 40px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;
	letter-spacing: 30px;
    color: #FFF;
    border-bottom:solid 0px #FFF;
    margin-bottom: 20px;
}
.promotext_splash_4 .splash-sub
{
	color: #FFF;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 35px;
	background: rgba(98,181,229,0.5);
	padding:5px 15px;
}


#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;

}


/* ===================================*/
/* 6. Footer: */
/* ===================================*/
footer
{
/*background: #596972;*/
background:#454849;
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: 'Comfortaa', 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: 29px;
	letter-spacing: 1.2px;
	margin: 10px 0 15px;
	/*text-align: center;*/
	font-family: 'Comfortaa', sans-serif;
	font-weight: 200;
	text-transform: none;
}


.sub-heading
{
	position: relative;
	padding: 5px 0 8px;
    font-family: 'Comfortaa', sans-serif;
    font-weight: 400;
    text-transform: uppercase;	
    font-size: 24px;
    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*/
.poste{color:#6f6f6f;}
.team-head
{
	color: #FFF;
	background:#444;
	padding: 70px 10px;
	overflow: hidden;
	position: relative;
}
.team-head h3{
	padding: 0;
	margin:0;
	text-align: center;
	font-size:18px;
}
.team-head h3 span
{
	font-family: 'Comfortaa', 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: left;
}
.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;
	display: inline-block;

}
.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;
}
.team-social.twitter
{
	background: #62C0F7;
	color: #FFF;
}
.team-social.facebook
{
	background: #3B5998;
}
.team-social.dribbble
{
	background: #FB9EC0;
}
.team-social.youtube
{
	background: #C7312B;
}
.team-social.instagram
{
	background: #4D7BA0;
}
.team-social.github
{
	background: #202021;
}
.team-social.linkedin
{
	background: #0077B5;
}
.team-social.flicker
{
	background: #EA006C;
}
.team-social.pinterest
{
	background: #BE212B;
}
.team-social.skype
{
	background: #18B6F1;
}
.team-social.gplus
{
	background: #DD4C39;
}
.team-social.rss
{
	background: #F97807;
}
/*Highlight text*/

.highlight-text-one
{
	font-family: 'Comfortaa', 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;
	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;
}


/*--------------------------------------*/
/*---------------Portfolio----------------*/
/*--------------------------------------*/
.controls
{
	margin:0;
	padding: 0;
	list-style: none;
}
.controls li
{ display: inline;
margin-left: 5px;}
#reiver_Gridport{
/*	width: 640px;
	text-align: justify;
	font-size: 0.1px;*/
}

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

#reiver_Gridport .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;*/
}

#reiver_Gridport .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;
}


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

.block_skills .skill
{
	margin-bottom: 15px;
		font-family: 'Comfortaa', 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;
}

.theskill
{
	font-size: 18px;
	font-weight: bold;
}
.theskill span {
    display: block;
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
    font-weight: normal;
}


/*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;
}
.blogsticky
{
	color: #62C0F7;
	margin-right: 5px;
	float: right;
}
/*Home3*/

.promotext_splash_3
{
	/*text-transform: uppercase;*/
   color: #FFF;
	font-size: 55px;
	font-family: 'Comfortaa', 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: 100px;
	font-family: 'Comfortaa', 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: 'Comfortaa', sans-serif;
	font-weight: 300;

}

.sub3{
	padding-top: 25px;
}



/*--------------------------------
   Newly added on 1.3
----------------------------------*/
.skill-wrap{
    font-size: 28px;
    line-height: 35px;
font-family:"Comfortaa";
margin-bottom: 30px;
}
.skill-wrap > div{
    min-height: 140px;
}
.skill-wrap > div > span{
    display: block;
    font-size: 18px;
    line-height: 30px;
font-family:"Comfortaa";
margin-top: 10px;
}

.megatext
{
    font-family: 'Comfortaa', sans-serif;

        line-height: 65px;
        text-transform: uppercase;
	    font-family: 'Comfortaa', sans-serif;
	font-weight: 200;
	        font-size: 60px;
}
.megatext .mbold
{
	font-weight: 700;
	        font-size: 60px;

}

.remove-border
{
	border:none !important;
}
.stat_hl a
{
	color: #444;
}
.sliderpost .owl-controls
{
	position: absolute;
	top: 40%;
	width: 100%;
}
.sliderpost .owl-controls .owl-buttons .owl-prev
{
	position: absolute;
	left:0;
	border-radius: 1px;
	background: rgba(0,0,0,0.8);
}
.sliderpost .owl-controls .owl-buttons .owl-next
{
	position: absolute;
	right:0;
	border-radius: 1px;
	background: rgba(0,0,0,0.8);
}
/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('images/301.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}
/*--------------------------------------*/
/*---------------Masonary Blog----------*/
/*--------------------------------------*/
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.grid {
  max-width: 100%;
}

.grid .box {
  width: 360px;
/*  display: block;*/
  float: left;
  background: #FFF;
  min-height: 100px;
  margin-bottom: 25px;
  padding: 10px;
  background: url('images/bottom.jpg') bottom repeat-x #FFF;
  border: solid 1px #cfcfcf;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);

}

.grid .box .blog-content
{
  padding: 10px;
}
.grid .box .blog-content h4
{
	border-bottom: dashed #cfcfcf 1px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	color:#444;
}
.grid .box .blog-content h4 a
{
	color:#444;
}
.grid .box .blog-content h4 a:hover
{
	color: #62C0F7;
}
.grid .box .blog-content i
{
	margin-right: 5px;
	margin-left: 5px;
}
.grid .box .blog-content span
{
	padding-bottom: 10px;
	font-size: 12px;
	font-family: 'Comfortaa', sans-serif; font-weight:700;
	text-transform: none;
}
.grid .box .blog-content i:first-child
{
 margin-left: 0px;
}
.grid .box .blog-quote
{
	background:#D80E04;
	color: #FFF;
	font-size: 22px;
	margin: 10px;
	padding: 10px;
}
.grid .box .linkpost
{
	text-align: center;
	background:#15B3ED;
}
.grid .box .linkpost a
{
	color:#FFF;
}
.grid .box .blog-image
{
	padding: 10px;
	padding-bottom: 0;
}
.grid .box .masonary-blog-video
{
	margin: 10px 10px 0px 10px;
}

.grid .box .blog-readmore
{
		text-align: right;
		margin-bottom: 10px;
		margin-right: 10px;
		width: 30%;
		float: right;
}

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













/*--------------------------------------*/
/*---------------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;
}

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

    .skill-wrap > div{
        margin-top: 30px;
    }
	.promotext_splash_4
	{
		margin: 0 auto 0 auto;
	}
}


@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;
	}
	.promotext_splash_4
	{
		margin: 0 auto 0 auto;
	}
}

@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;
	}
	.promotext_splash_4
	{
		margin: 0 auto 0 auto;
	}
.promotext
{
	font-size: 50px;
}	
}

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


	.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;
	}

	.promotext_splash_4
	{
		margin: 0 auto 0 auto;
	}
.promotext
{
	font-size: 50px;
}

}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {	
   .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_1
	{
     font-size: 15px;
	}

	.promotext_splash_2 .heading
	{
	    font-size: 75px;
        padding: 5px 30px;
	}
	.promotext_splash_3 .heading
	{
	    font-size: 75px;
        padding: 5px 15px;
	}
	.promotext_splash_4
	{
		margin: 0 auto 0 auto;
	}	
      .skill-wrap > div{
        margin-top: 30px;
    }
	.promotext
	{
		font-size: 50px;
		line-height: 43px;
		font-weight: bold;
	}
	.grid .box {
	  width: 300px;
	}

}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	.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;
	}
	.promotext_splash_4
	{
		margin: 0 auto 0 auto;
	}	
      .skill-wrap > div{
        margin-top: 30px;
    }
	.promotext
	{
		font-size: 50px;
		line-height: 43px;
	}
	.grid .box {
	  width: 300px;

}

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

}

.mbBgndGallery
{
	z-index:-1 !important;
}
.parallax {
		text-align: center;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed !important;
	}
}