/*
Theme Name: Arabic Quick New
Description: Blank framework theme for developing awsome websites. It is create for developers to help with coding.
Version: 1.0
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: arabic

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'Montserrat-Hairline';
	src: url('fonts/montserrat/Montserrat-Hairline.otf');
}
@font-face {
	font-family: 'Montserrat-Light';
	src: url('fonts/montserrat/Montserrat-Light.otf');
}

@font-face {
	font-family: 'Montserrat-Regular';
  	src: url('fonts/montserrat/Montserrat-Regular.otf');
}
@font-face {
	font-family: 'Montserrat-UltraLight';
	src: url('fonts/montserrat/Montserrat-UltraLight.otf');
}
/*html { margin-top: 28px !important; }
	* html body { margin-top: 28px !important; }*/
iframe {
	border: none;
	outline: none;
}
.row {
	padding-left: 15px;
	padding-right: 15px;
}
a:focus, a:hover {
	text-decoration: none;
	color: #1abc9c;
}
body {
		background-color: #e3ecf5;
	font-family: 'Lato', sans-serif;
	}
.navbar-fixed-top {
	top: 30px!important;
}
/*.navbar-fixed-top {
  top: 49px!important;
}*/
.container {
		padding: 0px;
	}
.wrapper {
		background-color: #fff;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		padding-left: 95px;
		padding-right: 95px;
	}
.wrapper-products {
		background-color: #fff;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}


	/* header */


.logo{
		padding: 23px 0 20px 0;
	}

.search-box-head {
	padding-top: 25px;
	text-align: right;
}
.navbar-toggle {
	background: url("img/mobile-nav.png");
	width: 43px;
	height: 30px;
	border-radius: 0;
	margin-top: 20px;
	margin-left: 20px;
	}
.mobile-menu {
	background-color: #ffffff;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	font-weight: bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
.mobile-menu li {
	border-bottom: 1px solid #bdbdbd;
	}
.mobile-menu li:last-child {
	border-bottom: none;
	}
.mobile-menu li a {
	color: #6c6c6c;
	font-size: 16px;
	display: block;
	padding-top: 10px;
    padding-bottom: 10px;
	}
.mobile-menu li:hover {
	background-color: #23a8e7
	color: #fff;
}
.icon-bar {
	background-color: #fff;
	height: 10px;
	}
.input-search-head {
	border: none;
	padding-left: 10px;
	}
.mobile-menu li.drop-down {
	display: block;
	}
#navigation-bar {
    position: relative;
    height: 23px;
    padding-top: 25px;
	float: right;
}

.first-row {
	padding-top: 40px;
	}
.bottom-gray-line {
	height: 2px;
	background-color: #e2e2e2;
	width: 100%;
	margin-top: 34px;
}
.first-row-video {
	padding-left: 0px;
}
.firs-row-left {
	padding-right: 0px;
}
.first-row h2 {
	color: #34495e;
	font-size: 28px;
	font-weight: bold;
	margin: 0;
	padding: 15px 0 3px 0;
}
.first-row p {
	font-size: 24px;
	color: #34495e;
	font-weight: 300;
	padding-bottom: 10px;
}
.first-row a {
	display: block;
	font-size: 18px;
	color: #1671cb;
	margin-bottom: 15px;
}
.grey-line {
	margin: 0 auto;
	padding-top: 52px;
	padding-left: 50px;
	padding-right: 50px;
	}
.grey-line-second {
	margin: 0 auto;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	}

/* Products Page */
.row-products {
	padding-top: 38px;
	padding-bottom: 0px;
	}
.product {
	width: 100%;
	margin-bottom: 27px;
	}
.product-desc h2 {
	font-size: 28px;
	font-weight: bold;
	color: #34495e;
	}
.product-desc p, .product-desc-right p {
	font-size: 18px;
	color: #2c3e50;
	line-height: 31px;
	padding-bottom: 23px;
	}
.product-desc-right a{
	display: inline;
}
.product-desc a {
	font-size: 18px;
	color: #1abc9c;
	padding-bottom: 30px;
	}
.tr-prod{
	border-left: 3px solid #dfe6ed;
	border-right: 3px solid #dfe6ed;
	border-bottom: 2px solid #ecf0f1;
	
	}
.tr-prod:nth-child(even) {
	background-color: #f9fafb;
	}
.tr-prod:first-child {
	border-top: 3px solid #48c9b0;
	}
.tr-prod:last-child {
	border-bottom: 3px solid #dfe6ed;
	}
.tr-prod td {
	padding: 15px 0 0 14px;
	vertical-align: top;
	font-size: 18px;
	color: #34495e;
	word-wrap: break-word;
	}
.tr-prod td p {
	font-size: 13px;
	}
.tr-prod td img {
	padding-top: 7px;
	}
.tr-prod a {
	font-size: 18px;
	color: #34495e;
	padding-left: 10px;
	padding-top: 10px;
	display: inline-block;
	}
.products-head {
	border: 3px solid #48c9b0;
	}
.grey-line-product {
	margin: 0 auto;
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 50px;
	}
	
/* table color */
.product-purple .products-head{
	border-color: #6c2a7c;
	}
.product-purple .tr-prod:first-child {
	border-top: 3px solid #6c2a7c;
	}
.product-purple .products-head th {
	background-color: #6c2a7c;
	}
	
.product-green .products-head{
	border-color: #aac516;
	}
.product-green .tr-prod:first-child {
	border-top: 3px solid #aac516;
	}
.product-green .products-head th {
	background-color: #aac516;
	}

.product-blue .products-head{
	border-color: #3498db;
	}
.product-blue .tr-prod:first-child {
	border-top: 3px solid #3498db;
	}
.product-blue .products-head th {
	background-color: #3498db;
	}

.product-orange .products-head{
	border-color: #f69517;
	}
.product-orange .tr-prod:first-child {
	border-top: 3px solid #f69517;
	}
.product-orange .products-head th {
	background-color: #f69517;
	}
/**/


.products-head th{
	background-color: #48c9b0;
	color: #fff;
	font-size: 19px;
	font-weight: 400;
	
	padding: 15px 20px 15px 20px;
	}
.colspan-pro-h {
	}
.prod-icon {
	width: 9%;
}
.title-desc {
	width: 61%;
}
.prod-link {
	width: 30%;
}

.need-help {
	background-color: #faf8f7;
	border: 2px solid #f2eeed;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 58px;
	}
.need-help p {
	text-align: center;
	font-size: 16px;
	color: #2c3e50;
	padding-bottom: 9px;
	padding-top: 17px;
	}
.need-help a {
	color: #e74c3c;
	font-weight: bold;
	}
/* Console */
.need {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	padding: 30px 0 10px 10px;
	display: block;
	}
.offer-wrapp{
	width: 100%;
	}
.offer-btns {
	position: absolute;
	left: 33%;
	top: 37%;
	}
.cl-btn {
	border: none;
	background: url("img/purchase-now.png");
	display: block;
	max-width: 100%;
	padding: 47px 185px 30px 185px;
	height: auto;
	}
.cl-btn-bot {
	border: none;
	margin-top: 20px;
	background: url("img/purchase-now.png");
	display: block;
	max-width: 100%;
	padding: 47px 185px 30px 185px;
	height: auto;
}
.console h1 {
	font-size: 26px;
	color: #34495e;
	font-weight: bold;
	margin-top: 5px;
	}
.console p {
	font-size: 18px;
	color: #34495e;
	padding-bottom: 10px;
	}
.console ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}
.console ul li {
	font-size: 18px;
	color: #2c3e50;
	padding-bottom: 5px;
	}
