html {
    width: 100%;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}

* {
    -webkit-text-size-adjust: none;
}
.mailto:hover{
    color:#4c83ff;
}

body {
    position: relative;
    min-width: 960px;
    background-color: #333333;
    color: #767676;
    font: 14px/23px Arial, Helvetica, sans-serif;
}
#sliderWrapper{
}
.btnAskQuestion{
    
}
.backpage{
    padding-top: 8px;
    padding-right:20px;
}
.breadcrumb {
  padding: 8px 10px;
  list-style: none;
  background-color: #f1f1f1;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
#news_wrapper{
    position:relative;
    width: 40%;
    float:right;
    background-color:rgba(0, 0, 0, 0.5);
    height:auto;
    margin-top:3%;
    margin-bottom:2%;
    
}
#news_wrapper a{
    padding:0px !important;
}
.newstitle{
    margin:0px !important;
    padding:20px !important;
    color:#ffffff;
    text-transform: none !important;
    font-size:80% !important;
}
.newscontent{
    text-transform: none !important;
    font-size:45% !important;
    line-height: 25px;
    padding:20px !important;
    margin: 0px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}
.newsbtn{
    float:right;
    margin:20px;
    margin-top:20px !important;
    margin-bottom:0px !important;
    margin-right:20px !important;
    background: #1f3870;
}

strong {
	font-weight: 700;
}

address {
	font-style: normal;
}

p {
	margin-bottom: 23px;
}

.p1 {
    margin-bottom: 27px;
}

.p2 {
    margin-bottom: 37px;
}

input {
	border-radius: 0 !important;
	outline: none !important;
}


img {
	max-width: 100%;
}

.edit{
    font-size:100% !important;
}

/****Heads****/


h1, h2, h3, h4, h5, h6 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 300;
    color: #3e454c;
}

h2 {
    font-weight: 600;
    color: #fff;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 8px;
    padding-top: 5px;
}

h2 span {
    color: #333333;
    display: block;
}

h3 {
    padding-top: 95px;
    font-size: 36px;
    line-height: 36px;
    color: #1f3870;
    margin-bottom: 28px;
}



h3.head1 {
    padding-top: 92px;
}

.page1 h3 {
    margin-bottom: 22px;
    padding-top: 30px;
    text-align: left;
}
.subpage h3{
    margin-bottom: 22px;
    padding-top: 3px;
    text-align: left;
}

.page1 h3 span {
    margin-top: -3px;
    display: block;
    font-size: 20px;
}

h4 {
    padding-top: 44px;
    margin-bottom: 22px;
    color: #1f3870;
    font-size: 24px;
    line-height: 32px;
   
}

h4.head1 {
    padding-top: 30px;
}

/****Lists****/

.subpage > ul{
    padding-left:25px !important;
}


ul {
	padding: 0;
	margin: 0;
/*	list-style: none;*/
}

ul.list {
}


ul.list li {
    padding-left: 29px;
    background: url(../images/marker.png) 0 7px no-repeat;
}

ul.list li+li {
    background-position: 0 13px;
    margin-top: 9px;
    padding-top: 7px;
    border-top: 1px solid #eeeeef;
}

/****Links****/


a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #1f3870;
}

a.btn {
    position: relative;
    margin-top: 31px;
    font: 600 14px/20px 'PT Sans', sans-serif;
    display: inline-block;
    color: #fff;
    background-color: #1f3870;
    padding: 12px 15px 13px 16px;
    text-transform: uppercase;
}

a.btn:after {
    position: absolute;
    content: '';
    display: block;
    width: 45px;
    right: -45px;
    background: url(../images/btn_icon.png) center center no-repeat #333333;
    top: 0;
    bottom: 0;
}

a.btn:hover {
    background-color: #333333;
}

/****classes****/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}
.pad0 {
	padding: 0 !important;
}

.pad1 {
}


.img_inner {
	max-width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 23px;
	margin-top: 8px;
}


.fleft {
	float: left;
	width: auto !important;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 8px;
}


.oh {
	overflow: hidden;
}
.fright {
	float: right !important;
}
.upp {
	text-transform: uppercase;
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}

