/*START CSS REST*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    background-color: black;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*END CSS REST*/
@font-face {
    font-family: 'titilliumtext22l_rgregular';
    src: url('font/titilliumtext22l003-webfont.eot');
    src: url('font/titilliumtext22l003-webfont.eot?#iefix') format('embedded-opentype'),
        url('font/titilliumtext22l003-webfont.woff') format('woff'),
        url('font/titilliumtext22l003-webfont.ttf') format('truetype'),
        url('font/titilliumtext22l003-webfont.svg#titilliumtext22l_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;

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

}
@font-face {
    font-family: 'titilliumtext22l_rgbold';
    src: url('font/titilliumtext22l005-webfont.eot');
    src: url('font/titilliumtext22l005-webfont.eot?#iefix') format('embedded-opentype'),
        url('font/titilliumtext22l005-webfont.woff') format('woff'),
        url('font/titilliumtext22l005-webfont.ttf') format('truetype'),
        url('font/titilliumtext22l005-webfont.svg#titilliumtext22l_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
body, html{
    /*height: auto;
    width: 100%;*/
    margin:0px;
}
* {
    margin: 0;
    padding: 0;
}
#backgroundImageContainer{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    min-height: 768px;
    min-width: 1024px;
    z-index:-1;
}
#bkImg{
    /* width: 100%;
    #height: 100%; */

    /* Set rules to fill background */
    min-height: 768px;
    min-width: 1024px;

    /* Set up proportionate scaling */
    width: 100%;
    height: auto;

    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
}

#container{
    width:1024px;
    height: 768px;
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
}

#emptySpace{
    position: relative;
    display: inline-block;
    width: 1024px;
    height: 89.5px;
}
#menuContainer{
    position: relative;
    display: inline-block;
    width: 1024px;
    height: 50px;
}
#mainMenuContainer{
    position: relative;
    display: inline-block;
    width: 1024px;
    height: 30px;
}
#homePageContent{
    position: relative;
    display: inline-block;
    width: 1024px;
    height: 683px;
}
#content{
    position: relative;
    display: inline-block;
    width: 836px;
    height: 600px;
/*    background-color: gray;*/
    width: 100%;
    height: 100%;
    padding-left: 98px;
}
#footer{
    position: relative;
    display: inline-block;
    width: 1024px;
    height: 90px;
    background-color: transparent;
    color: #474849;
    font-family: titilliumtext22l_ltmedium;
    font-size: 12px;
}
.bold{
    font-family: titilliumtext22l_rgbold;
}
.bottom{
    display: block;
    float: right;
    margin-right: 90px;
    margin-top: 12px;
}
#leftWhiteDiv{
    position: relative;
    display: inline-block;
    width: 10px;
    height: 33px;
    background-color: white;
    float: left;
}
#rightWhiteDiv{
    position: relative;
    display: inline-block;
    width: 10px;
    height: 33px;
    background-color: white;
    float: right;
}
#logo{
    position: relative;
    display: inline-block;
    width: 274px;
    height: 50px;
    margin-left: 88px;
    float: left;
}

.logoAnchor{
    text-decoration: none;
    outline: none;
}
/*stat menu*/
#navMenuContainer{
    width: 385px;
    height: 30px;
    font-family: "titilliumtext22l_rgbold";
    font-size: 11.5px;
    display: inline-block;
    left: 216px;
    position: relative;
}
#navMenuContainer ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    /*height: 30px;*/
}
#navMenuContainer ul li
{
    display: block;
    float: left;
    position: relative;
    /*for ie 8 try: position: inherit*/
}
#navMenuContainer li ul
{
    display: none;
    top:28px;
    clear: both;
    left: 21px;
    z-index: 1000;
}
#navMenuContainer ul li a
{
    float: left;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    color: white;
    white-space: nowrap;
}
#navMenuContainer ul li a:hover{
    color:#404143;
}
#navMenuContainer li:hover ul{
    display: block;
    position: absolute;
}
#navMenuContainer li:hover li{
    float: none;
}
#navMenuContainer li:hover a{
    color:white;
}
#navMenuContainer li:hover li a:hover {
    color: #404143;
}

#navMenuProjects{
    display: inline-block;
    width:45px;
    height: 25px;
    padding-right: 20px;
    line-height: 25px;
    border-right: 1px solid #474849;
}
#navMenuDesignAndMore{
    display: inline-block;
    width:91px;
    height: 25px;
    padding-left:20px;
    padding-right:20px;
    line-height: 25px;
    border-right: 1px solid #474849;
}
#navMenuProfile{
    display: inline-block;
    width:40px;
    padding-left:20px;
    padding-right:20px;
    height: 30px;
    line-height: 25px;
}

