@charset "utf-8";
/* CSS Document */

body{
margin:0px;
background:#FFF;
direction:rtl;
}
.header-cont {
width:100%;
position:relative;
top:0px;
}
.header {
height:125px;
background-image:url(images/bkg.jpg);
background-repeat:repeat-x;
width:100%;
margin:0px auto;
}
.content {
	width:77%;
	background: #FFF;
	height: auto;
	margin: 70px auto;
	text-align: right;
}

.contentwide {
	width:88%;
	background: #FFF;
	height: auto;
	margin: 70px auto;
	text-align: right;
}

.contentwider {
	width:100%;
	background: #FFF;
	height: auto;
	margin: 70px auto;
	text-align: right;
}

.footer {
	height:auto;
	background:#000;
	color: #fff;
}

.hills {
	width:100%;
	height:90px;
	margin:0px auto;
	z-index:20000;
	background-image:url(images/hills.png);
	background-repeat:repeat-x;
}

#nav {
      width: 80%;
      float: right;
      margin: 0 0 3em 0;
      padding: 0;
      list-style: none;
      background-color: #fdaf07;
	  color:#FFF;
	  font-size:15px;
	  font-weight:bold;
	  font-family:Tahoma, Arial;
}
 #nav li {
	float: left; 
}
 #nav li a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: bold;
	color:#FFF; 
}
 #nav li a:hover {
	color:#FFC;
	background-color: #2e7507; 
}
.someimg {
    max-width: 350px;
    height: auto;
    width: auto\9; /* ie8 */
}
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #036;
}
a:link {
	color: #F60;
}
a:visited {
	color: #F90;
}
a:hover {
	color: #666;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 24px;
	color: #F90;
}
h2 {
	font-size: 18px;
	color: #666;
}
h3 {
	font-size: 16px;
	color: #036;
}

img {
	border:none;
}
a.grey {
	color:#FFF;
}
a.grey:hover {
	color:#FC9;
}
.orange {
	color: #060;
}

.dark {
	color:#000;
	font-family:"Guttman Yad-Brush", "Guttman Yad", Aharoni, Arial;
}
.tophead {
	background-color:#c9f54b;
	color:#666;
}

.lightgrey {
	background: #efefef;
	color: #39739b;
}

.site4me {
	width:300px;
	margin-bottom:40px;
}

.insideimg {
	width:450px;
}

.fullpik {
	background-image:url(images/fullpik.jpg);
	background-repeat:no-repeat;
	background-size: cover;
}

.fullpik2{
	background-image:url(images/fullpik2.jpg);
	background-repeat:no-repeat;
	background-size: cover;
}

.fullpik3{
	background-image:url(images/fullpik3.jpg);
	background-repeat:no-repeat;
	background-size: cover;
}

.lightorange {
	background: #f6fac2;
	color: #000;
}

.blackorange {
	background: #000;
	color: #F60;
}



.handwriting {
	font-family:"Guttman Yad-Brush", "Guttman Yad", "Guttman Adii", Arial;
}

.line {
	height:5px;
	width:100%;
	background-color:#666;
}

#links {
	list-style: none;
	width: 100%;
    float: right;
    margin: 0 0 3em 0;
    padding: 0;
}
#links li img {
	float: right; 
	height: 64px;
  	width: 64px;
}
#links li a img {
  border-width: 0;
}
#links li a {
  display:block;
} 
#links li a:hover img {
  position: relative;
  top: -10px;
  height: 84px;
  width: 84px;
} 

#emailUs:hover
{ 
 background: url("pics/blue.png") no-repeat 0 0;
}

#emailUs span
{
  position: absolute;
}

div.middletext 
{
    margin: 0 auto; 
}

.middletext {
	width:80%;
}

#menu {
  /*position: fixed;*/
  right: 0;
  /*top: 30%;
  margin-top: -2.5em;*/
  width:150px;
  float: right;
  padding: 15;
  list-style: none;
  background-color:rgba(90,90,90,0.5);
  color:#FFF;
  font-size:12px;
  font-family:Tahoma, Arial;
}
#navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 140px;
}
#navigation a {
  text-decoration: none;
  display: block;
  padding: 3px 12px 3px 8px;
  background-color:rgba(90,90,90,0.5);
  color: #fff;
  border: 1px solid #ddd;
}
#navigation a:active {
  padding: 2px 13px 4px 7px;
  background-color: rgba(90,90,90,0.5);
  color: #fff;
  border: 1px solid #333;
}

#navigation a:hover {
  padding: 2px 13px 4px 7px;
  background-color:#e1fa9b;
  color: #000;
  border: 1px solid #333;
}