.nowrap {
    white-space: nowrap;
}
/*header*/

header {
    display: block;
    background-color: #fff;
    padding: 46px 0px 46px;
    border-bottom: 4px solid #1f3870;
}

header h1 {
	position: relative;
    float: left;
	text-align: center;
}


header h1 a {
	display: inline-block;
	overflow: hidden;
	width: 307px;
    height: 67px;
	font-size: 0;
	line-height: 0;
	
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}
header h1 a img {
	display: block;
}

.page1_block {
    width: 100%;
    font: 300 40px/50px 'PT Sans', sans-serif;
    color: #fff;
    background: #ffffff !important;
    background-position: center;
    background-size:300%;    
    background-repeat: no-repeat;
    min-height: 308px !important;
    height:auto !important;
}
.page_block {
    width: 100%;
    font-family: 'PT Sans', sans-serif;
    font-size:120%;
    color: #656565;
    background: #ffffff !important;
    background-position: center;
    background-size:300%;    
    background-repeat: no-repeat;
    min-height: 308px !important;
    height:auto !important;
}

.page1_block a {
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    background-color: #1f3870;
    font-weight: normal;
    padding: 17px 25px 19px 27px;
    margin-top: 44px;
}

.top_block {
    padding-bottom: 30px;
    background-color: #f4f4f4;
}

.top_block .title {
    margin-bottom: 39px;
    padding-left: 64px;
    position: relative;
    padding-top: 96px;
    text-transform: uppercase;
    color: #333333;
    font: 600 25px/28px 'PT Sans', sans-serif;
}

.top_block .title  span {
    display: block;
    font-weight: 300;
}

.top_block .count {
    display: block;
    background-color: #333333;
    position: absolute;
    left: 0;
    top: 102px;
    width: 47px;
    height: 47px;
    color: #fff;
    font-weight: 300;
    text-align: center;
    font-size: 20px;
    line-height: 43px;
}

/**Content**/

.col1 {
    color: #1f3870;
}

.col2 {
    color: #333333;
}

.content {
    background-color: #fff;
    padding-bottom: 95px;

}
.page1  .content {
    padding-bottom: 45px;
}

.block1 .fa {
    text-align: center;
    display: block;
    padding-top: 78px;
    color: #1f3870;
    font-size: 100px;
    line-height: 100px;
}

.text1 {
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 5px;
}

.cl1 {
    height: 26px;
}

.map_img {
    margin-bottom: 17px;
    padding-top: 6px;
}

.map_img+p {
    margin-bottom: 15px;
}

.content ul li+li {
    border-top-color: #f9f9f9;
}

.content ul {
    padding-bottom: 11px;
    border-bottom: 1px solid #f9f9f9;
}

.cl2 {
    height: 53px;
}

.banner {
    margin-top: 94px;
    background-color: #f4f4f4;
    padding: 24px 20px 30px  42px;
}

.banner .title {
    margin-bottom: 7px;
    color: #333333;
    text-transform: uppercase;
}


.banner .title  span {
    margin-bottom: 10px;
    font-weight: 300;
    display: block;
}

.blog .links {
    font: 300 15px/23px 'PT Sans', sans-serif;
    color: #333333;
    overflow: hidden;
    border-bottom: 1px solid #d7d7da;
    padding-bottom: 15px;
}

.blog .img_inner {
    margin-bottom: 20px;
}

.blog .links time {
    text-transform: uppercase;
}

.blog .links a {
    margin-top: 0px;
    display: block;
    float: right;
}

.blog .links a span {
    margin-top: 4px;
    display: inline-block;
    margin-right: 10px;
}

.blog .links a span.fa-cogs {
    margin-right: 0;
    color: #0f1018;
}

.blog .links a +a {
    margin-right: 37px;
}

.blog .title {
    padding-top: 34px;
    margin-bottom: 8px;
    color: #1f3870;
    text-transform: uppercase;
    font: 300 20px/23px 'PT Sans', sans-serif;
}

.blog .title a:hover {
    color: #333333;
}

.blog +.blog  {
    margin-top: 82px;
}

.post {
    margin-top: -2px;
    padding-top: 0px;
    overflow: hidden;
}