.console ul li:before {
	content: "-";
	padding-right: 5px;
	}
.row-offer {
	padding-bottom: 43px;
 }
.grey-line-offer{
	margin: 0 auto;
	padding-top: 30px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 40px;
	}
.console-text-left h2, .console-text-right h2 {
	font-weight: bold;
	font-size: 18px;
	color: #2c3e50;
	margin-top: 0px;
	}
.console-text-left p, .console-text-right p {
	font-size: 18px;
	color: #34495e;
	padding-bottom: 20px;
	}
.row-suggested h3 {
	font-size: 24px;
	color: #000;
	margin-top: 0;
	}
.entry-content {
	padding-top: 20px;
}
.entry-content ul {
	list-style-type: dot;
	margin-left: 0px;
	padding-left: 20px;
	padding-top: 10px;
}
.entry-content li, .entry-content li a{
	font-size: 18px;
	color: #939393;
	}
.row-soc-console {
	margin-top: 47px;
	}
/* SINGLE */
.row-single {
	padding-top: 40px;
	margin-top: 40px;
	}
.single-left img {
	margin-bottom: 20px;
	}
.post-tags-title {
font-size: 14.59px;
  color: #000;
  font-weight: 400;
  padding-bottom: 12px;
  font-weight: bold;
  margin-bottom: 0;
  }
.category-tags-title {
	font-size: 14.59px;
	  color: #000;
	  font-weight: 400;
	  padding-bottom: 12px;
	  font-weight: bold;
	  margin-bottom: 0;
	}