#navigation li li a {
  text-decoration: none;
  padding: 3px 3px 3px 17px;
  background-color:rgba(218,218,218,0.5);
  color: #111111;
}
#navigation li li a:active {
  padding: 2px 4px 4px 16px;
  background-color: #888;
  color: #000;
}

#nav2 {
	  text-align:center;
	  width: 100%;
      float: bottom;
      margin: 0 0 3em 0;
      padding: 0;
      list-style: none;
      background-color:#f4f4f4;
	  color:#000;
	  font-size:16px;
	  font-weight:bold;
	  font-family: Arial; 
}

 #nav2 li {
	float: bottom; 
}
 #nav2 li a {
	display: block;
	color:#666;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: bold; 
}
 #nav2 li a:hover {
	color:#060;
	background-color:#FC6;
}

.catalog li {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 5;
	vertical-align: baseline;
}

.catalog a {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 5;
	vertical-align: baseline;
}

.catalog img {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 5;
	vertical-align: baseline;
}

.catalog ul {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 5;
	vertical-align: baseline;
}

.catalog div {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 5;
	vertical-align: baseline;
}

.catalog span {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 5;
	vertical-align: baseline;
}

.prodlist { list-style: none; margin: 20px; }
.prodlist li {
	display: inline-block; position: relative; color: #eee; cursor: pointer; text-shadow: 1px 1px rgba(0,0,0,0.3); margin-bottom: 3%; }
.prodlist li a { color: #FB9337; }
.prodlist li .thumb { padding: 5px; border: 3px solid #ddd; }
.prodlist li .thumb img { width: 300px; }
.prodlist li .content1 { position: absolute; top: 5px; left: 6px; width: 300px; height: 195px; overflow: hidden; }
.prodlist li .contentinner { background-color: rgba(90,90,90,0.7); padding: 5px 7px; margin-top: 195px; height: 183px; }
.prodlist li .title { color: #fff; font-family:Arial,Helvetica,sans-serif; font-size: 13px; }
.prodlist li .title:hover { color: #FB9337; }
.prodlist li .price { color: #fff; font-weight: bold; float: right; }
.prodlist li .by { font-size: 12px; font-style: italic; margin-top:8px; }
.prodlist li .desc { color:#FFF; font-size: 14px; margin: 5px 0; line-height: 16px; }

.imgStart { 
    background-image: url(pics/orange.png);
    background-position:  0px 0px;
    background-repeat: no-repeat;
    width: 250px;
	height: 129px;
    border: 0px;
    /*background-color:#FFF;*/
    cursor: pointer;
    outline: 0;
}
.imgStart:hover{ 
	  background-image: url(pics/blue.png);
	  background-position:  0px 0px;
	  background-repeat: no-repeat;
	  width: 250px;
	  height: 129px;
	  border: 0px;
	  background-color: transparent;
}

.imgStart:active{
      background-image: url(pics/blue.png);
	  background-position:  0px 0px;
	  background-repeat: no-repeat;
	  width: 250px;
	  height: 129px;
	  border: 0px;
	  background-color: transparent;
}

#cssmenu {
  margin-top:-2.5em;
  background: #c9f54b;
  width: auto;
  
}
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: block;
  zoom: 1;
}
#cssmenu ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  font-family:Tahoma, Geneva, sans-serif;
  display: inline-block;
  padding: 0;
  margin: 0;
}
#cssmenu.align-right ul li {
  float: right;
}
#cssmenu.align-center ul {
  text-align: center;
}
#cssmenu ul li a {

  color: #000;
  text-decoration: none;
  display: block;
  padding: 15px 25px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  -webkit-transition: color .25s;
  -moz-transition: color .25s;
  -ms-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}
#cssmenu ul li a:hover {
  color: #666;
}
#cssmenu ul li a:hover:before {
  width: 100%;
}
#cssmenu ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: -3px;
  top: 19px;
  height: 6px;
  width: 6px;
  background: #063;
  opacity: .5;
}
#cssmenu ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #333333;
  -webkit-transition: width .25s;
  -moz-transition: width .25s;
  -ms-transition: width .25s;
  -o-transition: width .25s;
  transition: width .25s;
}
#cssmenu ul li.last > a:after,
#cssmenu ul li:last-child > a:after {
  display: none;
}
#cssmenu ul li.active a {
  color: #333333;
}
#cssmenu ul li.active a:before {
  width: 100%;
}
#cssmenu.align-right li.last > a:after,
#cssmenu.align-right li:last-child > a:after {
  display: block;
}
#cssmenu.align-right li:first-child a:after {
  display: none;
}
@media screen and (max-width: 768px) {
  #cssmenu ul li {
    float: none;
    display: block;
  }
  #cssmenu ul li a {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #fb998c;
  }
  #cssmenu ul li.last > a,
  #cssmenu ul li:last-child > a {
    border: 0;
  }
  #cssmenu ul li a:after {
    display: none;
  }
  #cssmenu ul li a:before {
    display: none;
  }
}

