﻿html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #5b5b5b;
}

/*To remove gray hover effect on iPad*/
input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}


img {
    vertical-align: middle;
    width: 100%;
}

ul li, ol li {
    padding-bottom: 10px;
}



/*VERY IMPORTANT TO KEEP THE ARABIC RESIZE CORRECT*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.block {
    display: block;
}



/*************** FONTS********************************
*******************************************************/


a.LightGrayLinks:link {
    color: #c4c4c4;
    text-decoration: none;
}

a.LightGrayLinks:visited {
    color: #c4c4c4;
    text-decoration: none;
}

a.LightGrayLinks:hover {
    color: #c4c4c4;
    text-decoration: none;
}

a.LightGrayLinks:active {
    color: #c4c4c4;
    text-decoration: none;
}


a.grayLinks:link {
    color: #5b5b5b;
    text-decoration: none;
}

a.grayLinks:visited {
    color: #5b5b5b;
    text-decoration: none;
}

a.grayLinks:hover {
    color: #5b5b5b;
    text-decoration: none;
}

a.grayLinks:active {
    color: #5b5b5b;
    text-decoration: none;
}

a.whiteLinks:link {
    color: white;
    text-decoration: none;
}

a.whiteLinks:visited {
    color: white;
    text-decoration: none;
}

a.whiteLinks:hover {
    color: white;
    text-decoration: none;
}

a.whiteLinks:active {
    color: white;
    text-decoration: none;
}

body, label, span {
    font-family: 'Questrial';
    font-size: 100%;
    font-weight: normal;
}

    body:lang(ar), label:lang(ar), span:lang(ar) {
        font-size: 110%;
    }

.cooknicheSlogan {
    font-size: 500%;
}

.cooknichecom {
    font-size: 120%;
}

.countryFirstPage {
    /*color: rgba(0, 0, 0, 0.25);*/
    font-size: 160%;
}

.homepageIconsDiv {
    padding-top: 50px;
    width: 100%;
    position: relative;
}

.homepageIcons img {
    width: 40px;
    height: 40px;
}

.grayBodyText {
    color: #807f7f;
}

.greenText {
    color: #51cf25;
}

.italic {
    font-style: italic;
}

.boldText {
    font-weight: bold;
}

.smallText {
}

    .smallText:lang(ar) {
        font-size: 90%;
    }

.smallerText {
    font-size: 80%;
}

    .smallerText:lang(ar) {
        font-size: 90%;
    }

.smallTextDate {
    font-size: 90%;
}

    .smallTextDate:lang(ar) {
        font-size: 90%;
    }

.mediumText {
    font-size: 110%;
}

    .mediumText:lang(ar) {
        font-size: 130%;
    }

.fontSize90 {
    font-size: 90%;
}

.fontSize80 {
    font-size: 80%;
}


.largeBodyText {
    font-size: 110%;
    line-height: 140%;
    text-align: justify;
}

.recipeLinks {
    font-size: 120%;
    font-weight: bold;
}

.boldText {
    font-weight: bold;
}

h1 {
    font-size: 260%;
    font-weight: normal;
}

h2 {
    font-size: 160%;
    font-weight: normal;
}

h3 {
    margin-top: 40px;
    font-size: 130%;
}

h4 {
    font-size: 130%;
}

a:link {
    color: #3ece0c;
    text-decoration: none;
}

a:visited {
    color: #3ece0c;
    text-decoration: none;
}

a:hover {
    color: #118102;
    text-decoration: none;
}

a:active {
    color: #118102;
    text-decoration: none;
}

.inlineBlock {
    display: inline-block;
}


.cookFirstname {
    font-size: 250%;
}

    .cookFirstname:lang(ar) {
        font-size: 250%;
    }



.cookFirstname_popup {
    font-size: 190%;
}

    .cookFirstname_popup:lang(ar) {
        font-size: 190%;
    }

