.divhover
{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;

  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.divhover:before 
{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #EEEBF5;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.divhover:hover, .divhover:focus, .divhover:active 
{
  
}
.divhover:hover:before, divhover:focus:before, .divhover:active:before 
{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}



.borderlefticon
{
    position:absolute;
	left:-20px;
	top:40px;
	min-width:30px;
	min-height:30px;
	max-height:40px;
	max-width:40px;	
	width:auto;
	height:auto;
	margin-left:3px;
	margin-right:3px;
}

.borders
{
	margin-left:15px;
	margin-right:15px;
	margin-bottom:10px;
	border:1px solid black;
	min-height:120px;
	right:5px;
	text-align:center;
	margin-top:5px;

}  



.main-footer1
{
  background: #E3E5EC;
  color: #444;
  height:auto;
}

.fieldline{
    width:inherit; 
    padding:0 10px; 
    border-bottom:none;
}

.animated { 
   -webkit-animation-duration: 1s; 
   animation-duration: 1s; 
   -webkit-animation-fill-mode: both; 
   animation-fill-mode: both; 
   -webkit-animation-timing-function: ease-in; 
   animation-timing-function: ease-in; 
}

@-webkit-keyframes fadeInDown { 
   0% { 
       opacity: 0; 
       -webkit-transform: translateY(-20px); 
   } 
   100% { 
       opacity: 1; 
       -webkit-transform: translateY(0); 
   } 
}

@keyframes fadeInDown { 
   0% { 
       opacity: 0; 
       transform: translateY(-20px); 
   } 
   100% { 
       opacity: 1; 
       transform: translateY(0); 
   } 
}


@media screen and (max-width:800px)
{
#vline
{
display:none;
}
#hline
{
display:block;
}

#menutop
{
	padding-right:0px;
}

}

@media screen and (min-width:801px)
{
#vline
{
display:block;
}
#hline
{
display:none;
}

#menutop
{
	padding-right:40px;
}

}


.fadeInDown { 
   -webkit-animation-name: fadeInDown; 
   animation-name: fadeInDown; 
}



.animated1 { 
   -webkit-animation-duration: 3s; 
   animation-duration: 3s; 
   -webkit-animation-fill-mode: both; 
   animation-fill-mode: both; 
   -webkit-animation-timing-function: ease-in; 
   animation-timing-function: ease-in; 
}

@-webkit-keyframes fadeIn { 
   0% {opacity: 0;} 
   100% {opacity: 1;} 
} 
@keyframes fadeIn { 
   0% {opacity: 0;} 
   100% {opacity: 1;} 
} 
.fadeIn { 
   -webkit-animation-name: fadeIn; 
   animation-name: fadeIn; 
}

.animated2 { 
   -webkit-animation-duration: 3s; 
   animation-duration: 3s; 
   -webkit-animation-fill-mode: both; 
   animation-fill-mode: both; 
   -webkit-animation-timing-function: ease-in; 
   animation-timing-function: ease-in; 
}

@-webkit-keyframes bounceIn { 
   0% { 
       opacity: 0; 
       -webkit-transform: scale(.3); 
   }

   50% { 
       opacity: 1; 
       -webkit-transform: scale(1.05); 
   }

   70% { 
       -webkit-transform: scale(.9); 
   }

   100% { 
        -webkit-transform: scale(1); 
   } 
}

@keyframes bounceIn { 
   0% { 
       opacity: 0; 
       transform: scale(.3); 
   }

   50% { 
       opacity: 1; 
       transform: scale(1.05); 
   }

   70% { 
       transform: scale(.9); 
   }

   100% { 
       transform: scale(1); 
   } 
}

.bounceIn { 
   -webkit-animation-name: bounceIn; 
   animation-name: bounceIn; 
}



.boxstyle11
{
background: rgb(254,254,254); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(209,209,209,1) 49%, rgba(219,219,219,1) 50%, rgba(226,226,226,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(49%,rgba(209,209,209,1)), color-stop(50%,rgba(219,219,219,1)), color-stop(100%,rgba(226,226,226,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(209,209,209,1) 49%,rgba(219,219,219,1) 50%,rgba(226,226,226,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(209,209,209,1) 49%,rgba(219,219,219,1) 50%,rgba(226,226,226,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(209,209,209,1) 49%,rgba(219,219,219,1) 50%,rgba(226,226,226,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(209,209,209,1) 49%,rgba(219,219,219,1) 50%,rgba(226,226,226,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */

}
.boxstyle
{
background: rgb(245,246,246); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(245,246,246,1) 0%, rgba(219,220,226,1) 21%, rgba(184,186,198,1) 49%, rgba(221,223,227,1) 80%, rgba(245,246,246,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,246,246,1)), color-stop(21%,rgba(219,220,226,1)), color-stop(49%,rgba(184,186,198,1)), color-stop(80%,rgba(221,223,227,1)), color-stop(100%,rgba(245,246,246,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6 ', endColorstr='#f5f6f6 ',GradientType=0 ); /* IE6-9 */
}



.img-shadow {
	position: relative;
	max-width: 100%;
	float: left;
	}
    
    .img-shadow::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		 box-shadow:0px 0px 0px 20px rgba(255,255,255,.4) inset;
		
		-moz-box-shadow: 0px 0px 0px 20px rgba(255,255,255,.4) inset;
		-webkit-box-shadow: 0px 0px 0px 20px rgba(255,255,255,.4) inset;
	   } 
.img-shadow img {
	float: left;
	} 

