/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

@font-face {
    font-family: 'NotoNaskhArabic-Regular'; src: url(../fonts/NotoNaskhArabic-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'NotoNaskhArabic-Regular'; src: url(../fonts/NotoNaskhArabic-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Questrial';
    src: url(../fonts/Questrial-Regular.ttf) format('truetype');
}


/*@font-face {
    font-family: 'Dosis';
    src: url(../fonts/Dosis-Regular.ttf) format('truetype');
}*/



body{
    padding: 0;
	/*margin: 0 0 80px;*/
	font-family: 'NotoNaskhArabic-Regular';     
	background: #222222;
    direction: rtl;
}

body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
    font-family: 'NotoNaskhArabic-Regular'; 
}

p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
/*--baner--*/
.banner {
   /*background:url(../images/space_large2.gif)no-repeat 0px 0px;*/
   -webkit-background-size:cover;
    background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
   min-height:700px;
   position: relative;
}

.banner_camera {
   /*background:url(../images/backgrounds/sea_large.jpg)no-repeat 0px 0px;*/
   -webkit-background-size:cover;
    background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
   min-height:700px;
   position: relative;
}

.banner_new {

   position: relative;
}


.banner-info {
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 700px;
    /*background: rgba(0, 0, 0, 0.5);*/
}

.banner_camera_info {
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 700px;
    /*background: rgba(0, 0, 0, 0.2);*/
}


/*-- Navbar --*/
/*.top-nav {
	z-index: 999;
}*/

.navbar {
	margin-bottom: 0;
	position: absolute;
	z-index: 99999;
	background-color: rgba(0, 0, 0, 0.9);
    /*background-color: #1c1c1c;*/
	border: none;
	border-radius: 0;
	width: 100%;
	padding: 3px 0;
}

a.navbar-brand {
	font-family: 'Questrial', cursive;
	font-size: 30px;
	margin-top: 3px;
    text-decoration: none;
}

.navbar-default .navbar-brand {
	color: #d5d5d5;
}

.navbar-default .navbar-brand:hover {
	color: #FFF;
}

.navbar-nav > li {
	padding: 5px 7px;
}

.navbar-nav > li > a {
	font-family: 'NotoNaskhArabic-Regular', sans-serif;
	color: #d5d5d5;
    font-size: 1.5em;
    letter-spacing: 0px;
    padding: 10px 15px;
}

.navbar-default .navbar-nav>li>a {
	color: #d5d5d5;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #FFF;
}


/*-- Link Effect: bottom border enlarge --*/
.link-effect a {
	padding: 0 0 7px;
}
.link-effect a::after {
	position: absolute;
	top: 84%;
	left: 0;
	width: 100%;
	height: 1px;
	background:#6699cc;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.link-effect a:hover::after,
.link-effect a:focus::after {
	height: 3px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
/*-- /Link Effect: bottom border enlarge --*/

input.donate {
    padding-top: 12px;
    /*width: 95%;*/
    height: auto;

}

input.donate:hover {
    opacity: 0.9;

}

.loading
{
    background:url(../images/backgrounds/loading.gif)no-repeat 0px 0px;


} 





/*-- //Navbar --*/



.banner-text-info {
    width: 70%;
    margin: 15em auto 0;
    text-align: center;
    z-index: -6;
}
.banner-text h2 {
    color: #fff;
    font-size: 3.2em;
    line-height: 1.2em;
}
.banner-text h3 {
    font-size: 1.8em;
    color: #fff;
    margin-top: 2em;
    letter-spacing: 0px;
    line-height: 1.8em;
}

.banner-text em {
    color: #6699cc;
    font-style: normal;
    font-weight: bold;
}

.more {
    margin-top: 5em;
}








.button_large {
  display: inline-block;
  border: 1px solid #008cc9;
  border-radius: 2px;
  padding: 0.6em 2.2em;
  color: white;
  cursor: pointer;
  background: #008cc9;
  font-family: 'NotoNaskhArabic-Regular';
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  transition: background-color .1s ease-in-out;

}

.button_large:hover {
  background: #25a7f3;
  color: #fff;
  text-decoration: none;
}


/*-- Player starts Here-- --*/

/*-- Testing-- --*/
/*
#Xproject {
  height: 100%;
}

 #flashContent {
        height: 100%;
 }*/


/*-- Testing-- --*/



.player-menu{
     background: #222222;
     /*padding-bottom: 15px;*/
     z-index: 9999;
}

.navbar-player {
    /*position: fixed;*/
     z-index: 9999;
}

@media only screen and (max-height: 1500px) and (min-height: 849px) {
   #div_player_frame {
       width: 1280px; /* real width of the swf media */
       height: 767px;
   }
}

@media only screen and (max-height:849px) {
   #div_player_frame {
      height: 100%;
   }
}
	



.banner-main {
    padding: 0 0 0 0;
    z-index: 9999;
}

/*==============================*/
/*      Navigation Menu Player
==============================*/


.logo {
  float: left;
}
.top-nav-player{
	float:right;
	margin-top: 3px;
}
/*--header--*/
.header_player{
  	background-color: #222222; 
  	padding: 0;
}

.navigation{
  background-color: #000000;
}

.nav-icon {
  float: right;
  padding: 0 0 0 0.5em;
}

i.glyphicon.glyphicon-menu-hamburger {
  font-size: 1.7em;
  color: #fff;
}

nav.pull {
  padding: 1em 0;
  /*background-color: #000000;*/
}
.navigation nav ul li{
	display: inline-block;
}
.navigation {
  text-align: center;
}

.nav-icon a{
    font-family: 'NotoNaskhArabic-Regular', sans-serif;
    color: #d5d5d5;   
    font-size: 1.5em;
    letter-spacing: 0px;
    text-decoration: none;
    /*padding-bottom:10px;
    padding-right:10px;*/

}

.hero a{
    text-decoration: none;
}

.nav-icon a:hover{
    color: #fff;
    text-decoration: none;
}

/*.nav-last { margin-bottom: 50px; margin: 0;}*/

nav ul { list-style: none; padding: 0;margin: 0; }

.navigation nav ul li a {

    font-family: 'NotoNaskhArabic-Regular', sans-serif;
    color: #d5d5d5;   
    font-size: 1.5em;
    letter-spacing: 0px;

	margin: 0.3em 1em !important;
    text-align: center;
    display: block !important;
    background: none;
    border-bottom: none;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: relative;
    text-decoration: none;
}
 .navigation nav ul li a:hover {   
	color: #FFF !important;
	background: none !important;
}

.pull { display: none; }

.hero {
  /*padding: 0em 0;*/
  padding-top: -15px;
  height: auto; 
  text-decoration: none;

  }


@media(max-width:480px){
.navigation nav ul li {
  display: block;
}
.navigation nav ul li a {
  margin: 0.4em 1em !important;
}
}
@media (max-width:320px){
	nav.pull {
  padding: 0.5em 0;
}
.navigation nav ul li a {
  font-size: 0.85em;
}
}


/*      Navigation Bar
==============================*/

#m_nav_container {
    width: 100%;
    height:100px;
    left: 0px;
    background-color:#ff0000;
    position: fixed;
    display: none;
    top: 0px;
}