@media screen and (max-width: 768px) {
	.hills {
		background-image:url(images/blank.png);
	}
	
	.site4me {
	width:80%;
}

.insideimg {
	width:80%;
	text-align:center;
}

.fullpik {
	background-image:url(images/blank.php);
	background-repeat:no-repeat;
}

.fullpik2 {
	background-image:url(images/blank.php);
	background-repeat:no-repeat;
}

.fullpik3 {
	background-image:url(images/blank.php);
	background-repeat:no-repeat;
}

.site4me {
	width:80%;
}

}

/*~~~~~~~~~~~~~~~~thumbs~~~~~~~~~~~~~~~~~~~~~~*/
ul.rig {
	list-style: none;
	font-size: 10px;
	text-align:center;
	width:auto;
	display:inline;
	direction:rtl;
}
ul.rig li {
	display: inline-block;
	padding: 10px;
	/*background: #fff;
	border: 1px solid #ddd;*/
	font-size: 10px;
	vertical-align: top;
	/*box-shadow: 0 0 5px #ddd;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;*/
}
ul.rig li img {
	max-width: 150px;
	height: auto;
	margin: 0 0 10px;
}
ul.rig li h3 {
	margin: 0 0 5px;
}
ul.rig li p {
	font-size: 10px;
	/*line-height: 1.5em;*/
	color: #666;
}

ul.rig {
	list-style: none;
	display:inline;
	margin-left: -2.5%; /* should match li left margin */
}
ul.rig li {
	display: inline-block;
	padding: 10px;
	margin: 0 0 2.5% 2.5%;
	/*background: #fff;
	border: 1px solid #ddd;*/
	font-size: 10px;
	/*font-size: 1rem;*/
	vertical-align: top;
	/*box-shadow: 0 0 5px #ddd;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;*/
}

/* class for 2 columns */
ul.rig.columns-2 li {
	width: 47.5%; /* this value + 2.5 should = 50% */
}
/* class for 3 columns */
ul.rig.columns-3 li {
	width: 30.83%; /* this value + 2.5 should = 33% */
}
/* class for 4 columns */
ul.rig.columns-4 li {
	width: 22.5%; /* this value + 2.5 should = 25% */
}

@media (max-width: 480px) {
	ul.grid-nav li {
		display: table;
		margin: 0 0 5px;
	}
	ul.grid-nav li a {
		display: block;
	}
	ul.rig {
		margin-left: 0;
	}
	ul.rig li {
		width: 70% !important; /* over-ride all li styles */
		margin: 0 0 20px;
	}
	ul.rig li img {
	/*height:40px;*/
}

}


/*`````````````````````fade in text````````````````````````````````` */
@-webkit-keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }

.fade-in {
    opacity:0;  /* make things invisible upon start */
    -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;

    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
}

.fade-in.one {
-webkit-animation-delay: 0.7s;
-moz-animation-delay: 0.7s;
animation-delay: 0.7s;
}

.fade-in.two {
-webkit-animation-delay: 1.2s;
-moz-animation-delay:1.2s;
animation-delay: 1.2s;
}

.fade-in.three {
-webkit-animation-delay: 1.6s;
-moz-animation-delay: 1.6s;
animation-delay: 1.6s;
}

.intocolumns {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
	
  column-width: 40%;
 
 
 -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
	
	
	-webkit-column-rule-style: solid; /* Chrome, Safari, Opera */
    -moz-column-rule-style: solid; /* Firefox */
    column-rule-style: solid;
	        
  column-rule: 4px solid #ccc;
  padding: 30px;      
  dir:rtl;
  
   -webkit-column-rule-width: 1px; /* Chrome, Safari, Opera */
    -moz-column-rule-width: 1px; /* Firefox */
    column-rule-width: 1px;
}

.basicbox {
	width: 80%;
	padding:30px;
	background-color:#efefef;
	-webkit-box-shadow: 2px 13px 33px 2px rgba(0,0,0,0.53);
	-moz-box-shadow: 2px 13px 33px 2px rgba(0,0,0,0.53);
	box-shadow: 2px 13px 33px 2px rgba(0,0,0,0.53);
	color:#000;
	font-weight:600;
	font-size:16px;
	margin:auto auto;
}