#category-tags a {
  font-size: 14.59px;
  color: #fff;
  text-decoration: none;
  background-color: #3377b5;
  padding: 5px;
  font-weight: bold;
  line-height: 32px;
}
#post-tags {
	margin-bottom: 20px;
	}
#post-tags a {
  font-size: 14.59px;
  color: #fff;
  text-decoration: none;
  background-color: #969696;
  padding: 5px;
  font-weight: bold;
  line-height: 32px;
}
.category-title {
	font-size: 24.75px;
  font-weight: bold;
  text-wrap: normal;
  line-height: 44px;
  color: #282828;
  padding-bottom: 20px;
  background: none;
  margin-bottom: 0;
  margin-top: 0;
}
.read-more-cat {
	  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  color: #009fe9;
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
  display: block;
}

.single-hr {
  background-color: #b8b8b8;
  display: block;
  height: 1px;
  border: none;
  padding: 0;
  margin: 0;
  margin-bottom: 0px;
  margin-top: 10px;
}

.single-blog-meta {
  font-size: 13px;
  margin: 10px 0 10px 0px;
}
.single-hr-bottom {
  background-color: #b8b8b8;
  display: block;
  height: 1px;
  border: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
.single-left p {
	font-size: 14px;
	}
.single-left p a {
	color: #1683c1;
	}
.single-content p {
	font-size: 15px;
  padding-bottom: 10px;
  line-height: 20px;
  }
.single-content a {
	color: #6aa3dd;
  text-decoration: none;
  }
#single-content h1 {
	font-size: 62px;
	font-weight: bold;
	color: #34495e;
	margin: 25px 0 25px 0;
}
#single-content h2 {
  font-size: 52px;
  font-weight: bold;
  line-height: 55px;
  padding-bottom: 10px;
  color: #34495e;
  margin: 25px 0 25px 0;
}
#single-content h3 {
	font-size: 22px;
	color: #34495e;
	font-weight: bold;
	margin: 25px 0 5px 0;
}
.yarpp-related {
	margin-bottom: 42px!important;
}
.need-help-soc {
	    background-color: #faf8f7;
    border: 2px solid #f2eeed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 40px;
    margin-top: 40px;
    padding-top: 10px;
}
.need-help-soc p {
	text-align: center;
	font-size: 16px;
}
#single-content h4 {
	font-size: 29px;
	color: #34495e;
	font-weight: bold;
	margin: 25px 0 25px 0;
}
#single-content h5 {
	font-size: 28px;
	color: #34495e;
	font-weight: bold;
	margin: 25px 0 25px 0;
}
#single-content h6 {
	font-size: 24px;
	color: #34495e;
	font-weight: bold;
	margin: 25px 0 25px 0;
}
#single-content p {
	font-size: 18px;
	color: #2c3e50;
	line-height: 31px;
}
#single-content .wp-caption-text {
	font-size: 15px;
	color: #2c3e50;
	font-style: italic;
	line-height: 18px;
	padding-top: 21px;
}
blockquote {
	border-left: 3px solid #eee!important;
}
#single-content blockquote p {
	color: #2c3e50;
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
}
#single-content ul {
	margin-left: 0px;
	color: #2c3e50;
	padding-left: 20px;
	font-size: 15px;
}
#single-content ul li {
	padding-bottom: 10px;
}
/* REVIEWS PAGE */
.review h1 {
	font-size: 40px;
	font-weight: bold;
	color: #34495e;
	text-align: center;
	margin-top: 52px;
	margin-bottom: 32px;
	}
.review h2 {
	font-size: 24px;
	color: #34495e;
	border-bottom: 3px solid #ecf0f1;
	padding-bottom: 14px;
	padding-top: 30px;
	}

.intro-rev {
	font-size: 18px;
	color: #2c3e50;
	}
.intro-rev a {
	color: #23a8e7;
	}
.review p {

	font-size: 18px;
	color: #2c3e50;
	line-height: 30px;
	}
.review p span {
		font-style: italic;
	color: #1abc9c;
	}
.row-sug {
	border-top: 3px solid #ecf0f1;
	margin-top: 20px;
	}
/* ARABIC PAGE */
.page-template-arabic-alphanoidz {
	background-color: #362140;
}
.wrapp-arabic {
	background-color: transparent;
	}
