 @font-face{
    font-family: myriad-pro;   
    src:url('/font/MYRIADAT.TTF')   
}
/************** deafault css******************/
.logo-xs{
    width:110px;
    height:30px;
    position: absolute;
    right: 0px;
}
.logo-s{
    width:220px;
    height:60px;
    
}
.logo-m{
    width:330px;
    height:90px;
}

.aligncenter {
    display:block;
    margin:0 auto 15px;
}


a:focus {
    outline:0px solid;
}

a:hover {
    text-decoration:none;
}

img {
    max-width:100%;
    height:auto;
}



.section_padding {
    padding:3px 0;
}










/************ feature area css *************/


#features_area{
    background-color:#fff;
    margin-top:-6%;
}

.single_feature {
    border:2px solid #fff;
}
.second_mobile{
    display:none;
}
@media only screen and (min-width: 735px) and (max-width: 1024px){
    .second_mobile{
    display:block;
}
}
@media only screen and (max-width: 735px){
    .second_mobile{
    display:block;
}
}



figure.effect-T-Share img {
    width: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-13px,5px,0) scale(1.05);
	transform: translate3d(13px,5px,0) scale(1.05);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}


figure.effect-T-Share:hover img {
	opacity: 0.5;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}

figure.effect-T-Share h2 {
	position: absolute;
	right: 0;
	top: 0;
	padding: 1em 1.2em;
}

figure.effect-T-Share .position {
	position: absolute;
	left: 0;
	top: 0;
	padding: 3.4em 1.8em;
}

figure.effect-T-Share hr {
	width: 210px;
	text-align: right;
	position: absolute;
	top: 80px;
	right: 50px;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-T-Share:hover hr {
	opacity: 0;
	-webkit-transform: translate3d(0,100px,0);
	transform: translate3d(0,100px,0);
	
}

figure.effect-T-Share p {
	margin-top: 70px !important;
	padding: 0 0 0 10px;
	width: 50%;	
	font-style: italic;
	border-right: 2px solid #fff;
	text-align: left;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-40px,0);
	transform: translate3d(0.-40px,0);
}

figure.effect-T-Share:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}




figure.effect-ExaSAN img {
	
	width: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-13px,5px,0) scale(1.05);
	transform: translate3d(-13px,5px,0) scale(1.05);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}


figure.effect-ExaSAN:hover img {
	opacity: 0.5;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}

figure.effect-ExaSAN h2 {
	position: absolute;
	left: 0;
	top: 0;
	padding: 1em 1.2em;
}

figure.effect-ExaSAN .position {
	position: absolute;
	left: 0;
	top: 0;
	padding: 3.4em 1.8em;
}

figure.effect-ExaSAN hr {
	width: 210px;
	text-align: left;
	position: absolute;
	top: 80px;
	left: 50px;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-ExaSAN:hover hr {
	opacity: 0;
	-webkit-transform: translate3d(0,100px,0);
	transform: translate3d(0,100px,0);
	
}

figure.effect-ExaSAN p {
	margin-top: 70px !important;
	padding: 0 0 0 10px;
	width: 50%;	
	font-style: italic;
	border-left: 2px solid #fff;
	text-align: left;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-40px,0);
	transform: translate3d(0.-40px,0);
}

figure.effect-ExaSAN:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}




.ExaSAN_grid {
	overflow: hidden;
	padding: 0 0 0 0;
	width: 100%;
	list-style: none;
	text-align: center;

}

/* Common style */
.ExaSAN_grid figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	margin: -0.135em;
	width: 100%;
	background: #0f1c27;
	text-align: center;
	cursor: pointer;
}

.ExaSAN_grid figure img {
	position: relative;
	display: block;

	opacity: 1;
}

