/*

	Template Name : GP Responsive Html Landing Page
	Template Version : 1.0
	Creation Date : 30 May 2013

	STYLESHEET INDEX OF GP LANDING TEMPLATE

	1 - FONT-FACE 				LINE 18
	2 - BASIC HTML STYLES 		LINE 32
	3 - HEADER 					LINE 162
	4 - SECTION  				LINE 576
	5 - FOOTER 					LINE 1811

*/

/* FONT-FACE */

@font-face {
	font-family: 'linecons';
	src: url('fonts/linecons.eot');
    src: url('fonts/linecons.woff') format('woff'),
    url('fonts/lineconssvg#lineicons') format('svg'), 
    url('fonts/linecons.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* BASIC HTML STYLES */

header .header .tint {
    background-color: #2A3235;
    bottom: 0;
    height: 740px;
    left: 0;
    opacity: .4;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, .2);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .2);
}

body {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
} 


h1, h2, h3, h4, h5, h6 { } 

a {    text-decoration: none } 

p {
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
} 

form {
    clear: both;
    margin-top: 40px;
} 

label {
    clear: both;
    color: #666666;
    float: left;
    font-size: 18px;
    padding: 15px 22px 15px 18px;
    width: 130px;
} 

label span {
    color: #f00;
}

section input[type="text"], section input[type="password"] {  width: 200px } 
section #contact3 input[type="text"] {  width: 280px } 

input[type="text"].error, input[type="password"].error, textarea.error { border: 1px solid #F00 } 

textarea {
    min-height: 100px;
    width: 280px;
} 

textarea:focus, input:focus { cursor: text } 

section textarea, section input {
    -moz-border-radius: 4px;
    -moz-box-shadow: inset 0px 0px 0px 3px  transparent;
    -moz-box-sizing: border-box;
    -moz-transition: 150ms ease-in all;
    -ms-transition: 150ms ease-in all;
    -o-transition: 150ms ease-in all;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: inset 0px 0px 0px 3px  transparent;
    -webkit-box-sizing: border-box;
    -webkit-transition: 150ms ease-in all;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    box-shadow: inset 0px 0px 0px 3px  transparent;
    box-sizing: border-box;
    float: left;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
    outline: none;
    padding: 10px;
    resize: none;
    transition: 150ms ease-in all;
} 

input[type="submit"] {
    -moz-border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: none;
    border: none;
    border-radius: 4px;
    box-shadow: none;
    clear: both;
    color: #FFFFFF;
    font-weight: bold;
    margin-left: 170px;
    text-shadow: 0px 1px rgba(0, 0, 0, .25);
    cursor: pointer;
} 

input[type="submit"]:active {    background-color: #333333 } 

input[type="submit"]:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #666666;
    border: none;
    box-shadow: none;
} 

::-webkit-input-placeholder {    color: #CCCCCC } 

:-moz-placeholder {
    /* Firefox 18- */
    color: #CCCCCC;
} 

::-moz-placeholder {
    /* Firefox 19+ */
    color: #CCCCCC;
} 

:-ms-input-placeholder {    color: #CCCCCC } 

.error::-webkit-input-placeholder {    color: #F00 } 

.error:-moz-placeholder {
    /* Firefox 18- */
    color: #F00;
} 

.error::-moz-placeholder {
    /* Firefox 19+ */
    color: #F00;
} 

.error:-ms-input-placeholder {    color: #F00 } 

.clear {    clear: both } 

.center {
    margin-left: auto;
    margin-right: auto;
} 

.text{
	font-size : 12px;
	color: #042b54;
	text-align:justify;
	padding: 0 10px;
}

.textcell{
	font-size : 12px;
	color: #042b54;
	padding-left: 8px;	
	padding-right: 5px;	
	padding-bottom: 2px;	
	padding-top: 2px;	
}

H4.title{
	font-size : 14px;
	font-weight: bold;
	text-decoration: none;
	color: #a51415;
	margin: 0 0 0 0;
	padding: 10px 0 5px 0;
}

a.faq, a:visited.faq{
	font-size: 16px;
	line-height: 1.2;
	text-decoration: none;
	color: #042b54;
}
a:hover.faq{
	font-size: 16px;
	line-height: 1.2;
	text-decoration: underline;	
	color: #a51415;
}

.grid {
	width: 100%;
	border: 0;
	border-spacing: 0;
	padding: 0;
}
.grid th ~ th, .grid td ~ td {
	background-image: url("/img/bg_tbl.gif");
    background-repeat: repeat-y;
}

.grid th {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #7a7375;
	border-top: 1px solid #7a7375;
}

.grid tr:nth-child(odd) {background: #f2f2f2;}
.grid tr:nth-child(even) {background: #fff;}


/* HEADER */

header .header {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 960px;
} 

header .header nav#menu {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
} 

header .header nav#menu ul {    display: table } 

header .header nav#menu ul li {
    float: left;
    margin-right: 14px;
} 

header .header nav#menu ul li:last-child {    margin-right: 0px } 

header .header nav#menu ul li a.current {
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
} 

header .header nav#menu ul li a {
    -moz-border-radius: 6px;
    -moz-transition: 200ms ease-in all;
    -ms-transition: 200ms ease-in all;
    -o-transition: 200ms ease-in all;
    -webkit-border-radius: 6px;
    -webkit-transition: 200ms ease-in all;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 6px;
    color: #FFF;
    display: list-item;
    font-size: 16px;
    padding: 8px;
    transition: 200ms ease-in all;
    font-weight: bold;
} 

header .header nav#menu ul li a:hover {    border: 2px solid rgba(255, 255, 255, 0.5); background: #fff; color: #175c2e;}  



.fluid header .header.fixed #menu_cover {
    padding: 10px 0px 10px 0px;
    width: 100%;
} 

.fluid header .header {    width: 100% } 

.fluid section #page {
    -moz-border-radius: 0;
    -moz-box-shadow: none;
    -webkit-border-radius: 0;
    -webkit-box-shadow: none;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
} 

.fluid section #page .container > .content {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
} 

header .header.mockup {
    height: 760px;
    padding-top: 20px;
    position: relative;
} 

header .header.mockup #mockup_slider {    margin-top: 40px } 

header .header.mockup #mockup_slider .header {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    color: #FFFFFF;
    display: table;
    font-size: 34px;
    font-weight: 800;
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
} 

header .header.mockup #mockup_slider:before {
    background-color: #FFFFFF;
    bottom: 0;
    content: '.';
    display: block;
    height: 180px;
    position: absolute;
    text-indent: -9999px;
    width: 100%;
} 

header .header.mockup #mockup_slider #cover {
    background-image: url(/img/mockup/slider_cover.png);
    height: 440px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 700px;
    z-index: 3;
} 

header .header.mockup #mockup_slider #cover .unslider-arrow.prev {
    background-image: url(/img/mockup/slider_back.png);
    left: 20px;
} 

