@font-face {
	font-family: 'MeretPro-Normal';
	src: url('/fonts/MeretPro-Normal.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MeretPro-NormalItalic';
	src: url('/fonts/MeretPro-NormalItalic.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MeretPro-Medium';
	src: url('/fonts/MeretPro-Medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MeretPro-LightItalic';
	src: url('/fonts/MeretPro-LightItalic.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MeretPro-SemiBold';
	src: url('/fonts/MeretPro-SemiBold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MeretPro-SemiBoldItalic';
	src: url('/fonts/MeretPro-SemiBoldItalic.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* padding included in box size */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

/*reset for iphone - no doubled text*/
h1, h2, h3, h4, h5, h6
{ font-weight: normal;}

body {
    background: #E1E2E2;
    font-family: MeretPro-Normal;
    margin: 0;
    padding: 0;
}

#wrapper {
    width: 95%;
    max-width: 1200px;
    margin: 20px auto;
    background: #FFFFFF;
    overflow: hidden;
    -webkit-box-shadow: 3px 3px 7px rgba(0,0,0,.3), -2px -2px 7px rgba(0,0,0,.1);
    -moz-box-shadow: 3px 3px 7px rgba(0,0,0,.3), -2px -2px 7px rgba(0,0,0,.1);
    box-shadow: 3px 3px 7px rgba(0,0,0,.3), -2px -2px 7px rgba(0,0,0,.1);
}



/*************************************************
HEADER
*************************************************/

#page-title {
    font-family: MeretPro-Normal;
    padding: 2.5% 0 15px 4.16%; /*0 0 0 50px/  50/870=.0574 */
    width: 58%;
    float: left;   
}

#page-title h1 {
    color: #911a1d;
    font-size:  2.25em;
    margin: 0 0 0 0;
}


.nav-line {
    float: left;
    padding: 0 4.16% 0 4.16%; /*0 0 0 50px/  50/870=.0574 */
    width: 100%;
}



/* NAVIGATION
----------------------------------------------- */


#nav {
    font-size: .875em; /*14px*/
    font-family: MeretPro-Medium;
    letter-spacing: 1px;
    margin: 10px 0 10px 2.56%; /* 30px 0 50px 0 */
    padding: 0 0 0 1.6%; /* 20/580= .0166 */
    min-width: 90%; /*580px*/
    float: left; 
}

#nav ul {
    margin: 0;
    padding: 0;
}

#nav li {
    list-style: none;
    display:inline;
    margin-right: 1.5%; /* 18/580= .015 */
}


#nav li a {
    text-decoration: none;
    color: Black;
    padding-top: 2px;
}

#nav li a:hover {
    color: #911a1d;
    padding-top: 4px;
    border-top: solid 8px #F1F2F2;
    -webkit-transition: color,padding-top .1s ease-in;
    -moz-transition: color,padding-top .1s ease-in;
    -o-transition: color,padding-top .1s ease-in;
    transition: color,padding-top .1s ease-in;
}


/* LANGUAGES LINKS
----------------------------------------------- */

#languages {
    font-family: MeretPro-NormalItalic;
    font-size: .8125em; /*13px*/ 
    margin: 2.5% 0 1.6% 0; /* 30px 0 20px 0 */
    padding: 0 50px 0 0;
    width: 42%;
    float: right;
    text-align: right;
}

#languages ul {
    margin: 0;
    padding: 0;
}

#languages li {
    list-style: none;
    padding-left: 5px;
    display: inline;
    
}

#languages li a:hover {
    color: #911a1d;
}

#languages li a {
    text-decoration: none;
    color: Black;
}

#languages-iphone {
    display: none;
}


/*************************************************
GENERIC STYLES
*************************************************/
a {
    text-decoration: none;
    color: Black;
}

#download-book a:hover {
    color: #911a1d;
}

#download-book a {
    text-decoration: none;
    color: Black;
}

#weinland-links a:hover {
    color: #911a1d;
}

#weinland-links a {
    text-decoration: none;
    color: Black;
}

a:hover {
    color: #911a1d;
}


p a {
    text-decoration: none;
    color: #911a1d;
}

p a:hover {
    text-decoration: underline;
}

p {
    font-size: 1.2em;
    line-height: 1.8em;
}

em {
    font-family: MeretPro-NormalItalic;
    font-weight:normal;
    font-style:normal;
}

strong {
    font-family: MeretPro-SemiBold;
    font-weight:normal;
    font-style:normal;
}