.demo-app {
	background: #2f1b39; /* Old browsers */
	background: -moz-linear-gradient(top,  #2f1b39 38%, #4b2c5b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(38%,#2f1b39), color-stop(100%,#4b2c5b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2f1b39 38%,#4b2c5b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2f1b39 38%,#4b2c5b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2f1b39 38%,#4b2c5b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2f1b39 38%,#4b2c5b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f1b39', endColorstr='#4b2c5b',GradientType=0 ); /* IE6-9 */

	}
.demo-app-right {
	}
.demo-app-left  h2{
	font-size: 40px;
	font-weight: bold;
	padding-top: 224px;
	color: #fff;
	padding-bottom: 44px;
	}
.demo-app-list {
	color: #ffd24e;
	padding-left: 0px;
	margin-left: 20px;
	font-size: 18px;
	}
.demo-app-list li:first-child {
	padding-bottom: 35px;
	}
.demo-app-list li {
	color: #ffd24e;
	font-size: 18px;
	}
.demo-app-p-bellow{
	color: #ffd24e;
	font-size: 18px;
	padding-bottom: 48px;
	}
.demo-app-light {
	font-size: 29px;
	font-weight: 300;
	color: #fff;
	}
.demo-app-light-try {
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	background: url("img/arabic/try-img.png");
	background-repeat: no-repeat;
	padding: 13px 0 13px 100px;
	}
.demo-app-light-try a {
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}
.demo-space {
	text-align: center;
	padding-top: 67px;
	padding-bottom: 80px;
	background: url("img/arabic/spacebgd.png");
	}
.demo-space h2 {
	font-size: 30px;
	color: #ffd971;
	}
.arab-h2 {
	font-size: 40px;
	font-weight: 300;
	color: #fff;
	}
.bellow-title-mnemonics {
	font-size: 22px;
	color: #fff;
	padding-bottom: 29px;
	}
.mnemonics-bellow {
	font-size: 17px;
	color: #f7cc4d;
	padding-bottom: 16px;
	}
.mnemonics-arab {
	background-color: #2e1739;
	padding-bottom: 50px;
	}
.orange-note {
	background-color: #ff9141;
	}
.orange-note p {
	font-size: 30px;
	color: #6a1618;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 5px;
}
.animated-wr-arab {
	padding-bottom: 30px;
	}
.tongue-arab {
	padding-bottom: 40px;
	background-color: #2e1739;
	}
.epic-arab {
	background-color: #362140;
	}
.dont-cheat {
	padding-top: 79px;
	padding-bottom: 100px;
	text-align: center;
	background: #2f1b39; /* Old browsers */
	background: -moz-linear-gradient(top,  #2f1b39 38%, #4b2c5b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(38%,#2f1b39), color-stop(100%,#4b2c5b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2f1b39 38%,#4b2c5b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2f1b39 38%,#4b2c5b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2f1b39 38%,#4b2c5b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2f1b39 38%,#4b2c5b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f1b39', endColorstr='#4b2c5b',GradientType=0 ); /* IE6-9 */
	}
.dont-cheat  h3 {
	font-size: 40px;
	color: #fff;
	padding-bottom: 7px;
	}
.dont-cheat p {
	font-size: 28px;
	color: #ff9141;
	font-weight: 300;
	padding-bottom: 31px;
	}
.arabic-quest {
	padding-bottom: 50px;
	}
.arabic-quest h2 {
	font-size: 40px;
	font-weight: 300;
	text-align: center;
	color: #fff;
	padding-top: 57px;
	padding-bottom: 19px;
	}
.arabic-quest h4 {
	font-size: 22px;
	color: #fff;
	padding-top: 37px;
	}
.arabic-quest p {
	font-size: 18px;
	color: #ffd24e;
	line-height: 31px;
	}
.robot {
	text-align: center;
	padding-top: 48px;
	background-size: cover;  /* or contain */
    background-position: center center;
    min-height: 397px; /* or 25vh - 25% of viewport height */
	}
.cont-video-top {
	margin-top: 41px;
	height: 579px;
	padding-top: 14px;
	background: url("img/arabic/video-top.png");
	background-position: center;
	background-repeat: no-repeat;
	background-color: #070808;
	}
.cont-video-top h1 {
	font-size: 44px;
	font-weight: bold;
	color: #ffd24e;
	text-align: center;
	padding-bottom: 3px;
	}
.cont-video-top p {
	font-size: 44px;
	color: #fff;
	font-weight: 300;
	text-align: center;
	padding-bottom: 86px;
	}
.try-p {
	font-size: 18px;
	color: #fff;
	line-height: 31px;
	padding-bottom: 30px;
}
	/* footer */





.blue-text {
	font-size: 15px;
	color: #0096f5;
	padding-top: 10px;
	}
.footer-bellow-line {
}
.footer-p-bellow p {
	font-size: 15px;
	color: #767676;
	text-align: center;
	padding-top: 11px;
	padding-bottom: 19px;
	}
.footer-p-bellow p a {
	color: #767676;
	text-decoration: underline;
	}
.footer-p-bellow p a:hover {
	color: #babbbc;
}
	
	
/* homepage search */
@charset "utf-8";
/* CSS Document */

/* ---------- FONTAWESOME ---------- */
/* ---------- http://fortawesome.github.com/Font-Awesome/ ---------- */
/* ---------- http://weloveiconfonts.com/ ---------- */

@import url(http://weloveiconfonts.com/api/?family=fontawesome);

a[class*="fontawesome-"]:before,
span[class*="fontawesome-"]:before {
	display: block;
	font-family: 'FontAwesome', sans-serif;
	-webkit-font-smoothing: antialiased;
}

/* ---------- GENERAL ---------- */
.form-search {
	float: right;
	margin-top: 15px;
	z-index: 999999;
    position: absolute;
    right: 80px;
	}

button {
    -webkit-appearance: button;
    border: 0;
    cursor: pointer;
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-transform: none;
}

button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

input {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	line-height: inherit;
	margin: 0;
	padding: 0;
}

input:focus {
	outline: none;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}



/* ---------- CLASSES ---------- */

.clearfix { *zoom: 1; }
.clearfix:before, .clearfix:after {
	content: "";
	display: table;	
}
.clearfix:after { clear: both; }



/* ---------- TOOLBAR ---------- */

/*.toolbar {
	color: #fff;
	list-style-type: none;
}

.toolbar li {
	float: left;
}

.toolbar li:first-child a { border-radius: .5em 0 0 .5em; }
.toolbar li:last-child button { border-radius: 0 .5em .5em 0; }

.toolbar a,
.toolbar input[type="search"],
.toolbar button {
	background: #3598db;
	color: #fff;
	display: block;
	padding: 0.7em 0.8em;
	position: relative;
}
.toolbar button {
	background: transparent;
	}
.search-btn-pressed {
	background: #2a80b9!important;
}
.toolbar a:hover,
.toolbar input[type="search"]:hover,
.toolbar input[type="search"]:focus,
.toolbar button:hover {
	background: #2a80b9;
}

.toolbar input[type="search"] {
	display: none;
	height: 20px;
	width: 135px;
}

.toolbar input[type="search"]::-webkit-input-placeholder { color: #fff; }
.toolbar input[type="search"]::-moz-placeholder { color: #fff; opacity: 1; }
.toolbar input[type="search"]:-moz-placeholder { color: #fff; opacity: 1; }
.toolbar input[type="search"]:-ms-input-placeholder { color: #fff; }
.smaller .logo {
	  padding: 9px 0 0px 0;
}
.smaller .navbar-nav {
	padding-top: 0px;
}
.smaller .form-search {
	margin-top: 4px;
}
.smaller .form-search .toolbar {
	margin-bottom: 5px;
}
.smaller .navbar-toggle {
	margin-top: 9px;
}
*/
/* =Media Queries
-------------------------------------------------------------- */
@media all and (max-width: 660px) {
  /* =Header
  -------------------------------------------------------------- */
 
}
@media all and (max-width: 600px) {
  
}
.icon-hp img{
	width: 44px;
	height: 60px;
	
}
.icon-hp-ios {
	display: block;
	width: 44px;
	height: 60px;
	background: url("img/iosappimg.png") left;
	text-indent: -99999px;
}
.icon-hp-ios:hover {
	background-position: 44px 0;
}
.icon-hp-android {
	display: block;
	width: 48px;
	height: 60px;
	background: url("img/androidappimg.png") left;
	text-indent: -99999px;
}
.icon-hp-android:hover {
	background-position: 48px 0;
}
.icon-hp-amazon {
	display: block;
	width: 46px;
	height: 60px;
	background: url("img/amazonappimg.png") left;
	text-indent: -99999px;
}
.icon-hp-amazon:hover {
	background-position: 46px 0;
}
.icon-hp-browser {
	display: block;
	width: 48px;
	height: 60px;
	background: url("img/browserappimg.png") left;
	text-indent: -99999px;
}
.icon-hp-browser:hover {
	background-position: 48px 0;
}
.letters {
	  padding-left: 15px;
}
.letters li {
	display: inline-block;
	margin-right: 10px;
}
.letters a.letter1 {
	width: 123px;
	display: block;
	float: left;
	height: 95px;
	background: url("img/arabic/letter-1.png") left;
	text-indent: -99999px;
}
.letters a.letter1:hover {
	background-position: 123px 0;
	display: block;
	
}
.letters a.letter2 {
	width: 123px;
	display: block;
	height: 95px;
	background: url("img/arabic/letter-2.png") left;
	text-indent: -99999px;
}
.letters a.letter2:hover {
	background-position: 123px 0;
	display: block;

}
.letters a.letter3 {
	width: 123px;
	height: 95px;
	background: url("img/arabic/letter-3.png") left;
	text-indent: -99999px;
	display: block;
}
.letters a.letter3:hover {
	background-position: 123px 0;
	display: block;

}
.letters a.letter4 {
	width: 123px;
	height: 95px;
	background: url("img/arabic/letter-4.png") left;
	text-indent: -99999px;
	display: block;
}
.letters a.letter4:hover {
	background-position: 123px 0;
	display: block;

}
#iphone-gif {
    height:473px;
    width:368px;
    background: url("img/arabic/iphoneapp.png");
    margin:auto; /*position the [div] on the center*/
  }

  /*this is the hover event trigger*/
  #iphone-gif:hover {
    cursor:pointer; 
    background:url("img/arabic/learn_arabic_iphone_app.gif");
  }
 #mnemonics-gif {
    height:438px;
    width:315px;
    background: url("img/arabic/how_arabic_mnemonics_work_for-gif.png");
    margin:auto; /*position the [div] on the center*/
  }

  /*this is the hover event trigger*/
  #mnemonics-gif:hover {
    cursor:pointer; 
    background:url("img/arabic/how_arabic_mnemonics_work_for-gif.gif");
  }
  
  #lett-gif {
    height:265px;
    width:265px;
    background: url('http://drmoku.com/content/themes/drmoku/img/arabic/animated-wr.png');
    margin:auto; /*position the [div] on the center*/
  }
  /*this is the hover event trigger*/
  #lett-gif:hover {
    cursor:pointer; 
    background:url('http://drmoku.com/content/themes/drmoku/img/arabic/animated-letter.gif');
  }
  #tongue-gif {
    height:265px;
    width:265px;
    background: url("img/arabic/tongue-or.png");
    margin:auto; /*position the [div] on the center*/
  }

  /*this is the hover event trigger*/
  #tongue-gif:hover {
    cursor:pointer; 
    background:url("img/arabic/tongue-over.gif");
  }
  .cont-robot-full {
	position: relative;
	margin-bottom: -10px;
}
.btn-view-all-b {
	border: none;
	background-color: #1abc9c;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	background-image: none;
	padding: 10px 23px;
	}