a.navbar-player-brand {
	font-family: 'Questrial', cursive;
	font-size: 25px;
	margin-top: 0px;
    color: #d5d5d5;
    z-index: 9999;
    display: block;
    position: fixed;
}


a.navbar-player-brand:hover {
	color: #fff;
}
 
.m_nav_item {
    margin:18px 50px 8px 0px;
    display: inline-block;
}
.m_nav_item a {
    font-family: 'Abel-Regular', sans-serif;
    color: #d5d5d5;   
    font-size: 1.2em;
    letter-spacing: 1px;

    
}
.m_nav_item a:hover {
    color: #FFF;
} 

 
/*-- menu-navigation --*/
/*.menu { 
    z-index: 9999;
	float: left;
}

.menu .navicon {
    background: transparent;
    position: fixed;
    height: 46px;
    width: 46px;
    display: block;
    top: 10px;
    right: 100px;
    z-index: 9999;
    -webkit-transition: linear 0.5s all;
    -moz-transition: linear 0.5s all;
    transition: linear 0.5s all;
    outline: none;
}
.menu .navicon:before, .menu .navicon:after {
    background: #d5d5d5;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    content: "";
    height: 3px;
    left: 0;
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    transition: 0.8s ease;
    width: 36px;
    z-index: 9999;
}

.menu .navicon:before {
	box-shadow: #d5d5d5 0 13px 0 0;
	position: absolute;
	top: 0;
}
.menu .navicon:after {
    position: absolute;
    top: 25px;
}

.menu .navicon--active { 
	-webkit-transition: linear 0.5s all;
	-moz-transition: linear 0.5s all; 
	transition: linear 0.5s all;
}

.menu .navicon--active:before {
	box-shadow: transparent 0 0 0 0;
	top: 15px;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
	background: #fff;
}
.menu .navicon--active:after {
	top: 15px;
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	transform: rotate(315deg);
	background: #fff;
} 
.menu .toggle {
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #1c1c1c;
    padding: 5px 7px;
    opacity: 0;
    -webkit-transition: ease-in 0.5s all;
    -moz-transition: ease-in 0.5s all;
    transition: ease-in 0.5s all;
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    -o-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    z-index: 999;
	text-align: center;
}
.menu .toggle--active {
	display: block;
	opacity: 1;
	-webkit-transition: ease-in 0.5s all;
	-moz-transition: ease-in 0.5s all; 
	transition: ease-in 0.5s all;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
	
}  */
/*-- //menu-navigation --*/

footer {
    background-color: #1c1c1c;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 10%;
    width: 100%;
    overflow:hidden;
}

.player_footer{
    background: #1c1c1c;
    padding-top: 7px;
    /*padding: 0.7em 0 0.7em 0;*/
}



ul.Player_links {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*background-color: #333333;*/
}

ul.Player_links li {
    float: left;
}

ul.Player_links li a{
    color: #9b9b9b;
    font-family: 'OpenSans-Regular', sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.8em;
    transition: 0.5s all;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 7px;


}

ul.Player_links li a:hover{
    color: #6699cc;
    transition: 0.5s all;
}


hr {
  color: #2b2b2b;
  background-color: #2b2b2b;
   display: block;
  height: 1px;
  padding: 0 0 0 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    border: none;
}

.player_footer_text p {
    font-family: 'OpenSans-Regular'; 
    color: #737171;
    /*font-family: 'Exo 2', sans-serif;
    font-weight: 300;
    font-size: 13px;*/
    font-size: 13px;
    text-decoration: none;
}



/*-- Player ends Here-- --*/








/*--Slider Part starts Here--*/
#slider2,
#slider3 {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	/*margin: 0 auto;*/
}
.callbacks_container {
  width: 100%;
}





/*----   Stars -----*/

@keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-webkit-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-moz-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-ms-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}

@keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-webkit-keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-moz-keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-ms-keyframes move-clouds-back {
    from {background-position: 0;}
    to {background-position:10000px 0;}
}

.stars, .twinkling, .space, .clouds, .sea {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  display:block;
 /*opacity: 0.2;*/
}

.stars {
  background:#000 
  url(../images/stars.png) repeat top left;
  z-index:-3;
  height: 100%;
  /*min-height:50%;*/
  
  /*animation:move-clouds-back 700s linear infinite;*/
  
}

.twinkling{
  background:
  transparent 
  url(../images/twinkling.png) repeat top left;
  z-index:-2;
  height: 100%;
  /*min-height:700px;*/

  -moz-animation:move-twink-back 200s linear infinite;
  -ms-animation:move-twink-back 200s linear infinite;
  -o-animation:move-twink-back 200s linear infinite;
  -webkit-animation:move-twink-back 200s linear infinite;
  /*animation:move-clouds-back 700s linear infinite;*/
  animation:move-twink-back 200s linear infinite;
  
}

.space{
    background:url(../images/space_large.gif) no-repeat 0px 0px;
    /*background:url(http://photoskop.com/images/space_large.gif) repeat top center;*/
    -webkit-background-size:cover;
    background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
    z-index:-1;
  opacity: 0.5;
  min-height:100%;

  /*-moz-animation:move-clouds-back 200s linear infinite;
  -ms-animation:move-clouds-back 200s linear infinite;
  -o-animation:move-clouds-back 200s linear infinite;
  -webkit-animation:move-clouds-back 200s linear infinite;
  animation:move-clouds-back 700s linear infinite;*/
  
}

.sea{
    background:url(../images/sea_large.jpg) no-repeat 0px 0px;
    -webkit-background-size:cover;
    background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
    z-index:-2;
  /*opacity: 0.5;*/
  min-height:100%;

  /*-moz-animation:move-clouds-back 200s linear infinite;
  -ms-animation:move-clouds-back 200s linear infinite;
  -o-animation:move-clouds-back 200s linear infinite;
  -webkit-animation:move-clouds-back 200s linear infinite;
  animation:move-clouds-back 700s linear infinite;*/
  
}

.clouds{
    background:transparent url(../images/clouds2.png) repeat top center;
    z-index:-1;
    /*background-blend-mode: darken;*/
    /*opacity: 0.75;*/

  -moz-animation:move-clouds-back 800s linear infinite;
  -ms-animation:move-clouds-back 800s linear infinite;
  -o-animation:move-clouds-back 800s linear infinite;
  -webkit-animation:move-clouds-back 800s linear infinite;
  animation:move-clouds-back 800s linear infinite;
}




/*--//baner--*/



/*--work--*/

.bg_white {
    background: #ffffff;
}

.bg_dark {
    background: #1c1c1c;
}

.work-grids.work-img {
    background: url(../images/camera_guy_ar.jpg)no-repeat 0px 0px;
    background-size: cover;
    min-height: 450px;
}

.work-grids.work-img.img-light {
    background: url(../images/light.jpg)no-repeat 0px 0px;
    background-size: cover;
    min-height: 450px;
}

.work-grids.work-img.img-model {
    background: url(../images/model1.jpg)no-repeat 0px 0px;
    background-size: cover;
    min-height: 450px;
}
.work-grids {
    padding: 5em 10em;
}

