/* CSS Document */
html {
	overflow:hidden;
}

body {
 padding-bottom:42px;
 box-sizing: border-box;
}
.contactUSImg{
	 background: -moz-linear-gradient(to bottom, rgba(255,255,255,0.74) 0%,rgba(255,255,255,0.74) 10%,rgba(255,255,255,0.91) 60%,rgba(255,255,255,1) 86%), url(../ContactUsPage/Images/Contact-Us.png) no-repeat;
  background: -webkit-linear-gradient(to bottom, rgba(255,255,255,0.74) 0%,rgba(255,255,255,0.74) 10%,rgba(255,255,255,0.91) 60%,rgba(255,255,255,1) 86%), url(../ContactUsPage/Images/Contact-Us.png) no-repeat;
  background: -o-linear-gradient(to bottom, rgba(255,255,255,0.74) 0%,rgba(255,255,255,0.74) 10%,rgba(255,255,255,0.91) 60%,rgba(255,255,255,1) 86%), url(../ContactUsPage/Images/Contact-Us.png) no-repeat;
  background: -ms-linear-gradient(to bottom, rgba(255,255,255,0.74) 0%,rgba(255,255,255,0.74) 10%,rgba(255,255,255,0.91) 60%,rgba(255,255,255,1) 86%), url(../ContactUsPage/Images/Contact-Us.png) no-repeat;
  background: linear-gradient(to bottom, rgba(255,255,255,0.74) 0%,rgba(255,255,255,0.74) 10%,rgba(255,255,255,0.91) 60%,rgba(255,255,255,1) 86%), url(../ContactUsPage/Images/Contact-Us.png) no-repeat;
  height:  	413px;
  width: 900px;
  border-radius:7px;
}
.aboutImg{
	 background: -moz-linear-gradient(to bottom, rgba(255,255,255,0.74) 0%,rgba(255,255,255,0.74) 10%,rgba(255,255,255,0.91) 60%,rgba(255,255,255,1) 86%), url(../AboutPage/Images/Entity.png) no-repeat;
  background: -webkit-linear-gradient(to bottom, rgba(255,255,255,0.74) 0%,rgba(255,255,255,0.74) 10%,rgba(255,255,255,0.91) 60%,rgba(255,255,255,1) 86%), url(../AboutPage/Images/Entity.png) no-repeat;
  background: -o-linear-gradient(to bottom, rgba(255,255,255,0.74) 0%,rgba(255,255,255,0.74) 10%,rgba(255,255,255,0.91) 60%,rgba(255,255,255,1) 86%), url(../AboutPage/Images/Entity.png) no-repeat;
  background: -ms-linear-gradient(to bottom, rgba(255,255,255,0.74) 0%,rgba(255,255,255,0.74) 10%,rgba(255,255,255,0.91) 60%,rgba(255,255,255,1) 86%), url(../AboutPage/Images/Entity.png) no-repeat;
  background: linear-gradient(to bottom, rgba(255,255,255,0.74) 0%,rgba(255,255,255,0.74) 10%,rgba(255,255,255,0.91) 60%,rgba(255,255,255,1) 86%), url(../AboutPage/Images/Entity.png) no-repeat;
  height:  	413px;
  width: 900px;
  border-radius:7px;
}
.divStyle {
	padding:30px;
	font-family:Tahoma;
	text-align:justify;
	text-justify: inter-word;
}

.divStyle label {
	font-size:15px;
}


.divStyle h1{
	margin:0; 
	margin-bottom:10px; 
	font-size:22px;
}

.divStyle textarea{
	border: 1px solid #456879;
	border-radius: 5px;
	width: 180px;
	margin:0;
	padding:0;
	resize:vertical;
	margin-bottom:13px;
}
.divStyle textarea:focus{
	border: 1px solid #927100;
	box-shadow: 0 0 10px rgba(131,101,0,1.00);
	outline:none;
	border-color:rgba(146,113,0,1.00);
}

.divStyle #errors{
	color:red;
}
.divStyle select{
	border: 1px solid #456879;
	border-radius: 5px;
	height: 20px;
	width: 180px;
	margin:0;
	padding:0;
	/*margin-bottom:13px;*/
}	
.divStyle select:focus{
	border: 1px solid #927100;
	box-shadow: 0 0 10px rgba(131,101,0,1.00);
	outline:none;
	border-color:rgba(146,113,0,1.00);
}
.divStyle input{
	border: 1px solid #456879;
	border-radius: 5px;
	height: 20px;
	width: 180px;
	margin:0;
	padding:0;
	/* margin-bottom:13px; */
}