header .header.mockup #mockup_slider #cover .unslider-arrow.next {
    background-image: url(/img/mockup/slider_forward.png);
    right: 20px;
} 

header .header.mockup #mockup_slider #cover .unslider-arrow {
    -moz-transition: 200ms ease-in all;
    -ms-transition: 200ms ease-in all;
    -o-transition: 200ms ease-in all;
    -webkit-transition: 200ms ease-in all;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 40px;
    opacity: .5;
    position: absolute;
    text-indent: -9999px;
    top: 160px;
    transition: 200ms ease-in all;
    width: 40px;
    z-index: 3;
} 

header .header.mockup #mockup_slider #cover .unslider-arrow:hover {    opacity: 1 } 

header .header.mockup #mockup_slider #cover .banner {
    font-size: 18px;
    line-height: 24px;
    margin-left: 88px;
    overflow: auto;
    padding-top: 52px;
    position: relative;
    text-align: center;
    width: 524px !important;
} 

header .header.mockup #mockup_slider #cover .banner .arrows {
    bottom: 20px;
    color: #fff;
    position: absolute;
    right: 20px;
} 

header .header.mockup #mockup_slider #cover .banner .arrow {
    cursor: pointer;
    display: inline;
    padding-left: 10px;
} 

header .header.mockup #mockup_slider #cover .banner .dots {
    bottom: 20px;
    left: 0;
    position: absolute;
    right: 0;
} 

header .header.mockup #mockup_slider #cover .banner .dots li.active {
    background: #fff;
    opacity: 1;
} 

header .header.mockup #mockup_slider #cover .banner .dots li {
    -moz-transition: background .5s, opacity .5s;
    -webkit-transition: background .5s, opacity .5s;
    border: 2px solid #fff;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 0 4px;
    opacity: .4;
    text-indent: -999em;
    transition: background .5s, opacity .5s;
    width: 10px;
} 

header .header.mockup #mockup_slider #cover .banner ul {
    list-style: none;
    width: 300%;
} 

header .header.mockup #mockup_slider #cover .banner ul li {
    -moz-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    display: block;
    float: left;
    min-height: 325px;
    width: 33%;
} 

header .header.mockup #mockup_slider #cover .banner ul li img {    display: block } 

header .header.mockup #mockup_slider p {
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    width: 800px;
    z-index: 1;
} 

header .header.mockup:after {
    background-color: #FFFFFF;
    bottom: -10px;
    content: '.';
    height: 10px;
    left: 0;
    position: absolute;
    text-indent: -9999px;
    width: 100%;
} 

header .header.fixed #logo {    padding-bottom: 60px } 

header .header.minimal {
    height: 60px;
    position: relative;
    background:#082f58;
} 

header .header.minimal .tint {     } 

header .header.mockup #logo, header .header.minimal #logo, header .header.layered #logo {
    line-height: 60px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    text-align: justify;
    text-justify: newspaper;
    zoom:1;
    width: 100%;
} 

header .header.mockup #logo:after, header .header.minimal #logo:after, header .header.layered #logo:after {
	width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}

#logo div {
	display: inline-block;
	vertical-align:middle;
	line-height: normal;
	//display : inline;
    //zoom : 1;
}

header .header.layered {
    height: 620px;
    padding-top: 20px;
    position: relative;
} 

header .header.layered .responsive-container {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
} 

header .header.layered .slider-wrapper {
    margin: 0px auto;
    overflow: hidden;
    position: relative;
    width: 100%;
} 

header .header.layered #menu_cover {
    position: relative;
    z-index: 99999;
} 

header .header.layered .slider {
    height: 440px;
    margin: 0 auto;
    position: relative;
    width: 100%;
} 

header .header.layered .slider .title {
    color: #FFFFFF;
    font-size: 34px;
    line-height: 40px;
} 

header .header.layered .slider .text {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 20px;
} 

header .header.layered .tint {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    height: 205px;
    opacity: 1;
} 

header .header.mockup #logo a span, header .header.minimal #logo a span, header .header.layered #logo a span {    display: none } 

header .header.fixed #menu_cover {
    display: block;
    height: 40px;
    padding: 10px 10px 14px 10px;
    position: fixed !important;
    top: 0;
    width: 940px;
    z-index: 99999;
} 

header .header.fixed #menu_cover:before {
    background-color: #EEEEEE;
    bottom: -1px;
    content: '.';
    display: block;
    height: 1px;
    left: 0px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    text-indent: -9999px;
    width: 100%;
    z-index: 2;
} 

header .header.fixed #menu_cover:after {
    -moz-border-radius: 50px 0px 0px 0px;
    -webkit-border-radius: 50px 0px 0px 0px;
    background-image: none !important;
    border-radius: 50px 0px 0px 0px;
    bottom: -15px !important;
    content: '.';
    display: block;
    height: 28px;
    left: 50%;
    margin-left: -14px;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    top: auto !important;
    width: 28px;
    z-index: 2;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
} 

header .header.fixed nav#menu {    margin-top: 0px } 

