@CHARSET "UTF-8";
@font-face {
    font-family: 'AmericanTypewriter';
    src: url('/fonts/AmericanTypewriter.eot?#iefix') format('embedded-opentype'), url('/fonts/AmericanTypewriter.woff') format('woff'), url('/fonts/AmericanTypewriter.ttf') format('truetype'), url('/fonts/AmericanTypewriter.svg#AmericanTypewriter') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BrandonGrotesque-Bold';
    src: url('/fonts/BrandonGrotesque-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/BrandonGrotesque-Bold.otf') format('opentype'), url('/fonts/BrandonGrotesque-Bold.woff') format('woff'), url('/fonts/BrandonGrotesque-Bold.ttf') format('truetype'), url('/fonts/BrandonGrotesque-Bold.svg#BrandonGrotesque-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Miller-TextItalic';
    src: url('/fonts/Miller-TextItalic.eot?#iefix') format('embedded-opentype'), url('/fonts/Miller-TextItalic.otf') format('opentype'), url('/fonts/Miller-TextItalic.woff') format('woff'), url('/fonts/Miller-TextItalic.ttf') format('truetype'), url('/fonts/Miller-TextItalic.svg#Miller-TextItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Miller-Text';
    src: url('/fonts/Miller-Text.eot?#iefix') format('embedded-opentype'), url('/fonts/Miller-Text.otf') format('opentype'), url('/fonts/Miller-Text.woff') format('woff'), url('/fonts/Miller-Text.ttf') format('truetype'), url('/fonts/Miller-Text.svg#Miller-Text') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PrestigeEliteStd-Bd';
    src: url('/fonts/PrestigeEliteStd-Bd.eot?#iefix') format('embedded-opentype'), url('/fonts/PrestigeEliteStd-Bd.otf') format('opentype'), url('/fonts/PrestigeEliteStd-Bd.woff') format('woff'), url('/fonts/PrestigeEliteStd-Bd.ttf') format('truetype'), url('/fonts/PrestigeEliteStd-Bd.svg#PrestigeEliteStd-Bd') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* ====== Common styles ====== */
span.form-error{
    display: none !important;
}
html, body{
/*    height:100%;*/
    max-width: 100%;
    overflow-x: hidden; 
}

body {
    background: #FFFAF5;
    color: #333333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.loading {
    background: #fff;
}

input:focus,
textarea:focus {
    outline: none;
}

h1 {
    font-family: "BrandonGrotesque-Bold";
    font-size: 42px;
    font-weight: normal;
    letter-spacing: 4.5px;
    line-height: 40px;
    margin: 0 0 40px;
    text-transform: uppercase;
}

h3 {
    font-family: "Miller-TextItalic";
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 1.5px;
    margin: 0 0 40px;
}

h4 {
    font-family: "BrandonGrotesque-Bold";
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 40px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

h5 {
    font-family: "BrandonGrotesque-Bold";
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.6px;
    line-height: 14px;
    margin: 0 0 20px;
    text-transform: uppercase;
}

p {
    font-family: "Miller-Text";
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 35px;
    margin: 0 0 30px;
}

a:hover {
    text-decoration: none;
}

.container {
    max-width: 1280px;
    width: 100%;
    padding: 0 160px;
}



/* ===== End_Common styles ====== */


/* ====== Header styles ====== */

header {
    height: 75px;
    padding: 10px 10px 0 20px;
    width: 100%;
    background-color: inherit;
    position: fixed;
    z-index: 20;
    top: 0px;
    border-bottom: 1px solid #acabac;
}

header .logo {
    display: block;
    height: 50px;
    padding: 15px 0;
    width: 200px;
}

header .logo img.small {
    display: none;
    height: 40px;
    width: 40px;
    position: relative;
    top: -7px;
}

header nav {
    float: right;
}

header nav ul {
    margin: 2px 0 0;
}

header nav li {
    float: left;
    list-style: outside none none;
    margin: 10px;
}

header nav a {
    color: #0b3b54;
    display: block;
    font-family: "PrestigeEliteStd-Bd", AmericanTypewriter;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 10px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    z-index: 100;
}

header nav a:hover {
    text-decoration: none;
    color: #032c3f;
}
/* ====== End_Header styles ====== */

/* ====== Header_Image styles ====== */

.header_image {
    margin: 0 auto;
    width: 100%;
    /*height: 632px;*/
    
    background: url(/images/header.jpg) no-repeat center center scroll;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    background-position-y: 50px;
}

.picture_text {
    color: #FFFAF5;
    font-family: "BrandonGrotesque-Bold";
    font-size: 60px;
    letter-spacing: 6px;
    line-height: 62px;
   /* margin: 0 auto;*/
    position: absolute;
 /*   right: 0;
    left: 0;*/
    text-transform: uppercase;
    top: 180px;
    width: 720px;
}

.header_image .picture_text {
    top: 180px;
}

@-webkit-keyframes cross_anim {
    0% {
        -webkit-transform: scale(0.1) rotate(0deg);
    }
    15% {
        -webkit-transform: scale(1) rotate(0deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(-360deg);
    }
}

@keyframes cross_anim {
    0% {
        transform: scale(0.1);
        /* CSS3 */
        
        -moz-transform: scale(0.1);
        /* Firefox */
        
        -webkit-transform: scale(0.1);
        /* Webkit */
        
        -o-transform: scale(0.1);
        /* Opera */
        
        -ms-transform: scale(0.1);
        /* IE 9 */
    }
    15% {
        transform: scale(1) rotate(0deg);
        /* CSS3 */
        
        -moz-transform: scale(1) rotate(0deg);
        /* Firefox */
        
        -webkit-transform: scale(1) rotate(0deg);
        /* Webkit */
        
        -o-transform: scale(1) rotate(0deg);
        /* Opera */
        
        -ms-transform: scale(1) rotate(0deg);
        /* IE 9 */
    }
    100% {
        transform: scale(1) rotate(-360deg);
        /* CSS3 */
        
        -moz-transform: scale(1) rotate(-360deg);
        /* Firefox */
        
        -webkit-transform: scale(1) rotate(-360deg);
        /* Webkit */
        
        -o-transform: scale(1) rotate(-360deg);
        /* Opera */
        
        -ms-transform: scale(1) rotate(-360deg);
        /* IE 9 */
    }
}

.header_image .picture_text .cross {
    display: none;
}

.picture_text .cross {
    background: url("/images/sprites.png") repeat scroll -30px -495px transparent;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -35px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}

.picture_text .cross:hover {
    transform: rotate(-45deg);
    /* CSS3 */
    
    -moz-transform: rotate(-45deg);
    /* Firefox */
    
    -webkit-transform: rotate(-45deg);
    /* Webkit */
    
    -o-transform: rotate(-45deg);
    /* Opera */
    
    -ms-transform: rotate(-45deg);
    /* IE 9 */
}

.picture_text .cross.anim_start {
    display: block;
    -webkit-animation: cross_anim 4s ease 0s;
    -moz-animation: cross_anim 4s ease 0s;
    -o-animation: cross_anim 4s ease 0s;
    animation: cross_anim 4s ease 0s;
}

.picture_text .hover {
    display: none;
}

.header_image .picture_text span {
    /* visibility needs to be hidden for jquery to calculate it's height */
    visibility: hidden;
}

/* ====== Empathy,Professionalism styles ====== */

#empathy {
    padding-bottom: 60px;
    position: relative;
}

#empathy .image_logo {
    background: url("/images/logo_open.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: inline-block;
    height: 125px;
    left: -70px;
    top: -63px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 251px;
    opacity: 0;
    background-size: 50%;
}

#empathy .image_logo_transparent {
    background: url("/images/image_logo_white.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    background-size: 90%;
    display: none;
    width: 100px;
    height: 100px;
    margin-bottom: 40px;
}

/* ====== End_Empathy,Professionalism styles ====== */

/* ====== Services styles ====== */

#services {
    background: #194b69;
    color: #FFFAF5;
    padding:95px 0 60px 0;
    text-align: center;
    width: 100%;
}



#services .row {
    margin: 65px 0 40px;
}

#services .row .col-sm-3 {
    height: 210px;
}

#services .icon {
    height: 104px;
    width: 104px;
    margin: 0 auto 30px;
    position: relative;
    z-index: 19;
}