.box-section-title-content, .box-section-Search-content {
    font-size: 180%;
    line-height: 70%;
    font-weight: 100;
    letter-spacing: 14px;
    color: white;
    vertical-align: bottom;
}

.box-section-Search-content {
    line-height: 110%;
    letter-spacing: normal;
}

.itemCount {
    font-size: 140%;
    line-height: 70%;
    font-weight: 100;
    color: white;
}

    .box-section-title-content:lang(ar), .itemCount:lang(ar), .box-section-Search-content:lang(ar) {
        letter-spacing: normal;
        line-height: normal;
        font-size: 230%;
    }

.iconsContent_inner-Left,
.iconsContent_inner-Right,
.iconsContent_inner-Middle,
.dateContentHome,
.smallSquareText {
    color: #858585;
}

.redLinks, .redLinks_btn {
    color: #ac1616;
}

.redLinks_btn {
    cursor: pointer;
}

.greenHeadingText,
.greenHeadingText-endOfList {
    color: #51cf25;
    font-weight: bold;
    font-size: 110%;
}

    .greenHeadingText:lang(ar),
    .greenHeadingText-endOfList:lang(ar) {
        font-size: 120%;
    }

.noItems {
    color: #e7e7e7;
    font-size: 200%;
}

.blogTitle {
    font-size: 160%;
}

    .blogTitle:lang(ar) {
        font-size: 180%;
    }

.fontSize160 {
    font-size: 160%;
}

@media only screen and (max-width:1400px) {

    .blogTitle {
        font-size: 240%;
    }

    .mediumText {
        font-size: 130%;
    }
}

@media only screen and (max-width:1024px) {
    body, label, span {
        font-size: 110%;
    }

    .blogTitle {
        font-size: 180%;
    }

    .largeBodyText {
        font-size: 140%;
    }

    .smalltext {
        font-size: 90%;
    }

        .smalltext:lang(ar) {
            font-size: 90%;
        }

    .smalltextDate {
        font-size: 80%;
    }

        .smalltextDate:lang(ar) {
            font-size: 80%;
        }

    .cooknicheSlogan {
        font-size: 440%;
    }

    h2 {
        padding-top: 0;
    }

    .greenHeadingText, .greenHeadingText-endOfList {
        font-size: 100%;
    }

    .recipeLinks {
        font-size: 140%;
        font-weight: bold;
    }
}

/*iPad included */

@media only screen and (max-width : 799px) {

    .largeBodyText {
        font-size: 120%;
    }
}
/* medium-size Samsung*/
@media only screen and (max-width: 699px) {

    .blogTitle {
        font-size: 130%;
        font-weight: bold;
    }

    .mediumText {
        font-size: 120%;
    }
}

/*Note4 (360px) (599px) */
@media only screen and (max-width: 599px) {
    body, label, span {
        font-size: 100%;
    }

        body:lang(ar), label:lang(ar), span:lang(ar) {
            font-size: 105%;
        }

    .largeBodyText {
        font-size: 100%;
        line-height: 120%;
        text-align: inherit;
    }

    .cooknicheSlogan {
        font-size: 270%;
    }

    .smallText {
        font-size: 100%;
    }

    .smallTextDate {
        font-size: 90%;
    }

    .smallText:lang(ar) {
        font-size: 85%;
    }

    .blogTitle {
        font-size: 180%;
        font-weight: normal;
    }

        .blogTitle:lang(ar) {
            font-size: 120%;
        }

    h1 {
        font-size: 200%;
        font-weight: normal;
    }

    h2 {
        font-size: 120%;
    }

    .cookFirstname {
        font-size: 160%;
        line-height: 100%;
    }

        .cookFirstname:lang(ar) {
            font-size: 160%;
            line-height: 100%;
        }

    .cookFamilyname {
        font-size: 80%;
    }

        .cookFamilyname:lang(ar) {
            font-size: 80%;
        }

    .box-section-title-content, .box-section-Search-content {
        font-size: 160%;
        letter-spacing: normal;
    }

    .itemCount {
        font-size: 120%;
    }

    ul, ol {
        padding: 12px;
    }

    .countryFirstPage {
        font-size: 140%;
    }

    .homepageIcons img {
        width: 30px;
        height: 30px;
    }
}

