/* CSS reset code */
html, body, div, span, applet, object, iframe, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small,  sub, sup, tt, var,
dl, dt, dd,li,
fieldset, form, label, legend,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,input, select, option {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 20px;
     font-family:Roboto;
	 


}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
	text-decoration:none;
	color:#FFF;
	
}

hr{
	border:none;
	border-bottom:dotted 2px;
}
h2{

}

/* --------------------------------------------------- */


body{
	background:#F0F0F0;
}

div.liner{
   background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0.33, #666), color-stop(0.67, #999));
   background-image: -moz-linear-gradient(center left, #666 33%, #999 67% );
   width:250px;
   height:1px;
   position:absolute;
   top:0;
   left:0;
   padding-right:3px;

}

#header{
	width:100%;
	min-width:1000px;
	height:60px;
	background-color:#1C75BC;
	position:relative;
	
}

#header #headerCont{
	width:1000px;
	height:60px;
	margin:auto;
	margin-top:100px;
	position:relative;
}
#header #headerCont #search {
	position:relative;
	z-index:10000;
    width:208px;
    margin-right:10px;
	float:right;
	margin-top:13px;
		

}
#header #headerCont #search .s{
	background-color:#CCC;
    height:26px;
	width:170px;
	float:left;
	border:2px solid #60B8D2;
        padding-bottom:1px;

}
#header #headerCont #search #button{
     	font-size:18px;
        cursor:pointer;
        float:right;
        background:url(Ss.png) no-repeat;
        width:34px;
        height:31px;
        text-indent:-999999px;
	position:relative;
        float:right;
        



        
}
#header #headerCont img{
	position:absolute;
	bottom:65px;
	left:20px;
        
}

#header #headerCont #navBar{
	width:800px;
	height:60px;
	position:relative;
        z-index:9999;
        margin-left:80px;
	
}
#header #headerCont #navBar #point{
height:2px;
width:82px;
border-top:4px solid #06364F; 
position:absolute;
top:0px;
left:0px;
z-index:99999;
background:transparent;
transition:left 1s, width 1s;
-moz-transition:left 1s, width 1s;
-webkit-transition:left 1s, width 1s;
-o-transition:left 1s, width 1s;

}
#header #headerCont #navBar ul{
list-style:none;
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
#header #headerCont #navBar ul > li{
	list-style:none;
	display:inline;
	margin-right:5px;
        min-width:60px;
	line-height:55px;
        position:relative;
    
    z-index:9999;
    height:55px; 
    float:left;
    padding:0 10px 5px 10px;
    margin-right:10px;
	text-align:center;

        

	

	

	
}
#header #headerCont #navBar ul li:first-child{
	margin-left:0px;
        line-height:51px;

       

}
#header #headerCont #navBar ul li:hover
{
	background:#CCC;
}
#header #headerCont #navBar ul li a{

font-weight:700;


}

		



#navBar ul li ul{
	width:235px;
	height:auto;
	position:absolute;
	background:#1C75BC;
	display:none;
        z-index:9999;
        top:60px;
        left:0;
        
     
}
#navBar ul ul ul{
left:auto;
right:-235px;
top:0;
}
#navBar ul ul li:hover ul{
display:block;
}
#header #headerCont #navBar ul li ul li{
	list-style:none;
	display:block;
	margin-bottom:0px;
	height:28px;
	position:relative;
	float:left;
    clear:both;
    line-height:25px;
    border-top:1px solid #A8A5A3;

	text-align:left;
	padding:3px 0px;

     
	

        
	
}
#header #headerCont #navBar ul li ul li:first-child{
border-top:none;
line-height:25px;
}
#header #headerCont #navBar ul li ul li a{
	color:#fff;
    font-size:14px;
     font-weight:400;
	 height:30px;
	 width:225px;
	 padding:0 5px;
	 float:left;
}
a.lang{
	color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    height: 30px;
    right: 10px;
    position: absolute;
    top: 15px;
}
#header #headerCont #navBar ul li ul li:hover{
		background-color:rgba(255,255,255,0.3);
		color:#fff;
        border:none;

}

#content{
	width:1000px;
	margin:20px auto;
	position:relative;
        overflow:hidden;
	
	
}