.btn-view-all {
	position: absolute;
	border: none;
	background-color: #1abc9c;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	background-image: none;
	padding: 10px 23px;
	top: 48px;
	left: 50%;
	margin-left: -102px;
	}
.contact-input {
	border: 2px solid #c1c1c1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 0 10px 10px;
	width: 100%;
	margin-bottom: 16px;
}
.contact-input:focus, .contact-textarea:focus {
	border: 2px solid #000;
	outline: none;
}
.contact-textarea {
	border: 2px solid #c1c1c1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 0 10px 10px;
	height: 110px;
	margin-bottom: 16px;
	width: 100%;
}
.contact-submit {
	background-color: #1abc9b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 15px 0px 15px 0;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
}
.contact-text {
	font-size: 24px;
	color: #34495e;
	margin-bottom: 5px;
}
.contact-text a {
	color: #23a8e7;
}
.contact-text-small {
	font-size: 14px;
	margin-bottom: 33px;
}
.contact-text-small a {
	color: #2c3e50;
}
.product-wide-title {
	font-weight: bold;
    font-size: 25px;
    text-align: center;
	padding-bottom: 25px;
}
.contact-captcha-input {
	border: 2px solid #c1c1c1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 16px;
}
.su-audio .jp-play, .su-audio .jp-pause {
	width: 26px!important;
    height: 26px!important;
    margin: -2px 0 0 1px!important;
	background-image: url("http://arabicquick.com/content/themes/arabicquick-new/img/playpause.png")!important;
}
.su-audio {
    height: 75px!important;
    margin-left: 6px!important;
    margin-top: 10px!important;
    margin-right: 20px!important;
	width: 27px!important;
	background-image: url('http://arabicquick.com/content/themes/arabicquick-new/img/round-play.png')!important;
	background-repeat: no-repeat!important;
}
.sample-big-sentance h4 {
	font-size: 24px!important;
}
/*.su-audio .jp-pause {
    background-position: -41px 0!important;
}*/
.audio-h4 {
	padding-bottom: 10px!important;
    font-size: 24px!important;
    font-weight: bold!important;
    line-height: 29px!important;
    margin-left: 30px!important;
	color: #34495e!important;
	margin: 0px!important;
	}