#navMenuContact{
    display: inline-block;
    width:43px;
    padding-left:20px;
    padding-right:20px;
    height: 25px;
    line-height: 25px;
    border-left: 1px solid #474849;
}
#navSubMenuRonyGebrael{
    width: 81px;
    height: 20px;
    text-align: left;
}
#navSubMenuPress{
    height: 20px;
    width: 81px;
    text-align: left;
}
/*end menu*/
#homePageImageSlider{
    position: absolute;
    left:0%;
    top:567px;
    display: inline-block;
    width: 100%;
    left:0;
    right:0;
    height: 114px;
    background-image: url('../images/homePageCarousel/darker.png');
}

.homePageImageSliderLoader{
    margin-left: 50%;
    margin-top: 43px;
}

/* Replace the last selector for the type of element you have in
   your scroller. If you have div's use #homePageImageSlider div.scrollableArea div,
   if you have links use #homePageImageSlider div.scrollableArea a and so on. */
#homePageImageSlider div.scrollableArea img
{
    /*position: relative;
    float: left;
    margin: 0;
    padding: 0;
    /* If you don't want the images in the scroller to be selectable, try the following
       block of code. It's just a nice feature that prevent the images from
       accidentally becoming selected/inverted when the user interacts with the scroller. */
    /*-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    width: 170px;
    height: 114px;*/
}
#pageTitle{
    width: 412px;
    height: 83px;
    display: inline-block;
    color: white;
    font-size:13px;
    font-family: titilliumtext22l_rgbold;
}
#pageTitleContent{
    margin-top:50px;
}
#sortBy{
    float: right;
    width: 250px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    color: white;
    font-size:12px;
    font-family: titilliumtext22l_rgbold;  
    margin-top: 45px;
    margin-right: 12px;
}
#sortByMenu{
    float: right;
    width: 200px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    color: white;
    font-size:12px;
    font-family: titilliumtext22l_rgregular;   
}
#sortByMenu ul{
    list-style: none;
    padding: 0;
    margin: auto;
    display: inline-block;
    width: 250px;
    height: 25px;
}
#sortByMenu li a
{
    float: left;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    color: white;
}
#sortByMenu ul li a:hover{
    background-color: #282829;
    -khtml-opacity:.9; 
    -moz-opacity:.9; 
    -ms-filter:"alpha(opacity=90)";
    filter:alpha(opacity=90);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.90);
    opacity:.90; 
}
#type{
    display: inline-block;
    width:40px;
    height: 25px;
    line-height: 25px;
}
#location{
    display: inline-block;
    width:65px;
    height: 25px;
    line-height: 25px;
}
#status{
    display: inline-block;
    width:55px;
    height: 25px;
    line-height: 25px;
}
#year{
    display: inline-block;
    width:50px;
    height: 25px;
    line-height: 25px;
}
#sortByMenu ul ul
{
    list-style: none;
    padding: 0;
    /*margin: auto;*/
    height: auto;
    width: auto;
    display: none;
    position: absolute;
    /*left:760px;*/
    top: 70px;
    z-index: 100;
    background-color: #282829;
    -khtml-opacity:.9; 
    -moz-opacity:.9; 
    -ms-filter:"alpha(opacity=90)";
    filter:alpha(opacity=90);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.90);
    opacity:.90; 
}
#subType{
    min-width: 100px;  
}
#subLocation{
    min-width: 170px;
    left:762px;
}
#subStatus{
    min-width: 105px;
    left:827px;
}
#subYear{
    min-width: 50px;
    left:882px;
}
.menuOpacity{
    background-color: #282829;
    -khtml-opacity:.9; 
    -moz-opacity:.9; 
    -ms-filter:"alpha(opacity=90)";
    filter:alpha(opacity=90);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.90);
    opacity:.90; 
}
#sortByMenu ul li:hover > ul{
    display: block;

}
#sortByMenu ul ul li{
    float: left;
    position: relative;
    display: inline-block;
    clear:left;
    vertical-align: middle;
    padding-bottom: 2px;
}
#subType li{
    padding-left: 8px;
}
#subLocation li{
    padding-left:10px;
    width: 120px;
}
#subStatus li{
    padding-left:10px;
}
#subYear li{
    padding-left:10px;
}
#sortByMenu ul ul li a{
    color: #6F6F6F;
}
#sortByMenu ul ul li a:hover{
    color:white;
}
#sortByMenu ul ul li a div{
    min-height: 20px;
    background-color: #282829;
    -khtml-opacity:.9; 
    -moz-opacity:.9; 
    -ms-filter:"alpha(opacity=90)";
    filter:alpha(opacity=90);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.90);
    opacity:.90; 
}
#projectCarousel{
    height: 550px;
    width:860px;
    background-color: red;
    border:0;
    margin:0;
}
#carouselProjects8{
    height: 442px;
    width:836px;
    /*background-color: blue;*/
    border:0;
    margin:0;
}
#carouselProjectNavigation{
    height: 50px;
    width:792px;
    /*background-color: green;*/
    border:0;
    margin:0;
}
.carouselProjectElement{
    display: inline-block;
    height: 230px;
    width:205px;
    /*background-color: brown;*/
    border:0;
    margin:0;
    /*padding-right: 6px;*/
    /*padding-bottom: 20px;*/
}
.carouselProjectImageContainer{
    display: block;
    height: 160px;
    width: 204px;
    border:0;
    margin:0;
    cursor: pointer;
}
.carouselProjectDescription{
    position: relative;
    display: inline-block;
    height: 70px;
    width:210px;
    background-color: transparent;
    border:0;
    margin:0;  
    padding:0;
    font-family: titilliumtext22l_rgregular;
    color: #4D4D4D;
}
.line1{
    display: block;
    position: relative;
    top:10px;
    color: white;
    font-size: 12.5px;
}
.line2{
    display: block;
    position: relative;
    color: #4D4D4D;
    font-size: 10.5px;
    top:15px;
}
.line3{
    display: block;
    position: relative;
    color: #4D4D4D;
    top:17px;
    font-size: 10.5px;
}
#arrowUp{
    position: absolute;
    left:48%;
}
#arrowDown{
    position: absolute;
    left:52%;
}
.selected{
    color: #404143;
}