/* circle around icon */

#services .icon::before {
    content: "";
    display: block;
    border: 2px solid #fff;
    height: 110px;
    width: 110px;
    position: absolute;
    left: -3px;
    top: -3px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;;
       -moz-transition: all 0.2s ease-in-out;;
        -ms-transition: all 0.2s ease-in-out;;
         -o-transition: all 0.2s ease-in-out;;
            transition: all 0.2s ease-in-out;;
}

#services .icon:hover::before {
    height: 117px;
    width: 117px;
    left: -6px;
    top: -6px;
}


#services .icon img {
    width: 100%;
}

/*
#services .individuals .icon::before {
    display: none;
}*/

/*#services .empty-circle:hover {
    opacity: 1;
}*/

#services .caption {
    font-family: "BrandonGrotesque-Bold";
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 2.2px;
    line-height: 23px;
    padding: 0 0 0 4px;
    
    text-transform: uppercase;
}


#services .row p {
    display: none;
    font-family: "PrestigeEliteStd-Bd", AmericanTypewriter;
    font-size: 16px;
}

#services .hospitality .caption,
#services .individuals .caption {
    line-height: 47px;
}

/* X cross animation */

#services .axe {
    position: absolute;
    top: 223px;
    left: 0px;
    -webkit-transition: all 400ms cubic-bezier(0.410, 0.145, 0.235, 0.770);
    -moz-transition: all 400ms cubic-bezier(0.410, 0.145, 0.235, 0.770);
    -o-transition: all 400ms cubic-bezier(0.410, 0.145, 0.235, 0.770);
    transition: all 400ms cubic-bezier(0.410, 0.145, 0.235, 0.770);
    /* custom */
}

#services .axe.moveleft {
    left: 17px;
}

#services .xcross {
    position: absolute;
    left: 0;
    top: 100%;
    padding-left: 5px;
    background-color: #FFFAF5;
    display: inline-block;
    width: 25px;
    height: 2px;
    z-index: 19;
    -webkit-transition: transform 0.3s linear;;
       -moz-transition: transform 0.3s linear;;
        -ms-transition: transform 0.3s linear;;
         -o-transition: transform 0.3s linear;;
            transition: transform 0.3s linear;;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
         -o-transform-origin: 50% 50%;
            transform-origin: 50% 50% ;
}