.audio-p {
	padding-top: 0px!important;
    font-size: 18px!important;
    font-weight: bold!important;
    line-height: 20px!important;
    margin-left: 30px!important;
    color: #6e7479!important;
	padding-bottom: 0px!important;
	}
.audio-h5 {
	font-size: 20px!important;
    padding-top: 5px!important;
    font-weight: 300!important;
    margin-left: 30px!important;
    margin-bottom: 10px!important;
	color: #34495e!important;
	margin: 0px!important;
	}
.divider {
	 width: 100%; height: 1px; background-color: #b8b8b8; margin-top: 10px; margin-bottom: 20px;
}
.letter-sp {
	display: inline;
}

/* ARABIC NEW THEME CODES */
.main-top-title {
	text-align: center;
	font-weight: bold;
	font-size: 40px;
	color: #34495e;
	margin: 0;
	padding: 20px 0 0 0;
}
.main-top-par {
	text-align: center;
	color: #34495e;
	font-size: 24px;
	margin: 0;
	padding: 2px 0 27px 0;
}
.secondbox-title {
	color: #34495e;
	font-size: 28px;
	text-align: center;
	font-weight: 900;
	margin: 0;
	padding: 35px 0 2px 0;
}
.secondbox-par {
	color: #34495e;
	font-size: 24px;
	text-align: center;
	margin: 0;
	padding: 0 0 46px 0;
}
.iconbox-par {
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	padding: 27px 0 43px 0;
}
.centered-par {
	text-align: center;
	font-size: 18px;
	line-height: 31px;
	color: #2c3e50;
	padding-bottom: 32px;
	display: block;
	clear: both;
}
.secondbox-continue {
	background-color: #227bfe;
	border: none;
	color: #fff!important;
	font-size: 14px;
	
}
.secondbox-continue:hover {
	background-color: #1561d2;
	color: #fff;
}
.question-hp {
	color: #2c3e50;
	font-size: 18px;
	font-weight: bold;
}
.answer-hp {
	color: #2c3e50;
	font-size: 18px;
}
.fourth-row img {
	padding-top: 20px;
}
.kitten-par {
	font-size: 18px!important;
	color: #2c3e50!important;
	font-weight: 500;
}
.last-row {
	padding-bottom: 17px;
}




