@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,400italic,700,700italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic&subset=latin,latin-ext);
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}






/*Kolory*/
/*Fonty*/
/*Strona główna*/
* {
  margin: 0 auto;
  padding: 0 auto;
}
body {
  background: #eaeaea;
  font-family: 'Titillium Web', sans-serif;
}

.font_normal p{
  font-family: 'Tahoma';
  font-size: 15px!important;
}


.blue_1 {
  color: #4472c4;
}

a {
  color: #2357b4;
}

b {
  font-weight: bold;
}

.ui-dialog .ui-dialog-content{
  font-size: 16px;
}

/* 
  
  configurator

 */
header {
  width: 1350px;
  height: 50px;
  text-transform: uppercase;
  clear: both;
  margin: 0px auto 50px auto;
}
header .logo {
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
}
header .logo p {
  font-size: 1.3em;
  font-weight: 700;
  color: black;
}
header .logo p span {
  color: #ff5714;
}
header .logo a {
  text-decoration: none;
  color: black;
}
header .main_navigation li{
  position: relative;
  float: left;
}

header .main_navigation li a{
  background: rgb(208,208,208);
  color: #fff;
  float: left;
  width: 240px;
  height: 50px;
  padding: 0 8px;
  width: auto;    
}
header .main_navigation li.active a{
  background: #ff5714;
  color: #ffffff;
}

header .main_navigation li a .step {
  float: left;
  font-size: 18pt;
  padding-top: 10px;
  font-weight: 700;
  text-decoration: none;
  font-family: "Titillium Web",sans-serif; 
}

header .main_navigation li a .description {
  float: left;
  height: 100%;
  width: 100px;
  line-height: 1;
  margin-left: 10px;
  padding-top: 14px;
  font-size: 11px;
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;      
}
header .main_navigation li .subnavigation {
  display: none;
  width: 1000px;
}
header .main_navigation li.active .subnavigation {
  position: absolute;
  top: 100%;
  display: block;
  background: #ff5714;
  padding: 3px 3px 3px 3px; 
}
header .main_navigation li.active .subnavigation li {
  float: left;
  position: static; 
}
header .main_navigation li.active .subnavigation li a{
  float: left;
  background: #FE6123;
  color: #fff;
  text-decoration: none;
  width: auto;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
  font-size: 12px;    
}
header .main_navigation li.active .subnavigation li a span{
  float: left;
}
header .main_navigation li.active .subnavigation li a span.details{
  font-size: 10px;
  float: left;
  clear: both;
  margin-top: -28px;
  color: rgb(240,240,240);
}
header .main_navigation li.active .subnavigation li.active a{
  background: rgb(0,204,0);
  color: #fff;  
}
header .main_navigation li.active .subnavigation li a:hover{
  cursor: default;
}


#container {
  width: 100%;
  height: auto;
  background: #eaeaea;
  margin: 0 auto;
  display: block;
  padding-bottom: 100px;
  overflow: hidden;
}
#container .sidebar-left {
  height: 100%;
  width: 68px;
  float: left;
  padding-top: 100px;
  position: absolute;
  z-index: 200;
}
#container .sidebar-left  > li > .icon > a{
  float: left;
}
#container .sidebar-right {
  float: right;
  width: 68px;
  height: 68px;
  display: none;
}
#container .icon {
  margin: 0 auto;
  float: left;
  margin-top: -8px;
  position: relative;
}
#container .icon li:hover ul {
  display: block;
}
#container .icon .title {
  background: #93979e;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
}
#container .main-container {
  z-index: -1;
  padding-left: 0px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}

#container .main-container .content {
width:1200px;
margin:0 auto;
margin-left:100px;
z-index: -1;
background: white;
float:left;
padding:40px;
}

#container .main-container .content  h1,  .configurator_panel .content  h1{
font-weight: 700;
color:#474e60;
font-size:24px;
text-align: left;}

#container .main-container .content  table, table.items {
width:100%;
text-transform: uppercase;
margin:30px 0;
}