.bg.green {    background-color: #2ecc71 } 

.bg.blue {    background-color: #3498db } 

.bg.red {    background-color: #e74c3c } 

.bg.orange {    background-color: #e67e22 } 

.bg.yellow {    background-color: #f1c40f } 

.bg.purple {    background-color: #9b59b6 } 

.bg.space {    background-color: #34495e } 

.bg.turqoise {    background-color: #1abc9c } 

/* SECTION */

section #page {
    -moz-border-radius: 0px 0px 8px 8px;
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, .2);
    -webkit-border-radius: 0px 0px 8px 8px;
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, .2);
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .2);
    margin-left: auto;
    margin-right: auto;
    width: 320px;
} 

section .container {
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
} 

section .container .slogan {
    color: #fff;
    text-shadow: 2px 3px 3px rgba(0,0,0,0.3);
    font-size: 20px;
    font-weight: normal;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
    padding-top: 10px;
    text-align: center;
    width: 660px;
    line-height: 1.5;
} 

section .container .slogan a {
    color: #fff;
    text-decoration: none;  
}

section .container .slogan a:hover {
    text-decoration: underline;  
}

section .container .slogan2 {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
    padding-top: 10px;
    text-align: center;
    width: 660px;
    line-height: 1.5;
} 

 .right {    float: right } 

 .left {    float: left } 

section .container h1 {
    font-size: 30px;
    font-weight: 800;
    height: 20px;
    padding-bottom: 20px;
    padding-top: 40px;
    text-align: center;
    color: #fff;
} 

section .container h3 {
    color: #051b31;
    font-size: 20px;
    font-weight: 600;
    height: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
} 

section .container h2 {
    color: #051b31;
    font-size: 26px;
    font-weight: 800;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
} 

section .container h2.white {
    color: #fff;
}

section .container h2.black {
    color: #3d3d3d;
    font-size: 20px;
    padding-top: 25px;
}

section .container.over {    padding: 0px } 

section .container+.container:before {
    background-image: url(/img/hr.png);
    background-position: center top;
    background-repeat: no-repeat;
    content: '.';
    display: block;
    height: 23px;
    left: 0px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    text-indent: -9999px;
    top: -3px;
    width: 100%;
} 

section .container.none_bottom+.container:before {    display: none } 

section .container.none_bottom .content:after {
    background-image: url(/img/hr.png) !important;
    background-position: center top;
    background-repeat: no-repeat;
    bottom: -20px;
    content: '.';
    display: block;
    height: 23px;
    left: 0px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    text-indent: -9999px;
    width: 100%;
    z-index: 3;
} 

section .container.none_bottom .content.color:before {
    background-color: #EEEEEE;
    bottom: -1px;
    content: '.';
    display: block;
    height: 1px;
    left: 0px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    text-indent: -9999px;
    width: 100%;
    z-index: 2;
} 

section .container.none_bottom .content.color:after {
    background-image: none !important;
    border-bottom: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    bottom: -15px !important;
    content: '.';
    display: block;
    height: 28px;
    left: 50%;
    margin-left: -14px;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    top: auto !important;
    width: 28px;
    z-index: 2;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
} 

section .container .pages	{
	font-size:14px;
	font-weight:bold;
	padding:10px;
}

section .container .pages span	{
	padding: 0 5px;
	color:#D80000;
	font-size:14px;
}

a.bld:link, a.bld:visited	{
	font-size:14px;
	font-weight:bold;
	color:#003399;
	padding: 0 5px;
}
a.bld:hover	{
	color:#D80000;
}

section .content {
    padding: 0 0px 40px 0px;
    position: relative;
} 

section .content + .content:before {
    background-color: #EEEEEE;
    content: '.';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0px;
    width: 100%;
} 

section .column {
    float: left;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
} 

section .column.padding {    padding: 0px 40px } 

section .column.one_two {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
} 

section .button, .slider .button, header .button {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #FFFFFF;
    display: table;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 10px 15px;
    text-shadow: 0px 1px rgba(0, 0, 0, 0.25);
} 

section .button:active, .slider .button:active, header .button:active {    background-color: #333333 } 

section .button, header .button, .slider .button:hover {
    -moz-transition: 150ms ease-in all;
    -ms-transition: 150ms ease-in all;
    -o-transition: 150ms ease-in all;
    -webkit-transition: 150ms ease-in all;
    transition: 150ms ease-in all;
} 

section .button:hover, header .button:hover, .slider .button:hover {    background-color: #666666 } 

section .download li {
    float: left;
    margin-top: 50px;
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
} 

section .download li:first-child {    margin-left: 0px } 

section .download li:last-child {    margin-right: 0px } 

section .download li a {
    display: list-item;
    width: 300px;
    cursor:default;
} 

section .download li a span {
    color: #051b31;
    display: block;
    font-size: 18px;
    text-align: center;
} 

section .download li a i {
    display: block;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 80px;
} 

section .download li a i:before {
    font-size: 70px;
    line-height: 80px;
    text-align: center;
} 

section .download li+li:after {
    background-image: url(/img/next_column.png);
    background-position: center center;
    background-repeat: no-repeat;
    content: '.';
    display: block;
    height: 60px;
    left: -20px;
    position: absolute;
    text-indent: -9999px;
    top: 10px;
    width: 20px;
} 

section .features li {
    float: left;
    margin: 20px 10px 0 10px;
} 

section .features li:last-child {    margin-right: 0px } 

section .features li a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: list-item;
    padding: 20px;
    width: 220px;
} 

section .features li a:hover i:before {
    color: #FFFFFF;
    text-shadow: 0px 1px rgba(0, 0, 0, .25);
} 

section .features li a span {
    -moz-transition: 400ms ease-out color;
    -ms-transition: 400ms ease-out color;
    -o-transition: 400ms ease-out color;
    -webkit-transition: 400ms ease-out color;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
    text-align: center;
    transition: 400ms ease-out color;
} 

section .features li a p {    text-align: center;color: #fff; } 

section .features li a i {
    -moz-border-radius: 50%;
    -moz-transition: 400ms ease-out background-color;
    -ms-transition: 400ms ease-out background-color;
    -o-transition: 400ms ease-out background-color;
    -webkit-border-radius: 50%;
    -webkit-transition: 400ms ease-out background-color;
    border: 3px solid #175c2e;
    border-radius: 50%;
    display: block;
    height: 120px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    transition: 400ms ease-out background-color;
    width: 120px;
    background-color: #175c2e;
} 

section .features li a i:before {
    font-size: 54px;
    line-height: 120px;
} 

section .color {
    color: #FFFFFF;
    width: 100% !important;
} 

section .color .middle {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
} 

section .color .column {
    -moz-border-radius: 6px;
    -moz-box-sizing: border-box;
    -moz-transition: 400ms ease-out background-color;
    -ms-transition: 400ms ease-out background-color;
    -o-transition: 400ms ease-out background-color;
    -webkit-border-radius: 6px;
    -webkit-box-sizing: border-box;
    -webkit-transition: 400ms ease-out background-color;
    border-radius: 6px;
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
    transition: 400ms ease-out background-color;
    width: 460px;
} 

section .color .column {    margin-bottom: 0px } 

section .color .column:hover {
    background-color: #333333;
    cursor: pointer;
} 

section .color .column span {
    color: #FFFFFF;
    display: block;
    font-size: 26px;
    font-weight: 900;
    line-height: 25px;
    margin-bottom: 20px;
    text-shadow: 0px 1px rgba(0, 0, 0, .25);
} 

section .color .column i {
    display: block;
    float: left;
    font-size: 70px;
    height: 140px;
    text-align: center;
    width: 140px;
} 

section .color .column i:before {
    color: #FFFFFF;
    text-shadow: 0px 1px rgba(0, 0, 0, .25);
} 

section .color .column p {
    color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    text-shadow: 0px 1px rgba(0, 0, 0, .25);
    width: 280px;
} 

section #filters {
    display: table;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
} 

section #filters li {    float: left } 

section #filters li:first-child a {
    -moz-border-radius: 8px 0px 0px 8px;
    -webkit-border-radius: 8px 0px 0px 8px;
    border-radius: 8px 0px 0px 8px;
    border-right: none;
} 

section #filters li:last-child a {
    -moz-border-radius: 0px 8px 8px 0px;
    -webkit-border-radius: 0px 8px 8px 0px;
    border-left: none;
    border-radius: 0px 8px 8px 0px;
} 

section #filters li a.active {
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, .1);
    background-image: -webkit-linear-gradient(top, #F1F1F1, #FBFBFB);
    background-image: -moz-linear-gradient(top, #F1F1F1, #FBFBFB);
    background-image: -ms-linear-gradient(top, #F1F1F1, #FBFBFB);
    background-image: -o-linear-gradient(top, #F1F1F1, #FBFBFB);
    background-image: linear-gradient(top, #F1F1F1, #FBFBFB);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, .1);
} 

section #filters li a {
    -moz-transition: 200ms ease-in all;
    -ms-transition: 200ms ease-in all;
    -o-transition: 200ms ease-in all;
    -webkit-transition: 200ms ease-in all;
    background-image: -webkit-linear-gradient(top, #FFFFFF, #F7F7F7);
    background-image: -moz-linear-gradient(top, #FFFFFF, #F7F7F7);
    background-image: -ms-linear-gradient(top, #FFFFFF, #F7F7F7);
    background-image: -o-linear-gradient(top, #FFFFFF, #F7F7F7);
    background-image: linear-gradient(top, #FFFFFF, #F7F7F7);
    border: 1px solid #EEEEEE;
    display: list-item;
    font-size: 16px;
    padding: 12px;
    text-shadow: 0px 1px rgba(255,255,255,.8);
    transition: 200ms ease-in all;
} 

section #filters li a:hover {
    background-image: -webkit-linear-gradient(top, #FFFFFF, #F1F1F1);
    background-image: -moz-linear-gradient(top, #FFFFFF, #F1F1F1);
    background-image: -ms-linear-gradient(top, #FFFFFF, #F1F1F1);
    background-image: -o-linear-gradient(top, #FFFFFF, #F1F1F1);
    background-image: linear-gradient(top, #FFFFFF, #F1F1F1);
} 

section #screens {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
} 

section #screens li {
    float: left;
    margin: 20px;
} 

section #screens li a {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: list-item;
    height: 140px;
    padding: 0px;
    width: 140px;
} 

section #screens li a:hover div:before {    opacity: .7 } 

section #screens li a:hover div:after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1);
} 

section #screens li a div {
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
} 

section #screens li a div:before {
    -moz-border-radius: 50%;
    -moz-transition: 100ms linear all;
    -ms-transition: 100ms linear all;
    -o-transition: 100ms linear all;
    -webkit-border-radius: 50%;
    -webkit-transition: 100ms linear all;
    border-radius: 50%;
    bottom: 0;
    content: '.';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    transition: 100ms linear all;
    width: 100%;
    z-index: 3;
} 

section #screens li a div:after {
    -moz-transform: scale(5);
    -moz-transition: 200ms ease-in all;
    -ms-transform: scale(5);
    -ms-transition: 200ms ease-in all;
    -o-transform: scale(5);
    -o-transition: 200ms ease-in all;
    -webkit-transform: scale(5);
    -webkit-transition: 200ms ease-in all;
    background-image: url(/img/preview.png);
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 0;
    content: '.';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    transform: scale(5);
    transition: 200ms ease-in all;
    width: 100%;
    z-index: 4;
} 

section #screens li a img {
    -moz-border-radius: 50%;
    -moz-transition: 300ms ease-in all;
    -ms-transition: 300ms ease-in all;
    -o-transition: 300ms ease-in all;
    -webkit-border-radius: 50%;
    -webkit-transition: 300ms ease-in all;
    border-radius: 50%;
    transition: 300ms ease-in all;
} 

section #blog {
    min-height: 100px;
    padding-bottom: 40px;
} 

section #blog #loading_blog_overlay {
    background-image: url('/img/loading.gif');
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 0px;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
} 

section #blog .breadcrumb {
    display: block;
    height: 25px;
    margin-bottom: 0px;
} 

section #blog .breadcrumb ul {
    margin: 0px;
    padding: 0px;
} 

section #blog .breadcrumb ul li+li:before {
    color: #999999;
    content: '>';
    display: block;
    font-size: 14px;
    left: -14px;
    padding-left: 5px;
    padding-right: 5px;
    position: absolute;
    top: 4px;
} 

section #blog .breadcrumb ul li {
    float: left;
    margin-right: 10px;
    position: relative;
} 