/*iPhone*/
@media only screen and (max-width : 375px) {

    body, label, span {
        font-size: 105%;
    }

        body:lang(ar), label:lang(ar), span:lang(ar) {
            font-size: 105%;
        }

    .box-section-title-content, .box-section-Search-content {
        font-size: 140%;
    }


    .largeBodyText {
        font-size: 120%;
    }

    .smallText {
        font-size: 105%;
    }

    .smallTextDate {
        font-size: 70%;
    }

    .cooknicheSlogan {
        font-size: 240%;
    }
}

@media only screen and (max-width: 640px) and (orientation:landscape) {
    body, label, span {
        font-size: 100%;
    }

    .largeBodyText {
        font-size: 120%;
    }

    .blogTitle {
        font-size: 200%;
    }
}

/* END FONTS
******************************************/


hr {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 0.5px;
    border-color: #e9e8e8;
}


.BGfixed {
    z-index: -1;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.FormView_class {
    width: 100%;
    max-width: 100%;
}

img {
    /*width: 100%;*/
    max-width: 700px;
    height: auto;
}

.inlineBlock {
    display: inline-block;
}

.imgDiv img {
    padding: 6px;
    display: block;
    clear: both;
    width: 100%;
    height: auto;
}

.mainContent {
    width: 80%; /* MAKE IT 100% FOR MOBILE PHONES*/
    margin: auto;
    max-width: 1400px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 30px 5px rgba(50, 50, 50, 0.7);
    -moz-box-shadow: 0px 0px 30px 5px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 30px 5px rgba(50, 50, 50, 0.7);
}

.pageContent {
    overflow: hidden;
    padding-bottom: 100px;
    background-color: rgba(239, 239, 239, 1);
}


.pageContent-withPadding { /* Used to display 1 column that contains mainly texts  */
    padding-top: 30px;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 3%;
    width: 100%;
}

.cooknicheSlogan {
    padding-top: 160px;
    color: rgba(0, 0, 0, 0.35);
    margin-left: -0.5%;
    margin-right: -0.5%;
}

.countryFirstPage {
    letter-spacing: 20px;
}

.pageContent-withPadding-double /*Used to display 2 columns next to each other that contain mainly texts */ {
    padding-top: 8%;
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 3%;
    width: 100%;
}

.infoLabel {
    display: inline-block;
    max-width: 700px;
}


.mainColumns {
    width: 50%; /*CHANGE IT TO 100% FOR SMALLER SCREENS*/
    float: left;
    overflow: hidden;
}

/* MAIN COLUMNS IN A DOUBLE DISPLAY - 2 COLUMNS NEXT TO EACH OTHER */

.mainColumns-double-left { /*Used to display 2 columns next to each other on big screens*/
    width: 70%;
    float: left;
    overflow: hidden;
}

.mainColumns-double-right { /*Used to display 2 columns next to each other on big screens*/
    width: 30%;
    float: left;
    overflow: hidden;
}

/* END - MAIN COLUMNS IN A DOUBLE DISPLAY*/

.cookName {
    padding-left: 16%;
    padding-bottom: 3%;
    white-space: nowrap;
    width: 100%;
}

.box-section-title-wrapper {
    display: table;
    width: 100.5%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.25);
    overflow: hidden;
    border: 0;
}

.box-section-title-wrapper-inner {
    display: table-cell;
    vertical-align: bottom;
    height: 50px;
    border: 0;
}

.box-section-title-content, .box-section-Search-content {
    display: inline-block;
    padding-left: 10%;
    padding-right: 10%;
    width: auto;
}

