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

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

.QOverlay {
    background-color: rgba(255, 255, 255, 0.92);
    color: rgba(255, 255, 255, 0.92);
    z-index: 9999;
}

.QLoader {
    background-color: #000000;
    height: 1px;
}

.QAmt {
    color:#000000;
    font-family: Arial;
    font-size:26px;
    line-height:50px;
    height:50px;
    width:100px;
    margin:-60px 0 0 -50px;
}

body {
    overflow-x: hidden;
}

.fix-size {
    width: 900px;
    margin: 0 auto;
}
.fix-clear {
    clear: both;
}

.hidder {
	width: 517px;
	height: 50px;
	background: url('../img/text-hide.png');
	position: absolute;
	top: -50px;
}

h1, h2, h3, h4, h5, h6, span {
    font-family: "HelveticaWorldBold", Helvetica, Arial, sans-serif;
}
p, strong {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/***Header***/

#header {
    height: 75px;
    -webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    margin: 0 0 40px 0;

}

#header .logo {
    float: left;
    margin-left: -2px;
    margin-top: 12px;
}

#header .logo img{

}

#header .menu {
    float: right;
}
#header .menu ul li{
    float: left;
    padding: 8px 0 0 0;
}
#header .menu ul li + li{
    padding: 8px 0 0 84px;
}

#header .menu ul li a {
    color: #000;
    font-size: 14px;
    font-family: "HelveticaWorldBold", Helvetica, Arial, sans-serif;
    line-height: 70px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

#header .menu ul li a:hover {
    color: #ed2024;
}

#header .menu ul li.active a {
    color: #ed2024;
    cursor: default;
}

#header .menu ul li.active a:hover {
    color: #ed2024;
}


/***header*END***/
/***content***/
.home-page #middle .image-slider-wrapper {
    height: 315px;
    width: 900px;
    position: relative;
    overflow: hidden;
}

.home-page #middle .image-slider-wrapper .image-wrapper {
    float: left;
    position: absolute;
}

.home-page  .image-description h1 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 29px;
    text-align: left;
    margin: 18px 0px 0px 25px;
}

.home-page .image-description h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: white;
    font-weight: normal;
    line-height: 26px;
    text-align: left;
    margin: 0px 0px 0px 25px;
}

.description h2 {
    font-family: "HelveticaWorldRegular";
}

#slider {
    position: relative;   
}
#slider.main-page-slider {
    margin-top: 65px;
}
.home-page .control-wrapper .left-arrow {
    background: url('../img/homepage-slider/left-arrow.png') no-repeat top left;
    width: 48px;
    height: 79px;
    position: absolute;
    left: 120px;
    top: 115px;
    z-index: 9999;
    cursor: pointer;
}

.home-page .control-wrapper .right-arrow {
    background: url('../img/homepage-slider/right-arrow.png') no-repeat top left;
    width: 48px;
    height: 79px;
    position: absolute;
    right: 120px;
    top: 115px;
    z-index: 9999;
    cursor: pointer;
}


#middle .content {
    margin-top: 65px;
}
#middle .content .left-wrapper {
    float: left;
}
#middle .content .left-wrapper .info-box {
    margin-bottom: 28px;
    width: 430px;
}


#middle .content .left-wrapper .info-box .column {
    float: left;
    padding-right: 30px;
    width: 200px;
    height: 96px;
    overflow: hidden;
}

#middle .content .left-wrapper .info-box .column-last {
    padding-right: 0px;
}

#middle .content .left-wrapper .info-box h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 42px;
    text-transform: uppercase;
}
#middle .content .left-wrapper .info-box p {
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
}

#middle .content .left-wrapper .info-box .slide-bar {
    margin-top: 23px;
    
    height: 27px;
    width: 430px;
    background: url('../img/slide-bar.png') no-repeat top center;
    position: relative;
}

#middle .content .left-wrapper .info-box .slide-bar:hover {
    background: url('../img/slide-bar-hover.png') no-repeat top center;
    -webkit-transition: background 0.8s ease;
    -moz-transition: background 0.8s ease;
    -ms-transition: background 0.8s ease;
    -o-transition: background 0.8s ease;
    transition: background 0.8s ease;
}

#middle .content .left-wrapper .info-box .slide-bar  .arrow {
    position: absolute;
    left: 50%;
    top: -8px;
    margin: 0px 0px 0px -14px;
    width: 30px;
    height: 30px;
    background: url('../img/arrow_down_off.png') no-repeat center center;
    cursor: pointer;
}