section #blog .breadcrumb ul li:first-child a {    padding-left: 0px } 

section #blog .breadcrumb ul li:last-child a {    color: #999 } 

section #blog .breadcrumb ul li a {
    -moz-transition: 200ms ease-in all;
    -ms-transition: 200ms ease-in all;
    -o-transition: 200ms ease-in all;
    -webkit-transition: 200ms ease-in all;
    display: list-item;
    font-size: 14px;
    padding: 5px;
    text-decoration: none;
    transition: 200ms ease-in all;
} 

section #blog .breadcrumb ul li a:hover {    color: #666 } 

section #articles {
    float: left;
    margin-left: 10px;
    margin-right: 20px;
    width: 600px;
} 

section article {
    border-bottom: 1px solid #EEEEEE;
    clear: both;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 100%;
} 

section article .article_summary {
    display: block;
    float: left;
    margin-left: 10px;
    width: 430px;
} 

section article .article_summary .button {    font-size: 12px } 

section article .article_info {
    border-right: 1px solid #EEEEEE;
    color: #666666;
    display: block;
    float: left;
    font-size: 11px;
    line-height: 20px;
    margin-right: 10px;
    width: 140px;
} 

section article .article_info .comments_count {    background-position: 0px -118px } 

section article .article_info .posted_by {    background-position: 0px -59px } 

section article .article_info .category {    background-position: 0px -28px } 

section article .article_info .views {    background-position: 0px -88px } 

section article .article_info .date, section article .article_info .category, section article .article_info .posted_by, section article .article_info .views, section article .article_info .comments_count {
    background-image: url(/img/blog_sprite.png);
    background-repeat: no-repeat;
    display: block;
    height: 16px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 30px;
} 

section article .article_info .date {    background-position: 0px 1px } 

section article + article {
    border-bottom: none;
    margin-bottom: 0px;
} 

section article .featured {
    margin-bottom: 20px;
    width: 100%;
} 

section article .featured a {
    display: block;
    padding: 0px;
} 

section article .featured a img {    margin: 0px } 

section article h2 {    font-weight: 500 !important } 

section aside {
    float: left;
    padding-top: 11px;
    width: 300px;
} 

section aside .module {    margin-bottom: 10px } 

section aside .module .content .posts {
    display: block;
    margin-bottom: 20px;
} 

section aside .module .content .posts li {
    clear: both;
    margin-bottom: 10px;
} 

section aside .module .content .posts li a {
    display: list-item;
    height: 60px;
    padding: 5px;
} 

section aside .module .content .posts li a:hover img {    opacity: 1 } 

section aside .module .content .posts li a span {
    -moz-transition: 200ms ease-in all;
    -ms-transition: 200ms ease-in all;
    -o-transition: 200ms ease-in all;
    -webkit-transition: 200ms ease-in all;
    color: #666666;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    transition: 200ms ease-in all;
} 

section aside .module .content .posts li a div {
    background-image: url('/img/blog_sprite.png');
    background-position: 0px 2px;
    background-repeat: no-repeat;
    color: #666666;
    display: block;
    float: left;
    font-size: 11px;
    line-height: 20px;
    padding-left: 30px;
    width: 170px;
} 