#services .xcross.line-rotate {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#services .xcross.line-rotate2 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* dotted line to solid line */

#services .dots {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 30px;
    overflow: hidden;
    top: 100%;
    left: 5px;
    padding: 0;
    -webkit-transition: all 400ms cubic-bezier(0.410, 0.145, 0.235, 0.770);
    -moz-transition: all 400ms cubic-bezier(0.410, 0.145, 0.235, 0.770);
    -o-transition: all 400ms cubic-bezier(0.410, 0.145, 0.235, 0.770);
    transition: all 400ms cubic-bezier(0.410, 0.145, 0.235, 0.770);
}

#services .dots span {
    left: 20px;
    top: 100%;
    width: 10px;
    height: 2px;
    background-color: #FFFAF5;
    display: inline-block;
    z-index: 19;
    margin-left: -5px;
    -webkit-transition: all 400ms cubic-bezier(0.410, 0.145, 0.235, 0.770);
    -moz-transition: all 400ms cubic-bezier(0.410, 0.145, 0.235, 0.770);
    -o-transition: all 400ms cubic-bezier(0.410, 0.145, 0.235, 0.770);
    transition: all 400ms cubic-bezier(0.410, 0.145, 0.235, 0.770);
}

#services .dots.addpadding {
    padding: 0 25px 0 45px;
    width: 100%;
}

#services .dots span.expand {
    width: 2px;
    height: 2px;
    margin-left: 2px;
    border-radius: 50%;
}

#services .special_text_holder {
    position: relative;
}

#services .special_text {
    font-family: "PrestigeEliteStd-Bd", AmericanTypewriter;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 35px;
    text-align: left;
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}

#services .special_text:last-child {
    position: absolute;
    top: 0;
    text-align: left;
}

#services .for_height_cal {
    visibility: hidden;
}

#services .contact {
    border-top: 2px solid #FFFAF5;
    height: 40px;
    margin-top: 60px;
}

#services .contact div {
    background: none repeat scroll 0 0 #194b69;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    top: -28px;
    width: 230px;
}

#services .contact a {
    border: 4px solid #FFFAF5;
    color: #FFFAF5;
    display: block;
    font-family: "PrestigeEliteStd-Bd", AmericanTypewriter;
    font-size: 21px;
    height: 50px;
    line-height: 45px;
    padding: 0;
    border-radius: 2px;
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}

#services .contact a:hover {
    background: #FFFAF5;
    color: #194b69;
}

/* ====== Please,call me Bobby styles. ====== */

#about_image {
    width: 100%;
    padding: 0;
}

#about_image.container {
    max-width: none;
}

/* !FOCUSED IMAGES */
.focuspoint {
    position: relative;
    /*Any position but static should work*/
    
    overflow: hidden;
}

.focuspoint img {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    display: block;
    /* fill and maintain aspect ratio */
    
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-height: none;
    max-width: none;
}

#about_image .textholder {
    max-width: 1000px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

#about_image .image {
    margin: 0 auto;
    width: 100%;
    height: 632px;
    background: url(/images/aboutprofile.jpg) no-repeat center center scroll;
    position: relative;
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 34% 20%;
}

#about_image .image.hover {
    background-image: url(/images/about_hover.jpg);
}

#about_image .image .picture_text {
    left: inherit;
    right: 164px;
    top: 150px;
    width: 290px;
}
/* ====== End_Please,call me Bobby styles. ====== */

/* ====== About me styles. ====== */

#about {
    margin-top: 100px;
    padding-bottom: 80px;
}

#education_membership,
#about .organizational_membership {
    color: #194b69;
}

#education_membership {
    border-bottom: 2px solid #acabac;
    margin-top: 44px;
    padding: 25px 0;
    position: relative;
}

#about h4 {
    margin: 10px 0;
}

#about ul {
    padding-left: 34px;
    position: relative;
}

#about li:before {
    background: url("/images/sprites.png") no-repeat scroll -32px -257px rgba(0, 0, 0, 0);
    content: " ";
    display: block;
    height: 20px;
    left: -2px;
    position: absolute;
    width: 20px;
}

#about li {
    font-family: prestigeelitestd-bd;
    font-size: 18px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
/*
#about .borderdots {

    position: relative;
}*/

#education_membership:before {
    content: "...........................................................................................................................";
    letter-spacing: 4px;
    display: block;
    position: absolute;
    width: 100%;
    overflow: hidden;
    top: -17px;
}



#education_membership .education {
    float: left;
    height: 132px;
    width: 50%;
}

#education_membership .bar_membership {
    float: right;
    border-left: 2px solid #acabac;
    padding: 0 6.5% 0 8.4%;
    height: 132px;
}

#about .organizational_membership {
    margin-top: 40px;
}

/* ====== End_About me styles. ====== */

/* ====== Select Clients styles. ====== */

#clients {
    width: 100%;
    max-width: 100%;
    background: #acabac;
    padding: 100px 0 40px;
    text-align: center;
    color: #FFFAF5;
}