#content #Gallery{
	width:1000px;
	height:384px;
	background-color:#F0F0F0;
	position:relative;
	overflow:hidden;
	
}
#content #Gallery .Imgs img{
position:absolute;
z-index:100;
}

#content #Gallery #listCer{
	width:100%;
	height:30px;
	position:absolute;
	bottom:5px;
	left:10px;
	text-align:left;
	
}
#content #Gallery #listCer ul{
	width:100%;
	height:30px;
	position:relative;
}
#content #Gallery #listCer ul li{
	list-style:none;
	width:15px;
	height:15px;
	position:relative;
	border-radius:50%;
	display:inline-block;
	z-index:99999999;
	background:rgba(0,0,0,0.3);
	cursor:pointer;
}
#content #Gallery #listCer ul li:hover{
		background:rgba(0,0,0,0.5);

}
#content #contentText{
	width:980px;
	height:auto;
	background-color:#fff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
        overflow:hidden;
	padding:10px;

}
#content #contentText #contentTextLeft{
	width:340px;
	min-height:350px;
	float:right;
	position:relative;
	margin-top:20px;
        overflow:hidden;

}

#content #contentText .scrollbar1{
	width:620px;
	height:auto;
	position:relative;
	float:left;
	margin-top:20px;
	margin-left:10px;
       
	
	
}
#content #contentText .scrollbar1 .text1{
	width:250px;
	min-height:200px;
	float:left;
	position:relative;
	margin-right:30px;
	margin-top:10px;
	overflow:hidden;
	border:1px solid #EBEBEB;
	padding:2px 2px 20px 2px;
       
	box-shadow:5px 5px 5px #EBEBEB;
	
	
}
#content #contentText #contentTextright .text2{
	width:980px;
	min-height:200px;
	float:left;
	position:relative;
	margin-right:30px;
	position:relative;
	margin-top:10px;
	overflow:hidden;
}
#content #contentText #contentTextright .text2 h1{
	position:relative;
	width:250px;
	color:#404144;
	padding-top:15px;
	margin-bottom:20px;
	margin-top:10px;
	font-size:1.1em;	
}
#content #contentText .scrollbar1 .text1 h1{
        position:relative;
	width:250px;
	color:#fff;
	padding:8px 5px;
        margin:0;
	margin-bottom:5px;
	margin-top:0px;
	font-size:1.1em;
        background:#1C75BC;
}
#content #contentText .scrollbar1 .text1 h2,#content #contentText #contentTextright .text2 h2{
	text-align:justify;
    color:#5E5E5E;
    font-size:0.9em;

	
	
	
}
#content #contentText #contavtF{
	width:980px;
	height:auto;
	overflow:hidden;
	float:left;
	position:relative;
}

#footer{
	background:#1C75BC;
	width:100%;
	height:70px;
	font-size:1.0em;
}

#footer #footerContent{
	width:1000px;
	margin:auto;
	height:70px;
}

#footer #footerContent h1{
	min-width:100px;
	float:left;
	line-height:50px;
	color:#fff;
	font-size:0.9em;
}

#footer #footerContent #soc{
	float:right;
	color:#fff;
	height:60px;
	vertical-align:top;
        margin-top:5px;
}
#footer #footerContent #soc h1{
	margin-top:0px;
	margin-right:-20px;
	font-size:1.0em;
	width:100px;
	line-height:60px;
}
#footer #footerContent #soc a{
        width:32px;
        height:32px;
	margin-right:0px;
	margin-top:15px;
        float:right;
        position:relative;
        overflow:hidden;
        margin-left:5px;
}
#footer #footerContent #soc a img{
        width:32px;
        height:32px;
        float:right;
        position:relative;
}

/*this for pages Stayle*/
#contentText #pageContentLeft{
	float:left;
	width:250px;
	height:auto;
        padding-bottom:10px;
	border-radius:5px 0 0 5px;
	-moz-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;
      background:#F0F0F0;
	  padding-left:-10px;
	  padding-top:-10px;
	  margin:0;


	
}
#contentText #pageContentLeft  ul{
list-style:none;
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
#contentText #pageContentLeft ul a{
  color:#333;
 font-weight:500;

}

#contentText #pageContentLeft ul li{

	padding:10px 5px 10px 20px;
    position:relative;

	
}
#contentText #pageContentLeft ul li a{
width:250px;
height:30px;

}
#contentText #pageContentLeft ul li a:hover{


}

