@import "reset.css";
@import "skeleton.css";
@import "font-awesome.css";
@import "superfish.css";


/* @import url(//fonts.googleapis.com/css?family=Roboto:400);
@import url(//fonts.googleapis.com/css?family=Roboto:300);
@import url(//fonts.googleapis.com/css?family=Roboto:500);
@import url(//fonts.googleapis.com/css?family=Roboto:700); */

/* roboto-300 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v29-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/roboto-v29-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/roboto-v29-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/roboto-v29-latin-300.woff') format('woff'), /* Modern Browsers */
         url('../fonts/roboto-v29-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/roboto-v29-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  /* roboto-regular - latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v29-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/roboto-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/roboto-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/roboto-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/roboto-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/roboto-v29-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  /* roboto-500 - latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v29-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/roboto-v29-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/roboto-v29-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/roboto-v29-latin-500.woff') format('woff'), /* Modern Browsers */
         url('../fonts/roboto-v29-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/roboto-v29-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  /* roboto-700 - latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v29-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/roboto-v29-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/roboto-v29-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/roboto-v29-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/roboto-v29-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/roboto-v29-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
  }

@font-face {
  font-family: 'BebasNeue';
  src: url('../fonts/BebasNeue.eot?#iefix') format('embedded-opentype'),  url('../fonts/BebasNeue.otf')  format('opentype'),
	     url('../fonts/BebasNeue.woff') format('woff'), url('../fonts/BebasNeue.ttf')  format('truetype'), url('../fonts/BebasNeue.svg#BebasNeue') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
	width: 100%;

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

* {
	-webkit-text-size-adjust: none;
}

body {
	position: relative;
	min-width: 960px;
    background-color: #ffffff;
    color: #777777;
    font: 300 13px/21px 'Roboto', sans-serif;
}

strong {
	font-weight: 700;
}

address {
	font-style: normal;
}

p {
	margin-bottom: 21px;
}

.p1 {
    margin-bottom: 8px;
}

.p2 {
    margin-bottom: 16px;
}

.p3 {
    margin-bottom: 19px;
}

.p4 {
    margin-bottom: 17px;
}

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


img {
	max-width: 100%;
}



/****Heads****/


h1, h2, h3, h4, h5, h6 {
	color: #2a2a2a;
}

h3 {
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 54px;
    margin-bottom: 18px;
}

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

/****Lists****/


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

ul.list {
    padding: 0 0 20px;
}


ul.list li {
    color: #2a2a2a;
    font-size: 15px;
    padding-left: 16px;
    position: relative;

}

ul.list li:after {
    content: '•';
    position: absolute;
    display: block;
    left: 0;
    top: -1px;
    color: #f59812;
    font-size: 25px;
}

ul.list li+li {
    margin-top: 9px;
}

ul.list a:hover {
    color: #f59812;
}

/****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: #1f201f;
}

a.btn {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #f59812;
    padding: 11px 18px 12px 16px;
    display: inline-block;
    margin-top: 25px;
	width: 90px;
	text-align:center;
}

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

a.btn.bt1 {
    margin-top: 45px;
}

/****classes****/

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

.pad1 {
}
 h3.pdf_tit{ overflow:hidden;}
 h3.pdf_tit a{
	color: #f59812;
	font-size:12px;
	float:right;
	text-transform:none; 
}

.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: 25px;
	margin-top: 7px;
	border: 1px solid #d2d2d2;
}


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

.page1 .fleft {
    margin-top: 3px;
}


.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 {
	background: rgba(0, 0, 0, 0) url("../images/main_gp.svg") no-repeat scroll center 0 / cover ;
    display: block;
    position: relative;
    z-index: 999;

}

.header_top {
    padding-top:20px;
    background:#2b4a80;
}


header h1 {
	position: relative;
    float: left;
    padding-top: 1px;
	text-align: center;

}


header h1 a {
	display: inline-block;
	overflow: hidden;
	width: 300px;
  /*  height: 71px;*/
	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;
}


.categories {
    padding-bottom: 70px;
    overflow: hidden;
}

.cat {
    margin-top: 20px;
    display: block;
    position: relative;
    color: #191919;
    font-size: 31px;
    line-height: 30px;

}

.cat span {
    position: relative;
    color: #fff;
    z-index: 10;
    top: 4px;
    font-weight: bold;font-size: 34px;
}

.cat:hover  {
    color: #f59812;
}

.cat:hover  strong {
    background-color: #000;
}

