@font-face
{
  font-family: Fut;
  src: url("./futurapt/Futura PT Cond Book.otf");
  font-weight: normal;
}
@font-face
{
  font-family: FutM;
  src: url("./futurapt/Futura PT Cond Medium.otf");
  font-weight: normal;
}

/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)*/

body
{
  margin: 0px;
  background-color: #f6f6f6;
  background-size: contain;
}
.debug
{
  background-color: #fff;
}
.clear
{
  clear: both;
}

div, p, td, a, section, article, header, footer, nav, input, textarea, select
{
  margin: 0;
  font-family: "Calibri", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: #666;
  box-sizing: border-box;
}
h1, h2, h3, h4, h5
{
  font-size: 30px;
  font-family: FutM, FutMIE,  Arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.2;
  color: #666;
  box-sizing: border-box;
  padding: 0 0 10px 0;
  margin: 0;
}
ol, ul, li
{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
a
{
  text-decoration: none;
  cursor: pointer;
  outline : none;
}
a:hover
{
  text-decoration: none;
  color: #85a7ac;
}
img
{
  border: none;
}
table
{
  border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
td
{
  padding: 5px;
  vertical-align: top;
}
textarea:focus, input:focus
{
  outline: 0;
}
header, section, footer
{
  clear: both;
  display: block;
  width: 100%;
  float: left;
  overflow: hidden;
}

.content
{
  padding: 0 20px;
}
section
{
}
@media screen and (min-width: 1200px)
{
.content
{
  width: 1140px;
  margin: 0 auto;
  padding: 0;
}

}


/* ******************************************** */
header
{
  padding: 0 0 15px 0;
}
header .top
{
  height: 50px;
  padding: 10px 0 0 0;
}
header .top .lang
{
  float: left;
}
header .top .lang a
{
  display: block;
  float: left;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 20px 0 0;
  color: #bbbdc0;
}
header .top .lang a:hover
{
  color: #85a7ac;
}
header .top .lang a.sel
{
  color: #666;
}
header .top .buy
{
  float: right;
}
header .top .buy, header .top .buy a
{
  font-size: 24px;
  font-family: Fut, FutIE, sans-serif;
}
header .top .buy a
{
  background-color: #d3e4ee;
  color: #fff;
  text-transform: uppercase;
  width: 70px;
  padding: 0 16px;
  margin: 0 0 0 20px;
}
header .top .buy a:hover
{
  background-color: #85a7ac;
}
header .logo
{
  display: block;
  background: url('logo.png') no-repeat;
  width: 213px;
  height: 109px;
  margin: 0 auto;
}
header nav.profile
{
  display: table;
  margin: auto;
  /*
  width: 170px;
  margin: 10px auto 0 auto;
  height: 36px;
  */
}
header nav.profile a
{
  font-family: Fut, FutIE,  sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  background-color: #fff;
  display: block;
  float: left;
  padding: 8px;
  height: 36px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
header nav.profile a
{
  font-size: 14px;
}
}
header nav.profile a.t, header nav.profile a.f
{
  width: 32px;
  height: 32px;
  margin: 0 12px 0 0;
  padding: 0;
  background: url('icon-face.png') no-repeat;
}
header nav.profile a.f:hover
{
  background: url('icon-face2.png') no-repeat;
}
header nav.profile a.t
{
  background: url('icon-twit.png') no-repeat;
  margin-right: 30px;
}
header nav.profile a.t:hover
{
  background: url('icon-twit2.png') no-repeat;
}
header  a.h
{
  display: block;
  width: 32px;
  height: 32px;
  background: url('ham.png') no-repeat;
  position: absolute;
  left: 0;
  float: right;
  margin: 30px 0 0 20px;
}
header nav.main
{
  clear: both;
  margin: 10px 0 0 0;
  display: none;
}
header nav.main a
{
  background-color: #fff;
  display: block;
  text-align: center;
  padding: 6px 13px;
  height: 36px;
  text-transform: uppercase;
  font-family: Fut, FutIE,  sans-serif;
  font-size: 18px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
header nav.main a
{
  font-size: 14px;
  padding: 6px;
}
}
header nav.main a:hover, header nav.main a.sel
{
  color: #85a7ac;
}

footer
{
  background-color: #85a6ab;
  height: 24px;
  padding: 5px 0 0 0;
}
footer .left, footer .right, footer .right a
{
  font-size: 12px;
  color: #fff;
}
footer .left
{
  float: left;
}
footer .right
{
  float: right;
}
footer.extra
{
  background-color: #e0e9ee;
  height: 68px;
  margin: 0 0 1px 0;
}
.warning
{
  width: 100%;
  height: 150px;
  background-color: #fff;
  position: fixed;
  bottom: 0px;
  z-index: 10000;
} 
.warning .body
{
  padding: 10px;
  z-index: 999999;
  text-align: center;
}
.warning .body a
{
  color: #85a7ac;
}
.warning .body_
{
  float: right;
  width: 80%;
}
.warning .cross_
{
  float: right;
  width: 20%;
}
.warning .cross
{
  margin: 20px auto 0 auto;
  padding: 5px;
  border-radius: 5px;
  background-color: #a00;
  color: #fff;
  display: table;
}
/*
.warning .cross
{
  clear: both;
  margin: 0 auto;
  padding: 5px;
  border-radius: 5px;
  background-color: #a00;
  color: #fff;
  adisplay: table;
}*/

@media screen and (min-width: 1200px)
{
header .logo
{
  margin: 0;
  float: left;
}
header nav.profile
{
  float: right;
  width: auto;
  margin: 0 0 0 600px;
}
header nav.main
{
  display: block;
  clear: none;
  width: auto;
  float: right;
}
header nav.main a
{
  float: left;
}
header  a.h
{
  display: none;
}
header nav.main
{
  display: block;
}
.warning
{
  height: 70px;
}
.warning .cross_
{
  float: right;
  width: 10%;
}
/*
.warning .cross
{
  display: block;
  float: right;
  position: absolute;
  top: 15px;
  right: 150px;
}
*/

}

@media screen and (min-width: 1200px) and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
header nav.main
{
  width: 900px;
}
header nav.main  a
{
  
}
}


/* ******************************* */
section.start-stones .left
{
}
section.start-stones .left .box
{
  float: left;
  width: 216px;
  height: 216px;
  overflow: hidden;
}
section.start-stones .left .box-text
{
  background-color: #e1ddd1;
  text-transform: uppercase;
  font-family: Fut, FutIE,  sans-serif;
  font-size: 40px;
  color: #fff;
  padding: 60px 30px;
  line-height: 1;
}
section.start-stones .left .box-text a
{
  text-transform: uppercase;
  font-family: Fut, FutIE,  sans-serif;
  font-size: 40px;
  color: #fff;
  line-height: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
section.start-stones .left .box-text a
{
  font-size: 28px;
}
}
section.start-stones .left .box-big
{
  width: 432px;
  line-height: 1;
  text-transform: uppercase;
  font-family: FutM, FutMIE,  sans-serif;
  font-size: 70px;
  padding: 25px 0;
}
section.start-stones .left .box-big p
{
  line-height: 1;
  text-transform: uppercase;
  font-family: FutM, FutMIE,  sans-serif;
  font-size: 70px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
section.start-stones .left .box-big p
{
  font-family: Arial;
  font-size: 40px;
}
}
section.start-stones .left .box-big a
{
  display: block;
  float: left;
  width: 200px;
  height: 45px;
  color: #fff;
  font-family: Fut, FutIE,  sans-serif;
  font-size: 21px;
  text-align: center;
  padding: 8px 0 0 0;
  margin: 10px 0 0 0;
  background: #be8d6c url('arrow-2.png') 180px 20px no-repeat;  
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
section.start-stones .left .box-big a
{
  font-family: Arial;
  font-size: 16px;
}
}
section.start-stones .left .box-big a:hover
{
  background-color: #d38d5e;
}
section.start-stones .right
{
  clear: both;
  height: 432px;
  padding: 10px 20px;
  background-color: #d6e8f4;
}
section.start-stones .right h2
{
  font-size: 40px;
  color: #676664;
  padding: 0 0 10px 18px;
}
section.start-stones .right ul
{
}
section.start-stones .right ul li
{
  background: url('arrow-1.png') 0 15px no-repeat;
  padding: 8px 20px; 
  font-size: 14px;
  color: #676664;
}
section.start-texts
{
  background-color: #e0e9ee;
  padding: 36px 0;
}
section.start-texts .box-1
{
  width: 263px;
  height: 263px;
  padding: 40px 26px;
  float: left;
  background-color: #85a6ab;
  color: #fff;
  display: none;
}
section.start-texts .box-1 p
{
  color: #fff;
}
section.start-texts .box-1 strong
{
  text-transform: uppercase;
  font-size: 30px;
  font-weight: normal;
  font-family: Fut, FutIE,  sans-serif;
  line-height: 1.2;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
section.start-texts .box-1 strong
{
  font-size: 20px;
}
}
section.start-texts .box-2
{
  width: 100%;
  float: left;
}
section.start-texts .box-2 a
{
  width: 100%;
  float: left;
  border: 2px solid #fff;
  padding: 50px 20px;
  line-height: 1.5;
  text-transform: uppercase;
  font-size: 30px;
  font-family: Fut, FutIE,  sans-serif;
  color: #85a6ab;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
section.start-texts .box-2 a
{
  font-size: 18px;
  padding: 50px 10px;
}
}
section.start-texts .box-2 a:hover
{
  border-color: #85a6ab;
}
section.start-texts .box-3
{
  clear: both;
  padding: 0 20px;
}
section.start-texts .box-3 h2
{
  padding: 0 0 20px 0;
}
section.start-texts .box-3 p
{
  font-size: 14px;
}
section.start-texts .box-3 p a
{
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 20px 0 0;
}
section.start-texts .box-3 p a:after
{
  position: absolute;
  content: "";
  width: 20px;
  height: 30px;
  background: url('arrow-1.png') 5px 5px no-repeat;
}
section.start-examples
{
}
section.start-examples h2
{
  font-size: 30px;
  text-align: center;
}
section.start-examples .box
{
  float: left;
  height: 250px;
  width: 49%;
  margin: 0 1% 0 0;
  text-align: center;
  text-transform: uppercase;
  font-family: Fut, FutIE,  sans-serif;
  font-size: 20px;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
section.start-examples .box
{
  font-size: 14px;
}
}
section.start-examples .box .gal-box
{
  width: 100%;
  height: 210px;
  overflow: hidden;
  border: 1px solid transparent;
}
section.start-examples .box:hover .gal-box
{
  border: 1px solid #85a6ab;
}
section.start-examples .box .gal-box img
{
  height: 100%;
}

@media screen and (min-width: 1200px)
{
section.start-stones .left
{
  width: 648px;
  float: left;
}
section.start-stones .right
{
  width: 492px;
  float: right;
  clear: none;
}
section.start-texts .box-2
{
  margin: 0 18px;
}
section.start-texts .box-3
{
  width: 690px;
  float: left;
  clear: none;
}
section.start-examples .box
{
  width: 264px;
  margin: 0 16px 0 0;
}
section.start-examples .box img
{
  float: left;
}
section.start-examples h2
{
  text-align: left;
}
section.start-texts .box-1
{
  display: block;
}
section.start-texts .box-2
{
  width: 150px;
}
section.start-texts .box-2 a
{
  height: 263px;
  text-align: left;
}

}



/* ****************************************************************** */
.modal-style .fancybox-bg 
{
  background: #c1d3d5;
}
.modal-style .fancybox-close-small
{
  color: #fff;
}
.modal-style2 .fancybox-close-small
{
  color: #000;
}
.modal-style .fancybox-button
{
  background: transparent;
  color: #fff;
}
.modal-style .fancybox-button--arrow_right
{
}
.register-window
{
  width: 530px;
}
.login-window
{
  width: 280px;
}
.window h2
{
  text-transform: uppercase;
  font-family: Fut, FutIE,  sans-serif;
  font-size: 24px;
  color: #84a7ad;
}
.window p
{
  font-size: 14px;
  padding: 5px 0;
}
.window p a, .window td a
{
  font-size: 14px;
  color: #85a6ab;
}
.window p a:hover, .window td a:hover
{
  text-decoration: underline;
}
.window li
{
  font-size: 14px;
  padding: 0 0 0px 0px;
  margin: 0 20px;
  list-style-type: none;
  list-style-image: url('arrow-4.png');
  position: relative;
  left: 20px;
}
.window table
{
}
.window table td
{
  vertical-align: middle;
  font-size: 14px;
}
.window table td:first-child
{
  width: 95px;
  text-align: right;
  font-size: 14px;
}
.window input.btn
{
  float: right;
}

.window input.text
{
  width: 260px;
  font-size: 14px;
  padding: 5px;
}
.window .jur-row
{
  display: none;
}
.window .error
{
  font-size: 14px;
  display: none;
}



/* ****************************************************************** */
section.two-cols
{
}
section.two-cols a.h
{
  display: block;
  width: 32px;
  height: 32px;
  background: url('ham.png') no-repeat;
  position: absolute;
  right: 0;
  float: right;
  margin: 30px 20px 0 20px;
}
section.two-cols .menu-col
{
}
section.two-cols .ham-col
{
  display: none;
}
section.two-cols .menu-col .col-1
{
  margin: 0 0 20px 0;
  float: left;
  width: 50%;
}
section.two-cols .menu-col .col-2
{
  float: left;
  width: 50%;
}
section.two-cols .main-col
{
}
section.tri-cols
{
}
section.tri-cols .menu-col
{
}
section.tri-cols .double-col
{
}
section.tri-cols .main-col
{
  /*width: 100%;
  clear: both;
  float: left;
  padding: 5px;*/
  width: 50%;
  clear: both;
  float: left;
  padding: 5px;
}
section.tri-cols .add-col
{
  float: right;
  width: 50%;
  /*clear: both;
  width: 100%;*/
}
section.hor-cols
{
  
}
section.hor-cols .menu-col
{
}
section.hor-cols .main-col
{
}
section.hor-cols .add-col
{
  
}
.canvas img
{
  width: 100%;
}

#canvas-placeholder
{
  top: 0;
  left: 0;
  z-index: -1;
}

section.white-back
{
  background-color: #fff;
}
nav.page, nav.page div
{
  color: #cfcfcf;
  background-color: #fff;
}
nav.page a
{
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  color: #cfcfcf;
  line-height: 1.5;
}
nav.page a.sel
{
  color: #989898;
}
nav.page a:hover
{
  color: #85a7ac;
}
nav.page .right
{
  float: right;
}

.menu-col h3
{
  font-size: 24px;
}
.menu-col a
{
  text-transform: uppercase;
  font-family: Fut, FutIE,  sans-serif;
  font-size: 18px;
  padding: 7px 0 7px 0;
  
  display: block;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
.menu-col a
{
  font-size: 14px;
}
}
.menu-col a.sel, .menu-col a:hover
{
  color: #85a7ac;
}
.menu-col .param-box p a
{
  display: inline;
  color: #85a6ab;
  font-size: 12px;
  text-transform: none;
  font-family: Calibri, sans-serif;
}
.menu-col  p
{
  padding: 0 0 20px 0;
}
.menu-col p.p-select
{
  font-family: Fut, FutIE,  sans-serif;
  font-size: 18px;
  color: #999;
}
.menu-col select
{
  width: 100%;
  text-transform: uppercase;
  font-size: 12px;
  padding: 3px 5px;
}
.align-btns a
{
  width: 26px;
  height: 21px;
  float: left;
  margin: 0 16px 0 0;
  padding: 5px;
  background: url('align-1.png') center center no-repeat;
}
.align-btns a:hover, .align-btns a.sel
{
  border: 1px solid #87a3ae;
}
.align-btns a.a1
{
  background-image: url('align-1.png');
}
.align-btns a.a2
{
  background-image: url('align-2.png');
}
.align-btns a.a3
{
  background-image: url('align-3.png');
}
.align-btns a.a4
{
  background-image: url('align-4.png');
}

.main-col
{
  padding: 0 0 40px 0;
}
.main-col h1, .main-col h2, .main-col h3
{
  text-transform: uppercase;
  font-family: FutM, FutMIE,  sans-serif;
  font-size: 24px;
}
.main-col h1
{
  padding: 0 0 15px 0;
}
.main-col h3
{
  font-size: 21px;
}
.main-col p, .main-col ul,.main-col ol
{
  font-size: 14px;
  padding: 0 0 10px 0;
  line-height: 1.5;
}
.main-col li
{
  font-size: 14px;
  padding: 0 0 0px 0px;
  margin: 0 20px;
  list-style-type: none;
  list-style-image: url('arrow-4.png');
  position: relative;
  left: 20px;
}

.main-col li a
{
  color: #85a7ac;
  font-size: 14px;
}
.main-col p a
{
  font-size: 14px;
  color: #85a7ac;
}
.main-col p a:hover
{
  text-decoration: underline;
}


.add-col
{
  background-color: #85a6ab;
  padding: 25px 7px;
  color: #fff;
}
.add-col p
{
  color: #fff;
}
.add-col h3
{
  text-transform: uppercase;
  font-family: Fut, FutIE,  sans-serif;
  font-size: 24px;
  color: #fff;
  padding: 0 0 5px 0;
}
.add-col .info
{
  border-top: 1px solid #fff;
  margin: 0 0 5px 0;
  padding: 5px 0;
}
.add-col .info p
{
  padding: 5px 0 5px 0;
  font-size: 12px;
}
.add-col .info p strong
{
  font-size: 14px;
}
.add-col table
{
  width: 100%;
}
.add-col td
{
  padding: 0;
  color: #fff;
  vertical-align: top;
  width: 50%;
}
.add-col td.right
{
  font-family: Fut, FutIE,  sans-serif;
  font-size: 14px;
}
.add-col td.right p
{
  font-family: "Calibri", sans-serif;
}
.add-col table.total td p
{
  font-size: 24px;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: Fut, FutIE,  sans-serif;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
.add-col table.total td p, .add-col h3
{
  font-size: 16px;
}
}
.add-col p
{
  font-size: 12px;
}
.begin-block
{
  text-transform: uppercase;
  font-family: Fut, FutIE,  sans-serif;
  font-size: 45px;
  line-height: 0.9;
}
.begin-block p
{
  text-transform: uppercase;
  font-family: Fut, FutIE,  sans-serif;
  font-size: 45px;
  line-height: 0.9;
  margin: 0;
  padding: 0;
}
.begin-block a
{
  clear:both;
  display: block;
  width: 210px;
  height: 45px;
  color: #fff;
  font-family: Fut, FutIE,  sans-serif;
  font-size: 21px;
  text-align: center;
  padding: 10px 0 0 0;
  margin: 10px 0 0 0;
  background: #be8d6c url('arrow-2.png') 190px 20px no-repeat;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
.begin-block a
{
  font-size: 18px;
  padding: 5px 0 0 0;
}
}
.begin-block a:hover
{
  background-color: #d38d5e;
}
.menu-col .begin-block a:hover
{
  color: #fff;
}

input.text
{
  width: 260px;
}
input.btn
{
  text-transform: uppercase;
  font-family: Fut, FutIE,  sans-serif;
  font-size: 24px;
  color: #fff;
  background-color: #ccc;
  border: 0;
  cursor: pointer;
  font-size: 18px;
  padding: 5px 10px;
}
input.btn:hover
{
  background-color: #85a7ac;
}

section.hor-cols .menu-col
{
  padding: 0 0 30px 0;
  float: left;
}
.form-steps a
{
  float: left;
  display: block;
  width: 50%;
  color: #999;
  font-family: Fut, FutIE,  sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}
.form-steps a:hover
{
  color: #83a9ac;
}
.form-steps a div
{
  float: left;
  border: 1px solid #ccc;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  text-align: center;
  font-size: 12px;
  margin: 4px; 
}
.form-steps a.sel, .form-steps a:hover
{
  color: #83a9ac;
}
.form-steps a.sel div
{
  background-color: #83a9ac;
  border-color: #83a9ac;
  color: #fff;
}
section.hor-cols .main-col .col-1, section.hor-cols .main-col .col-2
{
  float: left;
  width: 50%;
}
section.hor-cols .main-col .col-1
{
  width: 100%;
  text-align: center;
}
section.hor-cols .main-col .col-1 img
{
  border: 1px solid #ccc;
}
section.hor-cols .main-col .col-1 p
{
  text-align: left;
}
section.hor-cols .main-col .col-2
{
  width: 310px;
  padding: 0 15px;
}
section.hor-cols .main-col .col-2 h5
{
  font-size: 14px;
  color: #83a9ac;
  font-family: "Calibri", sans-serif;
  padding: 5px 0 0 0;
}
section.hor-cols .main-col .col-2 p
{
  padding: 0 0 10px 0;
}
section.hor-cols .main-col .mid-table
{
  padding: 0;
}

section.hor-cols .btn-col
{
  padding: 0 0 20px 0;
  float: left;
}
section.hor-cols .btn-col .buttons
{
  padding: 0 40px;
}
section.hor-cols .btn-col a, section.tri-cols .btn-col a
{
  display: block;
  float: left;
  width: 70px;
  height: 30px;
  background-color: #ccc;
  margin: 0 2px 0 0;
  padding: 2px 0;
  text-align: center;
  font-family: Fut, FutIE,  sans-serif;
  font-size: 21px;
  text-transform: uppercase;
  color: #fff;
}
section.tri-cols .btn-col a.next
{
  width: auto;
  padding: 2px 20px;
}
section.hor-cols .btn-col a.next, section.tri-cols .btn-col a.next
{
  background-color: #be8d6c;
}
section.hor-cols .btn-col  a:hover, section.tri-cols .btn-col a:hover
{
  background-color: #85a6ab;
}
section.hor-cols .btn-col .buttons2
{
  margin: 0 0 7px 0;
  float: left;
  width: 100%;
}
section.hor-cols .btn-col .buttons2 a:first-child
{
  width: 165px;
}
section.hor-cols .btn-col .buttons2 a:not(:first-child)
{
  width: 70px;
}
section.hor-cols .btn-col
{
  clear: both;
  width: 100%;
}
section.hor-cols  textarea.txt
{
  width: 260px;
}
.error
{
  color: #a00;
  font-size: 14px;
  display: none;
}
.error-hidden
{
  display: none;
}

@media screen and (min-width: 1200px)
{
section.two-cols
{
}
section.two-cols .menu-col
{
  width: 280px;
  float: left;
  padding: 25px 15px 0 0;
}
section.two-cols .ham-col
{
  display: block;
}
section.two-cols a.h
{
  display: none;
}
section.two-cols .menu-col .col-1
{
  width: 100%;
}
section.two-cols .menu-col .col-2
{
  width: 100%;
}
section.two-cols .main-col
{
  width: 830px;
  min-height: 650px;
  float: left;
  padding: 25px 5px 25px 5px;
}

section.tri-cols
{
}
section.tri-cols .menu-col
{
  width: 300px;
  float: left;
  padding: 25px 15px 0 0;
}
section.tri-cols .double-col
{
  width: 840px;
  float: left;
  background-color: #85a6ab;
}
section.tri-cols .main-col
{
  width: 600px;
  float: left;
  padding: 25px 15px 100px 15px;
  min-height: 700px;
  background-color: #fff;
}
section.tri-cols .add-col
{
  clear: none;
  width: 240px;
  float: right;
}

section.tri-cols .main-col .canvas
{
  width: 545px;
}
.canvas img
{
  width: auto;
}

section.two-cols .gallery a:nth-child(3n)
{
  amargin: 0 0 20px 0;
}

section.hor-cols
{
  
}
section.hor-cols .menu-col
{
  width: 100%;
}
section.hor-cols .menu-col p
{
  width: 860px;
  font-size: 14px;
}
section.hor-cols .main-col
{
  float: left;
  width: 860px;
  min-height: 400px;
}
section.hor-cols .btn-col
{
  clear: none;
  float: left;
  width: 240px;
}
.form-steps a
{
  width: auto;
  margin: 0 50px 0 0;
}
section.hor-cols .main-col .mid-table
{
  margin: 0 0 0 0;
}
section.hor-cols .main-col .mid-table tr td:first-child
{
  width: 260px;
}
section.hor-cols .main-col .col-1
{
  width: 550px;
}
.begin-block
{
  margin: 100px 0 0 0;
}
.menu-col .begin-block
{
  margin: 0px 0 0 0;
  font-size: 30px;
}
}


/* ************************************************* */
.gallery
{
  float: left;
  width: 100%;
}
.gallery a
{
  /*
  display: block;
  float: left;
  width: 50%;
  overflow: hidden;
  */
  display: block;
  float: left;
  width: 100%;
  overflow: hidden;
}
.gallery a.a-image
{
  height: 210px;
}
.gallery a.a-image img
{
  border: 1px solid #ccc;
}
.gallery a.a-text
{
}
.gallery a p
{
  clear: both;
  text-align: center;
  font-family: Fut, FutIE,  sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 0;
}
.gallery a p strong
{
  font-size: 20px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
.gallery a p
{
  font-size: 14px;
}
.gallery a p strong
{
  font-size: 14px;
}
}

.gallery-top-line
{
  border-top: 1px solid #ccc;
  padding: 10px 0;
}
.gallery-top-line .box
{
  cursor: pointer;
}
.figure-page .info
{
}
.gallery .box
{
  overflow: hidden;
  text-align: center;
  position: relative;
}
.gallery .gal-box
{
  border: 1px solid #ccc;
  width: 95%;
  text-align: center;
}
.gallery .box .gal-box
{
  margin: 0 0 0 0;
  height: 210px;
  border: 1px solid #ccc;
  overflow: hidden;
}
.gallery .box ._gal-box
{
  margin: 0 0 0 0;
  height: 210px;
  border: 1px solid #ccc;
  overflow: hidden;
}
.gallery .box ._gal-box .gal-box
{
  width: 260px;
  margin: 0 auto;
  border: 0;
}
.gallery .gal-text
{
  padding: 60px 40px;
  apadding: 0 40px;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  color: #000;
  overflow: hidden;
  width: 100%;
}
.gallery .box img
{
  height: 100%;
  margin: 0 auto;
}
.gallery .box:hover .gal-box, .gallery .box:hover ._gal-box, .gallery .box:hover .gal-text
{
  border-color: #85a6ab;
}
.gallery .box:hover > p
{
  color: #85a6ab;
}
.media-box
{
  float: left;
  
  width: 100%;
}
.media-text
{
  padding: 60px 40px;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  color: #000;
  overflow: hidden;
  border: 1px solid #ccc;
}
.media-box img
{
  border: 1px solid #ccc;
}
.media-main-img
{
  position: absolute;
  border: 1px solid #ccc;
  width: 100%;
}

.price-row
{
  padding: 0 0 20px 0;
  float: left;
  width: 100%;
}
.price-row h2
{
  font-size: 21px;
}
.price-row p
{
  padding: 0 10px 0 0;
}
.price-row p strong
{
  text-transform: uppercase;
}
.price-row .img
{
  width: 50%;
  float: left;
}
.price-row .img img
{
  width: 95%;
}
.price-row .descr
{
  width: 50%;
  float: left;
}

table
{
}
table tr
{
}
table td
{
  font-size: 14px;
  vertical-align: middle;
}
table.form td:first-child
{
  text-align: right;
}
input.txt
{
  width: 260px;
  height: 28px;
  padding: 5px;
  font-size: 14px;
  border: 1px solid #dcdcdc;
}
textarea.txt
{
  width: 260px;
  height: 100px;
  font-size: 14px;
  padding: 5px;
  border: 1px solid #dcdcdc;
}
input.txt:focus, textarea.txt:focus
{
  border: 1px solid #aaa;
}
table.full
{
  width: 100%;
}
table.full td
{
  text-align: center;
  border: 1px solid #e4e4e4;
  padding: 5px;
}
table.full thead td
{
  background-color: #e4e4e4;
}
table.full td a
{
  font-size: 14px;
  text-decoration: underline;
}
table.full td.done
{
  color: #666;
}
table.full td.not-done
{
  color: #bd8c6b;
}
table.full td.ordered
{
  color: #85a6ab;
}

table.full td
{
padding: 5px !important;
}

@media screen and (min-width: 1200px)
{
.price-row .img
{
  width: 280px;
  float: left;
}
.price-row .descr
{
  margin-left: 280px;
  width: auto;
  float: none;
}
textarea.txt
{
  width: 700px;
}
p.p-select textarea.txt
{
  width: 260px;
}
.gallery a
{
  width: 260px;
  margin: 0 10px 20px 0;
}
.gallery .box
{
  overflow: visible;
  text-align: center;
  float: left;
}
.gallery .gal-box
{
  width: 260px;
  height: 210px;
  overflow: hidden;
}
table.full td
{
  padding: 20px;
}
.figure-page .info, .order-page .info
{
  width: 270px;
  float: right;
}
.media-box
{
  width: 260px;
  margin: 0 15px 15px 0;
}
.gallery .gal-text
{
  display: table-cell;
  vertical-align: middle;
  padding: 0 40px;
}
}


/* ****************************************** */
.order-page
{
  background-color: #fff;
}
.video
{
  width: 100%;
  height: 400px;
  color: #ccc;
  border: 1px solid #ccc;
  margin: 0 0 30px 0;
  font-family: Fut, FutIE,  sans-serif;
  font-size: 60px;
  text-align: center;
  text-transform: uppercase;
}
.video iframe
{
  width: 100%;
  height: 400px;
}
.order-dir
{
  float: right;
}
.order-dir a
{
  color: #fff;
  font-family: Fut, FutIE,  sans-serif;
  font-size: 21px;
  text-transform: uppercase;
  background-color: #ccc;
  display: block;
  padding: 4px 8px;
  margin: 0 2px 0 0;
  float: left;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
.order-dir a
{
  font-size: 14px;
}
}
.order-dir a.next
{
  background-color: #be8d6c;
}
.order-dir a:hover
{
  background-color: #85a7ac;
}
.param-box
{
  float: left;
  width: 50%;
  height: 200px;
}
.param-box .check
{
  float: left;
  width: 25px;
  height: 30px;
}
.param-box .check input
{
  position: absolute;
  opacity: 0;
}
.param-box .check label
{
  cursor: pointer;
	position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
	width: 13px;
	height: 13px;
  margin: 5px 0 0 0;
}
.param-box .check input:checked + label
{
  background: url('check.png') top center no-repeat;
  border: 0;
  width: 15px;
	height: 15px;
}
.param-box .info
{
  float: left;
  width: 180px;
}
.param-box .info label
{
  cursor: pointer;
}
.param-box .info p
{
  color: #666;
  font-size: 12px;
  padding: 0 0 10px 0;
}
.param-box .info td
{
  color: #666;
  font-size: 12px;
  vertical-align: top;
  width: 50%;
}
.param-box h5
{
  font-size: 18px;
  padding: 0 0 0 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
.param-box h5
{
  font-size: 14px;
}
}
.measure-box
{
}
.measure-box .info
{
  margin: 5px 0 10px 0;
}
.image-box img
{
  float: left;
  margin: 5px 10px 5px 0;
}
.image-box p
{
  line-height: 1.5;
}
.image-box p strong
{
  text-transform: uppercase;
}
.image-box .info
{
  border-bottom: 1px solid #ccc;
  margin: 0 0 10px 0;
}

.order-page .info
{
}

header.small
{
}
header.small .logo
{
  background: url('logo2.png') no-repeat;
  width: 72px;
  height: 37px;
  margin: 5px;
  float: left;
}
header.small nav
{
  margin: 15px 30px;
  float: left;
}
header.small .close
{
  display: block;
  float: right;
  width: 20px;
  height: 20px;
  background: url('cross.png') no-repeat;
  margin: 10px;
}
.menu-col .form
{
  padding: 10px 0;
  width: 100%;
}
.menu-col .form p
{
  padding: 0 0 5px 0;
  font-family: Fut, FutIE,  sans-serif;
  font-size: 18px;
}
.menu-col .form input.text
{
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 12px;
}
.menu-col .form textarea.text
{
  width: 100%;
  min-height: 100px;
  padding: 10px;
  font-size: 14px;
  color: #000;
}
.menu-col .form input.btn
{
  font-family: Fut, FutIE,  sans-serif;
  font-size: 18px;
  background-color: #ccc;
  color: #fff;
  padding: 5px 10px;
}
.menu-col .form input.btn:hover
{
  background-color: #85a7ac;
}
.menu-col .portraits
{
}
.menu-col .portraits a
{
  border: 1px solid #ccc;
  width: 125px;
  margin: 0 15px 15px 0;
  padding: 0;
  overflow: hidden;
  float: left;
  text-align:center;
  background-color: #fff;
}
.menu-col .portraits a:hover
{
  border-color: #87a5ad;
}
.menu-col .portraits a img
{
  margin: 0;
  padding: 0;
}
.menu-col .port-upload > div
{
  clear: both;
  margin: 0 0 20px 0;
}
.menu-col .uploaded
{
  padding: 20px;
  border: 1px solid #ccc;
  float: left;
  background-color: #fff;
  position: relative;
}
.menu-col .uploaded img
{
  width: 70px;
  height: 90px;
}
.menu-col .uploaded a.del
{
  width: 20px;
  height: 20px;
  background: url('cross2.png') no-repeat;
  padding: 0;
  margin: 0;
  position: absolute;
  right: -10px;
  top: -10px;
}
.menu-col .color_block p
{
  padding: 0 0 5px 0;
}
.menu-col .color_block
{
  width: 100%;
  float: left;
  margin: 0 0 20px 0;
}
.menu-col .image-gallery .box
{
  /*width: 125px;
  margin: 0 15px 15px 0;*/
  width: 50%;
  padding: 0;
}
.menu-col .text-gallery .box
{
  /*width: 100%;
  padding: 0 0 10px 0;*/
  width: 50%;
  padding: 0 0 10px 0;
}
.menu-col .text-gallery .box .gal-box
{
  width: auto;
  height: auto;
  margin: 0;
}
.menu-col .text-gallery .box .gal-text
{
  padding: 10px;
  display: block;
}
.menu-col .gallery .box .gal-box
{
  width: 100%;
  height: 120px;
  /*margin: 0;
  height: 120px;
  width: 120px;*/
}
.menu-col .p-align a
{
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  margin: 5px;
}
.menu-col .p-align a.left
{
  background: url('align-1.png') center center no-repeat;
}
.menu-col .p-align a.center
{
  background: url('align-2.png') center center no-repeat;
}
.menu-col .p-align a.right
{
  background: url('align-3.png') center center no-repeat;
}
.menu-col .p-align a.style
{
  border: 1px solid #000;
  text-align: center;
  padding:0;
  line-height: 1;
}
.menu-col .p-align a.regular
{
  
}
.menu-col .p-align a.bold
{
  font-weight: bold;
}
.menu-col .p-align a.italic
{
  font-style: italic;
}

.zoomed
{
  awidth: 1090px;
  aheight: 880px;
  width: 872px;
  height: 704px;
}
.zoomed img
{
  width: 100%;
  height: 100%;
}


@media screen and (min-width: 1200px)
{
.menu-col .gallery 
{
  width: 300px;
  max-height: 600px;
  overflow: auto;
}
.menu-col .image-gallery .box
{
  width: 125px;
  margin: 0 15px 15px 0;
  height: 165px;
  overflow: hidden;
}
.menu-col .image-gallery .box img
{
  width: 120px;
  height: 120px;
}
.menu-col .text-gallery .box
{
  width: 270px;
  padding: 0;
  margin: 0 0 15px 0;
}
.menu-col .gallery .box .gal-box
{
  width: 100%;
}
.menu-col .text-gallery .box .gal-text
{
  width: 100%;
  padding: 20px;
}
.param-box
{
  float: left;
  width: 280px;
  height: auto;
}
.param-box .info
{
  float: left;
  width: 240px;
}
.video iframe
{
  width: 820px;
  height: 400px;
}

}


.canvas-small img
{
  width: 100%;
}

/* ****************************** drukāšanai ************************* */
@media print
{
header, footer, .begin-block, .menu-col
{
  display: none;
}
.order-dir
{
  display: none;
}
section.tri-cols .add-col p, section.tri-cols .add-col h3
{
  color: #000;
}
section.tri-cols .main-col
{
  width: 100%;
  clear: both;
  height: auto;
}
section.tri-cols .main-col .canvas
{
  width: 545px;
  height: 470px;
}
section.tri-cols .main-col .canvas .media-main-img
{
  width: 100%;
}
section.tri-cols .add-col
{
  width: 100%;
  clear: both;
}
}

/* *********************************** */
@media screen and (max-width: 1200px)
{
html, body 
{
  height: 100%;
}
.body
{
  display: none;
}
.mobile_overlay
{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999999;
}
.mobile_overlay div
{
  width: 50%;
  margin: 20% auto;
}
.mobile_overlay div p
{
  font-size: 40px;
  text-align: center;
}
}
@media screen and (min-width: 1200px)
{
.mobile_overlay
{
  display: none;
}
}

/* [THE LOADING SPINNER] */
#spinner-front, #spinner-back {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  transition: all 1s;
}
#spinner-front {
  z-index: 999;
  margin-top: 30vh;
  color: #fff;
  text-align: center;
}
#spinner-front img {
  height: 30vh;
}

#spinner-back {
  z-index: 998;
  height: 100vh;
  background: #c1d3d5;
  opacity: 0.87;
}
#spinner-front.show {
  visibility: visible;
  opacity: 1;
}
#spinner-back.show {
  visibility: visible;
  opacity: 0.7;
}


.zerop
{
    margin: 0 !important;
    padding: 0 !important;
}