#middle .content .left-wrapper .info-box .slide-bar  .arrow:hover {
    background: url('../img/arrow_down_on.png') no-repeat center center;
    -webkit-transition: background 0.8s ease;
    -moz-transition: background 0.8s ease;
    -ms-transition: background 0.8s ease;
    -o-transition: background 0.8s ease;
    transition: background 0.8s ease;
}


#middle .content .right-wrapper.home { 
    /*padding: 0 0 0 40px;*/
	margin-top: 30px;
    margin-bottom: 28px;
    float: right;
    position: relative;
    /*margin-right: 66px;*/
	width: 425px;
}

#middle .content .right-wrapper.quote .top {
    background: url('../img/quote_up.png');
    width: 164px;
    height: 126px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

#middle .content .right-wrapper.quote .bottom {
    background: url('../img/quote_down.png') no-repeat bottom right;
    width: 164px;
    height: 126px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.home-page #middle .content .right-wrapper ul.projects-list {
    width: 80%;
    float: right;
}
.home-page #middle .content .right-wrapper ul.projects-list li {
    border-bottom: 1px solid #DBDBDB;
}
.home-page #middle .content .right-wrapper ul.projects-list li a:hover {
    color: #ed2024;
}
.home-page #middle .content .right-wrapper ul.projects-list li a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    padding: 12px 0;
    display: block;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    transition: color 0.5s ease;
}


#footer {
    position: relative;
    height: 93px;
}
#footer .fix-size p, #footer .fix-size a  {
    text-align: center;
    padding: 35px 0;
    text-decoration: none;
    color: #989898;
    font-size: 12px;
}
#footer .adress-box {
    position: fixed;
    right: 0px;
    bottom: 0px;
    background: url('../img/corner-logo.png') bottom right no-repeat;
    padding: 15px;
}
#footer .adress-box strong {
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
}
#footer .adress-box p {
    font-size: 12px;
    line-height: 20px;
    color: #000000;
}

#footer .adress-box a {
    color: #000000;
}
/***over-page***/
.over-page #middle .content {
    margin-top: 57px;
}
.over-page #middle .content .left-wrapper .column  p {
    margin-bottom: 10px;
    text-align: justify;
}
.over-page #middle .content .left-wrapper .column .tools-icons {
    display: block;
    margin-top: 10px;
}
.over-page #middle .content .left-wrapper .column .tools-icons a {
    line-height: 40px;
    margin: 0;
    display: block;
    float: left;
}

.over-page #middle .content .left-wrapper .column .tools-icons a:nth-child(1) {
    margin: 5px 0 0 0;
}

.over-page #middle .content .left-wrapper .column .tools-icons a:nth-child(2) {
    margin: 15px 10px 10px 10px;
}

.over-page #middle .content .left-wrapper .column .tools-icons a:nth-child(3) {
    margin: 11px 0px 0px 0px;
}

.over-page #middle .content .left-wrapper .column .tools-icons a:nth-child(5) {
    margin: -5px 0px 0px 17px;
}

.over-page #middle .content .left-wrapper .column .dropdown-box h2{
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
    width: 208px;
    float: left;
    display: block;
}

.over-page #middle .content .left-wrapper .column .dropdown-box a img[alt="symfony 2"]{
    margin: 15px auto;
    display: block;
} 

.over-page #middle .content .left-wrapper .column .dropdown-box {
    position: relative;
}

.over-page #middle .content .left-wrapper .column .dropdown-box p{
    height: auto;
    display: none;
    width: 238px;
}

.over-page .small-column {
    height: auto !important;
}

.over-page .big-column {
    height: auto !important;
    margin: 0px 0px 0px 0px;
}

.over-page #middle .content .left-wrapper .column .dropdown-box .drop-down-box-shadow {
    background: url(../img/dropdown-box-shadow.png) no-repeat top center;
    height: 10px;
    width: 252px;
    display: block;
}
.over-page #middle .content .left-wrapper .column .dropdown-box.right p {
    height: 0;
    left: 302px;
    position: relative;
    top: -270px;
    width: 256px;
}
.over-page #middle .content .right-wrapper {
    margin-left: 41px;
    float: left;
	width: 342px;
}
.over-page #middle .content .right-wrapper h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.over-page #middle .content .right-wrapper .team-mesh .picture {
    float: left;
    line-height: 0px;
    position: relative;
    cursor: pointer;
    width: 114px;
    height: 146px;
}

.over-page #middle .content .right-wrapper .team-mesh .picture img {
    position: absolute;
    left: 0;
    top: 0;
}