.semi-bold-italic {
    font-family: MeretPro-SemiBoldItalic 
}

.italic {
    font-family: MeretPro-NormalItalic;
}

.italic-light {
    font-family: MeretPro-LightItalic;
}

.size32-light {
    font-family: MeretPro-LightItalic;
    font-size: 2em; /*32px*/
    line-height: 50px;
}

.medium {
    font-family: MeretPro-Medium;
}

.size14 {
    font-size: .875em; /*14px*/
}

.size18 {
    font-size: 1.125em; /*18px*/
}


.size22 {
    font-size: 1.375em; /*22px*/
}

.size32 {
    font-size: 2em; /*32px*/
    line-height: 50px;
}

.size42 {
    font-size: 2.625em; 
    line-height: 3em;
}

.contact {
    font-size: 2.625em; 
    line-height: 2em;
}

.order {
    font-size: 2.625em; 
    line-height: 1em;
}


#headline {
    color: #911a1d;
    float: left;
    width: 100%; /*870px*/ 
    padding: 0 0 0 4.16%; /*0 0 0 50px/  50/870=.0574 */
}

#headline h1 {
    font-size: 6.75em; /*108px*/
    margin: -22px 0 0 0;
    letter-spacing: -4px;
}

img.headline-line {
    height: 1px;
    width: 40px;
    float: left;
    margin: -17px 300% 15px 0; /* -25px 600px 40px 52px */
}

img.header-line {
    height: 1px;
    float: left;
    margin: 15px 0 0 0;
}

.graybackground {
    -webkit-box-shadow: inset 0px 7px 10px -8px rgba(0,0,0,.25);
    -moz-box-shadow: inset 0px 7px 10px -8px rgba(0,0,0,.25);
    box-shadow: inset 0px 7px 10px -8px rgba(0,0,0,.25);
    background: #EFF0EF;
    float: left;
    width: 100%;
}

.graybackground-pub {
    -webkit-box-shadow: inset 0px 7px 10px -8px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 0px 7px 10px -8px rgba(0,0,0,0.25);
    box-shadow: inset 0px 7px 10px -8px rgba(0,0,0,0.25);
    background: #EFF0EF;
    float: left;
    width: 100%;
    padding: 20px 20px 20px 20px;
}


img {
border: none;
}

.headline-top {
    padding-top: 25px;
}

.headline-top-alt {
    padding-top: 10px;
}


/* HIDDEN ELEMENTS 
----------------------------------------------- */

#languageselect { 
    display:none;
    }
    
#languageselect-arabic { 
    display:none;
    }
    
#languageselect-iphone { 
    display:none;
    }
    
#naviphone { 
    display:none;
    }

#iphone-languages { 
   display:none;
    }
    
.break-iphone {
    display: none;
    }

/*************************************************
HOME PAGE
*************************************************/



img.line {
    height: 1px;
    width: 40px;
    float: left;
    margin: 0.4% 300% 2.7% 0; 
}

img.download-line {
    max-width: 100%;
    float: left;
}

#headline-top {
    float: left;
    padding: 1.7% 0 15px 4.16%; /*0 0 0 50px/  50/870=.0574 */
    width: 65%;

}

#headline-top h1 {
        font-size: 6.5em;
        margin: 0;
}

#headline-top h1.about {
        font-size: 3.9em;
        margin: 0;
}

#headline-top h2 {
        font-size: 3.5em;
        margin: -35px 0 0 0;
}

#headline-top h3 {
    font-size: 3.9em;
    margin: 0;
}

#headline-top h4 {
    font-size: 6.3em;
    margin: -25px 0 -15px 0;
}

h1 {font-size: 2.5em;}


#GFW {
    -webkit-box-shadow: inset 0px 7px 10px -8px rgba(0,0,0,.25), inset 0px -4px 7px -8px rgba(0,0,0,.8);
    -moz-box-shadow: inset 0px 7px 10px -8px rgba(0,0,0,.25), inset 0px -4px 7px -8px rgba(0,0,0,.8);
    box-shadow: inset 0px 7px 10px -8px rgba(0,0,0,.25), inset 0px -4px 7px -8px rgba(0,0,0,.8);
    background: #EFF0EF;
    float: left;
    width: 100%;
    position: relative;
    margin: -10px 0 1.6% 0; /* 45px 0 20px 0 */
}

#booktext {
    width: 64%; /*590px*/
    padding: 0 0 20px 50px;
    float: left;
    display: inline-block;
}