.ExaSAN_grid figure figcaption {
	padding: 2em;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ExaSAN_grid figure figcaption::before,
.ExaSAN_grid figure figcaption::after {
	pointer-events: none;
}

.ExaSAN_grid figure figcaption,
.ExaSAN_grid figure a {
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	height: 100%;
}



/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.ExaSAN_grid figure a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.ExaSAN_grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
    font-size:40px;
}



.ExaSAN_grid figure h2,
.ExaSAN_grid figure p {
	margin: 0;
}

.ExaSAN_grid figure p {
    font-size:17.5px

}


.T-Share_grid {
	overflow: hidden;
	padding: 0 0 0 0;
	width: 100%;
	list-style: none;
	text-align: center;

}

/* Common style */
.T-Share_grid figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	margin: -0.135em;
	width: 100%;
	background: #0f1c27;
	text-align: center;
	cursor: pointer;
}

.T-Share_grid figure img {
	position: relative;
	display: block;
	opacity: 1;
}

.T-Share_grid figure figcaption {
	padding: 2em;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.T-Share_grid figure figcaption::before,
.T-Share_grid figure figcaption::after {
	pointer-events: none;
}

.T-Share_grid figure figcaption,
.T-Share_grid figure a {    
	position: absolute;
	top: -10px;
	right: 0px;
	width: 100%;
	height: 100%;
}



/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */


.T-Share_grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
    font-size:40px;
}



.T-Share_grid figure h2,
.T-Share_grid figure p {
	margin: 0;
    
}

.T-Share_grid figure p {
    margin-left:50%;
    font-size:17.5px


}






/************** Case Study css ******************/
#casestudy_area{
    padding:20px 0;
}




/************** footer area css ******************/
@media only screen and (max-width: 980px){
    #footer_area ul{
        display:none;
    }
}
#footer_area {
    background-color:rgba(35, 35, 35, 0.95);
    width:100%;
    padding:15px 0px;
    color:#fff;
    position:relative;
    float:left;

}
#footer_area ul{
    list-style:none;
}
#footer_area ul .firstli a{
    font-size:18px;
    font-weight:200;
    margin-top:10px;
    font-family:myriad-pro;
    color:#fff;
}
.firstli{
    font-size:19px;
    font-weight:200;
    margin-top:10px;
}
#footer_area li a {
    font-family: myriad-pro;
    font-weight: 300;
    color: #d6d6d6;
    font-size: 12px;
}
#footer_area a:hover{
    color:#8e8e8e;
    text-decoration:underline;
}
#footer_area .spantellink a{
    font-size:24px;
    color:#fafafa;
}
#footer_area .spantellink a:hover{
    color:#8e8e8e;
    text-decoration:none;
}




/***********case_study************/
.text_justify{
    text-align:justify;
}
 @media only screen and (min-width: 735px) and (max-width: 1024px){
     .text_justify{
    text-align:initial;
}
 }
 @media only screen and (max-width: 735px){
     .text_justify{
    text-align:initial;
}
 }












/******************** TEXT ***********************/
.pr-content h1{
    letter-spacing:1px;   
    font-size:50px;
    font-weight:100;
    font-family:myriad-pro;
}

.pr-content h2{
    font-size:40px;
    font-weight:200;
    font-family:myriad-pro;  
}
.pr-content h3{
    font-size:30px;
    font-weight:400;
        font-family:myriad-pro;  

}
.pr-content h4{
    font-size:18px;
}
.pr-content ul li{
    font-size:20px;
    font-weight:200;
}
.pr-content p{
    font-size:20px;
    font-weight:200;
}
.pr-content i{
    font-size:16px;
    font-weight:200;
    color:#9f9f9f;
}
.span-h2{
    font-size:40px;
    font-weight:200;
    font-family:myriad-pro;  
}
.span-h3{
    font-size:26px;
    font-weight:200;
        font-family:myriad-pro;  

}
.span-p{
    font-size:20px;
    font-weight:200;
}
.span-hyperlink{
    font-size:20px;
}
.span-hyperlink a{
    font-size:20px;
    color:#1245ad;
}
.span-hyperlink a:hover{
    text-decoration:underline;
    color:#1245ad;
}
.span-indexlink{
    font-size:20px;
    font-weight:200;
}
.span-indexlink a{
    font-size:20px;
    font-weight:200;
    color:#454545;
}
.span-indexlink a:hover{
    text-decoration:underline;
    color:#dbdbdb;
}
.span-presshyper{
    font-size:20px;
    font-weight:200
}
.span-presshyper a{
    font-size:20px;
    font-weight:200;
    color:#f37700;
}
.span-presshyper a:hover{
    text-decoration:underline;
    color:#f37700;
}