.over-page #middle .content .right-wrapper .team-mesh .picture .hover-image {
    display: none;
}

.over-page #middle .content .right-wrapper .team-mesh .picture .description {
    width: 114px;
    background: #ed2024;
    position: absolute; 
    text-align: center;
    color: white;
    display: none;
    position: absolute;
    top: 146px;
    z-index: 999;
    padding: 7px 0px 0px 0px;
}

.over-page #middle .content .right-wrapper .team-mesh .picture .description h1 {
    font-weight: bold;
    font-size: 13px;
    padding-top: 4px;
    line-height: 1;
    margin-bottom: 2px;
} 
.over-page #middle .content .right-wrapper .team-mesh .picture .description h2 {
    font-size: 13px;
    line-height: 13px;
    padding-bottom: 10px;
}


.over-page .dropdown-box .arrow-down {
    position: absolute;
    top: 0px;
    right: -8px;
    width: 30px;
    height: 30px;
    background: url('../img/arrow_down_off.png') no-repeat center center;
    cursor: pointer;
    margin: 4px 0px 0px 0px;
}

.over-page .dropdown-box:hover .arrow-down {
    background: url('../img/arrow_down_on.png') no-repeat center center;
    -webkit-transition: background 0.8s ease;
    -moz-transition: background 0.8s ease;
    -ms-transition: background 0.8s ease;
    -o-transition: background 0.8s ease;
    transition: background 0.8s ease;
}

/*.over-page .dropdown-box .arrow-right {
    position: absolute;
    top: 0px;
    right: -9px;
    width: 30px;
    height: 30px;
    background: url('../img/blog_right_arrow_off.png') no-repeat center center;
    cursor: pointer;
    margin: 4px 0px 0px 0px;
}

.over-page .dropdown-box:hover .arrow-right {
    background: url('../img/blog_right_arrow_on.png') no-repeat center center;
    -webkit-transition: background 0.8s ease;
    -moz-transition: background 0.8s ease;
    -ms-transition: background 0.8s ease;
    -o-transition: background 0.8s ease;
    transition: background 0.8s ease;
}*/

.over-page #right-text {
    width: 340px;
    display: none;
    margin: 40px 0px 0px 0px;
}

.over-page #right-text p {
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
}

/***over-page*END***/
/*--- portfolio ---*/

.portfolio h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    text-transform: uppercase;
}

.portfolio h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin: 13px 0px 15px 0px;
}

.portfolio p {
    font-size: 12px;
    line-height: 18px;
    color: #9c9c9c;
    text-align: justify;
}
.portfolio b {
    font-weight: bold;
    color: #585858;
}
.portfolio .portfolio-menu h2 {
    margin: 0px 0px 10px 0px;
}

.portfolio .portfolio-menu ul {

}

.portfolio .portfolio-menu ul li {
    padding: 6px 0px 8px 0px;
    width: 235px;
}