#clients .row {
    margin: 45px 0 0;
    padding: 40px 0;
    position: relative;
}

#clients .row:before {
    content: "..........................................................................................................................";
    font-weight: bold;
    color:#194b69;
    letter-spacing: 4px;
    display: block;
    position: absolute;
    width: 100%;
    overflow: hidden;
    top: -17px;
}



#clients .col-xs-4 ul {
    margin: 0;
    padding: 0;
}



#clients .col-xs-4 li {
    font-family: PrestigeEliteStd-Bd;
    font-size: 18px;
    list-style-type: none;
    margin: 0 0 10px;
}

/* ====== End_Select Clients styles. ====== */

/* ====== Contact styles. ====== */

#contact {
    padding-top: 95px;
    padding-bottom: 50px;
    position: relative;
}

#contact form {
    margin: 45px 0 0;
    padding: 0 0 5px;
}
    
#contact .row {
    margin: 0 0 40px;
}

#contact .col {
    padding: 0 12px;
}

#contact .col:first-child {
    padding-left: 0;
}

#contact .col:last-child {
    padding-right: 0;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="submit"],
#contact textarea {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #acabac;
    border-radius: 3px;
    color: #acabac;
    font-family: prestigeelitestd-bd;
    font-size: 14px;
    height: 50px;
    line-height: 10px;
    padding: 16px;
    width: 100%;
    letter-spacing: 2px;
}

#contact textarea {
    height: 110px;
    resize: none;
    max-height: 1000px;
}

#contact input[type="submit"] {
    border: 4px solid #194b69;
    color: #194b69;
    font-family: "PrestigeEliteStd-Bd", AmericanTypewriter;
    font-size: 21px;
    height: 50px;
    line-height: 18px;
    border-radius: 3px;
    margin-top: 30px;
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}

#contact input[type="submit"]:hover {
    background: #194b69;
    color: #FFFAF5;
}

#contact .submit {
    display: none;
    position: relative;
    height: 233px;
    margin-bottom: 50px;
}

#contact .modal_seal {
    background: url("/images/RWlogoblack.png");
    position: absolute;
    width: 75px;
    height: 75px;
    right: 0;
    bottom: 0;
    background-size: 100%;
}
/* put line height on placeholder text, since it looks cut on webkit */

::-webkit-input-placeholder {
    line-height: 15px;
}

:-moz-placeholder {
    line-height: 15px;
}

::-moz-placeholder {
    line-height: 15px;
}

:-ms-input-placeholder {
    line-height: 15px;
}










/* ====== End_Contact styles. ====== */

/* ====== footer styles. ====== */

footer {
    padding: 50px 0 0;
    font-family: miller-text;
    line-height: 12px;
    font-size: 12px;
    letter-spacing: 2px;
    position: relative; 
}

footer:before {
    content: "..........................................................................................................................................";
    font-weight: bold;
    color: rgb(172,171,172);
    letter-spacing: 4px;
    display: block;
    position: absolute;
    width: 100%;
    overflow: hidden;
    top: -8px;
}


footer h5 {
    margin-bottom: 13px;
}


footer a {
    color: #333333;
}

footer a:hover {
    color: #333333;
}

footer .row {
    margin: 0 !important;
}

footer .col {
    padding: 0 !important;
}

footer .email_phone {
    line-height: 15px;
}

footer .email_phone a {
    float: left;
    padding: 0 15px;
    margin-bottom: 7px;
    border-left: 1px solid #333333;
}

footer .email_phone a:first-child {
    padding-left: 0;
    border-left: none;
}

footer .address {
    clear: both;
    margin: 37px 0 0;
    line-height: 20px;
}

footer .right.col {}

footer .social {
    border-bottom: 2px solid #acabac;
    margin-top: 5px;
    padding-bottom: 13px;
}

footer .social a {
    background: url("/images/sprites.png") repeat scroll -28px -314px transparent;
    color: #acabac;
    font-family: prestigeelitestd-bd;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 55px 5px 38px;
    text-transform: uppercase;
}

footer .social .twitter {}

footer .social .facebook {
    background-position: -28px -374px;
    padding-right: 0;
}

footer .disclaimer_advertising {
    overflow: hidden;
}

footer .disclaimer_advertising a {
    cursor: pointer;
    position: relative;
    z-index: 100;
    float: left;
    color: #333333;
    display: inline-block;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-family: "PrestigeEliteStd-Bd", AmericanTypewriter;
    text-align: justify;
}

footer .disclaimer_advertising a:last-child {
    float: right;
}

footer .disclaimer_advertising div {
    position: absolute;
    z-index: 5;
    top: 79%;
    width: 100%;
    padding: 0px 156px 0 77px;
}

footer .disclaimer_advertising div span {
    display: block;
    height: 15px;
    width: 1px;
    background-color: #333;
    margin: 0 auto;
}

#ad {
    display: none;
}

footer .flag {
    background: url("/images/sprites.png") repeat scroll -23px -431px transparent;
    clear: both;
    display: block;
    height: 29px;
    margin: 130px auto 0;
    width: 55px;
}

/* ====== Modal styles. ====== */

#modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #194b69;
    color: #acabac;
    z-index: 999999;
    max-width:100%;
    overflow-x:hidden;
    
}