section aside .module .content .posts li a img {
    -moz-transition: 200ms ease-in all;
    -ms-transition: 200ms ease-in all;
    -o-transition: 200ms ease-in all;
    -webkit-transition: 200ms ease-in all;
    float: left;
    margin: 0px 20px 10px 10px;
    opacity: .7;
    transition: 200ms ease-in all;
} 

section aside .module .content .tags {
    list-style: none;
    margin: 0px;
    padding: 0px;
} 

section aside .module .content .tags li, .tags a {
    float: left;
    font-size: 11px;
    height: 24px;
    line-height: 24px;
    position: relative;
} 

section aside .module .content .tags a {
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-topright: 4px;
    -moz-transition: 200ms ease-in all;
    -ms-transition: 200ms ease-in all;
    -o-transition: 200ms ease-in all;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-transition: 200ms ease-in all;
    background: #0089E0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    color: #FFFFFF;
    margin-left: 20px;
    padding: 0 10px 0 12px;
    text-decoration: none;
    transition: 200ms ease-in all;
} 

section aside .module .content .tags a:before {
    -moz-transition: 200ms ease-in all;
    -ms-transition: 200ms ease-in all;
    -o-transition: 200ms ease-in all;
    -webkit-transition: 200ms ease-in all;
    border-style: solid;
    border-width: 12px 12px 12px 0;
    content: "";
    float: left;
    height: 0;
    left: -12px;
    position: absolute;
    top: 0;
    transition: 200ms ease-in all;
    width: 0;
} 

section aside .module .content .tags a:active {    background-color: #333333 } 

section aside .module .content .tags a:active:before {    border-color: transparent #333333 transparent transparent } 

section aside .module .content .tags a:hover {    background: #666666 } 

section aside .module .content .tags a:hover:before {    border-color: transparent #666666 transparent transparent } 

section aside .module .content .tags a:after {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #FFFFFF;
    border-radius: 2px;
    content: "";
    float: left;
    height: 4px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 4px;
} 

section aside .module .content form {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
} 

section aside .module .content form input[type="submit"] {
    -moz-border-radius: 0px 6px 6px 0px;
    -webkit-border-radius: 0px 6px 6px 0px;
    border-radius: 0px 6px 6px 0px;
    clear: none;
    float: left;
    font-size: 14px;
    font-weight: 500;
    margin-left: 0px;
    padding: 11px;
} 

section aside .module .content form input[type="text"] {
    -moz-border-radius: 6px 0px 0px 6px;
    -webkit-border-radius: 6px 0px 0px 6px;
    border-radius: 6px 0px 0px 6px;
    float: left;
    width: 180px;
} 

section aside .module .header {
    background-image: url('/img/hr.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    clear: both;
    color: #051b31;
    font-size: 22px;
    line-height: 20px;
    padding: 10px 7px 30px 7px;
} 

section #team_members {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 900px;
    text-align: center;
} 

section .team_member {
    float: left;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    width: 280px;
} 

section .team_member .title {
    display: block;
    height: 30px;
    padding-bottom: 5px;
    padding-top: 5px;
} 

section .team_member .title .position {
    color: #999999;
    display: block;
    font-size: 12px;
    padding: 0 0 5px 30px;
} 

section .team_member .title .name {
    display: block;
    font-size: 16px;
    padding: 0 0 5px 30px;
} 

section .team_member .photo {
    -moz-transition: 200ms linear border;
    -ms-transition: 200ms linear border;
    -o-transition: 200ms linear border;
    -webkit-transition: 200ms linear border;
    transition: 200ms linear border;
    padding-bottom: 20px;
} 

section .team_member .photo img {
    display: table;
    margin-left: auto;
    margin-right: auto;
} 

#showcase .photo2 {
    -moz-transition: 200ms linear border;
    -ms-transition: 200ms linear border;
    -o-transition: 200ms linear border;
    -webkit-transition: 200ms linear border;
    transition: 200ms linear border;
    float: left;
    padding: 3px 3px;
} 

#showcase .photo2 img {
    display: table;
    margin-left: auto;
    margin-right: auto;
} 

section .team_member p {
    color: #666666;
    display: block;
    font-size: 12px;
    padding: 10px 10px 10px 30px;
} 

section #team_members ul, section #cert ul {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
} 

section #team_members ul li, section #cert ul li {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
} 



section .cert_id {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    width: 275px;
} 

section .cert_id .title {
    display: block;
    height: 30px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
} 

section .cert_id .title .name {
    display: block;
    font-size: 18px;
    padding: 0 0 5px 0;
    color: #051b31;
} 

section .cert_id .photo {
    -moz-transition: 200ms linear border;
    -ms-transition: 200ms linear border;
    -o-transition: 200ms linear border;
    -webkit-transition: 200ms linear border;
    transition: 200ms linear border;
    padding-bottom: 20px;
} 

section .cert_id .photo img {
    display: table;
    margin-left: auto;
    margin-right: auto;
} 

section #about .content{
	background-image: url('/img/home_brand.jpg');
    background-color: #FFFFFF;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 210px;
    padding: 0;
}

section #about .content div{
	background-image: url('/img/home_brand_hover.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

section #about h1{
	font-size: 13px;
	color: #fff;
	font-weight: normal;
	padding: 20px 30px;
}

section #news .content{
	height: 210px;
    padding: 0;
    position: relative;
    text-align: center;
    overflow: hidden;
}

section #news .content img{
	width: 100%;
	max-width: 100%;
	height: auto;
}

section #news .content div{
	position: absolute;
	height: auto;
	padding: 20px 50px;
	bottom: 0;
	left:0;
	right:0;
	background-image: url('/img/home_news_hover.png');
}

section #news h2{
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	padding: 0 0 10px 0;
	text-align: center;
	width: 100%;
}

section #news h3{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	padding: 0;
	text-align: center;
	width: 100%;
}

section #news a{
	color: #fff;
	text-decoration: none;
}

section #news a:hover{
	text-decoration: underline;	
}

section #promo .content{
    height: 290px;
    padding: 0;
    overflow: hidden;
    text-align: center;
}

section #promo .content img{
	width: 100%;
	max-width: 100%;
	height: auto;
}

section #catalog .content{
    padding: 0;
}

section #catalog h2{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	padding: 15px 10px;
	text-align: center;
	width: 100%;
	background: #082f58;
	box-sizing: border-box;
}

section #catalog .mitems, section #blog .mitems{
	background-image: url('/img/home_brand_hover.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: inline-block;
}

section #catp .mitems{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: inline-block;
}

section #catalog .mitem, section #catp .mitem{
	padding: 20px 5px 0;
	text-align: center;
	width: 150px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

section #catalog .mitems div:last-of-type, section #catp .mitems div:last-of-type{
	padding-bottom: 20px;
}