.portfolio .portfolio-menu ul li a {
    color: #000000;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}

.portfolio .portfolio-menu ul li.active {
    background: url('../img/portfolio_arrow_menu.png') no-repeat right center;
}

.portfolio .portfolio-menu ul li.active a{
    color: #9c9c9c;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    cursor: default;
    text-decoration: none;
}

.portfolio .portfolio-container {
    margin: 7px 0px 0px 0px;
}

.portfolio .portfolio-container .big-image {
    width: 650px;
    height: 535px;
    position: relative;
    border: 1px solid #F0F0F0;
}

.portfolio .portfolio-container .thumbs {
    width: 650px;
    overflow: hidden;
    margin: -31px 0px 0px 0px;
}

.portfolio .portfolio-container .thumbs div {
    width: 119px;
    height: 119px;
    background: url('../img/portfolio_thumbs_shadow.png') no-repeat;
    float: left;
    position: relative;
    margin: 32px 0px 0px 0px;
    padding: 0px 0px 11px 0px;

}

.portfolio .portfolio-container .thumbs div.active {
    width: 141px;
    height: 162px;
    background: url('../img/portfolio_thumb_active.png');
    margin: 0;
    padding: 0;
}

.portfolio .portfolio-container .thumbs div.active img {
    margin: 41px 20px 41px 20px
}

.portfolio .portfolio-container ul.bjqs{
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: none;
}

.portfolio .portfolio-container li.bjqs-slide{
    position: absolute;
    display: none;
}

.portfolio .portfolio-container ul.bjqs-controls{
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 9999;
}

.portfolio .portfolio-container ul.bjqs-controls.v-centered li a{
    position: absolute;
}
.portfolio .portfolio-container ul.bjqs-controls.v-centered li.bjqs-next a{
    width: 64px;
    height: 132px;
    background: url('../img/portfolio_arrow_right.png')  center center no-repeat;
    position: absolute;
    right: 0px;
    top: 228px;
    z-index: 999;
    cursor: pointer;
    text-indent: -9999px; 
    outline: 0;
    padding: 10px 15px 10px 0px;
}
.portfolio .portfolio-container ul.bjqs-controls.v-centered li.bjqs-prev a{
    width: 63px;
    height: 134px;
    background: url('../img/portfolio_arrow_left.png') center center no-repeat;
    position: absolute;
    left: 0px;
    top: 228px;
    z-index: 999;
    cursor: pointer;
    text-indent: -9999px; 
    outline: 0;
    padding: 10px 15px 10px 0px;
}

.portfolio .portfolio-container ol.bjqs-markers{
    list-style: none; 
    padding: 0; 
    margin: -19px 0px 0px 0px; 
    width: 100%;
}
.portfolio .portfolio-container ol.bjqs-markers.h-centered{
    text-align: center;
}

.portfolio .portfolio-container ol.bjqs-markers li{
    display: block;
    float: left;
}

.portfolio .portfolio-container ol.bjqs-markers li a{
    width: 119px;
    height: 119px;
    background: url('../img/portfolio_thumbs_shadow.png') no-repeat;
    float: left;
    position: relative;
    margin: 32px 6px 0px 5px;
    padding: 0px 0px 11px 0px;
}

.portfolio .portfolio-container ol.bjqs-markers li a img {
    width: 101px;
    height: 101px;
    margin: 9px;
}

.portfolio .portfolio-container ol.bjqs-markers li.active-marker
{
	display : none;
}

.portfolio .portfolio-container ol.bjqs-markers li.active-marker a{
    width: 141px;
    height: 162px;
    background: url('../img/portfolio_thumb_active.png');
    margin: 0px -5px 0px -6px;
    padding: 0;
}

.portfolio .portfolio-container ol.bjqs-markers li.active-marker a img {
    margin: 41px 20px 41px 20px
}

.portfolio .portfolio-container p.bjqs-caption{
    display: block;
    width: 96%;
    margin: 0;
    padding: 2%;
    position: absolute;
    bottom: 0;
}

.portfolio .portfolio-container .portfolio-about {
    margin: 55px 0px 0px 0px;
}

.portfolio .portfolio-container .portfolio-about .about-project {
    width: 300px;
}

.portfolio .portfolio-container .portfolio-about .about-project.full {
    width: 652px;
}
.portfolio .portfolio-container .portfolio-about .about-project.full .column {
    width: 100%;
}

.portfolio .portfolio-container .portfolio-about .about-project .column {
    width: 205px;
}

.portfolio .portfolio-container .portfolio-about .slide-bar-different {
    margin-top: 28px;
    height: 27px;
    background: url('../img/slide-bar.png') no-repeat -158px 0px;
    width: 205px;
    position: relative;
}

.portfolio .portfolio-container .portfolio-about .slide-bar-different .arrow {
    position: absolute;
    left: 50%;
    top: -8px;
    margin: 0px 0px 0px -14px;
    width: 30px;
    height: 30px;
    background: url('../img/arrow_down_off.png') no-repeat center center;
    cursor: pointer;
}

.portfolio .portfolio-container .portfolio-about .slide-bar-different  .arrow:hover {
    background: url('../img/arrow_down_on.png') no-repeat center center;
    -webkit-transition: background 0.8s ease;
    -moz-transition: background 0.8s ease;
    -ms-transition: background 0.8s ease;
    -o-transition: background 0.8s ease;
    transition: background 0.8s ease;
}

.portfolio .portfolio-container .portfolio-about a.see-online {
    background: #000000;
    display: block;
    color: #ffffff;
    width: 205px;
    font-size: 17.78px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    margin: 25px 0px 0px 0px;
}

.portfolio .portfolio-container .portfolio-about a.see-online span.text {
    float: left;
    margin: 11px 8px 11px 41px;
}

.portfolio .portfolio-container .portfolio-about a.see-online span.ico {
    float: left;
    display: block;
    width: 12px;
    height: 21px;
    background: url('../img/button_see_arrow.png');
    margin: 9px 0px 0px 0px;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}

.portfolio .portfolio-container .portfolio-about a.see-online:hover span.ico{
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg); 
    -o-transform:rotate(180deg);
}