#projectGallery{
    position: relative;
    width: 414px;
    height: 442px;
    display: inline-block;
    float:left;
    z-index: 100;
}

#projectText{
    position: relative;
    font-family: titilliumtext22l_rgregular;
    color:white;
    width: 414px;
    height: 442px;
    min-height: 442px;
    max-height: 442px;
    /*background-color:#2e2e2e;
    -khtml-opacity:.6; 
    -moz-opacity:.6; 
    -ms-filter:"alpha(opacity=60)";
    filter:alpha(opacity=60);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.60);
    opacity:.60;*/
    display: inline-block;
    margin: 0;
    padding: 0;
    float:right;
    /*padding-left: 15px;*/
    /*padding-top: 10px;*/
    z-index:1;

}
#projectTextBK{
    z-index:-1;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    float:right;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color:#2e2e2e;
    -khtml-opacity:.6; 
    -moz-opacity:.6; 
    -ms-filter:"alpha(opacity=60)";
    filter:alpha(opacity=60);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.60);
    opacity:.60; 
}
#projectTextWrapper{
    padding: 20px;
    z-index:1;
    height: 100%;
}
#projectTitle{
    display: inline-block;
    font-size: 20px;
    width: 405px;
    padding-bottom: 5px;
}
#projectType{
    display: inline-block;
    font-size: 15px;
    width: 405px;
    font-size: 12px;
    padding-bottom: 2px;
}
#projectLocation{
    display: inline-block;
    font-size: 15px;
    width: 405px;
    font-size: 12px;
    padding-bottom: 2px;
}
#projectStatus{
    display: inline-block;
    font-size: 15px;
    width: 405px;
    font-size: 12px;
    padding-bottom: 2px;
}
#projectYear{
    display: inline-block;
    font-size: 15px;
    width: 405px;
    font-size: 12px;
    padding-bottom: 10px;
}
#projectDescription{
    display: inline-block;
    font-size: 15px;
    width: 405px;
    font-size: 12px;
    padding-bottom: 2px;
}
#theDescription{
    display: inline-block;
    font-size: 15px;
    width: 405px;
    height:auto;
    font-size: 12px;
}
#theDesciption span{
    font-size: 13px;
    /*padding-right: 15px;*/
}
.grayish{
    color: gray;
    /*color:#414343;
    font-size: 12px;*/
}
.whitish{
    font-size: 13px;
}