.divStyle input:focus{
	border: 1px solid #927100;
	box-shadow: 0 0 10px rgba(131,101,0,1.00);
	outline:none;
	border-color:rgba(146,113,0,1.00);
}

.divStyle button{
	border: 1px solid #777;
	border-radius: 3px;
	outline: none;
	cursor:hand;
	height: 22px;
}

.divStyle button:hover{
	border: 1px solid #456879;
	border-radius: 3px;
	background:rgba(14,0,105,1);
	outline: none;
	cursor:hand;
	color:white;
	height: 22px;
}


body #content{
	position:absolute;
	top:132px;
	bottom:50px;
	right:0;
	left:0;
	overflow:auto;
}
footer {
	height:50px; 
	background:#01064B; 
	box-shadow:1px -1px 5px 1px rgba(119,141,153,0.5);
	font-family:Tahoma;
	bottom:0; 
	right:0; 
	left:0;
	position:fixed;
	overflow:hidden;
}
#wrapper {
	 overflow: hidden; /* will contain if #first is longer than #second */
	 width:900px;
}
#header_menu {
	margin-top: 0;
	background: #FFB400;
	position: absolute;
	right: 0;
	left: 0;
	top: 90px;
	height: 40px;
	box-shadow: 2px 3px 2px rgba(227,160,0,0.90);
	font-family: Tahoma;
	z-index:100;
}
#header_menu li {
	list-style: none;
	float: left;
	font-size: 14px;
	padding: 12px 14px 12px 14px;
	border-left: 1px solid rgba(204,144,0,0.4);
	border-right: 1px solid rgba(204,144,0,0.4);
	background: rgba(204,144,0,0.1);
	cursor: hand;
}
#header_menu li:hover {
	background: rgba(204,144,0,0.3);
}
#header_menu li a {
	display: block;
	color: #01064B;
	text-decoration: none;
}
#header_menu li a:hover {
	color: rgba(14,0,105,0.5);
}
#Search_Bar {
	padding-top: 10px;
}
#Search_Bar input {
	border: 1px solid #456879;
	border-radius: 5px;
	height: 22px;
	width: 180px;
}

#Search_Bar input:focus {
	border: 1px solid #927100;
	box-shadow: 0 0 10px rgba(131,101,0,1.00);
	outline:none;
	border-color:rgba(146,113,0,1.00);
}

#Search_Bar button{
	border: 1px solid #777;
	border-radius: 3px;
	outline: none;
	cursor:hand;
	height: 22px;
}

#Search_Bar button:hover{
	border: 1px solid #456879;
	border-radius: 3px;
	background:rgba(14,0,105,1);
	outline: none;
	cursor:hand;
	color:white;
	height: 22px;
}
#Mid_pic{
	position:absolute;
	right:0;
	left:0;
	background: #ffb400; /* Old browsers */
	background: -moz-linear-gradient(top, #ffb400 50%, #ffd168 86%, #ffe19b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffb400 50%,#ffd168 86%,#ffe19b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffb400 50%,#ffd168 86%,#ffe19b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	height:380px;
	box-shadow:2px 2px 2px rgba(146,113,0,5.00)
}


#Main_Body{
	position:absolute;
	top:390px;
	bottom:52px;
	right:0;
	left:0;
	
}
#inner_Body{
	width:900px;
	margin:0 auto;
	position:absolute;
	bottom:52px;
	left:1%;
	right:1%;
	top:0;

	/*box-shadow:2px 0px 5px black;*/
}

#inner_wrapper{
	padding-top:10px;
	width:210px;
	overflow:hidden;
	font-family:Tahoma;
	float:left;
	margin-right:15px;
}

#inner_subject{
	width:150px;
	float:left;
		
}
#inner_subject h3{
	color:#01064B;
	margin:0;
	margin-bottom:5px;
}
#inner_subject label{
	font-size:11px;
	margin:0;
}

#inner_picture{
	padding-top:30px;
	overflow:hidden;
}