.basichead {
	background-color:#F00;
	width:100%;
	padding:15px;
	color:#fff;
}

.advancedhead {
	background-color:#090;
	width:100%;
	padding:15px;
	color:#fff;
}

.businesshead {
	background-color:#039;
	width:100%;
	padding:15px;
	color:#fff;
}

.line-separator{

height:1px;

background:#717171;

border-bottom:1px solid #cccccc;
width:80%;
margin:auto auto;

}

@media screen and (max-width:600px){
	.intocolumns {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;
		direction:rtl;
	}
}

/*----------form style--------------- */
/*------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

html{    /*background:url(http://thekitemap.com/images/feedback-img.jpg) no-repeat;*/
  background-size: cover;
  height:100%;
}

#feedback-page{
	text-align:center;
}

#form-main{
	width:100%;
	float:left;
	padding-top:0px;
}

#form-div {
	background-color:#fa8a06;/*rgba(250,138,6,0.4);*/
	padding-left:35px;
	padding-right:35px;
	padding-top:35px;
	padding-bottom:50px;
	width: 450px;
	float: left;
	left: 50%;
	position:relative;
  margin-top:30px;
	margin-left: -60px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.feedback-input {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0);
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #3498db;
	color: #3498db;
	outline: none;
  padding: 13px 13px 13px 54px;
}

.focused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}

/* Icons ---------------------------------- */
#name{
	background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name:focus{
	background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email{
	background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email:focus{
	background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#comment{
	background-image: url(http://rexkirby.com/kirbyandson/images/comment.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}

#button-blue{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	float:left;
	width: 100%;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #3498db;
	color:white;
	font-size:24px;
	padding-top:22px;
	padding-bottom:22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}

#button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: #0493bd;
}
	
.submit:hover {
	color: #3498db;
}
	
.ease {
	width: 0px;
	height: 74px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}

@media only screen and (max-width: 580px) {
	#form-div{
		left: 3%;
		margin-right: 3%;
		width: 88%;
		margin-left: 0;
		padding-left: 3%;
		padding-right: 3%;
	}
	
	body {
		width: 100%;
 		overflow-x:hidden;
	}
}
/*----------new gallery----------------- */
.main{
	position:relative;
    width:90%;
    margin: 0 auto;
}

.clr{
	clear: both;
}

.view {
   /*width: 300px;
   height: 200px;*/
   width:45%;
   margin: 10px;
   float: left;
   border: 10px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   background: #fff center center;
}
.view .mask,.view .content {
   /*width: 300px;
   height: 200px;*/
   width:100%;
   height:100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 20px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
   direction:rtl;
}
.view p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 16px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
   direction:rtl;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
   direction:rtl;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}

.view-fourth img {
   -webkit-transition: all 0.4s ease-in-out 0.2s;
   -moz-transition: all 0.4s ease-in-out 0.2s;
   -o-transition: all 0.4s ease-in-out 0.2s;
   -ms-transition: all 0.4s ease-in-out 0.2s;
   transition: all 0.4s ease-in-out 0.2s;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-fourth .mask {
   background-color: rgba(0,0,0,0.8);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0) rotate(-180deg);
   -moz-transform: scale(0) rotate(-180deg);
   -o-transform: scale(0) rotate(-180deg);
   -ms-transform: scale(0) rotate(-180deg);
   transform: scale(0) rotate(-180deg);
   -webkit-transition: all 0.4s ease-in;
   -moz-transition: all 0.4s ease-in;
   -o-transition: all 0.4s ease-in;
   -ms-transition: all 0.4s ease-in;
   transition: all 0.4s ease-in;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
}
.view-fourth h2 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   border-bottom: 1px solid rgba(0, 0, 0, 0.3);
   background: transparent;
   margin: 20px 40px 0px 40px;
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.view-fourth p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.view-fourth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.view-fourth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1) rotate(0deg);
   -moz-transform: scale(1) rotate(0deg);
   -o-transform: scale(1) rotate(0deg);
   -ms-transform: scale(1) rotate(0deg);
   transform: scale(1) rotate(0deg);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.view-fourth:hover img {
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.view-fourth:hover h2,
.view-fourth:hover p,
.view-fourth:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0.5s;
   -moz-transition-delay: 0.5s;
   -o-transition-delay: 0.5s;
   -ms-transition-delay: 0.5s;
   transition-delay: 0.5s;
}

@media screen and (max-device-width: 480px) {
	.view h2 {
		font-size:small;
		
	}
	.view p {
		font-size:small;
	}
	.view {
		width:100%;
	}
}