.cont-first-hp {
	padding-top: 70px;
}
.single-masonry-item {
	margin-bottom: 20px;
}
.single-masonry-item .format-image{
	width:400px;
}
.single-masonry-item .format-aside{
	width:600px;
}
.single-masonry-item {
	width: 305px;  
}
.tags-mas {
	background-color: #f2f9ff;
	padding: 12px 10px 12px 10px;
}
.wrapper-masonry {
	background-color: #fff;
}
.tags-mas a {
	display: inline-block;
	padding: 5px 10px 5px 10px;
	font-weight: 900;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background-color: #d4f1fa;
    border: 1px solid #1c7dae;
	margin-bottom: 2px;
	margin-right: 2px;
}
.item-masonry {
	padding: 0px;
    background-color: #fff;
	border: 1px solid #bdbdbe;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.title-post-mas {
	font-size: 20px;
    font-weight: bold;
    color: #34495e;
    padding-left: 16px;
    padding-right: 16px;
}
.excerpt-mas {
	font-size: 16px;
	padding-left: 16px;
	padding-right: 16px;
	color: #34495e;
}
.read-more-cat-mas {
	color: #2ea9e4;
    font-weight: bold;
    padding-left: 16px;
    margin-bottom: 10px;
}
.masonry-cont {
	padding: 18px;
}
.masonry-title {
	font-size: 18px;
	color: #34495e;
}
.masonry-excerpt {
	color: #34495e;
	font-size: 14px;
}
.single-blog-meta-masonry {
	padding: 18px;
	background-color: #f2f9ff;
	}