section #catalog .mitem img, section #catp .mitem img{
	width: 130px;
	height: 120px;
	padding-bottom: 20px;
}

section #catalog .mitem a, section #catalog .mitem a:visited, section #catp .mitem a, section #catp .mitem a:visited{
	font-size: 12px;
	line-height: 1.2;
	text-decoration: none;
	color: #042b54;
}

section #catalog .mitem a:hover, section #catp .mitem a:hover{
	text-decoration: underline;	
	color: #a51415;
}

section #map .content{
    padding: 0;
    text-align: center;
}

section #map h2, section #blog h2{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	padding: 15px 10px;
	text-align: center;
	width: 100%;
	background: #082f58;
	box-sizing: border-box;
}

section #map .content div{
	background-image: url('/img/home_brand_hover.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index:20;
}

section #map .content div div{
	z-index: 1;
}

section #vk .content{
    padding: 0;
    text-align: center;
}

nav.sb-slidebar h2{
	font-size: 15px;
	color: #fff;
	font-weight: normal;
	padding: 0 0 15px 0;
}

nav.sb-slidebar img.vmiddle {
    vertical-align: middle;
    margin: 0 4px 3px 0;
}

nav.sb-slidebar a, nav.sb-slidebar a:visited{
	display: block;
	padding: 7px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
	color: #fff;
}

nav.sb-slidebar a:hover{
	text-decoration: underline;	
	color: #fff;
}

section #newsp .content{
	padding: 0;
	text-align: center;
    position: relative;
}

section #newsp .content img{
	width: 100%;
	max-width: 100%;
	height: auto;
}

section #newsp .content div.nhover{
	position: absolute;
	height: 30px;
	top: 0;
	left:0;
	right:0;
	background-image: url('/img/home_brand_hover.png');
	background-position: top center;
    background-repeat: no-repeat;
}

section #newsp h1{
	font-size: 14px;
	height: auto;
	color: #051b31;
	font-weight: bold;
	padding: 20px 20px 10px;
}

section #newsp .ndate{
	font-size: 11px;
	color: #051b31;
	padding: 0 0 15px;
	text-align: center;
}

section #newsp p{
	font-size: 12px;
	color: #051b31;
	padding: 10px 20px;
	line-height: 1.3;
	text-align: justify;
}

section #newsp a.narrleft{
	position: absolute;
	top: 80px;
	left: 10px;
}

section #newsp a.narrright{
	position: absolute;
	top: 80px;
	right: 10px;
}

section #itemp .content{
	padding: 0;
	text-align: center;
    position: relative;
}

section #itemp .content img{
	margin-top: 20px;
	width: 70%;
	max-width: 100%;
	height: auto;
}

section #itemp .content div.nhover{
	position: absolute;
	height: 30px;
	top: 0;
	left:0;
	right:0;
	background-image: url('/img/home_brand_hover.png');
	background-position: top center;
    background-repeat: no-repeat;
}

section #itemp h1{
	font-size: 14px;
	height: auto;
	color: #051b31;
	font-weight: bold;
	padding: 20px 20px 10px;
}

section #itemp p{
	font-size: 12px;
	color: #051b31;
	padding: 10px 20px;
	line-height: 1.3;
	text-align: center;
}

section #itemp span{
	font-size: 14px;
	color: #a51415;
	font-weight: bold;
}

section #itemp a.narrleft{
	position: absolute;
	top: 80px;
	left: 10px;
}

section #itemp a.narrright{
	position: absolute;
	top: 80px;
	right: 10px;
}

section #catp .content{
	padding: 0;
	text-align: center;
    position: relative;
}

section #catp .content div.nhover{
	position: absolute;
	height: 30px;
	top: 0;
	left:0;
	right:0;
	background-image: url('/img/home_brand_hover.png');
	background-position: top center;
    background-repeat: no-repeat;
}

section #catp h1{
	font-size: 14px;
	height: auto;
	color: #051b31;
	font-weight: bold;
	padding: 20px 20px 10px;
}

section #feed .content{
    padding: 0;
    position: relative;
    text-align: center;
    background: #051b32;
}

section #feed .content div.nhover{
	position: absolute;
	height: 30px;
	top: 0;
	left:0;
	right:0;
	background-image: url('/img/home_brand_hover.png');
	background-position: top center;
    background-repeat: no-repeat;
}

section #feed h1{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	padding: 20px;
}

section #feed label{
	font-size: 12px;
	color: #fff;
	padding: 0;
	float: none;
	width: 90%;
	text-align: center;
}

section #feed input[type="text"], section #feed textarea{
	font-size: 14px;
	color: #051b31;
	float: none;
	width: 90%;
	text-align: center;
	margin-top: 10px;
}

section #feed input[type="submit"]{
	font-size: 14px;
	color: #fff;
	float: none;
	width: 90%;
	margin: 0 0 40px;
	text-align: center;
	background-color: #0e5eb3;
}


section #showcase p a, section #about p a, section #info p a {
    color: #175c2e;
    text-decoration: underline;
    font-weight: bold;
} 

section #showcase p a:hover, section #about p a:hover, section #info p a:hover  {
    text-decoration: none;
} 

section #showcase table  {
    font-size: 14px;
    background: #fff;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    margin: 20px 20px 20px 0;
} 

section #showcase table th  {
    font-weight: normal;
    color: #175c2e;
    border-top: 2px solid #175c2e;
    border-bottom: 2px solid #175c2e;
    padding: 10px 8px;
} 

section #showcase table th.none  {
    border-top: 0;
} 

section #showcase table td  {
    border-bottom: 1px solid #ccc;
    color: #666666;
    padding: 6px 8px;
} 

section #showcase table td div  {
    padding: 2px 0;
} 




section #contact {    padding-bottom: 20px } 

section #contact #contact_socials {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
} 

section #contact #contact_socials li {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
} 

section #contact #contact_socials li a.googleplus {    background-position: -120px 0px } 

section #contact #contact_socials li a.googleplus:active {    background-color: #333333 } 

section #contact #contact_socials li a.googleplus:hover {
    background-color: #DC5442;
    background-position: -120px -60px;
} 

section #contact #contact_socials li a.pinterest {    background-position: -180px 0px } 

section #contact #contact_socials li a.pinterest:active {    background-color: #333333 } 

section #contact #contact_socials li a.pinterest:hover {
    background-color: #CB2027;
    background-position: -180px -60px;
} 

section #contact #contact_socials li a.linkedin {    background-position: -300px 0px } 

section #contact #contact_socials li a.linkedin:active {    background-color: #333333 } 

section #contact #contact_socials li a.linkedin:hover {
    background-color: #096C9B;
    background-position: -300px -60px;
} 

section #contact #contact_socials li a.dribbble {    background-position: -240px 0px } 

section #contact #contact_socials li a.dribbble:active {    background-color: #333333 } 

section #contact #contact_socials li a.dribbble:hover {
    background-color: #EF558F;
    background-position: -240px -60px;
} 