.span-bighyperlink a{
    color:#1245ad;
    font-size:40px;
    font-weight:200;
    font-family:myriad-pro;  
}
.span-bighyperlink a:hover{
   color:#416abd
}
.span-mediumhyperlink a{
    color:#286192;
    font-size:27px;
    font-weight:200;
}
.span-mediumhyperlink a:hover{
    text-decoration:underline;
    color:#286192;
}
.pr-test h1{
    font-size:32px;
    font-family:myriad-pro;
    font-weight:500;

}
.pr-test .title_i{
    color:#353535;
    font-size:20px;
    font-weight:600;
}
.pr-test ul li{
    font-size:18px;
    font-weight:200;
}
.pr-test p{
    font-size:18px;
}
.pr-test h2{
    font-size:23px;
        font-family:myriad-pro;  
        font-weight:600;

}
.pr-test h3{
    font-size:20px;
        font-family:myriad-pro;  

}
.pr-test h4{
    font-size:18px;
}
.pr-test i{
    color:#5f5f5f;
    font-size:15px;
}
.pr-test p >i{
    font-size:18px;
    color:#000;
}

.span-smhyperlink{
    font-size:18px;
    font-weight:200;
}
.span-smhyperlink a{
    font-size:18px;
    font-weight:200;
    color:#1245ad;
}
.span-smhyperlink a:hover{
    text-decoration:underline;
}
.span-testhyper {
    font-size:18px;
}
.span-testhyper a{
    font-size:18px;
    color:#286192;
}
.span-testhyper a:hover{
    text-decoration:underline;
    color:#286192;
}

@media only screen and (max-width: 735px){
.pr-test h1{
    font-size:18px;
    font-family:myriad-pro;
}
.pr-test h2{
    font-size:17px;
}
.pr-test h3{
    font-size:16px;
}
.pr-test h4{
    font-size:15px;
}
.pr-test p{
    font-size:13px;
}
.pr-test i{
    font-weight:200;
    color:#9f9f9f;
    font-size:10px;
}
.pr-test .title_i{
    color:#353535;
    font-size:16px;
}
.pr-test ul li{
    font-size:15px;
    font-weight:200;
}
.span-testhyper a{
    font-size:13px;
    font-weight:200;
    color:#f37700;
}
.span-testhyper {
    font-size:13px;
    font-weight:200;
}
}
@media only screen and (max-width: 735px){
    .pr-content h1{
    letter-spacing:2px;
    font-size:30px;
    font-weight:300;
    font-family:myriad-pro;
}

.pr-content h2{
    font-size:20px;
    font-weight:200;
    font-family:myriad-pro;  
}
.pr-content h3{
    font-size:16px;
    font-weight:200;
}
.pr-content h4{
    font-size:14px;
}
.pr-content ul li{
    font-size:12px;
    font-weight:200;
}
.pr-content p{
    font-size:12px;
    font-weight:200;
}
.pr-content i{
    font-size:10px;
    font-weight:200;
    color:#9f9f9f;
}
.span-hyperlink{
    font-size:12px;
}
.span-hyperlink a{
    font-size:12px;
    color:#1245ad;
}
.span-indexlink{
    font-size:12px;
    font-weight:200;
}
.span-indexlink a{
    font-size:12px;
    font-weight:200;
    color:#454545;
}
.span-smhyperlink{
    font-size:14px;
}
.span-smhyperlink a{
    font-size:14px;
    color:#1245ad;
}
.span-presshyper a{
    font-size:12px;
    font-weight:200;
    color:#f37700;
}
.span-presshyper{
    font-size:12px;
    font-weight:200
}
.span-bighyperlink a{
    color:#1245ad;
    font-size:20px;
    font-weight:200;
    font-family:myriad-pro;  

}
.span-mediumhyperlink a{
    color:#1245ad;
    font-size:14px;
    font-weight:200;
}
.span-h2{
    font-size:20px;
    font-weight:200;
    font-family:myriad-pro;  
}
.span-h3{
    font-size:16px;
    font-weight:200;
}
.span-p{
    font-size:12px;
    font-weight:200;
}


}