.portfolio .portfolio-container .portfolio-about .quote {
    width: 350px;
    padding: 50px 0px 40px 0px;
    margin: 10px 0px 0px 0px;
    position: relative;
    min-height: 180px;
}
.portfolio .portfolio-menu {
    margin-right: 11px;
}

.portfolio .portfolio-container .portfolio-about .quote.none p {
    position: relative;
    top: 61px;
    left: 151px;
}



.portfolio .portfolio-container .portfolio-about .quote .top {
    background: url('../img/quote_up.png');
    width: 164px;
    height: 126px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.portfolio .portfolio-container .portfolio-about .quote .bottom {
    background: url('../img/quote_down.png') no-repeat bottom right;
    width: 164px;
    height: 126px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.portfolio .portfolio-container .portfolio-about .quote p {
    font-size: 27px;
    line-height: 36px;
    color: #000000;
    font-weight: bold;
    margin: 0px 20px 0px 20px;
    text-align: left;
}

.portfolio .portfolio-container .portfolio-about .quote span {
    float: right;
    color: #585858;
    font-size: 14px;
    margin: 20px 0px 0px 0px;
}

.portfolio .portfolio-container .portfolio-about .column-slider {
    display: none;
}

/*---blog---*/

.blog {

}

.blog h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    text-transform: uppercase;
}

.blog h2 {
    font-family: "HelveticaWorldRegular";
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
}

.blog h4 {
    font-family: "HelveticaWorldRegular";
    font-size: 14px;
}

.blog h4 span {
    font-family: "HelveticaWorldRegular";
    font-size: 14px;
    color: #a3a3a3;
}

.blog  .autor {
    height: 60px;
    margin: 33px 0px 23px 0px;
}

.blog  .autor h2 {
    margin: 0px 0px 8px 0px;
}

.blog .blog-content {
	width: 505px;
    min-height: 760px;
}

.blog .blog-content .blog-element{
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom: 1px solid #F0F0F0;
}

.blog .blog-content .blog-element:last-child {
    border-bottom: 0px;
}

#articles {
    margin-bottom: 100px;
}

.blog .blog-content .date {
    width: 59px;
    height: 55px;
    background: #e01b1f;
    position: absolute;
    top: 167px;
    left: -59px;
}

.blog .blog-content .date span.number {
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    display: block;
    width: 59px;
    padding: 10px 0px 2px 0px;
}

.blog .blog-content .quote {
    width: 525px;
    padding: 10px 15px 15px 15px;
    margin: 10px 0px 0px -25px;
    position: relative;
}

.blog .blog-content .quote p {
    font-family: Arial;
    font-size: 12px;
    line-height: 20px;
    color: black;
    font-weight: normal;
    margin: 0px 10px 0px 10px;
    text-align: justify;
}

.blog .blog-content .top {
    background: url('../img/quote_up.png');
    width: 164px;
    height: 126px;
    position: absolute;
    left: 10px;
    top: 0;
    z-index: -1;
}

.blog .blog-content .bottom {
    background: url('../img/quote_down.png') no-repeat bottom right;
    width: 164px;
    height: 126px;
    position: absolute;
    right: 10px;
    bottom: 0;
    z-index: -1;
}

.blog .blog-content .date span.month {
    font-family: "HelveticaWorldRegular";
    font-size: 12px;
    color: #ffffff;
    width: 59px;
    display: block;
    text-align: center;
}

.blog .autor .photo {
    margin: 0px 15px 0px 0px;
}

.blog .switcher {
    width: 505px;
}

.blog .blog-categories {
    margin: 50px 0px 0px 555px;
    width: 300px;
    position: fixed;
    padding-top: 10px;
}

.blog .blog-categories a.all {
    font: 12px Arial;
    color: #a3a3a3;
    text-decoration: none;
    margin-left: 13px;
}

.blog .blog-categories h2 {
    font-size: 14px;
    font-weight: bold;
    font-family: Arial;
}

.blog .blog-categories ul {
    margin: 8px 0px 30px 0px;
}

.blog .blog-categories ul li {
    background: url('../img/category_point.png') no-repeat 0px 6px;
    padding: 0px 0px 0px 13px;
    height: 30px;
}

.blog .blog-categories ul li a {
    font-family: Arial;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
}

.blog .blog-categories ul li a span {
    color: #a3a3a3;
}


