@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}


.non-mobile-hide { display: none !important; }

.close-btn {
    display: block;
    width: 2.625em;
    height: 2.25em;
    padding: 0;
    border: 0;
    outline: none;
    background: #004b6c url("../images/icons/close-btn.svg") center center no-repeat;
    background-size: 1.875em 1.875em;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.no-svg .close-btn {
    background-image: url("../images/icons/close-btn.svg");
}
.close-btn:focus, .close-btn:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.nav-btn {
    display: block;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    outline: none;
    background: #004b6c url("../images/icons/nav-icon.svg") left center no-repeat;
    background-size: 1.875em 1.5em;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.no-svg .nav-btn {
    background-image: url("../images/icons/nav-icon.svg");
}
.nav-btn:hover, .nav-btn:focus {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

#outer-wrap {
    position: relative;
    /* overflow: hidden; */
    width: 100%;
}

#inner-wrap {
    position: relative;
    width: 100%;
}

#nav {
    z-index: 200;
    position: relative/*relative*/;
    top:0;
    width: 100%;
}
#nav .close-btn {
    display: none;
}

#nav ul {
    *zoom: 1;
    display: block;
}
#nav ul:before, #nav ul:after {
    content: "";
    display: table;
}
#nav ul:after {
    clear: both;
}
#nav li {
    display: block;
}
#nav li a {
    display: block;
    color: #ccc;
    font-size: 0.875em;
    line-height: 1.28571em;
    font-weight: bold;
    outline: none;
}
#nav li a:focus, #nav li a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}
#nav li#current a {
    color: #fff;
}

#header {
    z-index: 100;
    position: relative;
    margin: 0 auto;
}


#header .nav-btn {
    position: absolute;
    top:35px;
    right:20px;
    background-image:url('../images/nav-icon.png');
}


#nav .menu {
    z-index: 2;
    position: relative;
    /* padding: 5px 10px; */
}
/* ######################################################### */
/* #                             880                       # */
/* ######################################################### */
@media screen and (max-width: 1080px) { /* 55em = 880px */

    table#structure > tbody > tr > td { -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box; display: inline-block; min-width: 100% !important; }

    #outer-wrap { overflow: hidden; }

    #page-container {
        width:100%;
    }

    #container .column { display: block; float: none; width: 100% !important; }

    #container #left, #container #right { float: none; }


    #photo_gallery img, #single_image img { width: 98% !important; }
    textarea { width: 95% !important; }

    .video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px; height: 0; overflow: hidden;
    }

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


    .ContentWrapper { width: 91% !important; display: block !important; margin: auto; }
    .ContentWrapper .thumb {  width: 98% !important;  }


    #img_container .ContentWrapper .thumb { width: 98% !important; display: block !important; margin: 0 !important;clear: both; margin-bottom: 5px;  }
    #responsive_img { display: block; margin: auto; width: 98% !important; }


