

@font-face {
    font-family: gotham-book;
    src: url(gotham-book.eot?v=4.2.0);
    src: url(gotham-book.eot?#iefix&v=4.2.0) format('embedded-opentype'),url(gotham-book.woff?v=4.2.0) format('woff'),url(gotham-book.ttf?v=4.2.0) format('truetype'),url(gotham-book.svg?v=4.2.0#fontawesomeregular) format('svg')
}

@font-face {
    font-family: gotham-medium;
    src: url(gotham-medium-webfont.eot?v=4.2.0);
    src: url(gotham-medium-webfont.eot?#iefix&v=4.2.0) format('embedded-opentype'),url(gotham-medium-webfont.woff?v=4.2.0) format('woff'),url(fonts/gotham-medium-webfont.ttf?v=4.2.0) format('truetype'),url(gotham-medium-webfont.svg?v=4.2.0#fontawesomeregular) format('svg')
}




@media (min-width: 801px) {
/* mothers campaian started here */
	.m-compaian-wrap {
		position: relative;
		direction: rtl;
	}
	.m-campaian-form select{
		width: 100%;
	    height: 55px;
	    border: none;
	    background: #f4f4f4;
	    padding: 0 12px;
	    line-height: 55px;
	    font-size: 18px;
	    color: #666;
	}
	.m-campaian-form input[type="text"], .m-campaian-form input[type="email"]{
		width: 100%;
	    color: #666;
	    height: 55px;
	    line-height: 55px;
	    font-size: 18px;
	    border: 1px solid #f4f4f4;
	    padding: 10px;
	    background: #f4f4f4;
	    font-family: 'Gotham-Book';
	    text-transform: uppercase;
	    box-shadow: none;
	    border-radius: 0;
	    -webkit-appearance: none;
	    text-transform: uppercase;
	}
	.m-campaian-form .error {
		color: red;
    	font-size: 12px;
    	text-transform: uppercase;
    	padding-top: 15px ;
    	display: block;
	}
	.m-campaian-form {
		margin-left: 25%;
	    width: 50%;
	    float: left;
	    clear: both;
	}
	.m-campaian-title {
	    padding: 25px 0 0;
	}
	.m-campaian-title h1 {
	    font-size: 36px;
	    letter-spacing: 1px;
	    text-transform: uppercase;
	}
	.m-campaian-title h2 {
	    margin: 27px 0 30px 0;
	}
	.m-campaian-form .m-campaian-submit {
		background: #000;
	    color: #fff;
	    padding: 15px;
	    display: block;
	    text-align: inherit;
	    text-transform: uppercase;
	    width: 100%;
	    margin: 0 auto;
	    text-align: center;
	    border: 0px none;
	}
	.m-campaian-icon {
		position: fixed;
		top: 75%;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		z-index: 10;
		right: 6%;
	}	
	.m-campaian-icon.m-icon-ar {
		right: auto;
		left: 3%;
	}
	.m-campaian-icon img{
		max-width: 100%;
		height: auto;
	}
	.m-campaian-icon a {
		-webkit-transform: perspective(1px) translateZ(0);
	    transform: perspective(1px) translateZ(0);
	    box-shadow: 0 0 1px transparent;
	}
	.m-campaian-icon a:hover{
		-webkit-animation-name: hvr-pop;
	    animation-name: hvr-pop;
	    -webkit-animation-duration: 0.3s;
	    animation-duration: 0.3s;
	    -webkit-animation-timing-function: linear;
	    animation-timing-function: linear;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	.m-campaian-icon img{
		 z-index: 10;
	    -webkit-transition: -webkit-transform 0.4s;
	    -moz-transition: -moz-transform 0.4s;
	    transition: transform 0.4s;
	}
	.m-campaian-icon:hover img{
		/*
		-webkit-transform: translateY(-30px);
	    -moz-transform: translateY(-30px);
	    -ms-transform: translateY(-30px);
	    transform: translateY(-30px); */
	}
	 .animated {
	    background-image: url(/css/images/logo.png);
	    background-repeat: no-repeat;
	    background-position: left top;
	    -webkit-animation-duration: 2s;
	    animation-duration: 2s;
	    -webkit-animation-fill-mode: both;
	    animation-fill-mode: both;
	 }
	 .bounceInDown {
	    -webkit-animation-name: bounceInDown;
	    animation-name: bounceInDown;
	 }

	/* eid pop*/

	span.closeEidBtn {
		background-image: url(../images/eid-close-btn.svg);
		border-radius: 50%;
		position: absolute;
		width: 50px;
		height: 50px;
		right: 8px;
		top: 35px;
		z-index: 1;
		background-size: cover;
		cursor: pointer;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.m-campaian-icon a {
		position: relative;
		z-index: 0;
	}

	span.closeEidBtn:hover {
		filter: alpha(opacity=90);
		opacity: .9;
	}
}

@media (max-width: 1023px) and (min-width: 320px) {
	/* mothers campaian started here */
	.m-compaian-wrap {
		position: relative;
		direction: rtl;
	}
	.m-campaian-form select{
		width: 100%;
	    height: 55px;
	    border: none;
	    background: #f4f4f4;
	    padding: 0 12px;
	    line-height: 55px;
	    font-size: 18px;
	    color: #666;
	}
	.m-campaian-form input[type="text"], .m-campaian-form input[type="email"]{
		width: 100%;
	    color: #666;
	    height: 55px;
	    line-height: 55px;
	    font-size: 18px;
	    border: 1px solid #f4f4f4;
	    padding: 10px;
	    background: #f4f4f4;
	    font-family: 'Gotham-Book';
	    text-transform: uppercase;
	    box-shadow: none;
	    border-radius: 0;
	    -webkit-appearance: none;
	    text-transform: uppercase;
	}
	.m-campaian-form .error {
		color: red;
    	font-size: 12px;
    	text-transform: uppercase;
    	padding-top: 15px ;
    	display: block;
	}
	.m-campaian-form {
		margin-left: 0%;
	    width: 100%;
	    float: left;
	    clear: both;
	}
	.m-campaian-title {
	    padding: 25px 0;
	}
	.m-campaian-title h1 {
	    width: 100%;
	    float: left;
	    text-transform: uppercase;
	    font-size: 20px;
	    margin-bottom: 25px;
	}
	.m-campaian-title p{
		font-size: 16px;
	}
	.m-campaian-title h2 {
	    margin: 0;
	    padding: 0 0 20px 0;
	    font-size: 16px;
	    font-weight: 400;
	    text-align: inherit;
	}
	.m-campaian-form .m-campaian-submit {
		background: #000;
	    color: #fff;
	    padding: 15px;
	    display: block;
	    text-align: center;
	    text-transform: uppercase;
	    width: 100%;
	    margin: 0 auto;
	    border: 0px none;
	}	
	.m-campaian-form .form-group {
	    margin-bottom: 20px;
	}
	.m-campaian-icon {
		position: fixed;
		top: 60%;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		z-index: 10;
		right: 0;
		max-width: 90%;
	}
	.m-campaian-icon.m-icon-ar {
		right: auto;
		left: 3%;
	}
	.m-campaian-icon img{
		max-width: 100%;
		height: auto;
	}
	.m-campaian-icon a {
		-webkit-transform: perspective(1px) translateZ(0);
	    transform: perspective(1px) translateZ(0);
	    box-shadow: 0 0 1px transparent;
	}
	.m-campaian-icon a:hover{
		-webkit-animation-name: hvr-pop;
	    animation-name: hvr-pop;
	    -webkit-animation-duration: 0.3s;
	    animation-duration: 0.3s;
	    -webkit-animation-timing-function: linear;
	    animation-timing-function: linear;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	.m-campaian-icon img{
		 z-index: 10;
	    -webkit-transition: -webkit-transform 0.4s;
	    -moz-transition: -moz-transform 0.4s;
	    transition: transform 0.4s;
	}
	.m-campaian-icon:hover img{
		/*
		-webkit-transform: translateY(-30px);
	    -moz-transform: translateY(-30px);
	    -ms-transform: translateY(-30px);
	    transform: translateY(-30px);
			*/
	}
	 .animated {
	    background-image: url(/css/images/logo.png);
	    background-repeat: no-repeat;
	    background-position: left top;
	    -webkit-animation-duration: 2s;
	    animation-duration: 2s;
	    -webkit-animation-fill-mode: both;
	    animation-fill-mode: both;
	 }
	 .bounceInDown {
	    -webkit-animation-name: bounceInDown;
	    animation-name: bounceInDown;
	 }
	/*eid pop*/
	span.closeEidBtn {
		background-image: url(../images/eid-close-btn.svg);
		border-radius: 50%;
		position: absolute;
		right: 8px;
		top: 30px;
		z-index: 1;
		background-size: cover;
		cursor: pointer;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		width: 40px;
		height: 40px;
		background-size: 100% 50px;
		background-repeat: no-repeat;
	}


}


@-webkit-keyframes bounceInDown {
    0% {
       opacity: 0;
       -webkit-transform: translateY(-50%);
    }
    60% {
       opacity: .6;
       -webkit-transform: translateY(-50%);
    }
    80% {
    	opacity: 1;
       -webkit-transform: translateY(-50%);
    }
    100% { 
    	opacity: 1;
       -webkit-transform: translateY(-50%);
    }
 }
 
 @keyframes bounceInDown {
    0% {
       opacity: 0;
       -webkit-transform: translateY(-50%);
    }
    60% {
       opacity: .6;
       -webkit-transform: translateY(-50%);
    }
    80% {
    	opacity: 1;
       -webkit-transform: translateY(-50%);
    }
    100% { 
    	opacity: 1;
       -webkit-transform: translateY(-50%);
    }
 }
         
 .nice-select.motherdaytitle {
    -webkit-tap-highlight-color: transparent;
    background-color: #f4f4f4;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    outline: 0;
    padding-left: 15px;
    padding-right: 30px;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    height: 55px;
    margin-bottom: 0;
    padding-top: 15px;
    text-align: right;
}

.nice-select.motherdaytitle ul {
    background-color: #f4f4f4;
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
    z-index: 9;
    width: 100%;
}

.nice-select.motherdaytitle .current {
    width: 100% !important;
    display: block;
    font-weight: 400;
    font-family: 'Gotham-Book';
    font-size: 18px;
    color: #666;
}

.nice-select.motherdaytitle li {
    color: #666;
}

.nice-select.motherdaytitle .option.focus, .nice-select.motherdaytitle .option.selected.focus, .nice-select.motherdaytitle .option:hover {
    background-color: #fff;
}

.nice-select.motherdaytitle .option.selected {
    background-color: #fff;
}

.nice-select.motherdaytitle ul.list li {
    display: block;
    width: 100%;
    border: 0 !important;
    padding: 0 5%;
    font-family: 'Gotham-Book';
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
}

.nice-select.motherdaytitle .option {
    cursor: pointer;
    font-weight: 600;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding: 0;
    text-align: right;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.nice-select.motherdaytitle.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}


.nice-select.motherdaytitle:after {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    left: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 5px;
}


.nice-select.motherdaytitle.open:after {
    content: "";
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.m-campaian-form .grid-m-12 {
    padding-bottom: 0;
}

.m-campaian-form .form-group {
    float: left;
    width: 100%;
 
}
.m-campaian-form select.error {
    padding: 0 12px;
    font-family: 'Gotham-Book';
    text-transform: uppercase;
    font-size: 18px;
    color: #666;
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
	span.closeEidBtn {
		right: 12px !important;
		top: 44px !important;
	}
}