#modal .modal_close {
    background: url("/images/sprites.png") no-repeat scroll -27px -553px rgba(0, 0, 0, 0);
    color: #FFFAF5;
    cursor: pointer;
    font-family: "PrestigeEliteStd-Bd", AmericanTypewriter;
    font-size: 21px;
    letter-spacing: 2px;
    padding: 0 0 10px 35px;
    position: absolute;
    right: 10%;
    top: 50px;
    cursor: pointer;
    z-index: 10;
}

#modal .modal_seal {
    background: url("/images/sprites.png") no-repeat scroll -693px -227px rgba(0, 0, 0, 0);
    bottom: 50px;
    height: 75px;
    position: absolute;
    right: 10%;
    width: 75px;
}

#modal .text {
    margin: 0 auto;
    width: 635px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);;
       -moz-transform: translateY(-50%);;
        -ms-transform: translateY(-50%);;
         -o-transform: translateY(-50%);;
            transform: translateY(-50%);;
}

#modal h4,
#modal p {
    color: #acabac;
}

#modal h4 {
    margin-bottom: 30px;
}

#modal p {
    font-size: 14px;
    line-height: 30px;
    color: #FFFAF5;
    letter-spacing: 0.7px;
}

#modal.flagforDeskTop {
    background: url("/images/flag.jpg") no-repeat scroll center center transparent;
}

#modal .i_want_you {
    background: url("/images/iwantyou.png") no-repeat;
    height: 146px;
    width: 938px;
    position: absolute;
    left: 380px;
    background-size: 48%;
}

#modal .flag_text {
    background: none repeat scroll 0 0 #FFFAF5;
    border-radius: 3px;
    color: #194b69;
    font-family: prestigeelitestd-bd;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 35px;
    padding: 20px;
    width: 468px;
    position: relative;
    top: 100px;
    left: 370px;
}

/* ====== End_Modal styles. ====== */


/* ====== Loading styles.(Before site is loaded) ====== */

#site_loading {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 999999;
}

#site_loading .logo_image_holder {
    display: block;
    width: 135px;
    height: 140px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: 50%;
}

@-webkit-keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


#site_loading .logo_image {
    background: url("/images/image_logo_old.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    width: 135px;
    height: 140px;
    position: relative;
    top: -50%;
    -webkit-animation: fade 1s linear 1s infinite alternate;
    -moz-animation: fade 1s linear 1s infinite alternate;
    -o-animation: fade 1s linear 1s infinite alternate;;
    animation: fade 1s linear 1s infinite alternate;
}



#modal {
    height:100%
}

#modal .text.switch {
    position:static;
    top:0;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
}
#modal .inner.switch {
    margin-top:100px;
}
#modal .modal_seal.switch {
    bottom:0;
    position:static;
    right:0;
    display:block;
    float: right;
    padding-right:100px;
    margin-top:30px;
    margin-bottom:50px;
}


/* ====== style updated (20160218) ====== */

#name, #subject {
    
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #acabac;
    border-radius: 3px;
    color: #acabac;
    font-family: prestigeelitestd-bd;
    font-size: 14px;
    height: 50px;
    line-height: 10px;
    padding: 16px;
    width: 100%;
    letter-spacing: 2px;

}


/* ====== End_Loading styles.(Before site is loaded) ====== */


@media only screen and (max-width: 1200px) {
    .container {
        padding: 0 100px;
    }
    #about_image .image .picture_text {
        right: 15%;
    }
    #modal .flag_text {
        top: 100px;
        left: 270px;
    }
    #modal .i_want_you {
        left: 278px;
    }
}

@media only screen and (max-width: 1024px) {
    body {
        background: #FFFAF5;
        ;
    }
    .container {
        padding: 0 56px;
    }
    #about_image .image .picture_text {
        right: 12%;
    }
    #modal.flag {
        background: url("/images/flag_tablet.jpg") no-repeat scroll center center transparent;
        background-position: -380px center;
    }
}

@media only screen and (max-width: 992px) {
    #modal.flagforDeskTop {
        background-position-x: 48%;
    }
    #about_image .image .picture_text {
        right: 12%;
    }
    #contact .col {
        text-align: center;
    }
    .right {
        display: none;
    }
    #ad {
        text-align: justify !important;
        border-bottom: none;
        border-top: 2px solid #acabac;
        display: block;
        margin: 13px auto 0;
    }
    footer #ad a {
        display: inline-block;
        font-size: 12px;
        line-height: 20px;       
        color: #acabac;
        text-transform: uppercase;
        font-family: "PrestigeEliteStd-Bd", AmericanTypewriter;
    }
    footer #ad a.twitter {
        padding-left: 0;
    }
    footer #ad a.attornet_advertising {
        padding-right: 0;
    }
    footer #ad a.divider {
        vertical-align: middle;
        width: 1px;
        height: 15px;
        background: #acabac;
    }
    #ad i {
        font-size: 22px;
        color: #acabac;
        vertical-align: bottom;
        margin-right: 17px;
    }
    #ad .stretch {
        display: inline-block;
        width: 1000%;
    }
    #ad .adContainer {
        margin-top: 20px;
    }
    footer #ad a.twitter {
        border-left: none;
    }
    footer .email_phone a {
        float: none;
    }
    footer .address {
        margin: 15px 0 0;
    }
    footer .flag {
        margin-top: 32px;
    }
    #modal .flag_text {
        left: 200px;
    }
    #modal .i_want_you {
        left: 208px;
    }
}