#menu_container{
    border-top: 0;

}
    #jqueryslidemenu {
        height: auto;
        margin: 0;
        overflow: none;
        width: 100%;
    }

    #jqueryslidemenu ul  {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #jqueryslidemenu ul li {
        display: block;
        float: none;
        background: none;
        padding: 0;
        margin: 0;
    }
    #jqueryslidemenu ul li a:link, #jqueryslidemenu ul li a:visited{
        color: #fff;
        margin: 0;
        padding: 0;
    }
	
	#jqueryslidemenu ul li a:hover {
	background: #1a5d7b !important;
	}

    #jqueryslidemenu ul li ul {
        position: static;
        margin: 0;
        padding: 0;
        top: 0;
        right: 0;

        z-index: 9999;
        border: 0;
        background: none;
        -webkit-border-radius: 0;
        border-radius: 0;

        text-shadow: none;

        width: 99.9999% !important;


    }
    #jqueryslidemenu ul li ul li  {

        margin: 0;
        padding: 0;
    }
    #jqueryslidemenu ul li ul li a {
        width: auto;
        margin: 0;

    }

    #jqueryslidemenu ul li ul li ul {
        margin: 0;
        padding: 0;
        -webkit-border-radius: 0;
        border-radius: 0;

    }
    #jqueryslidemenu ul li ul li:last-child {
        border-bottom: none;
    }

    #jqueryslidemenu ul li ul li a:hover{ /*sub menus hover style*/
        background: #444444 !important; /*#1370BF*/
        -webkit-border-radius: 0;
        border-radius: 0;

    }


    /*#jqueryslidemenu {
    display: none;
    }*/


    #nav .menu {

        padding: 0 0;
        margin: 0;
    }
    /*#jqueryslidemenu {
    display: none;
    }*/



    #nav {
        position: absolute;
        top: 0;
        padding-top: 5.25em;
        overflow: hidden;
    }
    #nav:not(:target) {
        z-index: 201;
        height: 0;
    }
    #nav:target .close-btn {
        display: block;
    }
    #nav-close-btn-cntnr{
        margin-top:  5.25em;
    }
    #nav .close-btn {
        position: absolute;
        top: -3.75em;
        right: 1.875em;
    }

    #nav li {
        position: relative !important;
        border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    }
    #nav li:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    #nav li#current:after {
        z-index: 50;
        display: block;
        content: "";
        position: absolute;
        top:25px;
        right: -0.03125em;
        margin-top: -0.625em;
        border-top: 0.625em transparent solid;
        border-bottom: 0.625em transparent solid;
        border-right: 0.625em white solid;
    }
    #nav li a {
        padding: 15px !important;

        font-size : 15px !important;
    }
    #nav li a:hover {
	border-color: #fff;
    }

    .js-ready #nav {
        height: 100%;
        width: 70%;
        right:0;
        background: #004b6c;
       /* -webkit-box-shadow: inset 1.5em 0 1.5em 0.75em rgba(0, 0, 0, 0.25);
        -moz-box-shadow: inset 1.5em 0 1.5em 0.75em rgba(0, 0, 0, 0.25);
        box-shadow: inset 1.5em 0 1.5em 0.75em rgba(0, 0, 0, 0.25); */
    }
    .js-ready #nav .menu {
        background: transparent;
    }
    .js-ready #nav .close-btn {
        display: block;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
        opacity: 1;
    }
    .js-ready #nav .close-btn:focus, .js-ready #nav .close-btn:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }

    /*    .js-ready #nav {
            left: -70%;
        }
        .js-ready #inner-wrap {
            left: 0;
        }
    
        .js-nav #inner-wrap {
            left: 70%;
        }
    
    */    .csstransforms3d.csstransitions.js-ready #nav {
        left:-100%;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .csstransforms3d.csstransitions.js-nav #nav {
        left:100%;
    }
    /*
    .csstransforms3d.csstransitions.js-ready #inner-wrap {
        left: 0 !important;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform 500ms ease;
        -moz-transition: -moz-transform 500ms ease;
        -o-transition: -o-transform 500ms ease;
        transition: transform 500ms ease;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .csstransforms3d.csstransitions.js-nav #inner-wrap {
        -webkit-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
        -moz-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
        -ms-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
        -o-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
        transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    }
    */
    .csstransforms3d.csstransitions.js-ready #nav .menu {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
        opacity: 1;
        -webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
        -webkit-transition-delay: ease, 0s;
        -moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
        -o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
        transition: opacity 300ms 100ms ease, transform 500ms ease;
        -webkit-transform: translate3d(0%, 0, 0) scale3d(0.9, 0.9, 0.9);
        -moz-transform: translate3d(0%, 0, 0) scale3d(0.9, 0.9, 0.9);
        -ms-transform: translate3d(0%, 0, 0) scale3d(0.9, 0.9, 0.9);
        -o-transform: translate3d(0%, 0, 0) scale3d(0.9, 0.9, 0.9);
        transform: translate3d(0%, 0, 0) scale3d(0.9, 0.9, 0.9);
        -webkit-transform-origin: 50% 0%;
        -moz-transform-origin: 50% 0%;
        -ms-transform-origin: 50% 0%;
        -o-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
    }

    .csstransforms3d.csstransitions.js-nav #nav .menu {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .csstransforms3d.csstransitions.js-nav #nav #social_icons_container{
        position:relative;
        top:0;
        right:0;
        float:none;
        margin:20px auto;
    }
    .csstransforms3d.csstransitions.js-nav #nav #social_icons_container a{
        float:none;
        display:inline-block;
    }
    
    #header{
        padding: 1.5em 1.25em;
    }
    
    .downarrowclass{
        top: 17px;
    }
	    #logo_container_mobile img{
        max-width:80%;
    }
    #logo_menu_social_container{
        background:transparent;
        padding:0;
    }
    #menu_social_container{
        float:none;
    }
    div.header_social_icon_container{
        display:block;
        margin:20px auto 0;
        text-align:center;
        border:none;
    }
    #menu_container{
        float:none;
    }
    .normal_display{
        display:none !important;
    }
    .mobile_display{
        display:block !important;
    }
    #footer_menu, #footer_social_container{
        float:none;
        margin:0px auto;
        text-align:center;
    }
    #footer_menu{
        margin-bottom:20px;
    }
    #backtotop_container{
        margin-left:0px;
        float:none;
        margin:0 auto;
        text-align:center;
    }
