﻿/* Global */

body {
	font-family: 'Open sans',sans-serif;
    font-weight: 400;
	font-size: 14px;
	line-height:20px;
	color: #717171;
	background-color:#f1f1f1;
	overflow-x:hidden;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}

.fright{float:right;
}
.fleft{float:left;
}

/* Navigation */

.menu-top {
	top:0;
	width:100%;
	background:#f1f1f1;
}
#logo {
	margin-bottom:0px;
	margin-left:-5px;
	margin-top:15px;
}

#logo p {
	text-align: center;
}

#nav {
	text-align: right;
}
.navigation{
	float: right;
	list-style: none;
	margin: 0;
}
ul.navigation {
	margin:5px 0 0 0;
	padding:0;
}
.navigation li{
	float: left;
	text-align:left;
	padding:0;
	margin-left:10px;
	text-transform:none;
	background:none;
	font-family: 'Droid Sans', sans-serif;
	font-weight:400;
	font-size:14px;
	line-height:14px;
	color:#a6a6a6;
}
.navigation li:first-child{margin-left:0;}
.navigation li:hover,
.navigation .active {
/*	cursor:pointer; */
	color: #00aeff;
}

h1 {
    font-family: 'Oswald',sans-serif;
    font-weight: 400;
    font-size: 30px;
	-webkit-margin-after: 0em;}
