.search-result-container
{
    width: 1200px;
    margin: 52px auto 49px auto;
    text-align: center;
}

.search-result-container-none
{
    position: relative;
    height: 42px;
    font: bold 24px/42px proxima-nova;
    color: #2c343d;
    text-shadow: 0 1px 2px white;
}
.search-result-container-none div.selected-country
{
    position: relative;
    display: inline-block;
    height: 29px;
    padding: 0 0 0 24px;
    margin: 0 0 0 19px;
    font: 24px/29px proxima-nova;
    color: #2c343d;
    text-shadow: 0 1px 2px white;
    cursor: pointer;
}
.search-result-container-none div.selected-country span
{
    display: inline-block;
    width: 17px;
    height: 23px;
    position: absolute;
    left: 0;
    top: 3px;
    background: url(/assets/art/sprite-global.png) -771px -554px no-repeat;
}
.search-result-container-none div.counter
{
    display: inline-block;
    height: 42px;
    vertical-align: top;
}









.gi-box
{
    width: 738px;
    background-color: white;
}

.gi-header
{
    position: relative;
    height: 116px;
    padding: 20px 20px 3px 20px;
    border-bottom: 1px solid #c9d1dc;
    -webkit-box-shadow:  0px 1px 6px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow:  0px 1px 6px 0px rgba(0, 0, 0, 0.08);
    box-shadow:  0px 1px 6px 0px rgba(0, 0, 0, 0.08);    
    background: -moz-linear-gradient(top,  rgba(244,246,250,1) 0%, rgba(232,236,242,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,246,250,1)), color-stop(100%,rgba(232,236,242,1)));
    background: -webkit-linear-gradient(top,  rgba(244,246,250,1) 0%,rgba(232,236,242,1) 100%);
    background: -o-linear-gradient(top,  rgba(244,246,250,1) 0%,rgba(232,236,242,1) 100%);
    background: -ms-linear-gradient(top,  rgba(244,246,250,1) 0%,rgba(232,236,242,1) 100%);
    background: linear-gradient(to bottom,  rgba(244,246,250,1) 0%,rgba(232,236,242,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f6fa', endColorstr='#e8ecf2',GradientType=0 );
}

.gi-header-picture
{
    display: inline-block;
    height: 100px;
    position: absolute;
    left: 20px;
    top: 20px;
    -webkit-box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.11);
    box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.11);    
}
.gi-header-picture.w120 { width: 71px; }
.gi-header-picture.w146 { width: 86px; }
.gi-header-picture.w190 { width: 112px; }
.gi-header-picture.w98  { width: 58px; }

.gi-header-picture img
{
    height: 100px;
}

.gi-header-picture .gi-header-picture-glass
{
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
}
.gi-header-picture.w120 .gi-header-picture-glass
{
    width: 71px;
    background: url(/assets/art/sprite-global.png) -584px -1680px no-repeat;
}
.gi-header-picture.w146 .gi-header-picture-glass
{
    width: 86px;
    background: url(/assets/art/sprite-global.png) -657px -1680px no-repeat;
}
.gi-header-picture.w190 .gi-header-picture-glass
{
    width: 112px;
    background: url(/assets/art/sprite-global.png) -744px -1680px no-repeat;
}
.gi-header-picture.w98 .gi-header-picture-glass
{
    width: 58px;
    background: url(/assets/art/sprite-global.png) -798px -1781px no-repeat;
}

.gi-header-name
{
    padding: 0 25px 0 0;
	margin-top: -2px;
    font: bold 32px/29px proxima-nova;
    color: #2c343d;
    text-shadow: 0 1px 1px white;
	
}
.gi-header-picture.w120 ~ .gi-header-name { padding-left: 91px; }
.gi-header-picture.w146 ~ .gi-header-name { padding-left: 106px; }
.gi-header-picture.w190 ~ .gi-header-name { padding-left: 132px; }
.gi-header-picture.w98  ~ .gi-header-name { padding-left: 78px; }