.whitish p{
    line-height: 15px;
}
/*START main page jCarousel*/
#homePageCarousel{
    height: 114px;
}
#homePageCarousel .jcarousel-item-placeholder {
    background: black url('../images/homePageCarousel/loading.gif') 50% 50% no-repeat;
    width: 171px;
    height: 114px;
}
.jcarousel-skin-RG .jcarousel-container {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*background: #F0F6F9;*/
    /*border: 1px solid #346F97;*/
}

.jcarousel-skin-RG .jcarousel-direction-rtl {
    direction: rtl;
}

.jcarousel-skin-RG .jcarousel-container-horizontal {
    width: 1024px;
    /*padding: 20px 40px;*/
}


.jcarousel-skin-RG .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-RG .jcarousel-clip-horizontal {
    width:  1024px;
    height: 114px;
}


.jcarousel-skin-RG .jcarousel-item {
    width: 114px;
    height: 171px;
}

.jcarousel-skin-RG .jcarousel-item-horizontal {
    margin-left: 0;
    height: 171px;
    /*margin-right: 10px;*/
}

.jcarousel-skin-RG .jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-RG .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
*/
.jcarousel-skin-RG .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 37px;
    cursor: pointer;
    background: transparent url('../images/homePageCarousel/next.png') no-repeat 0 0;
}

.jcarousel-skin-RG .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url('../images/homePageCarousel/previous.png');
}

.jcarousel-skin-RG .jcarousel-next-horizontal:hover,
.jcarousel-skin-RG .jcarousel-next-horizontal:focus {
    /*background-position: -32px 0;*/
}

.jcarousel-skin-RG .jcarousel-next-horizontal:active {
    /*background-position: -64px 0;*/
}

.jcarousel-skin-RG .jcarousel-next-disabled-horizontal,
.jcarousel-skin-RG .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-RG .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-RG .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-RG .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 36px;
    cursor: pointer;
    background: transparent url('../images/homePageCarousel/previous.png') no-repeat 0 0;
}

.jcarousel-skin-RG .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url('../images/homePageCarousel/next.png');
}

.jcarousel-skin-RG .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-RG .jcarousel-prev-horizontal:focus {
    /*background-position: -32px 0;*/
}

.jcarousel-skin-RG .jcarousel-prev-horizontal:active {
    /*background-position: -64px 0;*/
}

.jcarousel-skin-RG .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-RG .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-RG .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-RG .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
/*END main page jCarousel*/
.darkness{
    opacity:0.5;
    filter:alpha(opacity=50); /* For IE8 and earlier */
}
.carouselImageDivLoader{
    margin:0;
    padding:0;
    height:114px;
    width:171px;
    background-image: url('../images/homePageCarousel/loading.gif');
    background-repeat:no-repeat;
    display: inline-block;
}
.carouselImageDiv{
    margin:0;
    padding:0;
    height:114px;
    width:171px;
    background-repeat:no-repeat;
    background-size:171px 114px;
    display: inline-block;
}
.backdrop{
    visibility: hidden;
    position: relative;
    top: 77px;
    margin:0;
    padding:0;
    height:37px;
    width:171px;
    background-repeat:no-repeat;
    background-size:171px 37px;
    background-image:  url('../images/homePageCarousel/backdrop.png');
    -khtml-opacity:.85; 
    -moz-opacity:.85; 
    -ms-filter:"alpha(opacity=85)";
    filter:alpha(opacity=85);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.85);
    opacity:.85; 
    background-position:center bottom; 
    cursor: pointer;
}
.homePageCarouselPlus{
    display: inline-block;
    width: 9px;
    height: 9px;
    border:0;
    margin:0;   
    margin-left: 9px;
    margin-top: 8px;
}
.homePageCarouselTitle{
    display: inline-block;
    /*font-family:titilliumtext22l_rgbold;*/
    font-family:titilliumtext22l_ltmedium;
    color: white;
    font-size: 14px;
    margin-left: 9px;
    padding-bottom: 3px;
    max-width: 130px;
    min-width: 130px;
    width: 130px;
    height: 14px;
    min-height: 14px;
    max-height: 14px;
}
.homePageCarouselType{
    /*color: #404143;*/
    /*font-family:titilliumtext22l_rgbold;*/
    font-family:titilliumtext22l_rgregular;
    display: inline-block;
    color: gray;
    margin-left: 28px;
    font-size: 10px;
    max-width: 130px;
    min-width: 130px;
    width: 130px;
    height: 10px;
    min-height: 10px;
    max-height: 10px;
}