section #contact #contact_socials li a.facebook {    background-position: 0px 0px } 

section #contact #contact_socials li a.facebook:active {    background-color: #333333 } 

section #contact #contact_socials li a.facebook:hover {
    background-color: #3560A0;
    background-position: 0px -60px;
} 

section #contact #contact_socials li a.youtube {    background-position: -360px 0px } 

section #contact #contact_socials li a.youtube:active {    background-color: #333333 } 

section #contact #contact_socials li a.youtube:hover {
    background-color: #EE3537;
    background-position: -360px -60px;
} 

section #contact #contact_socials li a.twitter {    background-position: -60px 0px } 

section #contact #contact_socials li a.twitter:active {    background-color: #333333 } 

section #contact #contact_socials li a.twitter:hover {
    background-color: #2DAAE1;
    background-position: -60px -60px;
} 

section #contact #contact_socials li a.flickr {    background-position: -480px 0px } 

section #contact #contact_socials li a.flickr:active {    background-color: #333333 } 

section #contact #contact_socials li a.flickr:hover {
    background-color: #ED348F;
    background-position: -480px -60px;
} 

section #contact #contact_socials li a.vimeo {    background-position: -420px 0px } 

section #contact #contact_socials li a.vimeo:active {    background-color: #333333 } 

section #contact #contact_socials li a.vimeo:hover {
    background-color: #00B9EA;
    background-position: -420px -60px;
} 

section #contact #contact_socials li a.rss {    background-position: -540px 0px } 

section #contact #contact_socials li a.rss:active {    background-color: #333333 } 

section #contact #contact_socials li a.rss:hover {
    background-color: #F58020;
    background-position: -540px -60px;
} 

section #contact #contact_socials li a {
    -moz-border-radius: 8px;
    -moz-transition: 200ms linear background-color, 250ms ease-in background-position;
    -ms-transition: 200ms linear background-color, 250ms ease-in background-position;
    -o-transition: 200ms linear background-color, 250ms ease-in background-position;
    -webkit-border-radius: 8px;
    -webkit-transition: 200ms linear background-color, 250ms ease-in background-position;
    background-color: transparent;
    background-image: url(/img/contact_socials_sprite.png);
    background-repeat: no-repeat;
    border-radius: 8px;
    display: list-item;
    height: 60px;
    transition: 200ms linear background-color, 250ms ease-in background-position;
    width: 60px;
} 

section #contact span.error {
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    background-color: #F00;
    border-radius: 0px 0px 4px 4px;
    clear: both;
    color: #FFFFFF;
    display: table;
    font-size: 11px;
    margin-left: 170px;
    padding: 5px;
    position: relative;
    top: -21px;
} 

section #contact .right {    margin-left: 10px } 

section #contact .right .map {
    background-color: #EEEEEE;
    height: 160px;
    margin-left: 10px;
    width: 440px;
} 

section #contact .right ul {
    margin-top: 30px;
    padding: 20px;
} 

section #contact .right ul li {
    clear: both;
    color: #666666;
    display: table;
    float: none;
    font-size: 16px;
    margin-bottom: 20px;
} 

section #contact .right ul li span {
    display: block;
    float: left;
    line-height: 20px;
    position: relative;
} 

section #contact .right ul li span:first-child {
    clear: both;
    font-weight: 700;
    width: 120px;
} 

section #contact .right ul li span:first-child:after {
    content: ':';
    display: block;
    height: 20px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 0;
    width: 20px;
} 

section #contact .right ul li span:last-child {    width: 290px } 

section #contact .left, #contact .right {
    float: left;
    margin-bottom: 40px;
    width: 460px;
} 

section #contact .left:after {
    background-color: #EEEEEE;
    content: '.';
    display: block;
    height: 380px;
    position: absolute;
    right: -10px;
    text-indent: -9999px;
    top: 90px;
    width: 1px;
} 

section #contact .left {
    margin-right: 10px;
    position: relative;
} 

section #contact h3 {
    padding-left: 16px;
    text-align: left;
} 

section #contact p {
    color: #666666;
    font-size: 12px;
    padding: 20px 18px 0px 18px;
} 

section #contact p a {
    -moz-transition: 200ms linear color;
    -ms-transition: 200ms linear color;
    -o-transition: 200ms linear color;
    -webkit-transition: 200ms linear color;
    text-decoration: underline;
    transition: 200ms linear color;
} 

section #contact p a:hover {    color: #333333 } 

section #notification {    padding-left: 40px } 

section #notification p {    padding-left: 0px } 

/* FOOTER */

#toTop {
    bottom: 40px;
    height: 70px;
    position: fixed;
    right: 40px;
    width: 40px;
} 

#toTop div {
    font-size: 12px;
    font-weight: 800;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
} 

#toTop a {
    -moz-border-radius: 4px;
    -moz-transition: 200ms ease-in all;
    -ms-transition: 200ms ease-in all;
    -o-transition: 200ms ease-in all;
    -webkit-border-radius: 4px;
    -webkit-transition: 200ms ease-in all;
    background-image: url(/img/to_top.png);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 4px;
    display: block;
    height: 40px;
    margin-bottom: 10px;
    transition: 200ms ease-in all;
    width: 40px;
} 

#toTop a:active {    background-color: #333333 } 

#toTop:hover a, #toTop a:hover {    background-color: #666666 } 

#topTop:hover div {    color: #666666 } 

footer #backtotop {
    height: 40px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 140px;
} 

footer #backtotop a {
    background-image: url(/img/footer_back_to_top.png);
    background-position: center top;
    background-repeat: no-repeat;
    color: #CCCCCC;
    display: block;
    font-size: 14px;
    font-weight: 800;
    padding-top: 26px;
    text-align: center;
} 

footer #copyright p {
    color: #FFFFFF;
    display: table;
    font-size: 14px;
    line-height: 20px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
} 

/* Line Icons */