.gi-header-platform
{
    padding: 6px 0 0 0;
    height: 33px;
}
.gi-header-picture.w120 ~ .gi-header-platform { padding-left: 91px; }
.gi-header-picture.w146 ~ .gi-header-platform { padding-left: 106px; }
.gi-header-picture.w190 ~ .gi-header-platform { padding-left: 132px; }
.gi-header-picture.w98  ~ .gi-header-platform { padding-left: 78px; }
.gi-header-platform a
{
    display: inline-block;
    height: 33px;
    margin: 0 22px 0 0;
    padding: 0 0 2px 0;
    font: bold 20px/33px proxima-nova;
    color: #8f9398;
    text-shadow: 0 1px 2px white;
    text-decoration: none;
}
.gi-header-platform a:hover { color: #2c343d; }
.gi-header-platform a sub { font-family: proxima-nova; font-size: 15px; }

.gi-header-platform a.selected
{
    color: #2c343d;
    border-bottom: 2px solid #d92938;
    -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8);
    -moz-box-shadow:    0px 1px 1px rgba(255, 255, 255, 0.8);
    box-shadow:         0px 1px 1px rgba(255, 255, 255, 0.8);
}
.gi-header-platform a.once
{
    color: #2c343d;
}

.gi-header-location
{
    position: absolute;
    display: inline-block;
    right: 20px;
    bottom: 2px;
    height: 42px;
    padding: 0 0 0 24px;
    margin: 0 0 0 19px;
    font: 18px/42px proxima-nova;
    color: #2c343d;
    text-shadow: 0 1px 2px white;
    cursor: pointer;
}
.gi-header-location span
{
    display: inline-block;
    width: 17px;
    height: 23px;
    position: absolute;
    left: 0;
    top: 9px;
    background: url(/assets/art/sprite-global.png) -771px -554px no-repeat;
}
.gi-header-location:hover
{
    color: #61676e;
}
.gi-header-location:hover span { background: url(/assets/art/sprite-global.png) -789px -554px no-repeat; }

.gi-header-location-nohover
{
    position: absolute;
    display: inline-block;
    right: 20px;
    bottom: 2px;
    height: 42px;
    padding: 0 0 0 24px;
    margin: 0 0 0 19px;
    font: 18px/42px proxima-nova;
    color: #2c343d;
    text-shadow: 0 1px 2px white;    
}
.gi-header-location-nohover span
{
    display: inline-block;
    width: 17px;
    height: 23px;
    position: absolute;
    left: 0;
    top: 9px;
    background: url(/assets/art/sprite-global.png) -771px -554px no-repeat;
}


.gi-header-location-search
{
    display: inline-block;
    position: absolute;
    right: 20px;
    bottom: 2px;
    padding: 0 0 0 11px;
    margin: -1px 0 0 7px;
	border: 1px solid transparent;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0px 0px 4px rgba(135, 153, 179, 0.29);
	-moz-box-shadow: 0px 0px 4px rgba(135, 153, 179, 0.29);
	box-shadow: 0px 0px 4px rgba(135, 153, 179, 0.29);
    background-color: white;
}
.gi-header-location-search-active{
	-webkit-box-shadow: 0px 0px 4px rgba(135, 153, 179, 0.5);
	-moz-box-shadow: 0px 0px 4px rgba(135, 153, 179, 0.5);
	box-shadow: 0px 0px 4px rgba(135, 153, 179, 0.5);
}
.gi-header-location-search .location
{
    display: inline-block;
    float: left;
    width: 17px;
    height: 23px;
    margin: 9px 8px 0 0;
    background: url(/assets/art/sprite-global.png) -789px -554px no-repeat;
}