.projectDetailsImageGalleryOverlay{
    background-color: gray;
    display: block;
    width: 423px;
    height: 20px;
}
.extra{
    display: inline-block;
    position: absolute;
    /*top: 430px;*/
    bottom: 19px;
    right:20px;
    /*top: 390px;
    left: 285px;*/
    float: right;
    font-size: 13px;
    height: 20px;

    font-family:titilliumtext22l_rgregular;
}
.plans{
    display: inline-block;
    padding-right: 10px;
    font-size: 8px;
    font-family:titilliumtext22l_rgregular;
}
.threeD{
    display: inline-block;
    font-size: 8px;
    font-family:titilliumtext22l_rgregular;
}
.plans span{
    text-decoration: underline;
    font-size:13px;
    font-family:titilliumtext22l_rgregular;
}
.threeD span{
    text-decoration: underline;
    font-size:13px;
    font-family:titilliumtext22l_rgregular;

}
.plans a{
    text-decoration: none;
    color: white;
    font-family:titilliumtext22l_rgregular;
}
.plans a:hover{
    color: #414343;
}
.threeD a{
    text-decoration: none;
    color: white;
    font-family:titilliumtext22l_rgregular;
}
.threeD a:hover{
    color: #414343;
}

.menuSelector{
    color: #404143;
}
.menuDeSelector{
    color: white;
}


/*contact*/
#contactDetails{
    position: relative;
    width: 332px;
    height: 442px;
    display: inline-block;
    float:left;
    z-index: 100;
}

#contactBK{
    z-index:-1;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    float:right;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color:#2e2e2e;
    -khtml-opacity:.6; 
    -moz-opacity:.6; 
    -ms-filter:"alpha(opacity=60)";
    filter:alpha(opacity=60);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.60);
    opacity:.60; 
}

#contactBK2{
    z-index:-1;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    float:right;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color:#2e2e2e;
    -khtml-opacity:.6; 
    -moz-opacity:.6; 
    -ms-filter:"alpha(opacity=60)";
    filter:alpha(opacity=60);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.60);
    opacity:.60; 
}

#contactForm{
    position: relative;
    font-family: titilliumtext22l_rgregular;
    color:white;
    width: 494px;
    height: 442px;
    min-height: 442px;
    max-height: 442px;
    display: inline-block;
    margin: 0;
    padding: 0;
    float:right;
    z-index: 100;
    /*padding-left: 15px;*/
    /*padding-top: 10px;*/

}

#contactDetailsContainer
{
    display: block;
    padding:20px;
}
.contactTitle {
    font-family: titilliumtext22l_rgregular;
    /*color: #414343;*/
    color: gray;
    font-size: 12px;
    padding-bottom: 2px;
    display: inline-block;
}
.contactLine{
    font-family: titilliumtext22l_rgregular;
    color: white;
    font-size: 13px;
    padding-bottom: 2px;
    display: inline-block;
}
.contactDetail {
    font-family: titilliumtext22l_rgregular;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
}
h2.formTitle {
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 20px;
}

div.input {
    width: 100%;
    height: 20px;
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
}
.contactError {
    position:relative;
    width: 100%;
    height: 20px;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 12px;
    margin-left: 65px;
    visibility:hidden;
}
div.input input{
    display: block;
    float: left;
    width: 380px;
    border: 0;
}
div.input label {
    display: block;
    float:left;
    color: grey;
    width: 65px;
}
div.input textarea {
    border: 0;
    display: block;
    float:left;
    width: 380px;
    height: 150px;
    resize: none;
}

.submit{
    display: inline-block;
    color: white;
    font-family: titilliumtext22l_rgregular;
    font-size: 8px;
}
.submit a{
    text-decoration: none;
    color: white;
}
.submitLabel{
    font-family: titilliumtext22l_rgregular;
    font-size: 14px;
}
.extraContact{
    display: inline-block;
    position: absolute;
    /*top: 430px;*/
    bottom: 19px;
    right:28px;
    /*top: 390px;
    left: 285px;*/
    float: right;
    font-size: 13px;
    height: 20px;
    width:55px;
    font-family:titilliumtext22l_rgregular;
}
.errorNewLine{
    display: block;   
}