#booktext p {
    font-size: 1.25em; /*20px*/
    line-height: 32px;
}

#italic-heading-box {
    -webkit-box-shadow: inset 0px 7px 10px -8px rgba(0,0,0,.25), inset 0px -4px 7px -8px rgba(0,0,0,.8);
    -moz-box-shadow: inset 0px 7px 10px -8px rgba(0,0,0,.25), inset 0px -4px 7px -8px rgba(0,0,0,.8);
    box-shadow: inset 0px 7px 10px -8px rgba(0,0,0,.25), inset 0px -4px 7px -8px rgba(0,0,0,.8);
    background: #EFF0EF;
    float: left;
    width: 100%;
    position: relative;
    margin: -10px 0 0 0; /* 45px 0 20px 0 */
}

#italic-heading {
    width: 64%; /*590px*/
    padding: 20px 0 20px 50px;
    float: left;
    display: inline-block;
}

#text {
    width: 63%; /*590px*/
    padding: 0 0 0 50px;
    float: left;
    display: inline-block;
    position: relative;
    z-index: 2;
}

#gfwbook-cont {
    position: absolute;
    left: 61%; /*610px*/
    top: -149px; /*-3.16%*/
}

#order-gfwbook-cont {
    position: absolute;
    left: 61%; /*610px*/
    top: -100px; /*-3.16%*/
}

#weinland-cont {
    position: absolute;
    left: 65%; /*610px*/
    top: -38px; /*-3.16%*/
}

#download-book {
    float:left;
    padding: 0 0 0 16.15%;
    line-height: 2em;
    margin-top: -60px;
    position: relative;
    z-index:2;
}

#weinland-links {
    float:left;
    padding: 0 0 0 3%;
    line-height: 2em;
    margin-top: 40px;
    position: relative;
    z-index:2;
}

#weinland-links-iphone {
    display:none;
    float:left;
    padding-left: 4.16%;
}	

#download-book-iphone {
    display:none;
    float:left;
    padding-left: 4.16%;
}

img.gfw {
    max-width: 100%;
    padding-right: 10px;
}

img.pet {
    float:left;
    max-width: 100%;
    padding: 50px 0 0 4.16%;
}

#PET {
    float:left;
    margin-left: 5px;
    margin-top: 60px;
    width: 55%;
}

#PET h1 {
    font-size: 3.5em;
    margin: 0;
}

#PET h2 {
    font-size: 5.7em;
    margin: -25px 0 0 0;
}


/* Accordian for Topics
----------------------------------------------- */
.accordion{
	width: 62%;
	margin-top:15px;
	float:left;
	padding-left: 4.16%;
	margin-bottom: 60px;
}

.accordion article{
	padding: 5px 20px 5px 20px;
	margin-bottom: 6px;
	position: relative;
	z-index: 20;
	display: block;
	height: 40px;
	cursor: pointer;
	line-height: 33px;
	font-size: 18px;
    -webkit-box-shadow: inset 0px 7px 10px -8px rgba(0,0,0,.25);
    -moz-box-shadow: inset 0px 7px 10px -8px rgba(0,0,0,.25);
    box-shadow: inset 0px 7px 10px -8px rgba(0,0,0,.25);
    background: #EFF0EF;	
}

.indent{
    position: absolute;
    left: 30%;
}

.accordion article:hover{
    background: #E2E3E3;
    -webkit-transition: background 0.4s ease-in-out;
}


/*************************************************
Contact
*************************************************/
#contact1 {
   width: 23%;   
    float:left;
    margin: 0 4.1% 0 2%; /*0 0 0 20px*/
    line-height:1.7em; 
        line-height:1.7em; 

}

#contact2 {
        width: 68%; 
    float: left;
    padding: 0 0 0 4.1%; /*0 0 0 50px/  50/870=.0574 */
}


input, textarea {
 padding: 8px;
 border: solid 1px #E5E5E5;
font: normal 1em MeretPro-Normal;
 width: 40%;

 }

textarea {
 width: 70%;
 height: 150px;
 line-height: 150%;
 }

.form label {
 margin-left: 10px;
 color: #999999;
 }

.submit input {
 width: auto;
 padding: 9px 15px;
 background: #617798;
 font-size: 14px;
 color: #FFFFFF;
 cursor:pointer;
 }
 
#form-div {
background-color:#F5F5F5;
padding:15px;
}


/*************************************************
FOOTER
*************************************************/