.box-section-title-content-double {
    padding-left: 15%;
}

    .box-section-title-content-double:lang(ar) {
        padding-left: 0%;
        padding-right: 15%;
    }

.itemCount {
    display: inline-block;
}


.animatedGIF, .animatedGIF-openMenu, .animatedGIF_endOfList {
    display: none;
    z-index: 600;
    opacity: 0.5;
}

.animatedGIF, .animatedGIF_endOfList {
    width: 50px;
    height: 50px;
}

.animatedGIF-openMenu {
    width: 40px;
    height: 40px;
}

.pointer {
    cursor: pointer;
}


/*****************************************************
******************* SMALL SQUARES **************************
******************************************************/

.SmallSquare_Container {
    width: 100.8%;
    margin-left: -3px; /*to remove the left and right white margins*/
    margin-right: -3px; /*to remove the left and right white margins*/
}

    .SmallSquare_Container:lang(ar) {
        margin-left: -3px; /*to remove the left and right white margins*/
        margin-right: -3px; /*to remove the left and right white margins*/
    }


.SmallSquare {
    height: 0;
    border: 0;
    display: inline-block;
    float: left;
    position: relative;
    content: "";
    border-style: solid;
    border-color: white;
    border-top-width: 0px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 4px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

    .SmallSquare:lang(ar) {
        float: right;
    }

.Columns1, .ColumnsPhotos1 { /*The max number of SmallSquares on a big screen - this is used in case there is more than one main content on a page such as Profile */
    width: 100%;
    padding-bottom: 100%;
    border-left-width: 0px;
    border-right-width: 0px;
}

.Columns2, .ColumnsPhotos2 {
    width: 50%;
    padding-bottom: 50%;
}

.Columns3, .ColumnsPhotos3 {
    width: 33.33%;
    padding-bottom: 33.33%;
}

.Columns4, .ColumnsPhotos4 {
    width: 25%;
    padding-bottom: 25%;
}

.Columns5, .ColumnsPhotos5 {
    width: 20%;
    padding-bottom: 20%;
}

.SmallSquare-content-wrapper {
    width: 100.5%;
    height: 100.5%;
    position: absolute;
    display: inline-block;
}

.SmallSquare-content-inner {
    display: inline-table;
    height: 100%;
    width: 100%;
}

.smallSquareText, .smallSquareServicesText {
    display: table-cell;
    vertical-align: bottom;
    margin: -2px;
    padding: -2px;
}

.smallSquareText {
    text-align: center;
}

.blog {
    background-color: rgba(250, 250, 250, 0.85);
    vertical-align: middle;
    color: #3e3e3e;
    padding: 12%;
}


.smallSquareText-inner {
    height: auto;
    display: inline-block;
    background-color: rgba(250, 250, 250, 0.85);
    width: 100.5%;
    padding: 4%;
    margin-right: -0.5px;
    margin-bottom: -0.5px;
}


.smallSquareServicesText-inner {
    text-align: left;
    padding: 6%;
    height: 95px;
    max-height: 95px;
    display: inline-block;
    background-color: rgba(250, 250, 250, 0.85);
    width: 100.5%;
    margin-right: -0.5px;
    margin-bottom: -0.5px;
}


    .smallSquareServicesText-inner:lang(ar) {
        text-align: right;
    }

/* Fixed popup menu to display over popup lists*/



.listPopupMainFrame {
    visibility: hidden;
    z-index: 500;
    display: inline-block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}

.listPopupWrapper {
    display: inline-block;
    width: 90%;
    max-width: 700px;
    margin: auto;
    height: 60px;
    max-height: 60px;
    background-color: rgba(239, 239, 239, 0.80);
    -webkit-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.2);
}

.listPopup {
    display: inline-table;
    width: 100%;
    padding-top: 6px;
}

.listPopup_userImage {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 15%;
    text-align: left;
    
}

.listPopup_userName {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: auto;
    text-align: left;
}