.row-spec{
    padding:5px 5%;
}
.spec-tb{
    border-collapse: collapse;
    width: 100%;
    padding:0 10%;
    padding-top:5%;

}
.spec-tb td{
    padding: 8px;
    font-size:18px;
    text-align:center;

}
.spec-tb h3{
    font-size:20px;
}

.spec-tb caption{

    font-size:30px;
}
.spec-tb tr:nth-child(even){background-color: #f5f5f5}
.spec-tb ul{
    padding-left:30%;
    text-align:left;
}


.row-hero-content{
    padding:0 15%;
}
.row-background{
    background-color:rgba(0, 0, 0, 0.40);
}
.row-prcontent{
    padding:0 10%;
    margin-top:10px;
}
.row-prindex{
    padding:0 5%;
    margin-top:10px;
}
.row-nspr{
        padding:0 10%;
}
.row-smboth{
    padding:0 2.5%;
}
.row-smleft{
    padding-left:5%;
}
.row-smright{
    padding-right:5%;
}
.row-smboth{
    padding:0 3%;
}
.row-left{
    padding-left:10%;
}
.row-right{
    padding-right:10%;
}

.row-top{
    padding-top:3%
}
.row-mediumtop{
    padding-top:5%;
}

.row-bottom{
    padding-bottom:3%
}
.row-largetop{
    padding-top:10%;
}
.row-smalltop{
    padding-top:10px;
}
@media only screen and (max-width: 735px){
    .small-row-both{
        padding:0 10%;
    }
    .small-row-clear{
        padding:0;
    }
}
@media only screen and (min-width: 735px) and (max-width: 1024px){
    .medium-row-both{
        padding:0 10%;
    }
    .medium-row-clear{
        padding:0;
    }
}
.press-row-header{
    text-align:center;
    padding:0 5%;
    letter-spacing:3px;
    text-transform:uppercase;
}


.test-row-header{
    text-align:center;
    padding:0 5%;  

}

.doc_img{
    height:215px;
    width:160px;
}












.review_author{
    font-size:36px;
    font-weight:600;
}

.review_img{
    width:200px;
}
@media only screen and (max-width: 735px){
    .review_img{
        width:130px;
    }
}



.pr-reseller h3{
    font-size:20px;
    font-weight:600;
    color:#007C60;
}
.pr-reseller span{
    font-size:15px;
    font-weight:500;
}

.pr-reseller a{
    font-size:15px;
    color:#1245ad;
    font-weight:400;
}

.pr-reseller a:hover{
    text-decoration:underline;
    color:#1245ad;
}



.token-small{
    font-size:20px;
    font-weight:300;
    color:#5f5f5f;
    line-height: 1.28571;
}
.token-large{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; 
    font-size:55px;
    font-weight:100;
    color:#454545;
    line-height: 0.89706;
}
.token-xlarge{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size:90px;
    font-weight:100;
    line-height: 0.89706;
}
.token-medium{
    font-family:myriad-pro;  
    font-size:30px;
    font-weight:100;
    color:#454545;
        line-height: 0.8125;
}

@media only screen and (max-width: 735px){
    .token-small{
    font-size:10px;
    font-weight:300;
    color:#5f5f5f;
    line-height: 1.28571;
}
.token-large{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size:35px;
    font-weight:100;
    color:#454545;
    line-height: 0.89706;
}
.token-medium{
    font-family:myriad-pro;  
    font-size:20px;
    font-weight:100;
    color:#454545;
        line-height: 0.8125;
}
}



/***Media***/
.media-block {
    background-color: #fafafa;
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
    border-top: 10px solid #808080;
    padding: 0 1%;
}


.media-img{
    margin-top:20px;
}


/*****404*****/
.h1_404{
    font-weight:400;
    font-size:150px;
    color:#7f7f7f;
}
@media only screen and (max-width: 735px){
.h1_404{font-size:90px}
}
@media only screen and (min-width: 735px) and (max-width: 1024px){
.h1_404{font-size:100px}
}


.ul_404{
    list-style:none; 
    padding:0;
    text-align:center;
}
.ul_404 >li{
    display:inline;
    position:relative;
    list-style-type:none;

}
.ul_404 >li>a{
    color:#606060;
	text-decoration:none;
	font-weight:400;
	font-size:16px;
    display:inline-block;
    padding:0 10px;
}
.ul_404 >li>a:hover{
    color:#303030;

}

/***Product_row_selection***/
.row_selection>img{
    width:250px;
}
.row_selection>p{
    font-size:17px;
}
@media only screen and (max-width: 735px){
.row_selection>img{
    width:200px;
}
}


/*****News_image_icon****/
@import url(http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);

figure.share-link {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #000000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

figure.share-link img {
  width: 100%;
  height:100%;
  opacity: 1.0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;

}

figure.share-link .icons {
  bottom: 0;
  left: 40px;
  position: absolute;
  text-align: center;
}
figure.share-link .icons i {
  display: inline-block;
  font-size: 22px;
  color: #ffffff;
  opacity: 1;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translate(0, 40px);
  transform: translate(0, 40px);
}
figure.share-link .corner {
  position: absolute;
  bottom: 0;
  text-align: center;
  color: #ffffff;
}
figure.share-link .corner i{
    color:#fff;
}
figure.share-link .icons i,
figure.share-link .corner {

  height: 35px;
  width: 35px;
  line-height: 35px;
  font-weight:300;
  background: #262626;
}
figure.share-link a {
  opacity: 0.8;
}
figure.share-link a:hover {
  opacity: 1;
}




figure.share-link:hover img,
figure.share-link.hover img {

  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.share-link:hover .icons,
figure.share-link.hover .icons {
  opacity: 1;
}
figure.share-link:hover .icons i,
figure.share-link.hover .icons i {
  -webkit-transform: translate(0, px);
  transform: translate(0, 0px);
  opacity: 1;
}
figure.share-link:hover a:first-child i,
figure.share-link.hover a:first-child i {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
figure.share-link:hover a:nth-child(2) i,
figure.share-link.hover a:nth-child(2) i {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
figure.share-link:hover a:nth-child(3) i,
figure.share-link.hover a:nth-child(3) i {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}










/******Popiframe********/
.button {
   background: #f37700;
   color: white;
   padding: 11px;
   border-radius: 5px;
   position: relative;
   top:15px;
   cursor: pointer;
   box-shadow: 0px 3px 10px black;
}

.button:active {
   top: 12px; 
   box-shadow: 0px 2px 10px black;
}

.button:hover {
   background: #f59232; 
}

div.video {
   margin:auto;
   margin-top:10%;
   z-index: 2;
}
div.video-wrapper {
   z-index: 2;
   background: rgba(0,0,0,.5);
   position: fixed;
   display: none;
   width: 100%;
   height: 100%;
   top: 0px;
   left: 0px;
}