/* Ipad landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .header_image {
        background: url(/images/header_tablet.jpg) no-repeat top center scroll !important;
    }
    #empathy .image_logo {
        margin-top: 163px;
        opacity: 1 !important;
    }
    #modal .i_want_you {
        left: 278px;
        background-size: 452px;
        top: 0;
    }
    #modal .text.switch {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    } 
    #modal .inner.switch {
        margin-top:0 !important;
    }
    #modal .modal_seal.switch {
        position: absolute !important;
        right: 10% !important;
    }


}


/* Ipad portrait */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    html,body {
        max-width: 100%;
        overflow-x: hidden;
    }
    .container.top {
        padding:0;
    }

    #empathy .image_logo {
        margin-top: 163px;
    }
     header {
        width: 768px !important;
    }
    .header_image {
        background: url(/images/header.jpg) no-repeat top center scroll !important;
        height: 960px !important;
        opacity: 1;
        background-size: 231% !important;
        ;
    }
    .picture_text {
        position: relative;
        top: 50% !important;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    .header_image .picture_text {
        margin-left: 60px !important;
        margin-top: 500px;
        width:76%;
    }
    #services p {
        border-bottom: none !important;
    }
    #services .row .caption {
        text-align: center !important;
        font-size: 14px !important;
        line-height: 15px !important;
        padding-left: 0 !important;
    }
    #services .row p {
        display: none !important;
    }
    #services .row .col-sm-3 {
        height: 210px !important;
        margin: 0px 0 70px;
        border-bottom: none !important;
        padding-bottom: 10px;
    }
    #services .axe {
        display: block !important;
    }
    #services .dots {
        display: block !important;
    }
    #services .special_text {
        display: block !important;
    }
    #services .special_text:last-child {
        top: -15px !important;
    }
    #services .row {
        margin: 65px 0 0px;
    }
    
    #services .contact {
       margin-top: 0; 
    }
    #services p {
        padding-bottom: 0px !important;
    }
    #about_image .image .picture_text {
        right: -57% !important;
        top: 46% !important;
    }
    #modal.flag {
        background: url("/images/flag.jpg") no-repeat scroll center center transparent !important;
        background-size: 235% !important;
    }
    #modal .i_want_you {
        left: 210px !important;
    }
    #education_membership .bar_membership {
        height: 174px;
    }

    footer .disclaimer_advertising div {
        padding: 0px 181px 0 77px !important;
    }
    form .col-sm-3 {
        top: 30px !important;
    }
    #contact .right {
        display: none;
    } 

    #contact .first .col:first-child {
        padding-right:17px;
    }

    #contact .third .col:first-child {
        padding-right: 17px;
    }

    footer .row .col-md-8 {
        margin-bottom: 14px !important;
    } 
    footer .address {
        margin: 10px 0 0;
    }
    #ad {
        display:block !important;
        width: 588px;
    }
    #ad.col-md-12 {
        padding:0 !important;
    }

    #modal .modal_seal.switch {
        position: absolute !important;
        right: 10% !important;
    } 

    #modal .text.switch {
        position: relative !important;
        top: 50% !important;
        -webkit-transform: translateY(-50%) !important;
        -moz-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
        -o-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important;
    }
    #modal .inner.switch {
        margin-top: 0 !important;
    }
     #contact input[type="submit"] {
        margin-top: 0;
    }
 
}

@media only screen and (max-width: 850px) {
    #modal.flagforDeskTop {
        background-position-x: 44%;
    }
    .header_image {
        background: url(/images/header_tablet.jpg) no-repeat top center scroll;
        background-position-y: 40px;
    }
    #about_image .image {
        /*background-image: url(/images/about_tablet.jpg);*/
    }
    #about_image .image.hover {
        /*background-image: url(/images/about_hover_tablet.jpg);*/
    }
    #empathy .image_logo {
        left: -60px;
        opacity: 1 !important;
    }
 
    #modal.flag {
        background: url("/images/flag_tablet.jpg") no-repeat scroll center center transparent;
    }
    #education_membership .bar_membership {
        padding: 0 0 0 7%;
    }
    #services .row .col-sm-3 {
        padding: 0 10px;
    }
    #services .caption {
        font-size: 14px;
    }
    #about_image .image .picture_text {
        right: 10%;
    }
    #services .axe {
        top: 223px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 784px) {
    #education_membership {
        padding-bottom: 55px;
    }
}