#footer {
    -webkit-box-shadow: inset 0px 5px 5px -5px rgba(0,0,0,.25);
    -moz-box-shadow: inset 0px 5px 5px -5px rgba(0,0,0,.25);
    box-shadow: inset 0px 5px 5px -5px rgba(0,0,0,.25);
    background: #EFF0EF;
    float: left;
    width: 100%;
    padding: 20px 0 0 50px;
    float: left;
    margin-top: 60px; /*13px*/
    font-size: .8125em; /*13px*/
    line-height: 20px;
}


/*************************************************
Portuguese
*************************************************/

#headline-top .gfw-portugues {
    font-size: 3.7em;
    line-height: 0.9em;
    margin: -20px 0 0 0;
}

#headline-top h1.pet-portugues1 {
    font-size: 4.2em;
}

#PET h1.pet-portugues1 {
    font-size: 4.2em;
}

.pet-portugues {
    font-size: 4em;
    margin: -15px 0 0 0;
}

/*************************************************
Spanish
*************************************************/

#headline-top h1.pet-spanish1 {
    font-size: 3.8em;
}

#PET h1.pet-spanish1 {
    font-size: 3.8em;
}


/*************************************************
French
*************************************************/

#headline-top .gfw-french {
    font-size: 3em;
    line-height: 0.9em;
    margin: -20px 0 0 0;
}

#PET .pet-french {
    font-size: 4.75em;
    margin: -8px 0 0 0;
}


.pet-french2 {
    font-size: 5.22em;
    margin: -8px 0 -18px 0;
}

/*************************************************
Italian
*************************************************/

#headline-top h1.pet-italian1 {
    font-size: 3.32em;
}

#PET h1.pet-italian1 {
    font-size: 3.32em;
}

.pet-italian {
    font-size: 4.35em;
    margin: -15px 0 0 0;
}


/*************************************************
Dutch
*************************************************/

#headline-top h1.pet-dutch1 {
    font-size: 2.75em;
}

#PET h1.pet-dutch1 {
    font-size: 2.75em;
}

.pet-dutch {
    font-size: 6.35em;
    margin: -15px 0 0 0;
}
/*************************************************
MEDIA QUERIES
*************************************************/

/* ADJUST LANGUAGES WIDTH 
----------------------------------------------- */

@media only screen and (max-width: 1280px) {

 
    
.break { display: none; }
    
    #languages { 
    display:none;
}

    #languages-arabic { 
    display:none;
}

#languageselect {
    display:inline; 
    margin: 2.5% 0 1.6% 0; /* 30px 0 20px 0 */
    padding: 0 50px 0 0;
    width: 20%;
    float: right;
    text-align:right;
    }
    
    #languageselect-arabic {
    display:inline; 
    margin: 2.5% 0 1.6% 0; /* 30px 0 20px 0 */
    padding: 0 0 0 4.16%;
    width: 20%;
    float: left;
    text-align:left;
    }
    
select {
    -webkit-appearance:none;
    -moz-appearance: none;
    appearance: none;
    background:transparent;
    width:100%;
    padding:5px;
    border:1px solid #ccc;
    height: 100%;
    overflow: hidden;
    font-size: .9375em;
    font-family: MeretPro-Normal;
    background: url(/images/selector_arrows.png) no-repeat right #EFF0EF;
}
    
    #page-title {
    width: 80%;
    }
}



/* LANGUAGES LIST -> DROP DOWN
----------------------------------------------- */

@media only screen and (max-width: 1112px) {

#languages { 
    display:none;
}


#nav {
    width:60%;
}

} 


/* iPAD [PORTRAIT + LANDSCAPE]
----------------------------------------------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	
#wrapper {
	width:100%;
	margin:0;
}

#intro1 {
    width: 26%;
	margin: 0 0 0 2.5%; /*0 0 0 20px*/}

#title {
	width: 70%; /*870px*/ }   
}


/* iPHONE [PORTRAIT + LANDSCAPE]
----------------------------------------------- */
@media only screen and (max-device-width: 480px) {
	
#wrapper {
    width:100%;
	margin:0;
}

.nav-line {
    display:none;
}

#nav
{
    display:none;
}

#naviphone {
    display:block;
    padding-top: 20%;
    padding-bottom: 40px;
    margin-left:4.16%;
}

select.naviphone-style {
    -webkit-appearance:none;
    -moz-appearance: none;
    appearance: none;
    background:transparent;
    width:95%;
    padding:0.4em;
    border:1px solid #ccc;
    height: 100%;
    overflow: hidden;
    font-size: 3.75em;
    font-family: MeretPro-Normal;
    background: url(/images/selector_arrows_iphone.png) no-repeat right #EFF0EF;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}

#page-title {
    width: 100%;
}


