@import url(http://fonts.googleapis.com/earlyaccess/opensanshebrew.css);

body { font-family: 'Open Sans Hebrew', sans-serif; background: url(../../images/wave7new.jpg) no-repeat; background-size: cover; font-size: 16px; }
a { text-decoration: none !important; }

.header img { width: 50%; }

.content { padding-top: 50px; }
.content-inner { padding-top: 20px; }

.content-title { color: #00266d; font-size: 2em; margin-bottom: 10px; text-align: center; }
.content-subtitle { color: #596b77; font-size: 1.5em; margin-bottom: 10px; }
.content-headline { color: #596b77; font-size: 1.5em; padding-bottom: 10px; border-bottom: 1px solid #596b77; margin-top: 90px; }
.content-text { color: #596b77; }
.content-grid { margin-top: 50px; }
.content-grid-item-container { padding: 15px; }
.content-grid-item { background: #0183d7; color: #ffffff; padding: 50px 0; border-radius: 5px; font-size: 1.2em; -webkit-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.75); -moz-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.75); box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.75); }
.content-grid-item i { font-size: 80px; margin-bottom: 20px; display: block; }
.content-grid-item:hover { -webkit-box-shadow: 0px 0px 15px 0px rgba(144,144,144,1); -moz-box-shadow: 0px 0px 15px 0px rgba(144,144,144,1); box-shadow: 0px 0px 15px 0px rgba(144,144,144,1); }

.content-row-item { background: #0183d7; color: #ffffff; padding: 10px 20px; border-radius: 5px; font-size: 0.9em; -webkit-box-shadow: 0px 0px 5px 0px rgba(237,237,237,1); -moz-box-shadow: 0px 0px 5px 0px rgba(237,237,237,1); box-shadow: 0px 0px 5px 0px rgba(237,237,237,1); margin-bottom: 10px; }
.content-row-item:hover { -webkit-box-shadow: 0px 0px 15px 0px rgba(144,144,144,1); -moz-box-shadow: 0px 0px 15px 0px rgba(144,144,144,1); box-shadow: 0px 0px 15px 0px rgba(144,144,144,1); }

.download-video a { background: #0183d7; color: #ffffff; padding: 5px 20px; border-radius: 5px; }