/* reset *
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
/*nav.vertical ul li{	display:block;}/* vertical menu */
/*nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
@font-face {
    font-family: 'bebas_neueregular';
    src:url(../font/BebasNeue-webfont.ttf) format('truetype');
}
/*body{
	font-family:Arial, Helvetica, sans-serif;
	background:#EEEEEE;
    overflow: scroll;
    overflow-x: hidden;
} *
.wrap{
	
		 transition:all .2s linear;
	-moz-transition:all .2s linear;/* firefox 
	-webkit-transition:all .2s linear; /* safari and chrome 
	-o-transition:all .2s linear; /* opera 
	-ms-transition:all .2s linear;
}*/

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.og-grid {
	list-style: none;
	padding: 20px 0;
	margin: 0 auto;
	/*text-align: center;*/
	text-align:left;
	width: 100%;
	border:0px solid #000000;
}

.og-grid li {
	display: inline-block;
	margin: 0px 5px 30px 0px;
	vertical-align: top;
	border:0px solid #ff0000;
}

.og-grid li > a,
.og-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
}

.og-grid li.og-expanded > a::after {
	top: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color:#D6E6E7;
	border-width: 15px;
	left: 50%;
	margin: -20px 0 0 -15px;
}
.og-expander {
	position: absolute;
	background:#D6E6E7;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	height: 0;
	overflow: hidden;
}
.og-expander-inner {
	padding: 50px 30px;
	height: 100%;
}
.og-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.og-close::before,
.og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #888;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.og-close:hover::before,
.og-close:hover::after {
	background: #333;
}

.og-fullimg,
.og-details {
	width: 50%;
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.og-details {
	padding: 0 40px 0 20px;
}

.og-fullimg {
	text-align: center;
}

.og-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
}

.og-details h3 {
	font-size: 5em;
	padding: 40px 0 10px;
	margin-bottom: 10px;
	color:#548D9A;
	 font-family: 'bebas_neueregular';
	 text-shadow:1px 1px 1px #FFF, 1px 2px 1px #888;
}

.og-details p {
	font-size: 0.8123em;
	line-height:2em;
	color: #646464;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.og-details a {
	text-transform: uppercase;
	padding: 10px 20px;
	display: inline-block;
	margin: 30px 0 0;
    cursor:pointer;
	outline: none;
	background: #fff;
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
  background-color: #eeeeee;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #e1e1e1));
  background: -webkit-linear-gradient(top, #fbfbfb, #e1e1e1);
  background: -moz-linear-gradient(top, #fbfbfb, #e1e1e1);
  background: -o-linear-gradient(top, #fbfbfb, #e1e1e1);
  background: linear-gradient(top, #fbfbfb, #e1e1e1);
  display: -moz-inline-stack;
  color: #666666;
  text-shadow: 0 1px 1px white;
  border: 1px solid #C9C7C7;
  font-size:1.3em;
  font-weight:bold;
}

.og-details a::before {
	content: '\2192';
	display: inline-block;
	margin-right:10px;
}
.og-details a:hover {
  background-color: #eeeeee;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dcdcdc));
  background: -webkit-linear-gradient(top, #ffffff, #dcdcdc);
  background: -moz-linear-gradient(top, #ffffff, #dcdcdc);
  background: -o-linear-gradient(top, #ffffff, #dcdcdc);
  background: linear-gradient(top, #ffffff, #dcdcdc);
  cursor: default;
}
.og-details a:active{
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
  background: #eeeeee;
  color: #bbbbbb;
}
.og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}

@-webkit-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@-moz-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}


 @media all and (max-width:1024px){
 	.wrap{
 		width:90%;
 	}
 	.og-details h3 {
 		font-size:4em;
 		padding:0 0 10px;
 		margin-bottom:0;
 	}
 
 }
 @media all and (max-width:800px){
 	.wrap{
 		width:95%;
 	}
 	.og-details a {
 		margin:0;
 	}
 	.og-details h3 {
 		font-size:3em;
 	}
 	
 }
 @media all and (max-width:640px){
 	.wrap{
 		width:95%;
 	}
 	.social-icons li {
 		margin-left:0;
 	}
 	.logo h1 {
		font-size: 3.5em;
		padding:28px 0;
    }
 	
 .og-grid li{
 	margin:10px 2px 0 2px;
 }
 .og-expander-inner {
    padding: 20px 30px;
 }
 .og-fullimg{
    display:none;
 }
  .og-details {
    width: 100%;
	float: none;
	padding-top: 25px;
}
.og-close {
	right:10px;
}
.og-details a {
	margin:30px 0 0;
 }
 .og-details h3 {
 	font-size:5em;
 }
}
 @media all and (max-width:480px){
 	
 	.og-close {
 		right:5px;
 		top:10px;
 	}
 	.og-details h3 {
		font-size:3em;
		padding-bottom:0;
   }
 	
}
@media all and (max-width:320px){
 	.wrap{
 		width:95%;
 	}
 	.og-expander-inner {
		padding: 20px 0px;
   }
   .og-details {
	 padding: 0 10px 0 10px;
     margin-top:25px;
  }
 
 }