#contentText #pageContentLeft ul li:hover,#contentText #pageContentLeft ul li a:hover{
color:#1C75BC;
}



#contentText #pageContentRight{
	width:690px;
	height:auto;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	float:left;
        padding-bottom:10px;
	
}
#contentText #pageContentRight .scrollbar1{
	width:710px;
	height:auto;
overflow:hidden;
	position:relative;
	float:left;
	margin-top:20px;
	margin-left:10px;
       
	
	
}
#contentText #pageContentRight .text2 {
	min-width:250px;
	min-height:200px;
	float:left;
	position:relative;
	margin-right:30px;
	
}

#contentText #pageContentRight .text2 h1{
	width:250px;
	color:#404144;
	padding-top:15px;
	margin-bottom:20px;
	margin-top:10px;
	margin-left:10px;
	position:relative;
	
	
}
#contentText #pageContentRight .text2 h2{
	text-align:justify;
	width:690px;
	margin-left:10px;
        color:#5E5E5E;

	
}
/*This For Singular Page and Tax */
#section2{
	border:1px solid #CCC;
	border-left:none;
	margin-bottom:20px;
	width:99.9%;
	height:399px;
	border-radius:5px;
	float:left;
        background:rgba(255,255,255,0.3);
	

}
.main_title{
	width:99%;
	height:auto;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	background:#1C75BC;
	border-radius:0 5px 5px 0;
	padding:10px 0;
	padding-left:10px;
	margin-bottom: 15px;
	float:left;
}
#section2 .tabs{
	position:relative;
	width:62px;
	height:auto;
	float:left;
	font-size:18px;
	font-weight:bold;
	
}
#section2 .tabs a{
	position:relative;
	float:left;
	background:url(/web/20171017114323im_/http://www.aic.ps/wp-content/themes/AIC/css/a_bg.png) repeat-x left;
	width:92px;
	height:62px;
	border:1px solid #CCC;
	color:#1C75BC;
	text-align:center;
	line-height:55px;
	border-radius:5px;
	transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	-webkit-transform:rotate(270deg);
	padding:1px 20px;
	margin:34px 0 33px -33px;	
}
#section2 .tabs a:last-child{
	margin-bottom:0;
	
}
#section2 .tabs a.active{
	background:#fff;
	border-bottom:none
}
#section2>.content{
	position:relative;
	width:810px;
	height:90%;
	padding:20px;
	float:right
}

.tabs1{
	position:relative;
	width:100%;
	height:100%;
	float:left;
	overflow:hidden;

}
.tabs1 .left {
    float: left;
	max-height:100%;
    overflow: hidden;
    position: relative;
    max-width: 250px;
}
.tabs1 .img{
	position:relative;
	width:100%;
	height:100%;
	float:left;
}

.tabs1 .img img{
	position:relative;
	width:100%;
	height:100%;
}

.tabs1 .right{
	position:relative;
	float:right;
	width:520px;
	height:100%;
	overflow:hidden;
}
.tabs1 .right .title,.tabs1 .right .content{
	position:relative;
	width:100%;
	font-size:25px;
	font-weight:bold;
	color:#1C75BC;
	float:left;
}
.tabs1 .right .content{
	color:#5E5E5E;
	font-size:16px;
	font-weight:normal;
	margin-top:15px;
}
.tabs1 .right .slug{
	position:relative;
	width:100%;
	font-size:15px;
	font-weight:bold;
	color:#7c7c7c;
}


a.more{
	position:absolute;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	padding:5px 20px;
	cursor:pointer;
	background:#1C75BC;
	right:0;
	bottom:0;
	border-radius:0 10px 10px 0;
}

#section_cat{
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
	float:left;
}