h3 {
    font-family: 'Oswald',sans-serif;
    font-weight: 400;
    font-size: 20px;
}
h2 {
	margin:0;
	padding:0;
	text-transform:none;
	text-align:center;
	font-family:'Oswald',sans-serif;
	font-size: 22px;
	line-height: 20px;
	color:#fff;
	font-weight: 400;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
h4 {
	margin:0;
	padding:20px 0 25px 0;
	text-transform:uppercase;
	font-family: 'Droid Sans', sans-serif;
	font-weight:400;
	font-size:27px;
	font-style:normal;
	line-height:50px;
	color:#343434;
}
img.icon_img {
	float:left;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:25px;
}

#container {
  padding: 5px;
  /*margin-bottom: 20px;*/
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
.content_txt 
{
    font-family: 'Open sans', sans-serif;
    font-weight:400;
	font-size:14px;
	line-height:20px;
	margin-bottom: 20px;
}
.view a.link {
    background-color: #1BBC9B;
    background-image: url("../images/link-icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 44px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 44px;
}
.view a.zoom {
    background-color: #1BBC9B;
    background-image: url("../images/zoom-icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 44px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 44px;
}
.view a.zoom:hover, .view a.link:hover {
    background-color: #2F343A;
}
.view-first a.info {
    -webkit-transition: all 0.2s ease-in-out 0s;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.2s ease-in-out 0s;  /* Firefox 4-15 */
       -o-transition: all 0.3s ease-out 0s;  /* Opera 10.50–12.00 */
          transition: all 0.3s ease-out 0s;
}
.view-first:hover p {
    -webkit-transition-delay: 0.1s;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition-delay: 0.1s;  /* Firefox 4-15 */
       -o-transition-delay: 0.1s;  /* Opera 10.50–12.00 */
          transition-delay: 0.1s;
}
.view-first:hover a.info {
    -webkit-transition-delay: 0.2s;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition-delay: 0.2s;  /* Firefox 4-15 */
       -o-transition-delay: 0.2s;  /* Opera 10.50–12.00 */
          transition-delay: 0.2s;
}

.view {
    overflow: hidden;
    position: relative;
}
.view img {
    display: block;
    position: relative;
}
.hover-item img {
    -webkit-transition: all 0.5s linear 0s;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.5s linear 0s;  /* Firefox 4-15 */
       -o-transition: all 0.5s linear 0s;  /* Opera 10.50–12.00 */
          transition: all 0.5s linear 0s;
}
.hover-item .abs {
    bottom: -47px;
    left: 0;
    position: absolute;
     -webkit-transition:  all 0.3s ease 0s;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition:  all 0.3s ease 0s;  /* Firefox 4-15 */
       -o-transition:  all 0.3s ease 0s;  /* Opera 10.50–12.00 */
          transition:  all 0.3s ease 0s;
}
.hover-item:hover .abs {
    bottom: 0;
    left: 0;
     -webkit-transition: all 0.3s ease 0s;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition:  all 0.3s ease 0s; /* Firefox 4-15 */
       -o-transition:  all 0.3s ease 0s;  /* Opera 10.50–12.00 */
          transition:  all 0.3s ease 0s;
}
.hover-item .view-first img:hover{
    -webkit-transform: scale(1.2);  /* Chrome, Safari 3.1+ */
     -moz-transform: scale(1.2);  /* Firefox 3.5-15 */
      -ms-transform: scale(1.2);  /* IE 9 */
       -o-transform: scale(1.2);  /* Opera 10.50-12.00 */
          transform: scale(1.2);  /* Firefox 16+, IE 10+, Opera 12.10+ */
}
.box {
  margin: 5px;
  padding: 5px;
  background: #fff;
  font-size: 11px;
  line-height: 0em;
  float: left;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
  box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    margin-bottom: 0;
    margin-top: 10px;
    padding: 0;
    
    border-bottom: 3px solid #1BBC9B;
}

.box h2 {
  font-size: 14px;
  font-weight: 200;
}

.box img,
#tumblelog img {
  display: block;
  
}

.rtl .box {
  float: right;
  text-align: right; 
  direction: rtl;
}


.col1 { width: 80px; }
.col2 { width: 186px; }
.col3 { width: 450px;}
.col4 { width: 373px; }
.col5 { width: 565px; }
.col6 { width: 680px; }

.col1 img { max-width: 80px; }
.col2 img { max-width: 186px; }
.col3 img { max-width: 440px; }
.col4 img { max-width: 363px; }
.col5 img { max-width: 565px; }
.col6 img { max-width: 680px; }

/**** Transitions ****/

.transitions-enabled.masonry,
.transitions-enabled.masonry .masonry-brick {
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
      -ms-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
        
}

.transitions-enabled.masonry 
{
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.transitions-enabled.masonry  .masonry-brick 
{
    
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
      -ms-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}


/* disable transitions on container */
.transitions-enabled.infinite-scroll.masonry {
  -webkit-transition-property: left, top;
     -moz-transition-property: left, top;
      -ms-transition-property: left, top;
       -o-transition-property: left, top;
          transition-property: left, top;
}

/* ________________ RADIO _________________ */
.radio_block p {
	/*display:inline-block;*/
	width:180px;
	margin-right:20px;
	line-height:24px;
	font-family: 'Open sans',sans-serif;
    font-weight: 400;
}
.radio_block{ padding-bottom: 30px;}
.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../images/radio.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}

/* _______________ //RADIO ________________ */

.view {
    overflow: hidden;
    position: relative;
}

.view .mask, .view .content {
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
}
.view img {
    display: block;
    position: relative;
}
.view a.link {
    background-color: #1BBC9B;
    background-image: url("../images/link-icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 44px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 44px;
}
.view a.zoom {
    background-color: #1BBC9B;
    background-image: url("../images/zoom-icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 44px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 44px;
}
.view a.zoom:hover, .view a.link:hover {
    background-color: #2F343A;
}
.view-first a.info {
    -webkit-transition: all 0.2s ease-in-out 0s;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.2s ease-in-out 0s;  /* Firefox 4-15 */
       -o-transition: all 0.3s ease-out 0s;  /* Opera 10.50–12.00 */
          transition: all 0.3s ease-out 0s;
}
.view-first:hover p {
    -webkit-transition-delay: 0.1s;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition-delay: 0.1s;  /* Firefox 4-15 */
       -o-transition-delay: 0.1s;  /* Opera 10.50–12.00 */
          transition-delay: 0.1s;
}
.view-first:hover a.info {
    -webkit-transition-delay: 0.2s;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition-delay: 0.2s;  /* Firefox 4-15 */
       -o-transition-delay: 0.2s;  /* Opera 10.50–12.00 */
          transition-delay: 0.2s;
}
.hover-item img {
    -webkit-transition: all 0.5s linear 0s;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.5s linear 0s;  /* Firefox 4-15 */
       -o-transition: all 0.5s linear 0s;  /* Opera 10.50–12.00 */
          transition: all 0.5s linear 0s;
}
.hover-item .abs {
    bottom: -47px;
    left: 0;
    position: absolute;
     -webkit-transition:  all 0.3s ease 0s;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition:  all 0.3s ease 0s;  /* Firefox 4-15 */
       -o-transition:  all 0.3s ease 0s;  /* Opera 10.50–12.00 */
          transition:  all 0.3s ease 0s;
}
.hover-item:hover .abs {
    bottom: 0;
    left: 0;
     -webkit-transition: all 0.3s ease 0s;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition:  all 0.3s ease 0s; /* Firefox 4-15 */
       -o-transition:  all 0.3s ease 0s;  /* Opera 10.50–12.00 */
          transition:  all 0.3s ease 0s;
}
.hover-item .view-first img:hover{
    -webkit-transform: scale(1.2);  /* Chrome, Safari 3.1+ */
     -moz-transform: scale(1.2);  /* Firefox 3.5-15 */
      -ms-transform: scale(1.2);  /* IE 9 */
       -o-transform: scale(1.2);  /* Opera 10.50-12.00 */
          transform: scale(1.2);  /* Firefox 16+, IE 10+, Opera 12.10+ */
}
.hover-item:hover {
    
    -webkit-transition: all 0.5s ease 0s;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition:  all 0.5s ease 0s; /* Firefox 4-15 */
       -o-transition:  all 0.5s ease 0s;  /* Opera 10.50–12.00 */
          transition:  all 0.5s ease 0s;
}
.hover-item:hover .item-caption, .hover-item:hover .lw-item-caption-container a {
    
    -webkit-transition: all 0.3s ease 0s;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition:  all 0.3s ease 0s; /* Firefox 4-15 */
       -o-transition:  all 0.3s ease 0s;  /* Opera 10.50–12.00 */
          transition:  all 0.3s ease 0s;
}
.hover-item:hover .lw-item-caption-container a:hover {
    color: #1BBC9B !important;
    -webkit-transition: all 0.3s ease 0s;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition:  all 0.3s ease 0s; /* Firefox 4-15 */
       -o-transition:  all 0.3s ease 0s;  /* Opera 10.50–12.00 */
          transition:  all 0.3s ease 0s;
}
.lw-item-caption-container {
    margin-bottom: 1px;
    padding: 15px 15px 12px;
}
.lw-item-caption-container a {
    font-family: 'Oswald',sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #555555;
}
.item-caption {
    color: #979CA1;
    font-size: 13px;
}
.container .four.columns {
    width: 220px;
}
.container .column, .container .columns {
    display: inline;
    float: left;
    margin-right: 10px;
}
.content-container-white {
    background-color: #FFFFFF;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.09);
}

/* ____________________________________ FOOTER ____________________________________ */
#footer {
	background:#747474;
	padding:5px 0 5px;
}
.copyright {
	float:left;
	text-transform:none;
	font-family: 'Droid Sans', sans-serif;
	font-weight:400;
	color:#979797;
}
.copyright a {
	color:#fff;
}
.copyright a:hover {text-decoration:none;color:#00aeff;
}

/* _____________ BACK_TOP ___________ */
#back_top {
	float:right;
}
#back_top a.button {
	display:block;
	text-transform:none;
	padding-right:28px;
	background:url(../images/back_top_bg.png) no-repeat top right;
	font-family: 'Droid Sans', sans-serif;
	font-weight:400;
	height:27px;
	color:#979797;
}
#back_top a.button:hover {text-decoration:none;}

/* --------------------------- JE -----------------------------------*/
DIV.layer_txt {
	padding-left: 5px;
}

DIV.consultant {
	height: 120px;
	text-align: center;
	font-family: 'Droid Sans', sans-serif;
	color: #343434;
	font-size: 11pt;
	line-height: 13pt;
	padding: 0 3px 3px 3px;
}
DIV.consultant p {
	padding: 0 2px 0 2px;
}

DIV.consultant img {
	width: 65px;
	height: 80px;
}

.main_menu {
	background: transparent;
	padding-left: 0;
}
ul.main_menu {
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-padding-start:0px;
}
.main_menu li.form_btn {
	display:inline-block;
	border:none;
	font-size:14px;
	line-height:39px;
	padding:0 14px;
	height:33px;
	background:url(../images/form_btn_bg.png) no-repeat;
	margin:0;
	padding:0 18px 0 17px;
	text-align:left;
	text-transform:uppercase;
	font-family: 'Droid Sans', sans-serif;
	font-weight:400;
	font-size:14px;
	line-height:30px;
	color:#fff;
	font-style:normal;
}

#merlin   img {
display: inline !important;  
}

#bestoffer  img {
display: inline !important;  
}