@media only screen and (max-width: 767px) {
    body {
        background: #FFFAF5;
    }
    .container {
        padding: 0 20px;
    }
    .container.top {
        padding:0;
    }
    .picture_text {
        width: 76%;
    }
    .header_image .picture_text {
        margin-right: auto;
        margin-left: 40px;
    }
    #clients .col-xs-4 li {
        font-size: 14px;
    }
    #services .axe {
        display: none;
    }
    #services .dots {
        display: none;
    }
    #services p {
        border-bottom: 2px dotted #FFFAF5;
        padding-bottom: 50px;
    }
    #services .row .col-sm-3 {
        height: initial;
        margin: 0px 0 70px;
        border-bottom: 2px solid #FFFAF5;
        padding-bottom: 10px;
    }
    #services .row .col-sm-3.individuals {
        border: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    #services .row .icon {
        float: left;
    }
    #services .row .caption {
        text-align: left;
        font-size: 20px;
        line-height: 100px;
        padding-left: 130px;
    }
    #services .row p {
        display: block;
        border-bottom: none;
        padding-bottom: inherit;
        clear: both;
        text-align: left;
    }
    #services .row .border {
        display: none;
    }
    #services .special_text {
        display: none;
    }
    #about_image .image .picture_text {
        right: 5%;
    }
    #education_membership .bar_membership {
        height: 172px;
    }
    #clients .col-xs-4 {
        padding: 0 10px;
    }
    #clients .col-xs-4 h4 {
        font-size: 18px;
        line-height: 23px;
    }
    #contact .row {
        margin: 0;
    }
    #contact .col {
        padding: 0;
        margin-bottom: 30px;
    }
    #contact input[type="submit"] {
        margin-top: 0;
    }
    #modal .text {
        width: 70%;
    }
    .right {
        display: block;
    }
    #ad {
        display: none;
    }
    footer .disclaimer_advertising a {
        float: none;
    }
    footer .disclaimer_advertising a:last-child {
        float: none;
    }
    footer .disclaimer_advertising .disclaimer {
        padding-right: 18px;
    }
    footer .disclaimer_advertising .attorney_advertising {
        padding-left: 18px;
    }
    #modal .flag_text {
        left: 100px;
    }
    #modal .i_want_you {
        left: 108px;
    }
    #modal.flagforDeskTop {
        background-position-x: 40%;
    }
}

@media only screen and (max-width: 680px) {
    header {
        top: 0;
    }
    header .logo img {
        display: none;
    }
    header .logo img.small {
        display: block;
    }
    .header_image {
        margin: 0px auto;
    }
    .header_image .image_logo {
        display: none;
    }
    #empathy .image_logo {
        display: none;
    }
    #empathy .image_logo_transparent {
        margin-top: -15px;
    }
    #empathy {
        margin-top: 60px;
    }
    #empathy .image_logo_transparent {
        display: block;
        width: 75px;
        height: 75px;
        margin-left: -10px;
    }
    #services .icon::before {
        height: 85%;
        width: 85%;
        left: 0px;
        top: 5px;
    }
    #services .icon:hover::before {
        height: 85%;
        width: 85%;
        left: 0;
        top: 5px;
    }
    #services .icon {
        background-size: 440%;
    }
    #services .icon img {
        width: 75%;
        display: block;
        margin: 10px 5px;
    }
   
    #education_membership {
        border-bottom: none;
    }
    #education_membership div {
        border-bottom: 2px solid #acabac;
    }
    #education_membership .education {
        float: none;
        width: auto;
        height: auto;
        padding: 0 0 15px;
    }

    #education_membership {
        padding: 15px 0;
    }
    #education_membership .bar_membership {
        float: none;
        padding: inherit;
        border-left: none;
        height: auto;
    }
    #about .organizational_membership {
        margin: 0;
    }
    footer .email_phone a:first-child {
        display: block;
    }
    footer .email_phone a {
        border: none;
    }
    footer .email_phone a:last-child {
        border-left: 1px solid #333333;
    }
    footer .address {
        margin: 6px 0 0;
    }
    #modal .text {
        width: 80%;
    }
    #modal .text h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    #modal .text p {
        font-size: 12px;
    }
    #modal.flag {
        background-position: -500px center;
    }
    #modal .flag_text {
        left: 70px;
        top: 90px;
    }
    #modal .i_want_you {
        left: 78px;
    }
}

@media only screen and (max-width: 650px) {
    #modal .flag_text {
        left: 25px;
    }
    #modal .i_want_you {
        left: 33px;
    }
}

@media only screen and (max-width: 565px) {
    h1 {
        font-size: 35px;
        margin-bottom: 30px;
    }
    h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    p {
        margin-bottom: 20px;
    }
    .picture_text {
        font-size: 50px;
        line-height: 56px;
    }
    #about_image .image .picture_text {
        right: 0;
        width: 280px;
    }
    #services .icon {
        background-size: 360%;
    }
    #services .row .caption {
        font-size: 16px;
        padding-left: 90px;
        position: relative;
        left: 10px;
    }
    #clients .col-xs-4 {
        width: 50%;
        text-align: left;
    }
    #clients .creative_agencies {
        width: 100%;
        margin-bottom: 20px;
    }
    #clients .creative_agencies li {
        float: left;
        width: 50%;
    }
    #modal {
        overflow-y: scroll;
        padding-bottom: 30px;
    }
    #modal .text h4 {
        margin-bottom: 15px;
    }
    #modal .text {
        width: 90%;
    }
    #modal .flag_text {
        left: 10px;
        font-size: 14px;
        padding: 10px;
        width: 438px;
    }
    #modal .i_want_you {
        left: 20px;
        background-size: 45%;
    }
}