/*.work-grids-left {
    padding-left: 12em;
    width: 78%;
}*/

.work h3.title {
    font-size: 2.5em;
    /*color: #d5d5d5;*/
}
.work-grids p {
	width: 70%;
    font-size: 1.2em;
    line-height: 1.6em;
    margin: 3em 0 2.5em;
    /*color: #9b9b9b;*/
}

.work-grids p em {
    color: #d5d5d5;
    font-style: normal;
    /*font-weight: bold;*/
}

.work em {
    color: #d5d5d5;
    font-style: normal;
    /*font-weight: bold;*/
}

.camera .grey em {
    color: #6699cc;
    font-style: normal;
    /*font-weight: bold;*/
}

.portrait .grey em {
    color: #6699cc;
    font-style: normal;
    /*font-weight: bold;*/
}


.dark_grey {
    color: #333;
}

.black{
    color: #000;
}


.grey {
    color: #737373;
}

.light_grey {
    color: #9b9b9b;
}

.bright_grey {
    color: #d5d5d5;
}


/*.work-grids ul li {
    display: block;
    margin: 1em 0 0;
	color: #999;
}
.work-grids ul li a {
    font-size: 1em;
    color: #999;
    outline: none;
    text-decoration: none;
}
.work-grids ul li a:hover {
    color: #e74c3c;
	padding-left: 10px;
}
span.glyphicon.glyphicon-chevron-right {
    font-size: .9em;
    margin-right: 1em;
	color: #404040;
}*/

/*.work-text h5 {
    font-size: 1.5em;
    font-weight: 600;
    color: #e74c3c;
    margin-bottom: 0.5em;
}*/




a.abt-more {
    display: inline-block;
    border: 1px solid #9b9b9b;
    border-radius: 2px;
    padding: 0.7em 2em;
    /*margin: 2em auto 0;*/
    text-align: center;
    position: relative;
    /*text-transform: uppercase;*/
    transition: 0.3s all;
    font-family: 'OpenSans-Regular', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #d5d5d5;
}

a.abt-more:hover{
    /*text-decoration: none;
    border: 1px solid #ffffff;
    transition: 0.3s all;
    color: #fff;*/

    text-decoration: none;
    background: #008cc9;
    border: 1px solid #008cc9;
    transition: 0.2s all;
    color: #fff;
}


a.abt-more-blue {
    display: inline-block;
    border: 1px solid #6699cc;
    border-radius: 2px;
    padding: 0.7em 2em;
    /*margin: 2em auto 0;*/
    text-align: center;
    position: relative;
    /*text-transform: uppercase;*/
    transition: 0.2s all;
    font-family: 'OpenSans-Regular', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #6699cc;
}

a.abt-more-blue:hover{
    text-decoration: none;
    background: #008cc9;
    border: 1px solid #008cc9;
    transition: 0.2s all;
    color: #fff;
}



/*--//work--*/

/*--subscribe form--*/

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    width: 50%; /* Could be more or less, depending on screen size */
}

.login-head {
    margin-bottom: 3em;
}
/*.message.warning  {
    -webkit-box-shadow: 0px 15px 19px 0px rgba(48,55,102,0.62);
    -moz-box-shadow: 0px 15px 19px 0px rgba(48,55,102,0.62);
    box-shadow: 0px 15px 19px 0px rgba(48,55,102,0.62);
     margin:3% auto 0;
	width: 40%;
}*/
.inset {
    background: url(../images/hills2.jpg)no-repeat center 0px;
    background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
    padding: 4em 3em;
}

.modal h3.title {
    font-size: 2.5em;
    text-align: center;
    /*color: #d5d5d5;*/
}

.inset input[type="text"] {
    outline: none;
    font-size: 1em;
    color: #000;
    padding: .8em 1em;
    margin: 0;
    width: 100%;
    border: none;
    -webkit-appearance: none;
    display: block;
        background:#fff;
}
.inset p {
    font-size: 1.2em;
    margin: 1em 0 .5em;
}