.listPopup_userNameInner {
    display: inline-block;
    padding-right: 6px;
}

    .listPopup_userNameInner:lang(ar) {
        padding-left: 6px;
    }

.listPopup_close {
    float: right;
    display: table-cell;
    vertical-align: top;
    height: 100%;
    width: auto;
    text-align: right;
}

.iconClose_List {
    width: 42px;
    height: 42px;
    cursor: pointer;
    margin-right: 20px;
    margin-top: 4px;
}


/*USER CONTROL ****** PHOTOS *************************/

.ListWrapper, .ListWrapperNotif {
    display: none;
    z-index: 301;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    vertical-align: middle;
}

.ListWrapperNotif {
    display: table;
}

.List_popupOuter {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}
.List_popup {
    max-width: 700px;
    width: 90%;
    height: 100%;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.80);
    -webkit-box-shadow: 0px 0px 30px 5px rgba(50, 50, 50, 0.7);
    -moz-box-shadow: 0px 0px 30px 5px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 30px 5px rgba(50, 50, 50, 0.7);
    overflow: hidden;
    clear: both;
}


.List_popupContent {
    width: 100%;
    padding-top: 60px;
}

.popupContentNotif {
    width: 100%;
    padding-top: 12%;
    padding-left: 5%;
    padding-right: 5%;
}

.List_InfoWrapper {
    padding-top: 60px;
}

    .List_InfoWrapper:nth-of-type(1) {
        padding-top: 0px;
    }

.List_photoWrapper {
    width: 100%;
    height: auto;
}

.photoFileName {
    width: 100%;
    height: auto;
}

.iconsContent, .smallSquareText {
    border: 0px;
}

.iconsContent {
    height: 100px;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.20);
}

.iconCommentsWrapper {
    display: inline-block;
}

.iconsContent_inner {
    display: table;
    width: 100%;
    height: 100%;
    background-color: rgba(250, 250, 250, 0.80);
    vertical-align: bottom;
    vertical-align: bottom;
    padding: 0px;
}

.iconsContent_inner-Left {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 10%;
    border-right: 1px;
    border-right-color: white;
    border-right-style: solid;
}

.iconsContent_inner-Middle {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 70%;
}

.iconsContent_inner-Right {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 20%;
    border-left: 1px;
    border-left-color: white;
    border-left-style: solid;
}

.iconGrayHeart, .iconGreenHeart, .icon-comment {
    width: 40px;
    margin: 20px;
    cursor: pointer;
}

.iconGrayHeart, .iconGreenHeart {
    margin-right: 5px;
}

.icon-comment {
    margin-left: 5px;
}

.iconGreenHeart {
    display: none;
}


.photoCaptionText, .List_itemMenu_Inner, .photoCommentsWrapper, .serviceContent {
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 4%;
    background-color: rgba(255, 255, 255, 0.80);
    overflow: hidden;
}

.photoCommentsWrapper {
    padding-top: 0%;
    display: none;
    padding-bottom: 10%;
}

.photoCaptionText {
    padding-bottom: 4%;
}

.commentWrapperOuter {
    padding-top: 3%;
    padding-bottom: 2%;
    display: none;
}

.earlierComments {
    display: none;
    cursor: pointer;
}

.cmtUserName {
    cursor: pointer;
}

.photoNewCaption {
    display: none;
    margin-top: -150px;
    width: 100%;
    margin-left: 55px;
    overflow: hidden;
    position: absolute;
}

.List_itemMenu {
    background-color: rgba(0, 0, 0, 0.20);
    display: none;
    width: 100%;
    border-top: 1px;
    border-top-color: white;
    border-top-style: solid;
    font-size: 1.3em;
    line-height: 1.5em;
}

.List_itemMenu_Inner {
    background-color: rgba(255, 255, 255, 0.80);
    width: 100%;
    padding-bottom: 4%;
}

.List_itemMenuLinks:first-child {
    text-align: left;
}