/* Use the following CSS code if you want to have a class per icon */
[class^="li_"]:before, [class*=" li_"]:before {
	font-family: 'linecons';
	font-style: normal;
	speak: none;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.li_heart:before {
	content: "\e000";
}
.li_cloud:before {
	content: "\e001";
}
.li_star:before {
	content: "\e002";
}
.li_tv:before {
	content: "\e003";
}
.li_sound:before {
	content: "\e004";
}
.li_video:before {
	content: "\e005";
}
.li_trash:before {
	content: "\e006";
}
.li_user:before {
	content: "\e007";
}
.li_key:before {
	content: "\e008";
}
.li_search:before {
	content: "\e009";
}
.li_settings:before {
	content: "\e00a";
}
.li_camera:before {
	content: "\e00b";
}
.li_tag:before {
	content: "\e00c";
}
.li_lock:before {
	content: "\e00d";
}
.li_bulb:before {
	content: "\e00e";
}
.li_pen:before {
	content: "\e00f";
}
.li_diamond:before {
	content: "\e010";
}
.li_display:before {
	content: "\e011";
}
.li_location:before {
	content: "\e012";
}
.li_eye:before {
	content: "\e013";
}
.li_bubble:before {
	content: "\e014";
}
.li_stack:before {
	content: "\e015";
}
.li_cup:before {
	content: "\e016";
}
.li_phone:before {
	content: "\e017";
}
.li_news:before {
	content: "\e018";
}
.li_mail:before {
	content: "\e019";
}
.li_like:before {
	content: "\e01a";
}
.li_photo:before {
	content: "\e01b";
}
.li_note:before {
	content: "\e01c";
}
.li_clock:before {
	content: "\e01d";
}
.li_paperplane:before {
	content: "\e01e";
}
.li_params:before {
	content: "\e01f";
}
.li_banknote:before {
	content: "\e020";
}
.li_data:before {
	content: "\e021";
}
.li_music:before {
	content: "\e022";
}
.li_megaphone:before {
	content: "\e023";
}
.li_study:before {
	content: "\e024";
}
.li_lab:before {
	content: "\e025";
}
.li_food:before {
	content: "\e026";
}
.li_t-shirt:before {
	content: "\e027";
}
.li_fire:before {
	content: "\e028";
}
.li_clip:before {
	content: "\e029";
}
.li_shop:before {
	content: "\e02a";
}
.li_calendar:before {
	content: "\e02b";
}
.li_vallet:before {
	content: "\e02c";
}
.li_vynil:before {
	content: "\e02d";
}
.li_truck:before {
	content: "\e02e";
}
.li_world:before {
	content: "\e02f";
}


/* Shadow Panel */
.shadow-panel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/img/shadow-panel.png);
  z-index: 99;
}
.shadow-panel .modal-window {
  position: absolute;
  overflow: auto;
  max-height: 80%;
  left: 50%;
  top: 50%;
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
.shadow-panel .modal-window.size-1 {
  width: 656px;
  padding: 37px;
  margin-left: -328px;
}
.shadow-panel .modal-window.size-1 .modal-window__content {
  margin: 20px -17px -17px;
  padding: 20px;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
}
.shadow-panel .modal-window.size-1 .order-item-box {
  border: 1px solid #ddd;
}
.shadow-panel .modal-window.size-1 .order-item-box ~ .order-item-box {
  margin-top: 20px;
}
.shadow-panel .modal-window.size-2 {
  width: 400px;
  padding: 37px;
  margin-left: -240px;
}
.shadow-panel .modal-window.size-3 {
  width: 230px;
  padding: 37px;
  margin-left: -115px;
}
.shadow-panel .modal-window h3 + p {
  padding-top: 20px;
}
.shadow-panel .modal-window h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  color: #051b31;
  border: 0;
  margin: 0;
  padding: 0;
}
.indentTop {
  display:block;
  clear: both;
  padding-top: 30px;
}
.t-right {
  text-align: right;
}
[class*="-icon"][class*="small_logo-"] {
  background-position: -161px 0;
  height: 45px;
  width: 56px;
}
.close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
}
[class*="-btn"] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[class*="-btn"] {
  text-align: center;
  min-width: 40px;
  padding: 11px 16px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -khtml-border-radiust: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
[class*="-btn"][class*="red-"] {
  background-color: #E74C3C;
  color: white;
  
}
.small {
  height: 100%;
  font-size: 95%;
}
[class*="-btn"].small {
  font-size: 10px;
  padding: 4px 13px;
  line-height: 18px;
  margin-right: 10px;
}
[class*="-btn"][class*="red-"]:hover, [class*="-btn"][class*="red-"]:active {
  background: #fa695a;
  background: -moz-linear-gradient(top, #fa695a 0%, #f20205 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fa695a), color-stop(100%, #f20205));
  background: -webkit-linear-gradient(top, #fa695a 0%, #f20205 100%);
  background: -o-linear-gradient(top, #fa695a 0%, #f20205 100%);
  background: -ms-linear-gradient(top, #fa695a 0%, #f20205 100%);
  background: linear-gradient(to bottom, #fa695a 0%, #f20205 100%);
  -webkit-box-shadow: inset 0 1px 3px #c50e59;
  box-shadow: inset 0 1px 3px #c50e59;
}
[class*="-btn"][class*="gray-"] {
  background-color: #e7e7e7;
  color: #272727;
}
[class*="-btn"][class*="gray-"]:hover, [class*="-btn"][class*="gray-"]:active {
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}
[class*="-icon"] {
  text-align: left;
  color: transparent;
  font-size: 0px;
  width: 0px;
  height: 0px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  background-image: url(/img/spr.png);
  background-position: -999px -999px;
  background-repeat: no-repeat;
  vertical-align: middle;
}
[class*="-icon"][class*="modal-x-"] {
  background-position: 2px -117px;
  width: 13px;
  height: 13px;
}
[class*="-icon"][class*="modal-x-"]:hover {
  background-position: -225px -13px;
}
.close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
}
.field-grid{
  display: block;
  height: 1%;
  overflow: visible;
}
.field-grid .span {
  float: left;
  position: relative;
}
.field-grid.span3 {
  margin-left: -5%;
  margin-top: 20px;
}
.field-grid.span3 .span {
  width: 40%;
  margin-left: 4.8%;
}
[class*="span"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.field-grid .label {
  font-size: 16px;
  line-height: 30px;
  text-transform: none;
  text-align: left;
  color: #051b31;
}
input.fullsize[type="text"], input.fullsize[type="email"], textarea.fullsize {
  width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  padding: 10px 10px 8px;
  color: #051b31;
  background-color: #fff;
  border: 1px solid #b3b3b3;
  outline: none;
  margin: 0;
}

.call_number{
  color: #fff;
  text-shadow: 2px 3px 3px rgba(0,0,0,0.3);
  font-size: 18px;
  font-weight: 800;
  margin: 10px 0;
  text-align: center;
}
.call_number2{
  display: block;
  color: #051b31;
  font-size: 13px;
  font-weight: 800;
  text-align: right;
  padding-right: 10px;
  height: 40px;
}

.forma {
background: url(/img/bg-form2.png) center top no-repeat;
width: 332px;
height: 300px;
text-align: center;
margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
}

.akciya {
background: url(/img/001.png) center top no-repeat;
margin: 0 auto;
width: 255px;
height: 340px;
text-align: center;
}

.akciya .one {
display: block;
text-transform: uppercase;
font-size: 14px;
color: #fff;
line-height: 1.3;
}

#call_success2 {
    margin-top: 40px;
    padding: 0 30px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    section .container h1 {
        font-size: 30px;
    } 
    header .header.mockup #logo, header .header.minimal #logo, header .header.layered #logo {
        height: 120px;
    } 
    section .container h1 {
        padding-top: 0;
    }
    section .container .slogan {
        padding-bottom: 40px;
    }
    section .color .column span {
        font-size: 24px;
        line-height: 25px;
    } 
}