.postss{
	width:233px;
	overflow:hidden;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	border:1px solid #1C75BC;
	border-radius:5px;
        background:rgba(255,255,255,0.3);
}
.postss.lasts{
	margin-right:0px;
}
.postss .img_feature {
    float: left;
    /*height: 160px;*/
    margin: 6px 55px;
    position: relative;
    width: 120px;
}
.postss .img_feature img{
	width:100%;
	/*height:100%;*/
}
.postss .title{
	background:#1C75BC;
	width:100%;
	float:left;
	text-align:center;
	font-weight:bold;
	font-size:18px;
	padding:5px 0;
        height:50px;
}
.postss .title a{
color:#fff;
}
.postss:hover .title a{
color:#1C75BC;
}
.postss:hover .title{
background:#fff;
}
#single_prod{
	position:relative;
	width:100%;
	min-height:400px;
	height:auto;
	overflow:hidden;
	float:left;
	background:url(/web/20171017114323im_/http://www.aic.ps/wp-content/themes/AIC/css/blu.png) left bottom no-repeat;
}
#single_prod .title{
	position:relative;
	float:right;
	font-size:28px;
	font-weight:bold;
	color:#1C75BC;
	width:70%;
	height:auto;
	overflow:hidden;
        padding-bottom: 5px;
}
#single_prod .content{
	position:relative;
	float:right;
    color:#5E5E5E;
	width:70%;
	height:auto;
	overflow:hidden;
	padding-bottom:180px;
}

#single_prod .feature_img{
	width:250px;
	height:380px;
	float:left;
	overflow:hidden;
	position:relative;
}
#single_prod .feature_img img{
	width:100%;
	height:100%;
}
.show_tags{
position:relative;
	float:right;
	margin-right:10px;
}
.show_tags ul{
list-style:none;
margin:0;
padding:0;
position:absolute;
width:200px;
background:#fff;
border:1px solid #ccc;
top:25px;
right:0;
z-index:99;
display:none;
}
.show_tags ul.active{display:block;}
.show_tags li{
position:relative;
float:left;
width:100%;
font-size:14px !important;
font-weight:normal !important;
}
.show_tags a{
position:relative;
float:left;
width:190px;
padding-left:10px;
color:#1C75BC;
border-bottom:1px solid #1C75BC;
padding-bottom:5px;
font-size:14px !important;
font-weight:normal !important;
}
.show_tags a:hover{
color:#fff;
background:#1C75BC;
}
.show_tags .icon{
position:relative;
float:left;
cursor:pointer;
font-size: 15px;
}
.comment_face{
position:relative;
float:left;
width:100%;
margin:10px 0;
background:rgba(255,255,255,0.7);
}
.rating,.hreview-aggregate{
display:none;
}
.ratingg {
    clear: both;
    float: left;
    margin-top: 5px;
    padding: 5px;
    position: relative;
    width: 185px;
}
.ratingtext {float:left;}
.show_comments{
position:relative;
float:left;
padding:5px 10px;
color:#fff;
font-size:14px;
font-weight:bold;
background:#1C75BC;
cursor:pointer;
}
.comment_face .cont{
position:relative;
float:left;
width:980px;
padding:10px;
display:none;
}
.comment_face .cont a{
color:#fff !important;
font-weight:bold !important;
}
.comment_face .cont.active{
display:block;
}
.breadcrumb{
position:relative;
float:left;
width:100%;
margin-bottom:20px;
font-size:14px;
font-weight:bold;
color:#000;
}
.breadcrumb a{
position:relative;
float:left;
margin-right:5px;
color:#1C75BC;
}
.div_icons {
  float: right;
  padding: 10px 0;
  position: relative;
  text-align: left;
  width: 55%;
  z-index: 2;
}
.icon_tab{
width:34px;
height:34px;
display:inline-block;
margin-right:5px;
cursor:pointer;
}
.icon_tab img{
width:100%;
height:100%;
border-radius:50%;
}
.icon_tab .tab_cont{display:none;}
.raw_block{
position:relative;
float:left;
margin-right:20px;
margin-bottom:20px;
width:150px;
overflow:hidden;
}
#section_cat .raw_block:nth-child(6n){
margin-right:0px;
}
.raw_block img{
position:relative;
float:left;
width:150px;
height:170px;
}
.raw_block a{
position:relative;
float:left;
}
.raw_block  .title{
position:relative;
float:left;
width:100%;
font-size:11px;
color:#007AC9;
text-align:center;
background:#fff;
padding:3px 0;
}
.raw_block  a:hover .title{
color:#fff;
background:#007AC9;
}
.subb .small{font-size:15px;float:left; width:100%}
.subb .big{float:left; width:100%}

/*
     FILE ARCHIVED ON 11:43:23 Oct 17, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:37:44 Jun 02, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.431
  load_resource: 70.898
  PetaboxLoader3.resolve: 50.62
  PetaboxLoader3.datanode: 19.683
*/