/***contact***/
.contact #middle .content {

}
.contact #middle .content h1 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
}
.contact #middle .content .place-wrapper {
    margin-top: 44px;
}
.contact #middle .content .place-wrapper .office-info {
    margin-left: 28px;
}
.contact #middle .content .place-wrapper .office-info h4{
    line-height: 14px;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}
.contact #middle .content .place-wrapper .office-info p, .contact #middle .content .place-wrapper .office-info a {
    font-size: 12px;
    color: #898989;
    line-height: 18px;
    text-decoration: none;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif ;
    margin: 18px 0;
    display: block;
}
.contact #middle .content .place-wrapper .office-info .addres {
    background: url('../img/contactpage/contact-sprite.png') no-repeat top left;
    padding-left: 20px;
}
.contact #middle .content .place-wrapper .office-info .phone {
    background: url('../img/contactpage/contact-sprite.png') no-repeat left -114px;
    padding-left: 20px;
}
.contact #middle .content .place-wrapper .office-info .email {
    background: url('../img/contactpage/contact-sprite.png') no-repeat left -134px;
    padding-left: 20px;
}
.contact #middle .content .place-wrapper .office-info .website {
    background: url('../img/contactpage/contact-sprite.png') no-repeat left -157px;
    padding-left: 20px;
}
.contact #middle .content .place-wrapper .office-info .skype {
    background: url('../img/contactpage/contact-sprite.png') no-repeat left -183px;
    padding-left: 20px;
}
.contact #middle .content .place-wrapper .office-map {
    margin-left: 57px;
}

.contact #middle .content .place-wrapper .office-map2 {
    margin-left: 72px;
}
.contact #middle .content .contact-separator {
    background: url('../img/contactpage/contact-separator.jpg') no-repeat top center;
    width: 901px;
    height: 10px;
    margin-top: 10px;
}
#direction-modal {
    display: none;
    height: 402px;
    width: 640px;
    border: 1px solid #fefefe;
    position: absolute;
    left: 33%;
    z-index: 99;
    background: white;
    -webkit-box-shadow:  1px 1px 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow:  1px 1px 5px 5px rgba(0, 0, 0, 0.3);
}
#direction-modal .close {
    background: url('../img/close-button.png') no-repeat center center;
    width: 42px;
    height: 42px;
    position: absolute;
    z-index: 100;
    right: 0px;
}

/***contact*END***/

/***content*END***/

span.more-dots {
    font-weight: normal;
    font-family: Arial;
}

.protectedLinkOverlay, .contactOverlay {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 999;
}

.protectedLinkOverlay .container, .contactOverlay .container {
    position: absolute;
    width: 350px;
    height: 150px;
    background: #ffffff;
    top: 50%;
    margin-top: -75px;
    left: 50%;
    margin-left: -175px;
}

.protectedLinkOverlay .container .close, .contactOverlay .container .close {
    width: 42px;
    height: 42px;
    background: url('../img/close-button.png');
    position: absolute;
    right: -19px;
    top: -22px;
    cursor: pointer;
}

.protectedLinkOverlay .container .corner, .contactOverlay .container .corner {
    width: 110px;
    height: 100px;
    background: url('../img/corner-logo-popup.png');
    position: absolute;
    left: 0;
    bottom: 0;
}

.protectedLinkOverlay .container p, .contactOverlay .container p, .contactOverlay .container strong {
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    text-align: justify;
    width: 80%;
    margin: 0 auto;
    position: relative;
    z-index: 1001;
    display: block;
}

.protectedLinkOverlay .container p {
    margin-top: 35px;
}

.contactOverlay .container a {
    color: #000000;
}

.contactOverlay .container strong {
    margin-top: 20px;
}

#contactDataPopup {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    left:  0px;;
}



.FLeft {
    float: left;
}

.FRight {
    float: right;
}

.all-height {
    min-height: 550px !important;
}

.big-categories {

}

.big-categories h2 {
    font-family: "HelveticaWorldBold", Helvetica, Arial, sans-serif !important;
    font-size: 24px;
    font-weight: bold;
    line-height: 42px;
    text-transform: uppercase;
}

.big-categories ul {
    margin: 8px 0px 30px 0px;
}

.big-categories ul li {
    background: url('../img/category_point.png') no-repeat 0px 6px;
    padding: 0px 0px 0px 13px;
    height: 30px;
}

.big-categories ul li a {
    font-family: Arial;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
}

ul.disc li{
    list-style-type: disc;
    margin-left: 20px;
    font-size: 12px;
    line-height: 18px;
    color: #9c9c9c;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