#designAndMorePicture{
    position: relative;
    width: 405px;
    height: 442px;
    display: inline-block;
    float:left;
    z-index: 100;
}
#designandMoreDetails{
    position: relative;
    font-family: titilliumtext22l_rgregular;
    color:white;
    width: 424px;
    height: 442px;
    min-height: 442px;
    max-height: 442px;
    display: inline-block;
    margin: 0;
    padding: 0;
    float:right;
    z-index: 100;
    /*padding-left: 15px;*/
    /*padding-top: 10px;*/

}

.designAndMoreBK{
    z-index:-1;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    float:right;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color:#2e2e2e;
    -khtml-opacity:.6; 
    -moz-opacity:.6; 
    -ms-filter:"alpha(opacity=60)";
    filter:alpha(opacity=60);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.60);
    opacity:.60; 
}
.designAndMoreTextBK{
    z-index: -1;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    float:right;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color:#2e2e2e;
    -khtml-opacity:.6; 
    -moz-opacity:.6; 
    -ms-filter:"alpha(opacity=60)";
    filter:alpha(opacity=60);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.60);
    opacity:.60; 
}

#designAndMoreImageContainer {
    display: block;   
}
#designAndMoreDetailsContainer
{
    display: block;
    padding:20px;
}
#designAndMoreDetailsContainer p {
    color: white;
    font-size: 13px;
    padding-bottom: 20px;
}

h2.DandMTitle {
    font-family: titilliumtext22l_rgregular;
    color: white;
    font-size: 13px;
    margin-bottom: 20px;
    font-size: 20px;
}

h6.DandMSmallTitle {
    font-family: titilliumtext22l_rgregular;
    font-size: 12px;
    /*color: #414343;*/
    color: gray;
    margin-bottom: 5px;
}

.image_caption {
    display: block;
    width: 100%;
    height: 35px;
    position: absolute;
    bottom: 0;
    z-index: 10;
}

.image_caption p {
    font-size: 14px;    
    color: white;
    padding: 10px 0 0 15px;
    font-family: titilliumtext22l_rgregular;
    font-weight: bold;
}
.extraDM{
    display: inline-block;
    position: absolute;
    /*top: 430px;*/
    bottom: 19px;
    right:20px;
    /*top: 390px;
    left: 285px;*/
    float: right;
    font-size: 13px;
    height: 20px;
    width:110px;
    font-family:titilliumtext22l_rgregular;
}

/*resume*/

#profile_image{
    position: relative;
    width: 330px;
    height: 442px;
    display: inline-block;
    float:left;
    z-index: 100;
}
#profile_details{
    position: relative;
    font-family: titilliumtext22l_rgregular;
    color:white;
    width: 497px;
    height: 442px;
    min-height: 442px;
    max-height: 442px;
    display: inline-block;
    margin: 0;
    padding: 0;
    float:right;
    z-index: 100;
    /*padding-left: 15px;*/
    /*padding-top: 10px;*/

}

#profileBKBK{
    z-index:-1;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    float:right;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color:#2e2e2e;
    -khtml-opacity:.6; 
    -moz-opacity:.6; 
    -ms-filter:"alpha(opacity=60)";
    filter:alpha(opacity=60);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.60);
    opacity:.60; 
}

#profileImageContainer {
    display: block;   
}
#profileDetailsContainer
{
    display: block;
    padding:20px;
}
#profileDetailsContainer p {
    color: white;
    font-size: 13px;
    padding-bottom: 20px;
    line-height: 15px;
}

h2.resumeTitle {
    font-family: titilliumtext22l_rgregular;
    color: #FFFFFF;
    font-size: 20px;
    margin-bottom: 20px;
}

h6.resumeTitleSmall {
    font-family: titilliumtext22l_rgregular;
    font-size: 12px;
    /*color: #414343;*/
    color: gray;
    margin-bottom:5px;
}

#resume {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 20px;

}

.extraProfile   {
    display: inline-block;
    position: absolute;
    /*top: 430px;*/
    bottom: 20px;
    right:0px;
    /*top: 390px;
    left: 285px;*/
    float: right;
    font-size: 13px;
    height: 20px;
    width:98px;
    font-family:titilliumtext22l_rgregular;
}

.white{
    color: white;
}
.gray{
    color: #404143;
}
.pdf{
    float: right;
    margin-right: 25px;
}
.pdf a{
    text-decoration: none;
    color:white;
}
.pdf a:hover{
    color: #65676a;
}
.hoho{
    z-index:-10;
}
.submitContact{
    cursor: pointer;
}
.loaderMiddle{
 position: absolute;
 top: 50%;
 left: 50%;
}
