﻿
.pull-right              { float: left !important; }

body                     { direction: ltr; }
#header-container        { direction: ltr; }
.header-top-right        { text-align: left; }
.header-left-section     { text-align: right; }
.header-top-right a:first-child { margin-right: 0px; margin-left: 10px; }

.gallery-caption    { direction:ltr; }

.grid-row:nth-child(odd) { direction: rtl; }
.grid-row:nth-child(odd) .grid-row-cell { direction: ltr; }
.grid-row-cell                          { direction:rtl; }
.grid-row-text                          { direction: ltr; }

#DynamicFormObject       { direction: ltr; }
.must input.form-control { padding-right:12px; padding-left:15px; }
.must:before             { left: 22px;right: auto; }
label.error              { right: 25px;left: auto;}

#map-section .map-cover  { direction: ltr; }


@media(max-width:767px) {
    .grid-row-text  { text-align:center; }
 }
    