.cat .cat_bot {
    padding: 20px 8px 17px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.cat em {
    z-index: 10;
	font-size:25px;
	color:#fff;
	top: 7px;
    font-style: normal;
    position: relative;
}

.cat  strong {
    /*opacity: 0.7;*/
    background:#2b4a80;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.text1 .fa-trophy {
    color: #bbbbbb;
    font-size: 34px;
    line-height: 21px;
    display: block;
    margin-bottom: 2px;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
}

.block1+.block1 {
    margin-top: 19px;
}

/**Content**/

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

}

.centerhome  {
    font-size: 20px;
	text-align: center;
	background-color: #fff;
	padding-top: 21px;
	color: #2B4A80;
}

.page1  .content {

    padding-bottom: 70px;
}

.col1 {
    color: #f59812;
}

.text1 {
    font-size: 15px;
    margin-bottom: 6px;
}

.page1 .text1 {
    margin-bottom: 7px;
}

.gallery {
    padding-bottom: 61px;
    text-align: center;
  /*  background: url(../images/gal_bg.jpg) center bottom no-repeat;*/
}

.gallery h3 {
    padding-top: 64px;
    color: #fff;
    margin-bottom: 7px;
    padding-bottom: 0px;
}

.gallery a.gal  {
    margin-top: 20px;
    position: relative;
    display: block;
}

.gallery a.gal span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../images/magnify.png) -100px center no-repeat;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.gallery a.gal img {
    position: relative;
    border-radius: 500px;
}

.gallery a.gal:hover span {
    background-position: center center;
}

a.gal_link {
    margin-top: 26px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    color: #f59812;
    text-decoration: underline;
}

.banner {
    display: block;
    font-size: 15px;
    position: relative;
    color: #f59812;
    margin-top: 25px;
    padding:19px 55px 18px 80px;
    background-color: #f2f2f2;
}

.banner .icon {
    color: #b4b4b4;
    left: 30px;
    font-size: 30px;
    line-height: 30px;
    top: 50%;
    margin-top: -18px;
    position: absolute;
}

.banner+.banner {
    margin-top: 9px;
}

.bq1  {
    padding-top: 7px;
}

.bq1 p {
    margin-bottom: 32px;
    position: relative;
    background-color: #f2f2f2;
    padding: 22px 30px 26px;
}

.bq1 p:after {
    bottom: -14px;
    left: 32px;
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 14px 14px 0 0px;
    border-color: #f2f2f2 transparent transparent transparent;
}





.add1 span {
    display: inline-block;
    min-width: 180px;
}

a.gal1 {
    margin-bottom: 13px;
    margin-top: 7px;
    position: relative;
    display: block;
}

a.gal1 .gal_bot {
    padding: 19px 10px 20px 20px;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}


a.gal1 .gal_bot p {
    margin-bottom: 0;
    position: relative;
    z-index: 100;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

a.gal1 .gal_bot p span {
    margin-top: -1px;
    font-size: 15px;
    display: block;
    text-transform: none;
    font-weight: 300;
}

a.gal1:hover  strong {
    text-transform: none;
    background-color: #000;
}

a.gal1 strong {
    opacity: 0.7;
    background-color: #f59812;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.prv a.link-1 {
    text-decoration: underline;
}

/**Map**/

.map {
    overflow: hidden;
    position: relative;
  /*  margin-bottom: 13px;*/
}
 

.map figure {
    margin-top: 7px;
    position: relative;
	display: block;
	width: 100%;
    margin-bottom: 16px;
	-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: 440px;
	max-width: 100%;
}
.map address {
   /* float: left;*/
	display: block;
}

.map address+address {
    margin-top: 18px;
}

.map  p {
    margin-bottom: 12px;
}


.map address dt {

}

.map .add1 span {
    min-width: 140px;
}

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

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

a.link-1 {
    color: #f59812;
}

a.link-1:hover {
    color: #2a2a2a;
}

.map h3 {
    padding-top: 49px;
}

/**Footer**/

footer {
	display: block;
    padding: 34px 0 40px;
    font-weight: 300;
    color: #fff;
	background:#2b4a80;
}

footer a {
    color: #f59812;
}

footer a:hover {
    color: #fff;
}

.copy {
    text-align: left;
}


#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;
}
.wel_text{
	background:rgba(245, 153, 18, .5);
	width:100%;
	padding: 24px 0 5px;
	margin:121px 0 72px 0;
	text-align:center;
	font-family: 'BebasNeue';
}
.wel_text h1{
	text-align:center;
	text-transform:uppercase;
	color:#2b4a80;
	font-size:145px;
	line-height:120px;
	text-shadow:1px 1px 1px #000;
	float:none;	
}