#container .main-container .content  table tr,table.items tr {
font-weight:700;
text-align: left;
}

#container .main-container .content  table tr td,table.items tr td  {
padding:20px 0;
vertical-align: middle;}

#container .main-container .content  table tr td p,table.items tr td p {
font-size:12px;
font-weight: 300;
line-height: normal;
color:#474e60;
}

#container .main-container .content  table tr td img,table.items tr td img {
margin:0 auto !important;
text-align: center !important;}

.content .adress-form {
text-align: left;
float:left;
margin:0 auto;
padding:30px 0;
text-transform: uppercase;
font-size:14px;
}

.content input {
width:300px;
height:32px;
margin:10px 0;}


.adress-form h5 span {
  text-transform: lowercase;
  color: rgb(128,128,128);
}                           




/*LEFT SIDEBAR*/

.sidebar-left .submenu {
  position: absolute;
  width: 350px;
  background: #ff5714;
  margin-left: 68px;
  margin-top:-8px;
  padding-bottom:20px;
    
}

.sidebar-left > li {
  position: relative;
  float: left;
}
.sidebar-left .submenu .title {
width:180px;
padding:10px 20px;
}

.sidebar-left .submenu .title h5 {
color:white;
font-size:14px;
font-weight:700;
text-transform: uppercase;}

.sidebar-left .submenu .title p {
color:white;
font-size:12px;
text-transform: uppercase;
padding-top:20px;}

.sidebar-left .submenu .title .form {
padding-top:20px;}

.sidebar-left .submenu .title .form input{
width:160px;
height:30px;
margin:10px 0;}

.sidebar-left .submenu .title .form a .btn {
padding:10px 10px;
color:white;
border-radius:5px;
background: #3c4350;
font-size:14px;
text-transform: uppercase;}

.sidebar-left .submenu .title .form .color-type{
width:30px;
height:30px;
float:left;
margin:2px;
}

.sidebar-left .submenu-dimensions {
margin-top:8px;}

.sidebar-left .submenu-colors {
margin-top:260px;
background: white !important;
color:#474e60 !important;
}

.sidebar-left .submenu-glass {
margin-top:-8px;
}


.sidebar-left .submenu-colors h5{
color:#474e60 !important;
}

.sidebar-left .submenu-open-type {
margin-top:-8px;
background: white;}