.gi-header-location-search.error
{
   /* position: relative;*/
	border: 1px solid #db1212;
	-webkit-box-shadow: 0px 1px 4px rgba(225, 27, 27, 0.33), inset 0px 1px 2px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0px 1px 4px rgba(225, 27, 27, 0.33), inset 0px 1px 2px rgba(0, 0, 0, 0.17);
	box-shadow: 0px 1px 4px rgba(225, 27, 27, 0.33), inset 0px 1px 2px rgba(0, 0, 0, 0.17);
}
.gi-header-location-search.error input { color: #2c343d; }

.gi-header-location-search input
{
    vertical-align: top;
	font: 18px proxima-nova;
	padding: 7px 0;
	height: 22px;
	border: 0;
	margin: 2px;
	outline: none;
	color: #6b7177;
}
.gi-header-location-search.active input { color: #2c343d; }

.gi-header-location-search .menu {
	position: absolute;
	display: none;
	right: 0;
    width: 371px;
    top: 42px;
	background-color: white;
	-webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.11);
	z-index: 5005;
}
.gi-header-location-search.showresult .menu { display: block; }

.gi-header-location-search .menu a {
	display: inline-block;
    float: left;
    position: relative;
    width: 360px;
	height: 41px;
	font: 18px/41px proxima-nova;
	color: #2c343d;
	text-decoration: none;
    text-align: left;
    padding: 0 0 0 11px;
	border-bottom: 1px solid #e4e8ed;
	z-index: 100;
}
.gi-header-location-search .menu a:hover {
	background: #e8ecf2; /* Old browsers */
	background: -moz-linear-gradient(top,  #e8ecf2 0%, #f4f6fa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8ecf2), color-stop(100%,#f4f6fa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e8ecf2 0%,#f4f6fa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e8ecf2 0%,#f4f6fa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e8ecf2 0%,#f4f6fa 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e8ecf2 0%,#f4f6fa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8ecf2', endColorstr='#f4f6fa',GradientType=0 ); /* IE6-9 */
	border: 1px solid #c9d1dc !important;
	margin: -1px 0 0 -1px;
	z-index: 101;
}
.gi-header-location-search .menu a span {
	display: inline-block;
    float: right;
	height: 41px;
	font: 18px/41px proxima-nova;
	color: #2c343d;
    padding: 0 11px 0 0;
}
.gi-header-location-search .validate-process {
    position: absolute;
    top: 12px;
    right: 10px;
    display: none;
    width: 17px;
    height: 17px;
    z-index: 25;
}
.gi-header-location-search .validate-process.u { background: url(/assets/art/sprite-global.png) -244px -19px no-repeat; }
.gi-header-location-search .validate-process.r { background: url(/assets/art/sprite-global.png) -244px -37px no-repeat; }
.gi-header-location-search .validate-process.d { background: url(/assets/art/sprite-global.png) -244px -55px no-repeat; }
.gi-header-location-search .validate-process.l { background: url(/assets/art/sprite-global.png) -244px -73px no-repeat; }
.gi-header-location-search.validate .validate-process { display: block; }



.gi-item-container {  }
.gi-item           { padding: 30px; min-height: 50px; border-bottom: 1px solid #e9e8e8; cursor: pointer; }
.gi-item-nohover           { padding: 30px; min-height: 50px; border-bottom: 1px solid #e9e8e8; }
.gi-item:hover     { background-color: #f4f6f9; }
.gi-item-general   { display: inline-table; min-height: 50px; position:relative;}

.gi-item-user
{
    display: table-cell;
    vertical-align: middle;
    width: 305px;
    padding: 0 0 0 65px;
    position: relative;
}

.gi-item-user img
{
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.11);
    box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.11);    
}
.gi-item-user span {
    background: url("/assets/art/sprite-global.png") no-repeat scroll -186px -139px transparent;
    top: 36px;
    height: 4px;
    padding: 4px;
    position: absolute;
    left: 35px;
    width: 5px;
}
.gi-item-user .gi-item-user-name
{
    font: bold 18px/13px proxima-nova;
    color: #2c343d;
    text-shadow: 0 1px 2px white;
}
.gi-item-user a:hover .gi-item-user-name {
	color: #64686d;
}
.gi-item-user .gi-item-user-state
{
    font: 18px/12px proxima-nova;
    color: #2c343d;
    padding: 12px 0 0 0;
    text-shadow: 0 1px 2px white;
}
.gi-item-user .gi-item-user-location
{
    position: relative;
    height: 15px;
    padding: 11px 0 0 18px;
    font: 16px/15px proxima-nova;
    color: #2c343d;
    text-shadow: 0 1px 2px white;
}
.gi-item-user .gi-item-user-location span
{
    display: inline-block;
    width: 11px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 11px;
    background: url(/assets/art/sprite-global.png) -777px -538px no-repeat;
}

.gi-item-option-list
{
    display: table-cell;
    vertical-align: middle;
    width: 170px;
    padding: 0 0 0 5px;
    position: relative;
}

.gi-item-option
{
    position: relative;
    height: 13px;
    margin: 0px 0 14px 0;
    padding: 0 0 0 23px;
    font: 18px/13px proxima-nova;
    color: #2c343d;
}

.gi-item-option.last { margin: 0 0 0 0; }

.gi-item-option span
{
    display: inline-block;
    width: 15px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 2px;
    background: url(/assets/art/sprite-global.png) -820px -251px no-repeat;
}

.gi-item-price
{
    display: table-cell;
    vertical-align: middle;
    width: 163px;
    text-align: right;
    font: bold 28px proxima-nova;
    color: #2c343d;
}


.gi-item-more
{
    padding: 30px 0 0 0;
    overflow: auto;
    position: relative;
    min-height: 43px;
    display: none;
}

.gi-item-more .gi-item-more-comment
{
    display: inline-block;
    float: left;
    font: 16px/21px proxima-nova;
    color: #2c343d;
	margin-right: 225px;
}
.gi-item-more .gi-item-more-comment a {
	text-decoration: none;
	color: #4c728e;
}
.gi-item-more .gi-item-more-comment a:hover {
	color: #466b94;
}
.gi-item-more.empty .gi-item-more-comment { color: #80858b; }

.gi-item-more-picture-list
{
    display: inline-block;
    float: left;
    clear: left;
    margin: 17px 0 0 0;
}

.gi-item-more-picture
{
    display: inline-block;
    float: left;
    margin: 0 20px 0 0;
    position: relative;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.11);
    -moz-box-shadow:    0px 1px 3px rgba(0, 0, 0, 0.11);
    box-shadow:         0px 1px 3px rgba(0, 0, 0, 0.11);
}
.gi-item-more-picture.w70     { width: 70px; }
.gi-item-more-picture.w70 img { width: 70px; }
.gi-item-more-picture.h70     { height: 70px; }
.gi-item-more-picture.h70 img { height: 70px; }
.gi-item-more-picture .zoom
{
    background-color: rgba(42, 55, 64, 0.72);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.gi-item-more-picture .zoom span
{
    display: block;
    width: 45px;
    height: 44px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -22px 0 0 -22px;
    cursor: pointer;
    background: url(/assets/art/sprite-global.png) -820px -263px no-repeat;
}
.gi-item-more-picture:hover .zoom { display: block; }


.gi-item-more .greenbutton-h43-container
{
    position: relative;
    display: inline-block;
    float: right;
    right: 204px;
    bottom: 0;
}
.gi-item-more .greenbutton-h43-container .greenbutton-h43 .end span
{
	display: inline-block;
	width: 19px;
	height: 15px;
	position: relative;
	top: 3px;
	background: url(/assets/art/sprite-global.png) -621px -651px no-repeat;
}

.gi-footer
{
    height: 83px;
}

.gi-all
{
    display: inline-block;
    width: 374px;
    height: 41px;
    border: 1px solid #bac4d1;
    margin: 20px 180px;
    background: url(/assets/art/sprite-global.png) 0 -2064px repeat-x;
    text-decoration: none;
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.17);
    -moz-box-shadow:    0px 1px 4px rgba(0, 0, 0, 0.17);
    box-shadow:         0px 1px 4px rgba(0, 0, 0, 0.17);
}
.gi-all:hover  { background: url(/assets/art/sprite-global.png) 0 -2106px repeat-x; }
.gi-all:active { background: url(/assets/art/sprite-global.png) 0 -2148px repeat-x; }
.gi-all.busy   { background: url(/assets/art/sprite-global.png) 0 -2064px repeat-x !important; }


.gi-all-text
{
    font: bold 18px/41px proxima-nova;
    color: #3b5163;
    text-align: center;
    text-shadow: 0 1px 1px white;
}
.gi-all.busy .gi-all-text { display: none; }

.gi-all-busy
{
    display: none;
    width: 27px;
    height: 27px;
    margin: 7px 174px;
    background: url(/assets/art/sprite-global.png) -578px -1781px no-repeat;
}
.gi-all.busy .gi-all-busy { display: inline-block; }

.gi-all-busy .r
{
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 5px;
    background: url(/assets/art/sprite-global.png) -244px -37px no-repeat;
}
.gi-all-busy .d
{
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 5px;
    background: url(/assets/art/sprite-global.png) -244px -55px no-repeat;
}
.gi-all-busy .l
{
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 5px;
    background: url(/assets/art/sprite-global.png) -244px -73px no-repeat;
}
.gi-all-busy .u
{
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 5px;
    background: url(/assets/art/sprite-global.png) -244px -19px no-repeat;
}





