.post+.post {
    margin-top: 44px;
}

.post .text1 {
    font: 300 14px/23px 'PT Sans', sans-serif;
}

.post .fleft {
    margin-right: 10px;
    margin-top: 6px;
}

.post .title {
    margin-bottom: 0px;
    color: #1f3870;
    text-transform: uppercase;
    font: 300 20px/23px 'PT Sans', sans-serif;
}

.post .title a:hover {
    color: #333333;
}

/**Map**/

.map {
    overflow: hidden;
    position: relative;
    padding-bottom: 3px;
}
 

.map figure {
    padding-top: 8px;
    position: relative;
	display: block;
	width: 100%;
    margin-bottom: 24px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.map figure iframe {
	width: 100%;
	height: 286px;
	max-width: 100%;
}
.map address {
	display: block;
}

.map address dt {
    margin-bottom: 8px;
    color: #1f3870;
    text-transform: uppercase;
    font: 300 20px/23px 'PT Sans', sans-serif;
}

 address dd span {
	min-width: 75px;
	display: inline-block;
	text-align: left;
}

.map address dd span.col1 {
	min-width: 0;
}

a.link-1 {
   color: #1f3870;
   text-decoration: underline;
}



a.link-1:hover {
    color: #3e454c;
}



/**Footer**/

footer {
    display: block;
    padding: 0px 0 40px;
    color: #b7b7b7;
    font-family: 'PT Sans', sans-serif;
}

.copy {
    padding-top: 80px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
}

.copy strong {
    font-weight: 600;
    color: #ffffff;
}

footer address {
    position: relative;
    padding-left: 51px;
    padding-top: 85px;
    font-size: 15px;
    line-height: 17px;
}

footer address.add1 {
    padding-left: 47px;
    padding-top: 84px;
}

footer address img {
    position: absolute;
    left: 0;
    top: 87px;
}

footer address span{
    display: block;
    margin-bottom: 3px;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 500px;
    overflow: hidden;
    width: 58px;
    height: 58px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../images/totop.png) no-repeat left 0;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}
#toTop:hover {
    outline: none;
    background-position: right 0;
}




/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 995px) {
 body {
 min-width: 768px;
}

 .map figure,  .map figure iframe,  #form input,  #form textarea,  #form .success {
 width: 100% !important;
 float: none !important;
}
 #form .success {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}
 .map figure {
 height: auto !important;
}
 .extra_wrapper {
 overflow: visible;
}

.map figure {
	margin-bottom: 15px;
}

.nowrap {
    white-space: normal;
}
}


@media only screen and (max-width: 767px) {
body {
    min-width: 420px;
}
#news_wrapper{
    position:relative;
    width: 80%;
    float:right;
    background-color:rgba(0, 0, 0, 0.5);
    height:auto;
    margin-top:3%;
    margin-bottom:2%;
}
.cl1 {
    height: 0;
}

h2 {
    font-size: 50px;
    line-height: 55px;
}

.page1_block {
    color: #ffffff;
}

.map address +address {
    margin-left: 0;
    float: none;
    margin-top: 20px;
}

header {
    padding-bottom: 40px;
}

header h1 {
	display: block;
	width: auto;
    position: relative;
	height: auto;
    margin-bottom: 20px;
}

.img_inner {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
}

h1 a {
	max-width: 90%;
}

.img_inner img {
	width: 100%;
}

header h1 {
    float: none;
    text-align: center;
}

header h1 a {
 	width: auto;
 	display: inline-block;
    height: auto;
}


 .map {
 	padding-right: 0px !important;
 }

 .map figure iframe {
 width: 100%;
 height: 300px;
}
 .map address {
 	margin-right: 0;
}

.content .noresize {
 width: auto !important;
 float: left !important;
 margin-right: 20px !important;
 margin-top: 4px !important;
}

 .img_inner {
 margin-top: 30px;
}

.map address {
    float: none;
}

.blog .links a {
    float: none;
    display: inline-block;
}

.blog .links time {
    display: block;
    margin-bottom: 15px;
}

.blog .links a+a {
    margin-right: 0;
    margin-left: 38px;
}

}