#block_style_title {
text-align: center;
font-size: 25px;
}
		        #block_style6_container .main_middle{
            padding:40px 20px;
        }



        #block_style5_container .main_middle{
            padding:40px 10px;
        }
        #style5_block_title{
            float:none;
            margin-bottom:10px;
            width:100%;
            text-align:center;
        }
        #style5_block_content{
            float:none;
            width:100%;
			padding: 10px 0;
		
        }
   
		#style5_block_content span {
		font-size: 100% !important;

		}
}


/* ######################################################### */
/* #                       MAX   750                       # */
/* ######################################################### */

@media only screen and (max-width: 750px), only screen and (max-device-width: 750px) {






    #logo {	margin: 0px; 	margin-bottom: 10px;    width:100%;    height:40px; border: 1px solid red; }
    #logo img {    width:75%; }
#copyright {	 padding:12px;	font-size:13px;  display: table;  margin: 0 auto; }

#backtotop { float: none; margin: 10px auto; display: table; }

#credits { width: 200px; float: none; margin: auto; padding: 10px 0; }
#footer_container .main_middle {     padding:16px 10px; }
    div.pagination * { font-size:20px !important; }



#img_container { width: auto !important; max-width: 100% !important;display: block; clear: both; }

#img_container .blocks_pthumb, #img_container .thumb, #img_container .item_thumb, #img_container .ImageWrapper, #img_container .ImageWrapper img.thumb { max-width: 100% !important; margin: 0 auto !important;  clear: both; } 

    /* table#content_structure  > tbody > tr > td {  padding: 3px; display: inline; float: right; min-width: 33% !important; -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;} 
    table#content_structure  > tbody > tr { display: inline; } */


    table#forefront_structure  > tbody > tr > td { display: block; width: 100% !important; -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box; padding: 0 !important; }

    table#structure > tbody > tr > td { display: block; width: 100% !important; }



}

/* ######################################################### */
/* #                             480                       # */
/* ######################################################### */
@media only screen and (max-width : 480px), only screen and (max-device-width: 480px) {

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

    #related_item { min-width: 95%;  }
    #photo_gallery img, #single_image img { max-width: 99% !important; height: auto; width: auto\9; /* ie8 */ }
    #item_button { min-width: 40%; padding: 5px; }

    #item_file #item_ext { padding: 7px 10px; width: 25%; }

    table#content_structure > tbody > tr { display: block; }
    table#content_structure > tbody > tr > td { display: block; width: 100% !important; float: none; padding-left: 0 !important; padding-right: 0 !important; } 

	.mobile-hide { display: none !important; }
	.non-mobile-hide { display: block !important; }

	textarea, INPUT.editbox, select.editbox {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 90%;
	}
	div.block { height: auto !important; margin-left: 0 !important; margin-right: 0 !important; }
	#breadcrumb_container {
	padding-top: 8px; 

	}
	#breadcrumb li {
		font-size: 15px;
	}
	#inside_page_bg_image{
    height:45px;

	}
#container #content div#page_inside { padding: 5px; }


    #style6_block_newsletter_div{
        display:inline-block;
       max-width:85%;
        border:2px solid #004b6c;
        padding:18px;
		margin-top: 20px;
    }
#style6_block_newsletter_div p { display: none; }


h1              { font-size: 1.55em; 	text-transform: uppercase; }
h2              { font-size: 1.25em;  	text-transform: uppercase; }
h3              { font-size: 1em;  }
h4              { font-size: 0.83em; }
h5              { font-size: .75em; }
h6              { font-size: .50em;}


}



@media screen and (min-width: 1080px) { /* 55em = 880px */

    #header .nav-btn {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

}





  
    @media screen and (max-width: 1100px) {
        .block_style2_img_hover h1{
            margin-top:60px;
        }
    }
    @media screen and (max-width: 800px) {
        #block_style2_container table tr{
            display:inline;
        }
        #block_style2_container table td{
            float:left;
            width:50%;
        }
    }
    @media screen and (max-width: 600px) {
        #block_style2_container table td{
            float:none;
            display:block;
            margin-bottom:10px;
            width:auto;
        }
        #block_style1_summary{
        padding:20px 10px 0;
    }
        #block_style1_summary *{
            font-size:22px;
        }
        #block_style_title{
            font-size:20px;
        }
        .block_style_more_btn{
            font-size:18px;
        }
    }