.List_itemMenuLinks, .List_itemMenuLinks:lang(ar) {
    width: 50%;
    display: inline-block;
    text-align: right;
    vertical-align: top;
}


.commentWrapper {
    margin-top: 9px;
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 26px;
}

    .commentWrapper:lang(ar) {
        float: right;
    }

.photoCaptionText:empty {
    display: none;
}

.commentContent {
    display: inline-block;
    width: 80%;
    padding-bottom: 10px;
    vertical-align: middle;
}

.icon-minus {
    margin-right: 5px;
    float: left;
    opacity: 0.4;
    margin-left: 5px;
    float: right;
    vertical-align: middle;
}

.icon-plus {
    margin-left: 5px;
}

.icon-check {
    margin-left: 5px;
    width: 20px;
}

.shareIcons {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: top;
    margin-right: 5px;
}

.shareIconsInner {
    position: absolute;
    display: none;
}


.MenuSercicePageClass {
    display: none;
    z-index: +3;
    padding: 50px;
    margin-left: 6%;
    position: absolute;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 0px 10px 1px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 0px 10px 1px rgba(50, 50, 50, 0.3);
    background-color: rgba(255, 255, 255, 0.94);
    line-height: 1.9em;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.MenuRecipes {
    line-height: 130%;
    min-width: 280px;
}

.cRecipeLinksClass {
    display: none;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.cRecipeLinks {
    cursor: pointer;
    padding-bottom: 10px;
}

.NotifWrapper {
    width: 100%;
    display: block;
    padding-bottom: 4%;
}

.NotifNew {
    width: 2px;
    height: 40px;
    display: inline-block;
    content: '';
    vertical-align: middle;
}

.NotifUserPhoto {
    width: 10%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.NotifText {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
    padding-right: 10px;
    padding-left: 10px;
}

.NotifPhoto {
    display: inline-block;
    vertical-align: middle;
}



/* USER CONTROL **********  INFORMATION*************************/

.userControl-Information {
    width: 100%;
    max-width: 800px;
    margin-top: 20px;
}


.userControl-Information-icon {
    float: right;
    margin: 5px;
    margin-top: 0px;
}

    .userControl-Information-icon:lang(ar) {
        float: left;
    }

.information_div {
    display: none;
    max-width: 800px;
}

/* MANAGE pages*/

.row_divs, .row_divs_SocialMedia, .row_divs_Ins {
    width: 170px;
    display: inline-block;
    padding-bottom: 5px;
}


.row_divs {
    vertical-align: top;
}

.row_divs_Ins {
    width: 20%;
    height: 50px;
    vertical-align: middle;
}


.row_divs_answer, .row_divs_answer_Ins {
    display: inline-block;
    max-width: 75%;
    margin-bottom: 5px;
}

.row_divs_answer_Ins {
    vertical-align: middle;
}

.button_nextstep {
    float: right;
}

    .button_nextstep:lang(ar) {
        float: left;
    }

/*USER CONTROLS*/
/*information and uploadFiles*/

.grayPopup_wrapper {
    z-index: 100;
    display: inline-table;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    visibility: hidden;
}

.grayPopup_content {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    text-align: center;
    width: 90%;
    margin: auto;
    max-width: 700px;
    padding: 20px;
}

.grayPopup_contentIinner {
    display: block;
    margin: auto;
    width: 90%;
    max-width: 700px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 2%;
    padding-top: 3%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

/* Services List*/

.bottomDiv {
    /*background-color: rgba(255, 255, 255, 0.8);*/
    width: 100%;
    text-align: center;
    padding-top: 7%;
    /*padding-bottom: 200px;*/
    clear: both;
}

.cmtAnchor {
    position: relative;
    padding-top: 90%;
}

/********************************************************************
    COOKNICHE PAGES
*********************************************************************/

.cooknicheSloganContainer {
    background-color: rgba(255, 255, 255, 0.70);
}

/*Cookniche Menu*/
.MenuCooknicheWrapper {
    z-index: 900;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.MenuCooknicheWrapperInner {
    position: absolute;
    z-index: 901;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.MenuCooknicheContent {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    margin: auto;
    max-width: 500px;
}

.MenuCooknicheText {
    display: none;
    margin: auto;
    width: 70%;
    max-width: 500px;
}

.MenuCooknicheTextUpper, .MenuCooknicheTextLower {
    margin: auto;
    width: 100%;
    padding: 10%;
}



.MenuCooknicheTextUpper {
    background-color: white;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.MenuCooknicheTextLower {
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-top: 1%;
    padding-bottom: 10%;
}



/*ERROR PAGES
*********************************************************************/

.errorBG {
    z-index: -1;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-image: url(/bg.jpg);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.erWraperDiv {
    position: absolute;
    width: 100%;
    text-align: center;
    display: inline-table;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

.erContentDiv {
    margin: auto;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.erInnerContentDiv {
    -webkit-box-shadow: 0px 0px 30px 5px rgba(50, 50, 50, 0.7);
    -moz-box-shadow: 0px 0px 30px 5px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 30px 5px rgba(50, 50, 50, 0.7);
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5%;
    width: 60%;
}


/* SETTINGS PAGE
*********************************************************************/

.BackgroundImageList {
    white-space: nowrap;
    display: inline-block;
}


/*BREAKPOINTS
*********************************************************************/

@media only screen and (max-width : 1400px) {

    .SmallSquare_Container {
        width: 101%;
    }

    .Columns1, .ColumnsPhotos1{ /*The max number of SmallSquares on a big screen - this is used in case there is more than one main content on a page such as Profile */
        width: 100%;
        padding-bottom: 100%;
        border-left-width: 0px;
        border-right-width: 0px;
    }

    .Columns2, .ColumnsPhotos2, .Columns3, .Columns4, .ColumnsPhotos3, .ColumnsPhotos4 {
        width: 50%;
        padding-bottom: 50%;
    }

    .Columns5, .ColumnsPhotos5 {
        width: 33.33%;
        padding-bottom: 33.33%;
    }
}

@media only screen and (max-width : 1024px) {

    .mainContent {
        width: 90%;
    }

    .mainColumns-double-left { /*Used to display 2 columns next to each other on big screens*/
        width: 100%;
    }

    .mainColumns-double-right { /*Used to display 2 columns next to each other on big screens*/
        width: 100%;
    }

    .Columns1, .ColumnsPhotos1 { /*The max number of SmallSquares on a big screen - this is used in case there is more than one main content on a page such as Profile */
        width: 50%;
        padding-bottom: 50%;
    }

    .cooknicheSlogan {
        padding-top: 160px;
    }
}

/*iPad included included*/
@media only screen and (max-width : 799px) {

    .mainColumns {
        width: 100%;
    }

    .imgDiv img {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .cooknicheSlogan {
        margin-left: -0.8%;
        margin-right: -0.8%;
    }
}


/* medium-size Samsung*/
@media only screen and (max-width: 699px) {
}


/*Note4  */
@media only screen and (max-width: 599px) /*, only screen and (max-width: 640px) AND (orientation : landscape)*/ {

    .popupContentNotif {
        padding-top: 18%;
        padding-left: 6%;
        padding-right: 6%;
    }

    .box-section-title-wrapper-inner {
        height: 36px;
    }

    .SmallSquare_Container {
        width: 102%;
    }

    .Columns1, .ColumnsPhotos1, .Columns2, .ColumnsPhotos2  { /*The max number of SmallSquares on a big screen - this is used in case there is more than one main content on a page such as Profile */
        width: 100%;
        padding-bottom: 100%;
    }

    
    .Columns3, .Columns4, .Columns5, .ColumnsPhotos3 {
        width: 100%;
        padding-bottom: 100%;
        border-left-width: 0px;
        border-right-width: 0px;
    }

    .ColumnsPhotos4, .ColumnsPhotos5 {
        width: 50%;
        padding-bottom: 50%;
    }


    .smallSquareServicesText {
        height: auto;
        max-height: none;
    }


    .SmallSquare:last-child {
        /*border-bottom: 0px;*/
    }

    .pageContent-withPadding {
        padding-top: 25px;
    }

    .row_divs, .row_divs_ins {
        width: auto;
    }


    .iconGrayHeart, .iconGreenHeart, .icon-comment {
        width: 30px;
        margin: 8px;
    }

    .iconsContent_inner-Left {
        width: 15%;
    }

    .iconsContent_inner-Middle {
        width: 55%;
    }

    .iconsContent_inner-Right {
        width: 30%;
    }

    .iconGrayHeart, .iconGreenHeart, .icon-comment {
        width: 30px;
        margin: 10px;
    }

    .iconsContent {
        height: 50px;
    }

    .photoNewCaption {
        margin-left: 20px;
        margin-top: -120px;
    }

    .animatedGIF-openMenu {
        width: 30px;
        height: 30px;
    }

    .shareIcons {
        width: 30px;
        height: 30px;
    }


    .listPopupWrapper {
        height: 45px;
        max-height: 45px;
    }

    .List_popupContent, .List_InfoWrapper {
        padding-top: 45px;
    }

    .iconClose_List {
        margin-top: 2px;
    }

    /* In case 2 columns are displayed next to each other on big screens*/



    .pageContent-withPadding-double /*Used to display 2 columns next to each other that contain mainly texts */ {
        padding-left: 10%;
        padding-right: 10%;
    }

    .box-section-title-content-double {
        padding-left: 10%;
    }

        .box-section-title-content-double:lang(ar) {
            padding-left: 0%;
            padding-right: 10%;
        }

    .MenuCooknicheText {
        width: 85%;
    }

    .MenuCooknicheTextLower {
        padding-top: 0.5%;
        padding-bottom: 6%;
    }


    .homepageIconsDiv {
        padding-top: 30px;
    }

    .cooknicheSlogan {
        padding-top: 110px;
    }

    .countryFirstPage {
        letter-spacing: 10px;
    }
}
/*iPhone included*/
@media only screen and (max-width : 375px) {

    .smallSquareServicesText-inner {
        height: 100px;
        max-height: 100px;
    }

    .mainContent {
        width: 100%;
    }

    .List_popup {
        width: 100%;
    }

    .iconsContent {
        height: 49px;
    }

    .listPopupWrapper {
        width: 100%;
        height: 45px;
        max-height: 45px;
    }

    .List_popupContent, .List_InfoWrapper {
        padding-top: 45px;
    }
}

@media only screen and (max-height : 500px) and (orientation:portrait) {

    .cooknicheSlogan {
        padding-top: 70px;
    }
}

/*LANDSCAPE MODE*/

@media only screen and (max-width: 1024px) and (orientation:landscape) {

    .mainColumns-double-left { /*Used to display 2 columns next to each other on big screens*/
        width: 70%;
    }

    .mainColumns-double-right { /*Used to display 2 columns next to each other on big screens*/
        width: 30%;
    }

    .Columns1 {
        width: 100%;
        padding-bottom: 100%;
    }

    .Columns2, .Columns3, .Columns4, .Columns5 {
        width: 50%;
        padding-bottom: 50%;
        border-left-width: 0px;
        border-right-width: 0px;
    }

    .homepageIconsDiv {
        padding-top: 25px;
    }
}

@media only screen and (max-width: 640px) and (orientation:landscape) {

    .mainColumns-double-left { /*Used to display 2 columns next to each other on big screens*/
        width: 100%;
    }

    .mainColumns-double-right { /*Used to display 2 columns next to each other on big screens*/
        width: 100%;
    }
}

@media only screen and (max-width: 500px) and (orientation:landscape) {
}