@media only screen and (max-width: 500px) {
    h1 {
        font-size: 30px;
        margin-bottom: 25px;
    }
    h3 {
        font-size: 18px;
        margin-bottom: 18px;
    }
    p {
        font-size: 12px;
        margin-bottom: 15px;
        line-height: 24px;
    }
    header .logo {
        width: 70px;
    }
    header .logo img.small {
        top: -7px;
    }
    header nav li {
        margin: 10px 0;
    }
    .header_image .picture_text {
        top: 240px !important;
    }
    .picture_text {
        font-size: 40px;
        line-height: 48px;
    }
    #about_image .image {
        background-position: -110px center;
    }
    #about_image .image .picture_text {
        right: 0;
        width: 220px;
        left: -58px;
        top: 70px;
        line-height: 42px;
    }
    #about_image .textholder {
        max-width: 200px;
        height: 100%;
        margin-left: 24%;
        /* margin: 0 auto; */
        position: relative;
    }
    #services .icon {
        margin-bottom: 10px;
    }

    #services .icon img {
        width: 60%;
        display: block;
        margin: 22px 5px;
    }

    #services .row .col-sm-3 {
        border-bottom: 1px solid #FFFAF5;
    }
    #services .contact {
        border-top: none;
    }
    #services .icon::before {
        height: 68%;
        width: 68%;
        left: 0px;
        top: 19px;
        border: 1px solid #fff;
    }
    #services .icon:hover::before {
        height: 68%;
        width: 68%;
        left: 0;
        top: 19px;
    }
   
    #services .startups .caption {
        width: 300px;
        top: 30px;
        line-height: 23px;
    }
    #services .row {
        margin-top: 45px;
    }
    #services .row p {
        font-size: 12px;
    }
    #services .row .caption {
        left: -8px;
    }
    #services .row .creative_agencies .caption {
        top: 3px;
    }
    #services .row .hospitality .caption {
        top: 3px;
    }
    #services .row .col-sm-3 {
        margin-bottom: 45px;
    }
    #modal.flag {
        background-position: 43% 70%;
        background-size: 1308px;
    }
    #modal .flag_text {
        left: 0;
        font-size: 11px;
        line-height: 24px;
        width: 100%;
    }
    #modal .i_want_you {
        left: 6px;
        background-size: 37%;
        top: 10px;
    }
    footer .social a {
		padding: 5px 40px 5px 38px;
	}
	footer .disclaimer_advertising .disclaimer {
		padding-right:0;
    }

}


/* iphone6 */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2)and (orientation: portrait) {
    #modal .i_want_you {
        top: 18px !important;
        background-size: 35% !important;
    }
    h1 {
        font-size: 28px !important;
    }

}
/* iPhone 5 & 5S in portrait & landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px)and (-webkit-min-device-pixel-ratio: 2) {
    #modal .i_want_you {
        top: 30px;
        background-size: 30%;
    }

}

@media only screen and (max-width: 414px) {
    #about li:before {
        background-position: -30px -257px !important;
    }
    #about {
        margin-top: 50px;
        padding-bottom: 45px;
    }
    #about h4 {
        font-size: 13px;
    }
    #about li {
        font-size: 13px;
        margin-bottom: 7px;
    }
    .header_image {
        height: 738px !important;
        background-size: auto 738px;
    }
    #clients .col-xs-4 ul {
        float: left;
        padding-top: 10px;
    }

    #clients {  
        padding-top: 50px;
    }

    #services {
        padding-top: 50px;
    }

    #contact {
    padding-top: 50px;
    }
}

@media only screen and (max-width: 387px) {

 /*   #modal.disclaimer-modal .modal_seal {
        position: absolute;
        top: 101%;
        left: 70%;
    }*/

    #about_image .image {
        background-position: -130px center;
    }
    .header_image {
        height: 667px !important;
        background-size: auto 667px;
    }
    h1 {
        font-size: 25px;
        margin-bottom: 25px;
        line-height: 29px;
        letter-spacing: 2.5px;
    }
    header nav ul {
        margin-top: 0;
    }
    header nav li {
        margin: 20px 0;
    }
    header nav a {
        font-size: 13px;
        padding: 5px;
    }
    header {
        height: 75px;
        padding: 8px 10px 0 10px;
    }
    header .logo img.small {
        top: -5px;
        left: 10px;
    }
}

@media only screen and (max-width: 334px) {
   

    #modal.flag {
        background-size: 1077px;
    }
/*    #modal.disclaimer-modal .inner {
        padding-top: 250px;
        margin-bottom: -10px;
    }*/
/*    #modal.disclaimer-modal .modal_seal {
        position: absolute;
        top: 133%;
        left: 70%;
    }*/
    header .logo img.small {
        top: -58px;
    }
    .header_image {
        height: 545px !important;
        background-size: auto 568px;
    }
    .header_image .picture_text {
        top: 180px !important;
        left: -15px;
    }
    .picture_text {
        font-size: 35px;
        line-height: 40px;
    }
    #services .row .creative_agencies .caption {
        line-height: 22px;
        top: 30px;
    }
    #services .row .startups .caption {
        left: -18px;
    }
}

/* iphone4 */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) {
    footer .email_phone a {
        padding:0;
    }

  footer .email_phone a:last-child {
        padding-left:10px;
    }
   
}