.sidebar-left .submenu-open-type h5 {
color:#474e60 !important;}

.sidebar-left .submenu-open-type .separator {
float:left;
margin-bottom:5px;
}


.sidebar-left .submenu-open-type .form .row, .open.selectable_items .row{
width: 90px;
float:left;
text-align:center;
margin-right:4px;
margin-bottom:15px;
cursor: pointer;
} 

.sidebar-left .submenu-open-type .form .row img, .open.selectable_items .row img{
margin-bottom:15px;}

.sidebar-left .submenu-open-type .form .row p,  .open.selectable_items .row p{
text-transform: uppercase;
color:darkgray;
font-size:14px;
font-weight: 700;
margin-top: 0px;}

.sidebar-left .submenu-open-type .form .row a, .open.selectable_items .row a {
margin-bottom:5px;}


/*COLORS*/

.color1 {background: #f6cacb;}
.color2 {background: #f7aabd;}
.color3 {background: #e73e97;}
.color4 {background: #e50278;}
.color5 {background: #f3766f;}
.color6 {background: #b5121b;}
.color7 {background: #ee2e24;}
.color8 {background: #f26532;}
.color9 {background: #f47d31;}
.color10 {background: #ee8a1d;}
.color11 {background: #fbb161;}
.color12 {background: #ffd204;}
.color13 {background: #e4e678;}
.color14 {background: #afbd21;}
.color15 {background: #6eb43f;}
.color16 {background: #008da9;}
.color17 {background: #009fc3;}
.color18 {background: #005a84;}
.color19 {background: #89cce2;}
.color20 {background: #56004e;}
.color21 {background: #572600;}
.color22 {background: #0b0906;}
.color23 {background: #7e8083;}
.color24 {background: #dad5cf;}
.color25 {background: #b9ac97;}




/*Right Sidebar*/

.sidebar-right .submenu {
position: absolute;
width: 300px;
background: white;
float:right;
right:68px;
margin-top:-8px;
padding-bottom:30px;
text-align: left;
}

.sidebar-right .submenu .title {
width:180px;
padding:10px 20px;
}

.sidebar-right .submenu .title h5 {
color: #000;
font-size:14px;
font-weight:700;
text-transform: uppercase;}

.sidebar-right .submenu .title p {
color: #000;
font-size:12px;
text-transform: uppercase;
padding-top:20px;}

.sidebar-right .submenu .title .project {
width:100%;
}






footer {
  width: 100%;
  background: #ffffff;
  float: left;
  clear: both;
  position: fixed;
  bottom: 0;
  padding: 15px 0;
  text-transform: uppercase;
  color: #8f9499;
  font-weight: 700;
  z-index: 1;
}
footer .project-name {
  padding-left: 40px;
  float: left;
}
footer .basket_cost {
  color: #ff5714;
  float: left;
  padding-left: 80px;
}
footer .basket_cost p {
  color: #8f9499;
}
footer h1 {
  font-size: 18px;
}
footer p {
  font-size: 12px;
}
footer .btn-basket, .orange_button {
  background: #ff5714;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 20px;
  float: right;
  margin-right: 40px;
  border-radius: 5px;
  font-size: 18pt;
}
footer .btn-basket img, .orange_button img {
  float: left;
  padding-right: 10px;
}

.orange_button {
  padding: 0px 20px 0px 5px;
  min-height: 45px;
  line-height: 45px;
  cursor: pointer;
  margin-right: 0px;
}

.orange_button_small {
  padding: 0px 10px 0px 10px;
  height: 25px;
  line-height: 25px;
  cursor: pointer;
  background: #ff5714;
  color: #ffffff;
  font-size: 13px;
  border-radius: 5px;
  text-align: center;  
}
clr {
  clear: both;
}


li div.submenu{
  display: none;
}
li.active div.submenu{
  display: block;
}




/* window configurator */
.window_part
{
  width: 200px;
  height: 200px;
  position: relative;
  overflow: hidden;
  background: url('/media/site/images/dynamic-parts/glass_2.png');
  border: solid 2px #fafafa;
}
.window_part .width,
.window_part .height,
.window_part .glass_type,
.window_part .chamber_type,
.window_part .panel_height,
.window_part .panel_is_max_height,
.window_part .glass_type_in_top_part_of_element,
.window_part .mullions_ask,
.window_part .mullions_type,
.window_part .mullions_horizontal_number,
.window_part .mullions_vertical_number
{
  display: none;
}

.window_part .panel
{
  width: 100%;
  background: #f2f2f2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.window_part .border_top
{
background: url('/media/site/images/dynamic-parts/border_top.png');
height: 24px;
}
.window_part .border_left
{
background: url('/media/site/images/dynamic-parts/border_left.png');
width: 24px;
height: 100%;
float: left;
}
.window_part .border_right
{
background: url('/media/site/images/dynamic-parts/border_right.png');
width: 24px;
height: 100%;
float: right;
}                      
.window_part .corner_top_left
{
background: url('/media/site/images/dynamic-parts/corner_top_left.png') no-repeat;
height: 24px;
width: 24px;
float: left;
}
.window_part .corner_top_right
{
background: url('/media/site/images/dynamic-parts/corner_top_right.png') no-repeat;
height: 24px;
width: 24px;
float: right;
}
.window_part .corner_bottom_left
{
background: url('/media/site/images/dynamic-parts/corner_bottom_left.png') no-repeat;
height: 24px;
width: 24px;
float: left;
}
.window_part .corner_bottom_right
{
background: url('/media/site/images/dynamic-parts/corner_bottom_right.png') no-repeat;
height: 24px;
width: 24px;
float: right;
}                      
.window_part .border_bottom
{
background: url('/media/site/images/dynamic-parts/border_bottom.png');
height: 24px;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
}
.window_part .border_bottom .watermark
{
  font-size: 12px;
  color: #777777;
  position:absolute;
  top:7px;
  left: 3px;
  height: 14px;
  overflow: hidden;
  text-align: left;
}


.window_part .corner_middle_left
{
background: url('/media/site/images/dynamic-parts/corner_middle_left.png') no-repeat;
height: 24px;
width: 24px;
float: left;
}
.window_part .corner_middle_right
{
background: url('/media/site/images/dynamic-parts/corner_middle_right.png') no-repeat;
height: 24px;
width: 24px;
float: right;
}
.window_part .border_middle
{
background: url('/media/site/images/dynamic-parts/border_middle.png');
height: 24px;
width: 100%;
}
.window_part .open_r
{
background: url('/media/site/images/dynamic-parts/handle_right.png') no-repeat 0 50%!important;
height: 100%!important;
position: absolute!important;
top: 0!important;
right: 0!important;
width: 52px!important;
left: auto!important;
z-index: 2;
} 
.window_part .open_l
{
background: url('/media/site/images/dynamic-parts/handle_left.png') no-repeat 0 50%!important;
height: 100%!important;
position: absolute!important;
top: 0!important;
left: 0!important;
width: 52px!important;
}

.window_part.no_handle .open_r,
.window_part.no_handle .open_l {
  background: none!important;
}
.window_part .open_top
{
background: url('/media/site/images/dynamic-parts/handle_top_bottom.png') no-repeat 50% 0;
width: 100%;
position: absolute;
top: 0;
left: 0;
height: 21px;
}
.window_part .open_bottom
{
background: url('/media/site/images/dynamic-parts/handle_top_bottom.png') no-repeat 50% 0;
width: 100%;
position: absolute;
bottom: 0;
left: 0;
height: 20px;
}

/* column */ 
.window_part.column_permanent.open_r
{
  border-right-color: rgb(144,144,144)!important;
}
.window_part.column_permanent.open_l
{
  border-left-color: rgb(144,144,144)!important;
}
.window_part.column_movable.open_r
{
  border-right-color: rgb(0,204,255)!important;
}
.window_part.column_movable.open_l
{
  border-left-color: rgb(0,204,255)!important;
}
                      
.window_part .width {
  text-align: center;
}
.window_part .height {
  text-align: left;
  position: absolute;
  top: 49%;
  left: 24px;
}
.selectable_items {
width: 350px;   
}
.selectable_items .row {
padding: 5px;
float: left;
margin-left: 5px;
}
.selectable_items .row.selected {
background: #FF5714;
}




.selectable_items .row.selected p{
color: #fff!important;
}           
           
.window_part .open_svg {
  padding: 24px;
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}           
.element_container, .element_container2 {
  float: left;
  height: 480px;
  float: left; 
  width: 700px;
  border: solid 2px #000000;
  margin-bottom: 20px;
  background: url('/media/site/images/element_container_bg.png');
  position: relative;
  margin-left: 145px;
}

.element_container2 .edit, .element_container2 .delete{
  display: none;
}
.element_container2 .window_part, .element_container .window_part
{
  position: absolute;
} 
.element_container .draggable{
  cursor: move;
  z-index: 4;
}
.element_container .draggable .edit,
.element_container .draggable .delete{
  z-index: 3;
}



.configurator_panel {
  display: none;
}
.configurator_panel.active {
  display: block;
}

.configurator_panel .content {
  margin: 0 auto 0 auto;
  width: 1000px;
  background: #fff;
  padding: 15px;
  height: auto;
  overflow: hidden;
  float: left;
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
  min-height: 450px;
}
.configurator_panel .content h1 {
  margin-top: 15px;
}
.configurator_panel .content h2 {
  margin: 5px 0px 10px 0px;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  color: #474E60;
}

.thumbs img {
	margin: 5px;
	cursor: pointer;
	filter: Invert;
  border: solid 5px transparent;
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  
}
.thumbs .item {
  float: left;
  text-align: center;
  width: 100px;
  margin-bottom: 20px;
}

#window_glass_thumbs.thumbs .item, #window_glass_in_top_part_of_element_thumbs .item {
  width: 160px;
}

#window_chamber_thumbs.thumbs .item {
  width: 160px;
}


.thumbs img.active {
  border-color: #FF5714;
}
.thumbs {
    width: 100%;
    position: relative;
}
.thumbs p{
  margin: 20px 0px 0px 0px;
}

#window_glass_thumbs p,
#window_chamber_thumbs p{
  height: 27px;
}

/* selectable */
.selectable .item {
	margin: 5px;
	cursor: pointer;
  border: solid 5px #fefefe;
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
  width: 100px;
  height: 100px;
  text-align: center;
  float: left; 
  display: table; 
}
.selectable .item p{
  display: table-cell;
  vertical-align: middle;
}
.selectable .item.active {
  border-color: #FF5714;  
}

/* main_panel */
.main_panel {
  display: none;
  width: 1240px;
  margin: 0px auto 0px auto;
}
.left_panel {
  width: 120px;
  float: left;
  min-height: 100px;
}
.left_panel .buttons, .right_panel .buttons {
  position: fixed;
  top: 400px;
}
.right_panel .info_box {
  position: fixed;
  top: 240px;
  background: #fff;
  width: 200px;
  border: solid 1px #cccccc;
  border-radius: 5px;
  font-size: 14px;
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
  padding: 5px;
  display: none;
  margin-left: 5px;   
}
.left_panel .orange_button{
  float: right;
  padding-left: 20px;
  display: none;
}
.right_panel {
  width: 120px;
  float: right;
  min-height: 100px;
}
.right_panel .orange_button{
  float: left;
  padding-left: 20px;
  top: 400px;
  margin-left: 5px;
}

.main_panel > .content {
  width:1000px;
  margin:0 auto;
  z-index: -1;
  background: white;
  padding:40px;
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  
  height: auto;
  overflow: hidden;
}

.main_panel > .content h1{
  font-weight: 700;
  color:#474e60;
  font-size:24px;
  text-align: left;
}
.main_panel > .content h2{
  font-weight: 700;
  color: #474e60;
  font-size: 16px;
  text-align: left;
  margin: 20px 0px 5px 0px;
} 

.loading {
  width: 100%;
  height: 100%;
  position:fixed;
  background: url('/media/site/images/ajax-loader.gif') 48% 48% no-repeat #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: 1000;
  display: none;
}


/* 
  
  main_page

*/
* {

}
body {

}

.content .inner h1 {
  font-size: 30px;
  margin: 20px 0px 0px 0px;
  font-weight: bold;
  color: rgb(80,80,80);
  font-style: italic;
}
.content .inner h2 {
  font-size: 17px;
  margin: 0px 0px 20px 10px;
  font-weight: bold;
  color: rgb(80,80,80);
  font-style: italic;
}

.content .inner p {
  font-size: 16px;
  line-height: 24px;
  margin: 15px 0px 0px 0px;
}
/* top */
.top {
  width: 100%;
  height:auto;
  overflow: hidden;
  background: url('/media/site/images/top_bg.png') 0 100% repeat-x #1d6cbb;
}
.top .inner{
  max-width: 980px;
  width: 100%;
  margin: 0px auto 0px auto;
  background: url('/media/site/images/top_logo_bg.png') 0 0 no-repeat;
}

.top .inner .navigation{
  float: right;
  height: 54px;
  margin-top: 10px;  
}
.top .inner .navigation ul{
  background: url('/media/site/images/navigation_bg.png') repeat-x;
  float: left;
  height: inherit;  
}
.top .inner .navigation ul li{
  float: left;
}
.top .inner .navigation ul a{
  line-height: 50px;
  text-decoration: none;
  color: #7d7d7d;
  font-size: 12pt;
  padding: 0px 10px 0px 10px;
  float: left;
}
.top .inner .navigation ul a:hover{
  color: #000;
}
.top .inner .navigation ul li.active a{
  color: #ff8a01;
}
.top .inner .navigation .left_bg{
  background: url('/media/site/images/navigation_bg_left.png') no-repeat;
  width: 12px;
  float: left;
  height: inherit;
}
.top .inner .navigation .right_bg{
  background: url('/media/site/images/navigation_bg_right.png') no-repeat;
  width: 12px;
  float: left;
  height: inherit;
}

/* content */
.content {
  width: 100%;
  min-height: 200px;
  background: url('/media/site/images/content_bg.png') repeat-x #fff;
}
.content .inner{
  max-width: 980px;
  width: 100%;
  margin: 0px auto 0px auto;
}

/* footer */
.footer {
  width: 100%;
  min-height: 107px;
  height: auto;
  overflow: hidden;
  background: url('/media/site/images/footer_bg.png') repeat-x #4587cc;
}
.footer .inner{
  max-width: 980px;
  width: 100%;
  margin: 0px auto 0px auto;
  position: relative;
  height: auto;
  overflow: hidden;
  padding-bottom: 10px;   
}
.footer .inner h2{
  font-size: 50px;
  color: #ffffff;
  font-style: italic;
  font-family: 'Open Sans';
  font-weight: 400;
  float: left;
  margin: 28px 0px 0px 0px;
}
.footer .inner ul{
  float: left;
  margin: 20px 0px 0px 0px;
}
.footer .inner ul li{
  font-size: 15px;
  color: #ffffff;
  font-style: italic;
  font-family: 'Open Sans';
  font-weight: bold;
  line-height: 22px;

}

/* footer_2 */
.footer_2 {
  width: 100%;
  min-height: 20px;
  height: auto;
  overflow: hidden;
  background: #082542;
  margin-bottom: 75px;
}
.footer_2 .inner{
  max-width: 980px;
  width: 100%;
  margin: 0px auto 0px auto;  
  color: #fff;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  font-family: Arial;
  height: auto; 
  padding: 0px 10px 0px 10px;  
}



/* window_part */
.window_part .title{
  color: #3e82c9;
  font-size: 36px;
  position: absolute;
  padding: 0px 25px 0px 25px; 
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 40px;
  font-style: italic;
  display: table; 
  font-family: 'Open Sans';
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  
}
.window_part .title span{
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.window_part .description{
  color: #88919b;
  font-size: 18px;
  position: absolute;
  font-style: italic;
  bottom: 50px;
  left: 40px;
  padding-right: 25px;
  font-family: 'Open Sans';
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}




.window_part.main_page {
  -webkit-box-shadow: 0px 26px 44px -17px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 26px 44px -17px rgba(0,0,0,0.75);
  box-shadow: 0px 26px 44px -17px rgba(0,0,0,0.75);
  height: 400px;
  margin-top: 20px;
  width: 100%;
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.window_type_button {
  float: left;
  width: 45%;
  margin-right: 2%;
  text-decoration: none;
  text-align: center;
  margin-top: 30px;
  border: solid 10px rgb(240,240,240);
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
  height: 340px;    
}
.window_type_button:hover {

}
.window_type_button.active {
  border-color: rgb(255,102,0);   
}
.window_type_button p{
  color: rgb(0,102,153);
  font-size: 18px;
  font-weight: bold;
  font-family: Tahoma;
  margin: 0px 0px 10px 0px;
}
.window_type_button p.description{
  color: rgb(80,80,80);
  font-size: 11px;
  font-weight: bold;
  font-family: Tahoma;
  margin: 0px 0px 10px 0px;
}

.icon_pdf {
  background: url('/media/site/images/icons/file_extension_pdf.png') 0 50% no-repeat;
  padding-left: 20px;  
}

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.row:after {
    content: "";
    clear: both;
    display: block;
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}