/*.blog-masonry {
	padding-top: 28px;
}*/
.item-masonry img {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.wrapper-contact {
	background-color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 80px;
}
.row-form-contact {
	padding-left: 0px;
	padding-right: 0px;
}
.wrapper-page {
	padding-top: 40px;
}

/* WP STYLES */
.alignleft, img.alignleft {
	margin-right: 0.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 0.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
/* WP AUDIO */

.mejs-container, .mejs-embed, .mejs-embed body, .mejs-container .mejs-controls {
	width: 26px!important;
	background: transparent!important;
	float: left!important;
	margin-right: 30px!important;
	/*padding-bottom: 75px!important;*/
	height: 30px!important;
}
.mejs-container .mejs-controls div {
	background-image: url("img/round-play.png")!important;
	width: 27px!important;
	height: 27px!important;
}
.mejs-container .mejs-controls {
	width: 26px!important;
}
.mejs-container .mejs-controls .mejs-time {
	display: none!important;
}
.mejs-time-rail {
	display: none!important;
}
.mejs-container .mejs-controls .mejs-time {
	display: none!important;
}
.mejs-controls .mejs-button button {
	margin: 6px 6px!important;
}
.mejs-container .mejs-volume-button {
	display: none!important;
}
.mejs-controls a.mejs-horizontal-volume-slider {
	display: none!important;
}


.table-letter {
	border: 2px solid #ecf0f0;
}
.table-letter tr {
	border-bottom: 2px solid #ecf0f0;
}
.first-row-letter {
	border-right: 2px solid #ecf0f0;
	width: 37%;
	font-size: 16px;
	padding: 5px 15px 5px 15px;
}
.second-row-letter {
	width: 20%;
	padding-left: 15px;
}
.third-row-letter {
	width: 42%;
	padding-left: 0px;
	padding-right: 5px;
}
.read-lesson {
	float: right;
}
.letter-img {
	float: left;
	padding-bottom: 11px;
}
.letter-title {
	float: left;
	padding-left: 28px;
}
.letter-title h1 {
	margin: 0;
	padding: 0;
	font-size: 29px;
	color: #34495e;
}
.letter-desc {
	font-size: 18px;
	color: #2c3e50;
}
.letter-dash {
	clear: both;
    outline: none;
    background-color: #ecf0f1;
    height: 3px;
	margin-top: 11px;
}
.entry-content h2 {
	color: #34495e;
	font-size: 24px;
	border-bottom: 3px solid #ecf0f1;
	padding-bottom: 10px;
	padding-top: 15px;
}
.entry-content p {
	font-size: 18px;
	line-height: 30px;
}
.mejs-controls .mejs-button button {
	background: transparent url("img/controls.svg") no-repeat!important;
}
.wrapper-products {
	padding-top: 30px;
	padding-left: 15px!important;
	padding-right: 15px!important;
}
.content-alphabet {
	clear: both;
}
#sample-big-sentance h4 {
	font-size: 30px;
}

.mean-container .mean-bar {
	background: #23a8e7;
}
.logo-mobile {
	position: absolute;
	float: left;
	padding-left: 20px;
	padding-top: 3px;
}
.mean-container .mean-nav ul li a.mean-expand {
	height: 24px!important;
}
.mean-container .mean-nav ul li {
	background-color: #23a8e7;
}
.row-need-help {
	background-color: #faf8f7;
	border: 2px solid #f2eeed;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 58px;
	padding: 30px 30px 20px 30px;
}
.row-need-help p {
	font-size: 15px;
}
/*
.app-box {
	
	background-color: #23a8e7;
	
	padding-top: 50px;
	
}
.app-box h1 {
	font-family: Montserrat-UltraLight;
	color: #fff;
}
.app-box p{
	font-family: Montserrat-Light;
	color: #fff;
}	

.app-box .apple-button {
	background-color: transparent;
	border: 2px solid #fff;
	
	color: #fff;
	
}	

.app-box .googleplay-button {
	background-color: transparent;
	
}

.aq-logo {
	margin-top: 10px;
}	
.sticky-nav {
	padding-top: 0px!important;
}
.sticky-formsearch {
	margin-top: 5px!important;
}
header{
  width: 100%;
  height: 108px;
  -webkit-transition: height 0.5s ease;
	-moz-transition: height 0.5s ease;
	-ms-transition: height 0.5s ease;
	-o-transition: height 0.5s ease;
	transition: height 0.5s ease;
}
header.sticky {
  height: 48px;
 	-webkit-transition: height 0.5s ease;
	-moz-transition: height 0.5s ease;
	-ms-transition: height 0.5s ease;
	-o-transition: height 0.5s ease;
	transition: height 0.5s ease;
}
.logo {
	-webkit-transition: padding 0.5s ease;
	-moz-transition: padding 0.5s ease;
	-ms-transition: padding 0.5s ease;
	-o-transition: padding 0.5s ease;
	transition: padding 0.5s ease;
}
header.sticky .logo {
	padding: 10px 0 0px 0!important;
	width: 170px;
    
    -webkit-transition: padding 0.5s ease;
	-moz-transition: padding 0.5s ease;
	-ms-transition: padding 0.5s ease;
	-o-transition: padding 0.5s ease;
	transition: padding 0.5s ease;
}*/
							