#inner_picture img{
	padding: 5px;
	margin-left:5px;
	border: solid 1px #EFEFEF;
	height:40px;
	width:40px;
}

#inner_picture img:hover{
	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
	cursor:hand;
	margin:0;
	height:45px;
	width:45px;
}

@import url(http://fonts.googleapis.com/css?family=Varela+Round);

.slides {
	top:20px;
    padding: 0;
    width: 650px;
    height: 350px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.slides input { display: none; }

.slide-container { display: block; }

.slide {
    top: 0;
    opacity: 0;
    width: 650px;
    height: 100%;
    display: block;
    position: absolute;
    transform: scale(0);

    transition: all .7s ease-in-out;
}

.slide img {
    width: 100%;
    height: 100%;
	border-radius:10px;
}

.nav label {
    width: 200px;
    height: 100%;
    display: none;
    position: absolute;

	  opacity: 0;
    z-index: 9;
    cursor: pointer;

    transition: opacity .2s;

    color: #FFF;
    font-size: 156pt;
    text-align: center;
    line-height: 280px;
    font-family: "Varela Round", sans-serif;
    background-color: rgba(255, 255, 255, .3);
    text-shadow: 0px 0px 15px rgb(119, 119, 119);
}

.slide:hover + .nav label { opacity: 0.5; }

.nav label:hover { opacity: 1; }

.nav .next { right: 0; }

input:checked + .slide-container  .slide {
    opacity: 1;

    transform: scale(1);

    transition: opacity 1s linear;
}

input:checked + .slide-container .nav label { display: block; }

.nav-dots {
	width: 100%;
	bottom: 9px;
	height: 11px;
	display: block;
	position: absolute;
	text-align: center;
}

.nav-dots .nav-dot {
	top: -5px;
	width: 11px;
	height: 11px;
	margin: 0 4px;
	position: relative;
	border-radius: 100%;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.6);
}

.nav-dots .nav-dot:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.8);
}

input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3,
input#img-4:checked ~ .nav-dots label#img-dot-4,
input#img-5:checked ~ .nav-dots label#img-dot-5,
input#img-6:checked ~ .nav-dots label#img-dot-6 {
	background: rgba(0, 0, 0, 0.8);
}

.nothingImg{
	vertical-align:middle;
	max-width:50px;
	
}
.AKAIimg img{
	padding: 5px;
	margin-top:15px;
	
	border: solid 3px #EFEFEF;
	background-color: rgba(255, 180, 0, .0);
}

.AKAIimg img:hover{
	cursor:hand;
	background-color: rgba(255, 180, 0, .4);
		
}

.brands{
	overflow:hidden;
	width:910px;
	padding-bottom:30px;
}

.brands img{
	padding: 5px;
	margin-top:15px;
	
	border: solid 3px #EFEFEF;
	background-color: rgba(255, 180, 0, .0);
}

.brands img:hover {
	cursor:hand;
	background-color: rgba(255, 180, 0, .4);
	border-bottom:none;
		
}
.brands span{
	webkit-transition: opacity 1s; /* For Safari 3.1 to 6.0 */
	transition: opacity 1s;
    transition-timing-function: linear;
	visibility:hidden;
	display:none;
	width:290px;	
	border: solid 3px #EFEFEF;
	border-top:none;
	opacity:0;

}

.brands img:hover + span{
	display:block;
	visibility:visible;
	opacity:1;
	background-color: rgba(255, 180, 0, .4);
	

}
/*.imgDiv:hover{
	height:300px;
	overflow:hidden;
	display:block;
	background:red;
}*/

.imgDiv {
	float:left;
	position:relative;
}
.imgDiv:hover {

  flex-direction: column;

}





.brands span img{
	cursor:none;
	background-color:transparent;
	border:none;
}

/* Fading Image Class */

.element-animation{
  animation: animationFrames ease 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: animationFrames ease 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: animationFrames ease 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: animationFrames ease 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: animationFrames ease 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/

}

@keyframes animationFrames{
  0% {
	visibility:visible;
    opacity:0;
    transform:  translate(0px,-25px)  ;
  }
  100% {
	visibility:visible;
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    opacity:0;
    -moz-transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    opacity:0;
    -webkit-transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes animationFrames {
  0% {
    opacity:0;
    -o-transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    opacity:0;
    -ms-transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(0px,0px)  ;
  }
}