#page-title h1 {
    font-size:  3.6em;
}

.page-title-portugues {
    margin-bottom: 20px;
}


#page-title h1.portuguese {
    font-size:  5em;
}

.subtitle-iphone-portuguese {
    font-size: 2.8em;
}

#page-title h1.italian {
    font-size:  3.3em;
}

.subtitle-iphone-dutch {
    font-size: 2.45em;
}

#page-title h1.french {
    font-size:  3.4em;
}

.subtitle-iphone {
    font-size: 3em;
}

.size32-light {
    font-size: 2.2em;
}

#text {
    width: 95%;

}

#download-book {
    display: none;
}

#weinland-links {
    display: none;
}

#download-book-iphone {
    display: block;
}
	
#weinland-links-iphone {
    display: block;
}	

#languages-iphone {
    display: block;
    float:right;
}
	
select {
    font-size: 1.8em;
    }
	
img#logo {
    display: block;
    width:200px;
    height:200px;
    margin-top: 3.5%;
    margin-bottom: 3.25%;
}

#col1 {
    width:90%;
}

#col2 {
    width:90%;
    
}

p {
    font-size: 2.5em;
    line-height: 1.75em;
}

.size32 {
    font-size: 3.5em;
    line-height: 1em;
}

.index-style {
    font-size: 3em;
}

#col2 {
    display: none;
}

#col2-iphone {
    display: block;
    float: left;
    width: 90%;
    margin: 35px 0 40px 4.16%;
}
.size42 {
font-size: 3.5em;
}

.break-iphone {
    display: block;
}


#languageselect { 
    display: none;
}

#languageselect-iphone { 
    display: block;
    float: right;
    margin-right: 4.16%;
    }

}


/*************************************************
ARABIC
*************************************************/
#page-title-arabic 
{
    direction:rtl;
    padding: 2.5% 4.16% 15px 0; /*0 0 0 50px/  50/870=.0574 */
    width: 58%;
    float: right;   

}

#page-title-arabic h1 
{
    font-family: Nassim Arabic Bold;
    color: #911a1d;
    font-size:  3em;
    margin: 0 0 -15px 0;
}

.arabic-subtitle 
{
    font-family: Nassim Arabic Regular;
    direction:rtl;
    font-size: 1.6em;
}



/* NAVIGATION
----------------------------------------------- */


#nav-arabic {
    font-size: 1.15em; 
    font-family: Nassim Arabic Normal;
    letter-spacing: 1px;
    margin: 10px 2.2% 10px 0; /* 30px 0 50px 0 */
    padding: 0 2.2% 0 0; /* 20/580= .0166 */
    min-width: 90%; /*580px*/
    float: right; 
    direction: rtl;
}

#nav-arabic ul {
    margin: 0;
    padding: 0;
}

#nav-arabic li {
    list-style: none;
    display:inline;
    margin-left: 1.5%; /* 18/580= .015 */
}


#nav-arabic li a {
    text-decoration: none;
    color: Black;
    padding-top: 2px;
}

#nav-arabic li a:hover {
    color: #911a1d;
    padding-top: 3px;
    border-top: solid 8px #F1F2F2;
    -webkit-transition: color,padding-top .1s ease-in;
    -moz-transition: color,padding-top .1s ease-in;
    -o-transition: color,padding-top .1s ease-in;
    transition: color,padding-top .1s ease-in;
}

/* LANGUAGES LINKS - ARABIC
----------------------------------------------- */
#languages-arabic {
    font-family: MeretPro-NormalItalic;
    font-size: .8125em; /*13px*/ 
    margin: 2.5% 0 1.6% 0; /* 30px 0 20px 0 */
    padding: 0 0 0 50px;
    width: 42%;
    float: left;
    text-align: left;
}

#languages-arabic ul {
    margin: 0;
    padding: 0;
}

#languages-arabic li {
    list-style: none;
    padding-left: 5px;
    display: inline;
    
}

#languages-arabic li a:hover {
    color: #911a1d;
}

#languages-arabic li a {
    text-decoration: none;
    color: Black;
}

/* HOMEPAGE - ARABIC
----------------------------------------------- */

#booktext-arabic 
{
    font-family: Nassim Arabic Regular;
    direction:rtl;
    width: 64%; /*590px*/
    padding: 0 4.16% 20px 0;
    float: right;
    display: inline-block;
}