@media only screen and (max-width: 479px) {
 body {
 min-width: 300px;
}
#news_wrapper{
    position:relative;
    width: 99%;
    float:right;
    background-color:rgba(0, 0, 0, 0.5);
    height:auto;
    margin-top:3%;
    margin-bottom:2%;
}

}
.google-maps {
    position: relative;
    padding-bottom: 0%; 
    height: 0;
    overflow: hidden;
    height:300px;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    max-height: 300px !important;
}
.contentp{
    color: #767676;
    font: 14px/23px Arial, Helvetica, sans-serif;
}


#contactForm{
    list-style: none;
    margin-top:30px;
}
#contactForm li{
    position:relative;
    margin-bottom: 5px;
}
#contactForm input{
    width: 90%;
    height:40px;
    margin-right:35px;
    padding-right: 5px;
    font-size:120%;
}
.labelcontact{
    width: 100px;
    color:#404040;

}

.warning-img{
	position:absolute;
	top:0px;
	right: 1%;
	width: 30px;
	height:30px;
	margin-top:5px;
	display:none;
}
.warning-img-other{
	position: absolute;
	top:0px;
	right: 1%;
	width: 30px;
	height:30px;
	margin-top:5px;
	display:none;
}
.warning-img-order{
    position:relative;
    margin-top:5px;
    margin-left:5px;
}
#warningLayer{
	position:fixed;
	width:100%;
	bottom:0px;
	left:0px;
	height:92px;
	background-color:#252525;
	opacity:0.90;
	filter:alpha(opacity=90); /* For IE8 and earlier */    
	z-index: 111111;
}
#warningInfo{
	position:relative;
	height:92px;
	width:700px;
	margin-right:auto;
	margin-left:auto;
}
#warningImg{
	float:left;
	position:relative;
	top:12px;
	margin-right:20px;

}
#closeImg{
	position:absolute;
	top:10px;
	right:10px;
}
#warningText{
	position:relative;
	float:left;
	padding-top:30px;
	font-size:24px;
	color:#FFFFFF;

}
#bizsiziarayalim {
    bottom:0px;
    height:62px;
    left:0px;
    position:fixed;
    width:100%;
    z-index:10;
    background-color:#0c0c0c;
    opacity:0.90;
    filter:alpha(opacity=90); /* For IE8 and earlier */    
}
#bizsiziarayalim .in{
    height:62px;
    margin: 0 auto;
    position: relative;
    width:980px;
}
.select{
    width: 100% !important;
    font-size:100% !important;
    color:#008928 !important;
    font-weight: normal !important;
}
.selectorder{
    width: 400px !important;
}

.text{
    width: 100% !important;
    height: 100px !important;
    padding:5px !important;
    font-size:100% !important;
    font-weight: normal !important;
    margin-right: 35px;
    padding-right: 5px;
    text-indent: 0.53em !important;
}
.edit{
    width: 100% !important;
    padding:5px !important;
    font-size:120%;
    margin-right: 35px;
    padding-right: 5px;
}

.k-dropdown .k-state-focused .k-input{
    color: #ffffff !important;
}
.k-picker-wrap .k-input, .k-numeric-wrap .k-input, .k-dropdown-wrap .k-input, .k-selectbox .k-input {
    border: 0 none;
    height: 1.65em;
    line-height: 1.65em;
    margin: 0;
    padding: 0.177em 0;
    text-indent: 0.33em !important;
    
}
.imgborder{
    border:1px solid #e7e7e0;
}
.arrowback{
    position:absolute;
    left:15px;
    top:40%;
}
.arrownext{
    position:absolute;
    right:0px;
    top:40%;
}
.fancyzoom div{
    position:absolute;
    display:block;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.fancyzoom div:hover{
    position:absolute;
    display:block;
    height: 100%;
    width: 100%;
    background-color:#878786;
    opacity:0.70;
    filter:alpha(opacity=70); /* For IE8 and earlier */    
    background-image: url(../images/zoom.png);
    background-position: center;
    background-repeat: no-repeat;
}
.galleryimage{
    position:relative;
    width: 115px;
    height:115px;
    float:left;
    margin:10px 10px 10px 0px;
    
    /*border: 1px solid #e1e1e1;*/
}