.cat .cat_bot i{
    display: inline-block;
    float: left;
    position: relative;
    z-index: 9999;
	padding: 0 10px 0 0;
}
.circle_area{
	background:#fff;
	border-radius:100%;
	position:relative;
	-webkit-box-shadow: -1px 3px 13px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 3px 13px 0px rgba(0,0,0,0.75);
	box-shadow: -1px 3px 13px 0px rgba(0,0,0,0.75);
	overflow:hidden;
	margin:0 0 20px 0;	
}
.sm_left {
    bottom: -7px;
    left: -289px;
    position: absolute;
}

.sm_rt {
    position: absolute;
    right: -121px;
    top: -236px;
}
.img_con{
	/*width:60%;
	float:left;	*/
}

.img_con img{
	width:99%;
	border:solid 1px #d2d2d2;	
}

.content_con{
	/*width:38%;
	float:right;*/	
}
.content_con p{
	padding:0 0 20px 0;
	color: #777777;
    font: 300 13px/21px "Roboto",sans-serif;
	margin:0;	
}
.img_con h2{
	font-size: 26px;
    font-weight: bold;
	border-bottom:solid 1px #d2d2d2;
	padding:0 0 5px 0;
	margin:0 0 12px 0;	
}
.clr{
	clear:both;	
}
ul.list_st{
	margin:0;
	padding:0 0 30px 0;	
}
ul.list_st li{
	padding:5px 0;
	border-bottom:solid 1px #d2d2d2;
	list-style:inside disc;	
}
a.fb_ico{
	display:inline-block;	
}
a.fb_ico span{
	vertical-align:bottom;	
}
h4.sm_title{
	font-size:18px;
	padding:0 0 10px 0;
}
.hd_row{
	padding:54px 0 0 0;
	overflow:hidden;	
}
.hd_row > span {
    float: left;
    font-size: 16px;
    padding:0;
}
.hd_row > img {
    display: inline-block;
    float: right;
}
.more_rt h2{
	background:#008dd2 ;
	font-size:18px;
	line-height:30px;
	color:#fff;
	padding:0 10px 0 0;
	text-align:right;
}
ul.rt_list{
	margin:0;
	padding:0;	
}		
ul.rt_list li{
	display:block;
	border-bottom:solid 1px #d2d2d2;
	overflow:hidden;
	padding:5px 0;	
}
ul.rt_list li span{
	float:right;
	font-weight:700;	
}
ul.rt_list li p{
	padding:0 0 7px 0;
	margin:0;
	overflow:hidden;	
}
ul.rt_list li p span{
	float:right;
	font-weight:700;	
}
.vid_box{
	text-align:center;
	padding:15px 0 0 0;	
}

.came_box {
    padding:20px 0 0;
}

.came_logo{
	display:block;
	padding:0 0 20px 0;	
}
.came_box p{
		
}
.came_box .hd_row{
	padding:0 0 10px 0;	
}
.came_box .hd_row span{
	 color:#000;	
}
.photo_sec{
	border:solid 2px #2b4a80;
	padding:5px;
	margin:25px 0 0 0;	
}
.p_photo{
	padding:0 0 10px 0;	
}
.photo_sec h4{
	
}
.tright .copy{
	text-align:right;	
}
.came_box h4{
	padding:0 0 15px 0;	
}
.came_box h4 a{
	color:#f59812;	
}
.came_box h4 a:hover{
	color:#000;	
}
.con_img img{ float:left;margin: 0 9px 0 0;}
ul.lt_new li{ list-style:none; }
ul.lt_new li i{ padding:4px 0 0 0;}

.ng_title {
    padding: 0;
}
.con_img_new {
    padding: 0 0 18px;
    text-align: center;
}

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



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

.cat span {
    font-size: 31px;
}

.cat {
    font-size: 24px;
}



 .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;
}

.categories {
    padding-top: 55px;
}

a.gal1 .gal_bot p {
    font-size: 14px !important;
}

a.gal1 img {
    width: 100%;
}
.sm_left{
	display:none;	
}
.sm_rt{
	display:none;	
}
header h1 a{
	width:236px;
}
}


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

a.gal img {
    width: 100%;
}

.add1 {
    margin-bottom: 20px;
}

header, .gallery {
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -ms-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
}


.gallery .grid_3 {
    width: 50% !important;
}

.gallery .grid_3 a.gal {
    margin-left: 5px;
    margin-right: 5px;
}



  .map address +address {
    margin-top: 30px;
  }


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;
}
 header h1 a img {
}

 .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;
}


}

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

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




}