#headline-top-arabic {
    direction:rtl;
    float: right;
    padding: 1.7% 4.16% 15px 0; /*0 0 0 50px/  50/870=.0574 */
    width: 65%;

}

#headline-top-arabic h1 {
    font-family: Nassim Arabic Bold;
    font-size: 7em;
    line-height: 0.7em;
    margin: 0;
}

#headline-top-arabic h2 {
    font-family: Nassim Arabic Bold;
    font-size: 4em;
    line-height: 1.4em;
    margin: 0;
}

#headline-top-arabic h1.arabic-pet 
{
    font-family: Nassim Arabic Bold;
    font-size: 5.5em;
    line-height: 1.2em;
    margin: 10px 0 20px 0;
}

#headline-top-arabic h1.arabic-weinland 
{
    font-family: Nassim Arabic Bold;
    font-size: 5.5em;
    line-height: 1.2em;
    margin: -5px 0 0 0;
}

#gfwbook-cont-arabic 
{
    font-family: Nassim Arabic Bold;
    position: absolute;
    left: 4.16%; /*610px*/
    top: -149px; /*-3.16%*/
    width: 35%;
}

#pet-cont-arabic {
float: right;
width: 29%;
 padding: 50px 4.16% 0 0;
}

#PET-arabic 
{
    direction: rtl;
    float:right;
    margin-right: 5px;
    margin-top: 60px;
    width: 55%;
}

#PET-arabic h1 
{
    font-family: Nassim Arabic Bold;
    font-size: 5.5em;
    line-height: 1.2em;
    margin: 0;
}

img.gfw-arabic {
    max-width: 100%;
    padding-left: 10px;
}

img.gfw-arabic2 {
    max-width: 100%;
}

img.pet-arabic {
    float:right;
    max-width: 100%;
}

img.line-arabic {
    height: 1px;
    width: 40px;
    float: right;
    margin: 0.4% 0 2.7% 300%; 
}

.size32-light-arabic 
{
    direction: rtl;
    font-family: Nassim Arabic Normal;
    font-size: 2.2em; /*32px*/
    line-height: 50px;
}

p.arabic 
{
    font-family: Nassim Arabic Regular;
    font-size: 1.5em;
    line-height: 1.6em;
}

.arabic-bold 
{
    font-family: Nassim Arabic Bold;
    font-size: 1.5em;
    line-height: 1.6em;
}

#booktext-arabic 
{
    font-family: Nassim Arabic Regular;
    direction:rtl;
    width: 64%; /*590px*/
    padding: 0 50px 20px 0;
    float: right;
    display: inline-block;
}

#italic-heading-arabic 
{
    font-family: Nassim Arabic Regular;
    direction:rtl;
    width: 64%; /*590px*/
    padding: 20px 4.16% 20px 0;
    float: right;
    display: inline-block;
}

#text-arabic 
{
    font-family: Nassim Arabic Regular;
    direction:rtl;
    width: 63%; /*590px*/
    padding: 0 4.16% 0 0;
    float: right;
    display: inline-block;
    position: relative;
    z-index: 2;
}

#text-arabic-contact 
{
    font-family: MeretPro-Normal;
    direction:rtl;
    width: 63%; /*590px*/
    padding: 0 4.16% 0 0;
    float: right;
    display: inline-block;
    position: relative;
    z-index: 2;
}

#download-book-arabic {
    float:right;
    padding: 0 16.15% 0 0;
    line-height: 2em;
    margin-top: -60px;
    position: relative;
    z-index:2;
}

#download-book-arabic a:hover {
    color: #911a1d;
}

#download-book-arbic a {
    text-decoration: none;
    color: Black;
}

.contact-arabic 
{
    direction: rtl;
    font-size: 3em; 
    line-height: 2em;
}

.contact-link-arabic 
{
    font-family: MeretPro-Normal;
    font-size: 0.8em;
}

#weinland-cont-arabic {
    position: absolute;
    width: 29%;
    left: 4.16%; /*610px*/
    top: -38px; /*-3.16%*/
}

#weinland-links-arabic {
    direction: rtl;
    float:right;
    padding: 0 0 0 0;
    line-height: 2em;
    margin-top: 40px;
    position: relative;
    z-index:2;
}

#weinland-links-arabic a:hover {
    color: #911a1d;
}

#weinland-links-arabic a {
    text-decoration: none;
    color: Black;
}