.inset input[type="submit"] {
    font-size: 15px;
    color: #fff;
    background: #008cc9;
    border: 3px solid #008cc9;
    outline: none;
    cursor: pointer;
    padding: .6em 1em;
    -webkit-appearance: none;
    width: 40%;
	margin:1.5em 0;
	    transition: 0.5s all ;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.inset input[type="submit"]:hover {
     background: #25a7f3;
	 border: 3px solid #25a7f3;

}
/*--alert-close--*/
.message {
	
	position: relative;
}
.alert-close {
	background: #008cc9 url('../images/cross.png') no-repeat 17px 17px;
    cursor: pointer;
    position: absolute;
    right: -15px;
    top: -19px;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    width: 50px;
    height: 50px;
}



/*--//subscribe form--*/


/*--player--*/
.player {
  background: url("../images/bg_city.jpg") no-repeat 0px 0px;
  background-size: cover;
  text-align: center;
}

.player-image {
	/*width: 75%;*/
    content:url("../images/player_med_ar.png");
    /*content:url("../images/player.gif");*/
    
	padding: 3em 0 3em;
    margin: 0 auto;
}
/*--//player-*/



/*--gallery-section--*/

.Gallery-section {
    padding: 5em 0;
}

.Gallery-section {
    background: #ffffff;
}

.work-grid {
    padding: 5px;
    position: relative;
}


.icon-overlay {
    position: absolute;
    top:0;
    left:0;
    font-size: 32px;
    color: #fff;
    opacity: 0.7;
    text-align: center;
    width: 100%;
    height: 100%;
}

.icon-overlay2 {
    position: absolute;
    top:0;
    left:0;
    font-size: 32px;
    color: #fff;
    opacity: 0.7;
    text-align: center;
    width: 100%;
    height: 100%;
}

.icon-overlay span {
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}

.icon-overlay2 span {
    position: absolute;
    top:15%;
    left:90%;
    transform:translate(-15%, -90%);
}

.img-container {
    position: relative;
    margin: auto;
    /*width:315px;*/
    cursor:pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.img-container img {
    display: block;
}

.img-container:hover .icon-overlay  {
    color: #fff;
    opacity: 1.0;
}

.text-overlay {
    position: absolute;
    top:0;
    left:0;
    font-size: 18px;
    color: #ffffff;
    text-shadow: 1px 1px 3px #1c1c1c;
    text-align: left;
    width: 100%;
    height: 100%;
}
.text-overlay p {
    position: absolute;
    top:5%;
    left:7%;
    transform:translate(-5%, -7%);
}



/*--//gallery-section--*/



/*lessons gallery*/

.work-section{
	padding:5em 0;
    background: #fff;
}

.img-box {
  display: block;
  width: 100%;
  height: 100%;
}

.img-box img {
  display: block;
  position: relative;
  max-width: 100%;
  max-height: 100%;
}

.img-box {
  position: relative;
}



/*.icon-overlay {
    position: absolute;
    top:0;
    left:0;
    font-size: 32px;
    color: #fff;
    opacity: 0.7;
    text-align: center;
    width: 100%;
    height: 100%;
}
.icon-overlay span {
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}

.text-overlay {
    position: absolute;
    top:0;
    left:0;
    font-size: 18px;
    color: #ffffff;
    text-shadow: 1px 1px 3px #1c1c1c;
    text-align: left;
    width: 100%;
    height: 100%;
}
.text-overlay p {
    position: absolute;
    top:5%;
    left:7%;
    transform:translate(-5%, -7%);
}*/

.text_lesson_by {
    width:100%; 
    text-align: left; 
    padding-bottom: 10px;
    font-size:14px;
}

.author_link_elem {
    font-size:14px; 
    text-decoration: underline;
    color: #737373;
}

.author_link_elem:hover {
    font-size:14px; 
    /*text-decoration: underline;*/
    color: #008cc9;
    transition: 0.2s all;

}



.item:hover .icon-overlay  {
    color: #fff;
    opacity: 1.0;
}

.item:hover .img-box {
    background-color: black;
}

.item:hover img {
    opacity: 0.85;
}

a.abt-more-blue {
    display: inline-block;
    border: 1px solid #6699cc;
    border-radius: 2px;
    padding: 0.7em 2em;
    /*margin: 2em auto 0;*/
    text-align: center;
    position: relative;
    /*text-transform: uppercase;*/
    transition: 0.2s all;
    font-family: 'OpenSans-Regular', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #6699cc;
}

a.abt-more-blue:hover{
    text-decoration: none;
    background: #008cc9;
    border: 1px solid #008cc9;
    transition: 0.2s all;
    color: #fff;
}

/* Filter controls */
.simplefilter li{
    cursor: pointer;
    display: inline-block;
    padding: 9px 20px;
    font-size: 14px;
    margin: 0.3em 0.4em;
    /*letter-spacing: 1px;*/
    border: 1px solid #6699cc;
    font-family: 'OpenSans-Regular', sans-serif;
    border-radius: 25px;
    /*background: #444;*/
    color: #6699cc;
}

.simplefilter li:hover{
     border: 1px solid #008cc9;
     color: #008cc9;
}

.simplefilter li.active {
    color: #FFFFFF;
    background: #008cc9;
}

.simplefilter li.active:hover {
    background: #25a7f3;
}

ul.simplefilter {
    text-align: center;
	margin-bottom: 3em;
}


.item {
  display: block;
  position: relative;
  overflow: hidden;
}

.filtr-item img {
    width: 100%;
}

/*--//lessons gallery--*/



.camera_image {
    /*background: url(../images/camera.png)no-repeat;
    background-size: cover;*/
    position: absolute;
    bottom: -100px;
    z-index: 99;
    right: 0;
}

.softbox_image {
    position: absolute;
    bottom: -70px;
    z-index: 99;
    left: -50px;
}

/* ---------------------
FEEDBACK FORM
--------------------- */

.wrapper h3 {
  color: #d5d5d5;
  /*font-family: 'Roboto', sans-serif;*/
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 1.2em;
  font-weight: normal;
  margin-top: 35px;
  margin-bottom: 15px;
}

.variant label {
  color: #9b9b9b;
  /*font-family: 'Roboto', sans-serif;*/
  font-family: 'OpenSans-Regular', sans-serif;
  font-weight: normal;
  text-align: left;
  font-size: 1.2em;
  line-height: 23px;
}

.wrapper input {
  background-color: #d5d5d5;
}

.wrapper textarea {
  background-color: #d5d5d5;
}

.variant_free
{
  margin-top: 5px;
}

.wrapper .sumbit {
    border: 1px solid #008cc9;
}

/*--------------------- */



/*--newsletter--*/
.newsletter{
	padding:4em 0;
    background: url(../images/bokeh_bg.jpg)no-repeat 0px 0px;
    background-size: cover;
}

.get-in-grid-left {
    float: left;
    width: 63%;
}
.get-in-grid-right p {
    font-size: 1.3em;
    color: #ffffff;
    /*color: #D28F3B;
    font-family: 'Oswald', sans-serif;*/
    margin: 13px 0 0;
    /*font-weight: 300;*/
    /*letter-spacing: 2px;*/
    text-align: center;
}
.get-in-grid-right {
    float: right;
    margin-left: 1em;
    width: 33%;
}
.get-in-grid-left input[type="text"] {
    outline: none;
    color: #999;
    font-size: 14px;
    width: 75%;
    padding: 13px 10px;
    background: #fff;
    border: none;
}
.get-in-grid-left input[type="submit"] {
  display: inline-block;
  /*border: 1px solid #008cc9;*/
  border: none;
  outline: none;
  padding: 12px 10px;
  color: white;
  background: #008cc9;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
    /*background:url(../images/4.png) no-repeat 0px 15px;
	display:inline-block;
    width: 20%;
    color: #fff;
	font-family: 'Oswald', sans-serif;
    padding: 13px 0;
    border: none;
    outline: none;
    margin: 0 0 0 2em;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;*/
}
.get-in-grid-left input[type="submit"]:hover {
  background: #25a7f3;
  color: #fff;
  text-decoration: none;
    /*background:url(../images/4-.png) no-repeat 0px 15px;
	display:inline-block;*/
}



.get-in-grids {
    padding: 1em 2em;
    /*background: #f4f4f4;*/
}


/*--contribute--*/

.contribute {      
    background:url(../images/hills_bg.jpg)no-repeat 0px 0px;
   -webkit-background-size:cover;
    background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
   min-height:500px;
   position: relative;
   padding-bottom: 2em;
}

.contribute-grids {
    padding: 5em;
}

.contribute-grids h3.title {
    font-size: 2.5em;
    /*padding: 0;*/
    /*margin: 0;*/
    text-align:center;
    /*letter-spacing: 2px;*/
    /*color: #d5d5d5;*/
}

.contribute-text h3 {
    font-size: 1.7em;
    margin-top: 2.0em;
    letter-spacing: 1px;
    line-height: 1.8em;
    text-align: center;
}

.contribute-text em {
    color: #6699cc;
    font-style: normal;
    font-weight: bold;
}

.team-bottom{
	margin-top:4%;
}

.team-left a {
	overflow: hidden;
	position: relative;
	display: block;
}
.team-text {
    text-align: center;
    margin: 17px 0px;
}
.team-text h5 {
   color:#d5d5d5;
    font-size:1.4em;
    margin: 0;
	
	letter-spacing:2px;
}

.team-text:hover h5 {
   color:#6699cc;
   text-decoration: underline;
}


.team-left img{
	text-align: center;
    width: 170px;
    /*margin: 0 auto;*/
}

.contribute_roles img{
	text-align: center;
    /*width: 170px;*/
    /*margin: 0 auto;*/
}

.contribute_roles img:hover{
	opacity: 0.9;
    /*width: 170px;*/
    /*margin: 0 auto;*/
}

/*--//contribute--*/

.profile_icon img{
	text-align: center;
    /*width: 170px;*/
    /*margin: 0 auto;*/
}

.profile_icon img:hover{
	opacity: 0.9;
    /*width: 170px;*/
    /*margin: 0 auto;*/
}


/*--info--*/

.info_page {
	padding-top: 5em; /* ---- Menu height */
    padding-bottom: 3em; /* ---- Menu height */
}

.info_header {
    padding: 5em 5em 2.5em;
}


.info_header h3.title {
    font-size: 2.5em;
    /*padding: 0;*/
    /*margin: 0;*/
    text-align:center;
    /*letter-spacing: 2px;*/
    /*color: #d5d5d5;*/
}

.info_text {
    padding: 0em 6em;
}

.info_text p {
	width: 100%;
    font-size: 1.2em;
    line-height: 1.6em;
    padding: 0.8em 0 1.0em;
    /*color: #9b9b9b;*/
}

.info_text p em {
    color: #d5d5d5;
    font-style: normal;
    /*font-weight: bold;*/
}

.info_text li {
    font-size: 1.2em;
    margin: 10px 0;
    /*color: #9b9b9b;*/
}




/*--//info--*/


/*--footer--*/

.footer{
    background: #1c1c1c;
    padding: 3em 0;
}
.ft-logo a{
    /*color: #fff;
    text-transform: uppercase;
    font-family: 'Viga', sans-serif;
    text-decoration: none;
    font-weight: 400;
    font-size: 36px;*/   
    font-family: 'Questrial', cursive;
	font-size: 25px;
    text-decoration: none;
    color: #d5d5d5;
}
.fot-grid h3 {
    color: #d5d5d5;
    margin-bottom: 14px;
    text-transform: capitalize;
    font-family: 'OpenSans-Regular', sans-serif;
    font-weight: 400;
    font-size: 18px;
}
.fot-grid ul{
    list-style-type: none;
}
ul.Categories li a,ul.Follow_Us li a{
    color: #9b9b9b;
    font-family: 'OpenSans-Regular', sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.8em;
    transition: 0.5s all;
    text-decoration: none;
}
ul.Follow_Us li a:hover, ul.Categories li a:hover{
    color: #6699cc;
    transition: 0.5s all;
}
input.sub-email {
    padding: 7px;
    color: #9b9b9b;
    font-size: 13px;
    display: inline-block;
    width: 80%;
    border: none;
    outline: none;
}
.footer button.submit, .player_footer button.submit {
    display: inline-block;
    font-size: 13px;
    padding: 7px;
    background-color: #6699cc;
    text-align: center;
    border: none;
    color: #fff;
    margin-left: -4px;
    width: 20%;
    transition: 0.5s all;
}
.footer button.submit:hover, .player_footer button.submit:hover{
    background: #fff;
    color: #6699cc;
    transition: 0.5s all;
}
/*
a.submit {
    display: inline-block;
    padding: 7.2px;
    background-color: #6699cc;
    text-align: center;
    color: #fff;
    margin-left: -4px;
    width: 16%;
    transition: 0.5s all;
}
a.submit:hover{
    background: #fff;
    color: #6699cc;
    transition: 0.5s all;
}*/

.subscribe {
    margin-bottom: 5px;
}

ul.social {
    padding:0;
    margin:0;
}

ul.social li{
    display: inline;
    padding:0;
    margin:0;
}
ul.social li a{
    background: url(../images/social3.png);
    width: 34px;
    height: 34px;
    display: inline-block;
}
ul.social li a.fb{
    background-position: -34px 0px;
}
ul.social li a.fb:hover{
    background-position: -34px -34px;
}
ul.social li a.twt{
    background-position: 0px 0px;
}
ul.social li a.twt:hover{
    background-position: 0px -34px;
}
ul.social li a.gpls{
    background-position: -68px 0px;
}
ul.social li a.gpls:hover{
    background-position: -68px -34px;
}

.copy-rit a.link_small {
    color: #737171;
    font-size: 11px;
}

.languages a.link_small {
    color: #737171;
    font-size: 12px;
}

a.link_small:hover {
    color: #6699cc;
}

.copy-rit p {
    color: #737171;
    /*font-family: 'Exo 2', sans-serif;
    font-weight: 300;
    font-size: 13px;*/
    font-size: 11px;
    text-decoration: none;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 64px;
    height: 48px;
    border: none;
    text-indent: 100%;
    background: url(../images/top-arrow.png) no-repeat;
    z-index: 9999;
}

/*--//footer--*/


/*--- slider-css --*/
.col-md-6.work-grids.cont {
	  padding: 0;
	  margin: 0;
}

.rslides {
	  position: relative;
	  list-style: none;
	  overflow: hidden;
	  width: 100%;
	  padding: 0;
	  margin: 0;
}
.rslides li {
	  -webkit-backface-visibility: hidden;
	  position: absolute;
	  display: none;
	  width: 100%;
	  left: 0;
	  top: 0;
      padding: 0;
	  margin: 0;
}

.rslides li:first-child {
	  position: relative;
	  display: block;
	  float: left;
}

.rslides img {
  display: block;
  height: auto;
  /*height: 100%;*/
  float: left;
  width: 100%;
  /*width: auto;*/
  border: 0;
  }
  
  
.rslides_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 18px;
	width: 18px;
	display: inline-block;
	background: #d5d5d5;
	border-radius:25px;
    opacity: 0.95;
}
.rslides_here a:after{
	background:#6699cc;
}
.rslides_tabs a{
	visibility:hidden;
}
.rslides_tabs li{
	display:inline-block;
}
ul.rslides_tabs.rslides1_tabs {
	position: absolute;
	bottom: 5%;
  	z-index: 99;
  	right: 15%;
}

ul.rslides_tabs.rslides2_tabs {
	position: absolute;
	bottom: 5%;
  	z-index: 99;
  	right: 15%;
}


.light1{
	background: url(../images/light1_ar.jpg) no-repeat;
	min-height: 450px;
	/*min-height: 550px;*/
	background-size: cover;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.light2{
	background: url(../images/light2.jpg) no-repeat;
	min-height: 450px;
	/*min-height: 550px;*/
	background-size: cover;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.light3{
	background: url(../images/light3.jpg) no-repeat;
	min-height: 450px;
	/*min-height: 550px;*/
	background-size: cover;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.model1{
	background: url(../images/model1_ar.jpg) no-repeat;
	min-height: 450px;
	/*min-height: 550px;*/
	background-size: cover;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.model2{
	background: url(../images/model2.jpg) no-repeat;
	min-height: 450px;
	/*min-height: 550px;*/
	background-size: cover;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.model3{
	background: url(../images/model3.jpg) no-repeat;
	min-height: 450px;
	/*min-height: 550px;*/
	background-size: cover;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}



/*---//slider-css --*/



/*---- responsive-design -----*/

/*---- wide screens-----*/



/*---- wide screens-----*/
@media (min-width: 1600px) and (max-width: 2700px) {

    .banner {
   /*background:url(../images/space_wide.jpg)no-repeat 0px 0px;  */
    -webkit-background-size:cover;
    background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
   min-height:700px;
   position: relative;
}


.space {
   background:url(../images/space_wide.jpg) repeat top left;
     /*-webkit-background-size:cover;
    background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
   min-height:700px;*/
}

.banner_camera {
   /*background:url(../images/sea_large.jpg)no-repeat 0px 0px;  */
    -webkit-background-size:cover;
    background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
   min-height:700px;
   position: relative;
}


}


@media(max-width:1800px){

   .work-grids p {
    width: 70%;  
}

}


@media(max-width:1700px){

   .work-grids p {
    width: 80%;  
}

}


@media(max-width:1600px){

.banner {
   /*background:url(../images/space_large.gif)no-repeat 0px 0px;*/
    -webkit-background-size:cover;
    background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    -ms-background-size:cover;
   min-height:700px;
   position: relative;
}    

/*.clouds {
   background:url(../images/space_large.gif)repeat top center;
   min-height:700px;
   position: relative;
} */

.banner_camera {
   /*background:url(../images/sea_large.jpg)no-repeat 0px 0px;  */
    -webkit-background-size:cover;
    background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
   min-height:700px;
   position: relative;
}

.work-grids {
    padding: 5em 10em;
}

   .work-grids p {
    width: 85%;
    margin: 2em 0 1.5em;
    
    
}

}

@media(max-width:1440px){
   .work-grids p {
    width: 90%;
    margin: 2em 0 1.5em;
    
    
}

.work-grids {
    padding: 5em 9em;
}


.banner {
      /*background:url(../images/space_large.gif)no-repeat 0px 0px;*/
   -webkit-background-size:cover;
    background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
   min-height:700px;
   position: relative;
}

/*.clouds {
    background:url(../images/space_large.gif)repeat top center;
   min-height:700px;
   position: relative;
}*/

.banner_camera {
   /*background:url(../images/sea_large.jpg)no-repeat 0px 0px;  */
    -webkit-background-size:cover;
    background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
   min-height:700px;
   position: relative;
}

 
    
}

@media(max-width:1366px){
.work-grids p {
    width: 95%;
} 

.work-grids {
    padding: 5em 7em;
}

}

@media(max-width:1280px){
.banner-text-info {
    width: 64%;
}
.work-grids p {
    width: 100%;
}

.modal-content {
   width: 60%; 
}

}

@media(max-width:1140px){
.banner-text-info {
    width: 70%;
}

.work-grids p {
    width: 100%;
}

.camera_image {
    width: 170px;
    bottom: -80px;
}

}

@media screen and (max-width:1024px) {
	.navbar-nav>li {
		padding: 5px 5px;
	}
	a.navbar-brand {
		font-size: 30px;
}

.info_text {
    padding: 0em 3em;
}

.modal-content {
   width: 70%; 
}

.softbox_image {
    position: absolute;
    bottom: -70px;
    z-index: 99;
    left: -50px;
    height: 440px;
}

}

@media(max-width:1080px){

.player-image {
	width:884px; /* you can use % */
    height: auto;
}

.top-nav ul li {
    margin: 0 0.2em;
}
.banner-text h2 {
    font-size: 2.8em;
}
.banner-text-info {
    width: 71%;
}
.banner-text h3 {
    font-size: 1.5em;
}

.contribute-text h3 {
    font-size: 1.5em;
}

.banner,.banner-info, .banner_camera, .banner_camera_info {
    min-height: 660px;
}


.work-grids {
    padding: 4em 5em;
}

.contribute-grids {
    padding: 4em;
}

.work-grids p {
    width: 100%;
    margin: 2em 0 1.5em;
}
.work-grids.work-img,.work-grids.work-img.img-light, .light1, .light2, .light3, .model1, .model2, .model3, .work-grids.work-img.img-model, .slider {
    min-height: 386px;
}

.info_text {
    padding: 0em 3em;
}

.modal-content {
   width: 70%; 
}

.camera_image {
    width: 150px;
    bottom: -50px;
}


}
@media(max-width:1024px){

.player-image {
	width:884px; /* you can use % */
    height: auto;
}


.top-nav ul li a {
    font-size: 1.1em;
}

.banner-text h2 {
    font-size: 2.6em;
}
.banner, .banner-info, .banner_camera, .banner_camera_info  {
    min-height: 600px;
}
.banner-text-info {
    margin: 13em auto 0;
}
.work-grids {
    padding: 4em 4em;
}

.contribute-grids {
    padding: 4em;
}

.newsletter {
    padding: 3em 0;
}

.get-in-grids {
    padding: 1em 1em;
}

.get-in-grid-left p {
    margin: 0px 0 0;
}

.get-in-grid-right input[type="submit"] {
    /*width: 10%;*/
    margin: 1em 0 0 0em;
}
.get-in-grid-right input[type="text"] {
    width: 90%;
}

.info_text {
    padding: 0em 3em;
}

    
}


@media(max-width:991px){
    
.player-image {
    content:url("../images/player_small_ar.png");
	width:584px; /* you can use % */
    height: auto;
    padding: 2em 0 2em;
}
.top-nav ul li a {
    letter-spacing: 0;
    padding: 10px 11px;
}
.banner-text-info {
    margin: 12em auto 0;
}
.welcome-left {
    float: left;
    width: 40%;
    padding: 0;
}
.welcome-right {
    float: right;
    width: 55%;
}
.work h3.title, .modal h3.title {
    font-size: 2.0em;
}

.team-text h5 {
   font-size:1.2em;
}

.work-grids {
    float: left;
    width: 50%;
}
.work-grids.work-img, .work-grids.work-img.img-light, .light1, .light2, .light3, .model1, .model2, .model3, .work-grids.work-img.img-model, .slider {
    min-height: 345px;
}
.work-grids p {
    width: 100%;
}

.Gallery-section {
    padding: 2em 0 4em;
}

.get-in-grid-left {
    /*padding: 0 2.5em 0 0;*/
    width: 100%;
    float: left;
    margin-left: 1em;
}

.get-in-grid-left p {
    /*padding: 0 2.5em 0 0;*/
    text-align:left;
}

.icon-overlay, .icon-overlay2 {
    font-size: 27px;
}

.text-overlay {
    font-size: 15px;
}

.contribute h3.title {
    font-size: 2.0em;
}

.team-left img{
	
    width: 150px;
}

.fot-pad {
    padding: 0;
    margin: 0;
}

.fot-grid {
    width: 33.3333%;
    float: left;
    padding: 0;
    margin: 0;
}

input.sub-email {
    width: 80%;
}
   
.footer button.submit, .player_footer button.submit {
    width: 20%;
}

.work-section{
    padding: 4em 0;
}

ul.simplefilter {
		text-align: center;
		margin-bottom: 2em;
}

.info_text {
    padding: 0em 2.5em;
}

.text_lesson_by, .author_link_elem {

    font-size:13px;
}




}


@media(max-width:900px){

	.navbar-nav>li {
		padding: 5px 0px;
	}
        
.player-image {
    content:url("../images/player_small_ar.png");
	width:584px;
    height: auto;
    padding: 2em 0 2em;
}

.banner-text h2 {
    font-size: 2.4em;
}
.banner-text h3 {
    font-size: 1.3em;
}
.contribute-text h3 {
    font-size: 1.3em;
}
.banner-text-info {
    width: 74%;
}
/*.more, .more2 {
    margin-top: 3em;
}*/
.more a, .more2 a {
    padding: 0.7em 2em;
}
.banner, .banner-info, .banner_camera, .banner_camera_info  {
    min-height: 525px;
}
.banner-text-info {
    margin: 10em auto 0;
}

.work-grids {
    padding: 3em 4em;
}

.contribute-grids {
    padding: 3em;
}

.camera_image {
    width: 130px;
    bottom: -40px;
}

}

@media screen and (max-width:853px) {
	a.navbar-brand {
		font-size: 30px;
	}
}


@media(max-width:800px){
    
 a.navbar-brand {
		font-size: 25px;
 }
    
.player-image {
    content:url("../images/player_small_ar.png");
	width:584px;
    height: auto;
    padding: 2em 0 2em;
}


.banner-text-info {
    width: 78%;
	margin: 9em auto 0;
}
.banner-text h2 {
    font-size: 2.3em;
}
.banner-text h3 {
    letter-spacing: 1.2px;
}
.contribute-text h3 {
    letter-spacing: 1.2px;
}
.banner, .banner-info, .banner_camera, .banner_camera_info  {
    min-height: 500px;
}
.work-grids {
    padding: 3em 1em 3em 3em;
}

.contribute-grids {
    padding: 3em;
}


.work-grids.work-img, .work-grids.work-img.img-light, .light1, .light2, .light3, .model1, .model2, .model3, .work-grids.work-img.img-model {
    min-height: 335px;
	background-position: center;
}
.work h3.title, .modal h3.title {
    font-size: 1.8em;
}

.contribute h3.title {
    font-size: 1.8em;
}

.info_text {
    padding: 0em 2.2em;
}

.camera_image {
    display: none;
}

.softbox_image {
    display: none;
}

}

@media(max-width:768px){
    
    a.navbar-brand {
		font-size: 25px;
	}
    
	/*ul.navbar-nav {
		text-align: center;
		width: 50%;
		margin: 5px auto;
	}*/

    .navbar-nav>li {
		padding: 5px 0px;
	}

	    
        
.banner-text h2 {
    font-size: 2.1em;
}
.banner-text h3 {
    font-size: 1.2em;
}
.contribute-text h3 {
    font-size: 1.2em;
}

.banner, .banner-info, .banner_camera, .banner_camera_info  {
    min-height: 460px;
}
.banner-text-info {
    margin: 9em auto 0;
}

.player-image {
    content:url("../images/player_small_ar.png");
	width:584px;
    height: auto;
    padding: 2em 0 2em;
}

.work-grids p {
    margin: 2em 0 1.5em;
    font-size: 1.0em;
}

.inset p {
  font-size: 1.0em;  
}

.info_text p {
    margin: 0.5em 0 0.5em;
    font-size: 1.0em;
}

.wrapper h3, .wrapper label {
    
    font-size: 1.0em;
}

.info_text li{
    font-size: 1.0em;
    margin: 5px 0;
}

.info_text {
    padding: 0em 2.0em;
}



.work-grids.work-img, .work-grids.work-img.img-light, .light1, .light2, .light3, .model1, .model2, .model3, .work-grids.work-img.img-model {
    min-height: 288px;
}
.work-grids {
    padding: 2em 1em 2em 3em;
}

.contribute-grids {
    padding: 2em;
}

.newsletter {
    padding: 1em 0 1em 0;
}

.get-in-grids {
    padding: 1em 0.8em;
}

.get-in-grid-left {
    /*padding: 0 2.5em 0 0;*/
    width: 100%;
    margin-left: 1em;
}

.get-in-grid-left p {
    font-size: 0.9em;
    text-align: left;
}
.get-in-grid-right {
    width: 85%;
}
.get-in-grid-right input[type="text"] {
    width: 75%;
}
.get-in-grid-right input[type="submit"] {
    margin: 1em 0 0 0em;
    /*width: 10%;*/
}

.team-text h5 {
   font-size:1.1em;
}

.inset input[type="submit"] {
    width: 150px;
}
    

}



@media screen and (max-width:736px) {
	.navbar {
		padding: 0;
		background-color: rgba(0, 0, 0, 0.8);
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-top: 1px solid #BBB;
		border-bottom: 3px solid #BBB;
	}
	ul.navbar-nav {
		text-align: center;
		width: 50%;
		margin: 5px auto;
	}
    
    .team-left img{	
    width: 130px;
}

.fot-grid h3 {
    color: #d5d5d5;
    margin-top: 10px;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-family: 'OpenSans-Regular', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

ul.Categories li a, ul.Follow_Us li a {
    
    color: #9b9b9b;
    font-family: 'OpenSans-Regular', sans-serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 1.8em;
    transition: 0.5s all;
    text-decoration: none;       
}

input.sub-email {
    width: 75%;
}

.footer button.submit, .player_footer button.submit {
    width: 25%;
}

.work-section{
	padding: 3em 0;
}

.simplefilter li{
		display: inline-block;
		padding: 9px 17px;
		font-size: 14px;
		margin: 0 0 1.5em;
}

.modal-content {
    width: 80%; /* Could be more or less, depending on screen size */
}


    
}

@media(max-width:640px){

.player-image {
    content:url("../images/player_small_ar.png");
	width:584px;
    height: auto;
    padding: 1em 0 1em;
}

.banner-text h2 {
    font-size: 1.8em;
}
.banner-text h3 {
    font-size: 1.1em;
}
.contribute-text h3 {
    font-size: 1.1em;
}
.banner, .banner-info, .banner_camera, .banner_camera_info  {
    min-height: 410px;
}
.banner-text-info {
    margin: 7em auto 0;
}

.work-grids {
    padding: 1.5em 1em 1.5em 2em;
}

.contribute-grids {
    padding: 1.5em;
}


.work-grids.work-img, .work-grids.work-img.img-light, .light1, .light2, .light3, .model1, .model2, .model3, .work-grids.work-img.img-model {
    min-height: 271px;
}

.get-in-grid-left {
    /*padding: 0 2.5em 0 0;*/
    width: 100%;
    margin-left: 1em;
    margin-bottom: 0.5em;
}

.get-in-grid-left p {
    font-size: 0.9em;
    text-align: left;
}

.get-in-grid-right input[type="text"] {
    width: 85%;
}

.team-left img{	
    width: 110px;
}

.simplefilter li{
		display: inline-block;
		padding: 9px 17px;
		font-size: 14px;
		margin: 0 0 1.5em;
}

.info_text {
    padding: 0em 1.5em;
}

.footer{
    padding: 2em 0;
}

    

}

@media(max-width:600px){
    
.player-image {
    content:url("../images/player_small_ar.png");
	width:540px;
    height: auto;
    padding: 2em 0 2em;
}

.work-grids {
    float: none;
    width: 100%;
}

.icon-overlay, .icon-overlay2 {
    font-size: 24px;
}

.text-overlay {
    font-size: 13px;
}

.simplefilter li{
    padding: 10px 14px !important;
}


.info_text {
    padding: 0em 1.0em;
}

.filtr-item {
    padding-right: 10px;
    padding-left: 10px;  
}


}

@media(max-width:500px){
    
.player-image {
    content:url("../images/player_small_ar.png");
	width:480px;
    height: auto;
    padding: 2em 0 2em;
}

.team-left img{	
    width: 100px;
}


}

@media(max-width:480px){
    
.banner {
      /*background:url(../images/space_small.jpg)no-repeat 0px 0px;*/
   -webkit-background-size:cover;
    background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
   position: relative;
}

.space {
    background:url(../images/space_small.jpg)no-repeat 0px 0px;
}

.sea {
      background:url(../images/sea_small.jpg)no-repeat 0px 0px;
}



.banner_camera {
      /*background:url(../images/sea_small.jpg)no-repeat 0px 0px;*/
   -webkit-background-size:cover;
    background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
   position: relative;
}

    
.player-image {
    content:url("../images/player_small_ar.png");
	width:430px;
    height: auto;
    padding: 2em 0 2em;
}


.banner-text h2 {
    font-size: 1.6em;
}
.banner-text-info {
    width: 91%;
}
.banner, .banner-info, .banner_camera, .banner_camera_info {
    min-height: 400px;
}

/*.work-grid {
    width: 50%;
}*/

.newsletter {
    padding: 2em 0;
}

.get-in-grid-left {
    /*padding: 0 2.5em 0 0;*/
    width: 100%;
    margin-bottom: 0.5em;
    margin-left: 0;
}

.get-in-grid-left p {
    font-size: 0.9em;
    text-align: left;
    margin-left: 0em;
}

.get-in-grid-right {
    width: 100%;
    margin: 0;
    float: none;
}

.team-left img{	
    width: 80px;
}

.fot-pad {
    padding: 0;
    width: 100%;
}

.fot-grid h3 {
    font-size: 14px;
}

.work-section{
	padding: 2em 0;
}

.simplefilter li{
    padding: 10px 12px !important;
}
ul.simplefilter li:nth-child(5) {
    margin-top: 1em;
}

.info_text {
    padding: 0em 0.5em;
}

.filtr-item {
    padding-right: 5px;
    padding-left: 5px;  
}

.more, .more2 {
    margin-top: 1.5em;
}

.team-text h5 {
   font-size:0.9em;
}

.text_lesson_by, .author_link_elem {

    font-size:12px;
}




}

@media(max-width:414px){

    .space {
    background:url(../images/space_small.jpg)no-repeat 0px 0px;

     min-height: 100%;

    -webkit-background-size:cover;
    background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}

.sea {
      background:url(../images/sea_small.jpg)no-repeat 0px 0px;

       min-height: 100%;

    -webkit-background-size:cover;
    background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}

.player-image {
    content:url("../images/player_small_ar.png");
	width:380px;
    height: auto;
    padding: 2em 0 2em;
}

button.navbar-toggle {
    margin-top: 0.3em;
}
.banner-text h2 {
    font-size: 1.5em;
}
.banner-text-info {
    width: 89%;
}
.more, .more2 {
    margin-top: 1.5em;
}

.more a, .more2 a {
    font-size: 0.9em;
}

.footer a.footer-img {
    width: 19%;
}
.work h3.title, .modal h3.title {
    font-size: 1.8em;
}


.work-grids {
    padding: 1em 1em 1em 2em;
}

.contribute-grids {
    padding: 1em;
}


.work-grids.work-img, .work-grids.work-img.img-light, .light1, .light2, .light3, .model1, .model2, .model3, .work-grids.work-img.img-model {
    min-height: 220px;
}

a.abt-more {
		font-size: 14px;
		padding: 0.6em 1em;
		/*margin: 1em 0 0.5em 0;*/
 }
 
 a.abt-more-blue {
		font-size: 14px;
		padding: 0.6em 1em;
		/*margin: 1em 0 0.5em 0;*/
 }
 

 
 .get-in-grid-left {
    /*padding: 0 2.5em 0 0;*/
    width: 100%;
    /*margin-left: 1em;*/
}

.get-in-grid-left p {
    font-size: 0.9em;
    text-align: left;
    margin-left: 0em;
}

.contribute h3.title {
    font-size: 1.8em;
}

input.sub-email {
    width: 75%;
    padding: 3px;
}

.footer button.submit, .player_footer button.submit {
    padding: 3.2px;
}

.simplefilter li{
		display: inline-block;
		padding: 9px 17px;
		font-size: 13px;
		margin: 0 0 1em;
}

.team-left {	
    padding: 0px;
}

.team-left img{	
    width: 70px;
}


}
@media(max-width:375px){

    .space {
    background:url(../images/space_small.jpg)no-repeat 0px 0px;

     min-height: 100%;

    -webkit-background-size:cover;
    background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}

.sea {
      background:url(../images/sea_small.jpg)no-repeat 0px 0px;

       min-height: 100%;

    -webkit-background-size:cover;
    background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}

.player-image {
    content:url("../images/player_small_ar.png");
	width:350px;
    height: auto;
    padding: 2em 0 2em;
}

.banner-text h2 {
    font-size: 1.4em;
}
.banner-text h3 {
    letter-spacing: 0px;
}
.contribute-text h3 {
    letter-spacing: 0px;
}
.banner, .banner-info, .banner_camera {
    min-height: 350px;
}
.banner-text-info {
    margin: 7em auto 0;
}
.more, .more2 {
    margin-top: 1.0em;
}

.team-left img{	
    width: 70px;
}

.simplefilter li{
		display: inline-block;
		padding: 9px 12px;
		font-size: 12px;
		margin: 0 0 0.5em;
}

.footer{
    background: #1c1c1c;
    padding: 1.7em 0;
}


}
@media(max-width:320px){



.player-image {
    content:url("../images/player_small_ar.png");
	width:300px;
    height: auto;
    padding: 2em 0 2em;
}


.banner-text h2 {
    font-size: 1.35em;
}
.banner-text-info {
    width: 97%;
}
.banner-text-info {
    margin: 6em auto 0;
}
.banner, .banner-info, .banner_camera, .banner_camera_info {
    min-height: 325px;
}

.space {
    background:url(../images/space_small.jpg)no-repeat 0px 0px;
    min-height: 100%;

    -webkit-background-size:cover;
    background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}

.sea {
      background:url(../images/sea_small.jpg)no-repeat 0px 0px;
      min-height: 100%;

      -webkit-background-size:cover;
    background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}

.work h3.title, .modal h3.title {
    font-size: 1.5em;
}

.work-grids.work-img, .work-grids.work-img.img-light, .light1, .light2, .light3, .model1, .model2, .model3, .work-grids.work-img.img-model {
    min-height: 175px;
}

.Gallery-section {
    padding: 1em 0 3em;
}

/*.work-grid {
    width: 100%;
}*/

.newsletter {
    padding: 1em 0;
}


.contribute h3.title {
    font-size: 1.5em;
}



.fot-grid {
    width: 100%;
    float: left;
    padding: 0;
}

.fot-grid h3 {
    font-size: 14px;
}

input.sub-email {
    margin-top: 10px;
}

.footer button.submit, .player_footer button.submit {
    padding: 2px;
}
.footer button.submit, .player_footer button.submit {
    width: 12%;
}



}





/*--//responsive-design---*/
