html, body {   
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body{
    background: #fff;
    color:#58595B;
    //font-family: 'Ubuntu', sans-serif;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

h1, h2, h3, h4, h5, h6 {

    line-height: 44px;
    font-family: 'Ubuntu', sans-serif;
    color:#005E99;
    padding:0px;
    margin: 6px 0px;
}
h1, h2 {
    font-size: 32px;
    font-weight: 200;
}
h1 {
	font-weight: 400;
}
p {
    font-family: Arial,Helvetica,sans-serif;
    line-height: 20px;
    color:#58595B;
}
a:hover {
    text-decoration: none;
}
input{
    outline: 0;
}
a,input[type="submit"]
{
    -webkit-transition:.3s;
    -moz-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
a:hover,a:focus,a:visited,a:active{
    outline: none;
}
.wrapper{
    margin: 0 auto;
    width:1000px;
}

a {
    color:#89191A;
    text-decoration: none;
}
a:hover {
    color:#4D4D4F;
}
img {
    border:none;
    max-width:100%;
    height: auto;
}
#page{
    width: 100%;
    height: 100%;
    float: left;
}
.for-responsive{
    display: none;
}
/*=================
        HEADER
==================*/
.header{
    padding: 0px;
    width: 100%;
    float: left;
}
.logo{
    margin:20px 0px 0px;
    float: left;
}
.header_right{
    float: right;
}
.login{
    display:inline-block;
    vertical-align: top; 
    margin-right: 41px;
    margin-top: 53px;
}
.login a{
    display:inline-block;
    vertical-align: top;
    color:#89191A;
    text-transform: uppercase;
}
.login a:hover{
    color:#58595B;    
}
.language{
    display:inline-block;
    vertical-align: top; 
    margin-top: 54px;
}
.language ul{
    list-style: none;
    margin: 0px;
    padding:0px;
}
.language ul li a{
    color:#808184;
}
.language ul li a img{
    margin-top:4px;
    float: left;
    margin-right: 5px;
}
.search{
    float: right;
    background: #fff;
    margin-top: 12px;
    width: 255px;
    position: relative;
	padding:5px;
}
.search .fa-search{
    position: absolute;
    left:12px;
    top:8px;
    color:#CC858E;
    font-size: 25px;
}
.search input[type="submit"]{
	position:absolute;
	top:5px;
	right:10px;
	background:#6d0c0c;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	height:29px;
	padding:0 8px;
	line-height:29px;
	font-size:11px;
	width:62px;
	text-align:center;
	font-weight:700;
	border: 1px #000 solid
}
.search input[type="text"]{
    float: left;
    width:166px;
	height:28px;
	padding:0 10px !important;
	border:1px solid #ccc;
	margin-top:0
}
.note {
    display: none;
}
/*=================
        SLIDER
==================*/
.homeslider{
    width: 100%;
    float: left;
}
#home_slider{
    position: relative;
}
.slider_img{
    width: 100%;//52
    max-height: 374px;
    overflow: hidden;
}
.img_overlay{
    position: absolute;
    left:0px;
    top:0px;
}
.slider_content{
    position: absolute;
    top:0px;
    right:0px;
    width: 55%;
    height: 375px;
}
#home_slider .item {
    position: relative;
}
#home_slider .item img{
    width: 100%;
}
#home_slider .item .slider-arrow-img {
    left: 36px;
    position: absolute;
    top: 173px;
    z-index: 5;
}
.list_content-top{
    list-style: none;
    margin: 48px 0px 0px 5px;
    padding:0px;
}
.list_content-top li{
    font-size:26px;
    margin-bottom:8px;
}
.list_content-top li.li-2{
    margin-left: 39px;
}
.list_content-top li.li-3{
    margin-left:79px;
}
.list_content-top li.li-4{
    margin-left:120px;
}
.list_content-top li.li-5{
    margin-left: 149px;
}
.list_content-top li h3 {
    font-size: 45px;
    font-style: italic;
    font-weight: 300;
    margin: 30px 0 0;
    padding: 0;
    color:#58595B;
}
#prodcast-slider .owl-buttons{
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    z-index: 1;
}
.slider_button{
    position: absolute;
    right: 125px;
    bottom: 52px;//42
    z-index:6;
}
.slider_button a{
    background:#89191A;
    text-align: center;
    font-size:16px;
    text-transform: uppercase;
    padding:15px 50px;
    color: #FFF;
}
.slider_button a:hover{
    background:#58595B;
}
#home_slider .owl-pagination{
    position:absolute;
    left:0px;
    bottom: 15px;
    z-index: 6;
    width: 100%;
    text-align: center;
}
#home_slider .owl-pagination .owl-page{
    display: inline-block;
    vertical-align: top;
    margin:0px 3px;
}
#home_slider .owl-pagination .owl-page span{
    border: solid 1px #A6A8AB;
    width:7px;
    height:7px;
    display: inline-block;
    vertical-align: top;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
#home_slider .owl-pagination .active span{
    border: solid 1px #FFF !important;
    background:#FFF !important;

}
/*=================
   MIDDLE SECTION
==================*/
.middle{
    width: 100%;
    float:left;
}
.col_3_section{
    width: 100%;
    float: left;
    margin-top: 14px;
}
.col_3_section ul{
    width: 100%;
    float: left;
    margin:0px;
    padding:0px;
}
.col_3_section ul li{
    float: left;
    width: 32.6%;
    list-style: none;
    margin-left:1.1%;
    position: relative;
}
.col_3_section ul li a{
    display: inline-block;
    vertical-align: top; //width: 100%;
}
.col_3_section ul li:first-child{
    margin-left:0px;
}
.col_3_section ul li img{
    width: 100%; 
    min-height: 260px;
    max-width: 100%;
}
.col_3_section ul li a:hover .cal_title{
    background:url(../images/cal-title_bg_hover.png);
    -webkit-transition:.3s;
    -moz-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
.cal_title{
    position:absolute;
    left: 0px;
    bottom:4px;
    background:url(../images/cal-title_bg.png);
    width:100%;
    text-align: center;
    color: #fff;
    padding: 22px 0px;
    -webkit-transition:.3s;
    -moz-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}

/*=================
   MIDDLE2 SECTION
==================*/

}
.col_2_section{
    width: 100%;
    float: left;
    margin-top: 14px;
}
.col_2_section ul{
    width: 100%;
    float: left;
    margin:0px;
    padding:0px;
}
.col_2_section ul.fa-ul li i.fa-chevron-right, .right_container ul.fa-ul li i.fa-chevron-right{
    display: none !important;
}
.col_2_section ul li{
    float: left;
    width: 49%;
    margin-left:1.1%;
    position: relative;
}
.col_2_section ul li a{
    display: inline-block;
    vertical-align: top; //width: 80%;
}
.col_2_section ul li:first-child{
    margin-left:0px;
}
.col_2_section ul li img{
    width: 100%; 
    min-height: 260px;
    max-width: 100%;
}
.col_2_section ul li a:hover .cal_title{
    background:url(../images/cal-title_bg_hover.png);
    -webkit-transition:.3s;
    -moz-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
.cal_title{
    position:absolute;
    left: 0px;
    bottom:4px;
    background:url(../images/cal-title_bg.png);
    width:100%;
    text-align: center;
    color: #fff;
    padding: 22px 0px;
    -webkit-transition:.3s;
    -moz-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}


/*=================
   FOOTER SECTION
==================*/
.footer{
    width: 100%;
    float: left;
    background:#58595B;
    margin-top:50px;
    /*height: 205px;*/
}
.foot_top{
    float: center;
    color: #f1f1f2;
    font-weight: 300;
    font-size: 14px;
    margin-top: 20px;
}

.foot_top a{
    float: center;
    color: #FFF;
    font-weight: 300;
    font-size: 14px;
    margin-top: 20px;
}

.copyright{
    float: left;
    color: #FFF;
    font-weight: 300;
    font-size: 14px;
    margin-left: 64px;
    margin-top: 75px;
}
.social{
    float: right;
    margin-right: 40px;
    margin-top: 70px;
	margin-bottom: 5px;
}
.social a{
    display: inline-block;
    vertical-align: top;
    background:#FFF;
    color:#58595B;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    width:35px;
    height:35px;
    margin-left: 6px;  
    font-size: 23px;
    text-align: center;
    border: solid 1px #FFF;
}
.social a .fa{
    margin-top: 6px;    
}
.social a:hover{
    border: solid 1px #FFF;
    background:none;
    color:#FFF;
}

.quicklinks {
	width: 25%;
	margin-top:25px;
	float: left;
	color: #fff;
}
.quicklinks a {
	color: #fff;
}
.quicklinks ul.qlLeft {
	float: left;
}
.quicklinks ul.qlRight {
	float: right;
}
.quicklinks ul.qlLeft, .quicklinks ul.qlRight {
	list-style-type: none;
	padding-left: 0;
}
.quicklinks ul.qlLeft li, .quicklinks ul.qlRight li {
	font-size: 1em !important;
}
.quicklinks ul.qlLeft li a, .quicklinks ul.qlRight li a {
	color: #fff;
	text-decoration: none;
    font-family: "Ubuntu",sans-serif;
}
.quicklinks ul.qlLeft li a:hover, .quicklinks ul.qlRight li a:hover {
    color: #89191a;
}

.footermenu {
	text-align:right;
	width: 50%;
	float: right;
}
.footer_links{
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin-right: 20px;
    margin-top: 10px;
}
.footer_links ul{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: 20px;
    width: 100%
}
.footer_links ul li{
    float: left;
    width: 100%;
    /* border-bottom: solid 1px #fff; */
    text-align: left;
    margin-right: 35px;
    line-height: 20px;
}
.footer_links ul li a{
    display: inline-block;
    font-family: "Ubuntu",sans-serif;
    font-size: 16px;
    color: #fff;
    /* text-transform: capitalize; */
    width: 100%;
}
.footer_links_div{
    float: left;
    width: 500px;
    text-align: right;
	margin-top:25px;
}
.togle_click {
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 5px;
}  
.footer_links ul li a span{
    float: right;
    font-size: 18px;
}
.footer_links ul li a:hover{
    color: #89191a;
}
.footer_menu_toggle{                                                                                              
    width: 100%;
    //position: absolute;
    /* background: #003764 none repeat scroll 0 0; */
}
.footer_link2 {
    float: left;
    width: 100%;
}
.footer_link2  ul {
    float: left;
    width: 100%;  
}
.footer_link2 ul li {
	/*
    border-bottom: medium none;
    border-top: 1px solid #fff;
    */
    margin-right: 0;
    width: 100%;
}
.footer_link2 ul li a {
    padding-left: 10px;
    line-height: 16px;
    width: 100%;
}


/*
.footermenu li {
display:inline-block;
list-style: none;
margin-top:25px;
padding:0px 10px;
}
.footermenu li a {
color : #FFFFFF;

}
.footermenu li a:hover {
color : #89191a;
border-bottom: 1px solid #89191a;
}
*/

/*======================
   SOLUTIONS PAGE START
=======================*/

.nav li.active > a{
    background:#58595B;     
}
.nav li ul li.active > a{
    color:#89191a;     
}
.middle_section {
    float:left;
    width:100%;
}
.breadcrumb {
    float:left;
    width:100%;
    margin: 18px 0px;
}
.breadcrumb ul {
    margin:0px;
    padding:0px;
}
.breadcrumb ul li {
    display:inline-block;
    font-family:Arial,Helvetica,sans-serif;
}
.breadcrumb ul li  a {
    display:inline-block;
    color:#929497;
    text-decoration:underline;
    font-size:17px;
}
.breadcrumb ul li  a:hover {
    color: #4d4d4f;
}
.breadcrumb ul li  i {
    color: #929497;
    display: inline-block;
    font-size: 23px;
    margin: 0px 20px 0px 5px;
    vertical-align: middle;
}
.breadcrumb ul li:last-child a {
    color: #58595b;
    cursor: default;
    text-decoration: none;
}
.main_container {
    float:left;
    width:100%;
}
.left_container {
    float:left;
    width:65%;
    padding-top: 8px;
}
.wt_pfy {
    float:left;
    width:100%;
}
.wt_pfy h2{
    font-weight: 400;
    line-height: 34px;
    margin: 10px 0px 15px;
    float: left;
    width: 100%;
}
.wt_pfy h3 {
    color: #929497;
    float: left;
    font-size: 20px;
    font-weight: 400;
    margin: 18px 0;   //width: 100%;
}
.wt_pfy a {
    float:right;  
    background-color:#89191a;  
    color:#ffffff;  
    padding:13px 48px;  
    font-size:16px;   
    margin: 17px 0px;
} 


.wt_pfy_left a {
    float:left;  
    background-color:#89191a;  
    color:#ffffff;  
    padding:13px 48px ;  
    font-size:16px;   
    margin: 17px 0px;
}/*.wt_pfy a {background-color: #89191a;color: #ffffff;float: right;font-size: 16px;line-height: 17px;margin: 0; padding: 13px 48px;  text-align: right;}*/
.wt_pfy a:hover {
    background-color:#58595b;
}
.wt_pfy p {
    font-weight:400;
    float:left;
    width:100%;
    margin: 0px 0px 20px;
}
.follow_cad {
    float:left;
    width:48%;
}
.follow_cad h4 ,.source_cad h4 {
    background-color: #58595b;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    padding: 12px 30px 3px 10px;
    height:43px;
    margin: 15px 0px 0px;
}
.follow_cad ul  ,.source_cad ul{
    background-color: #e6e7e8;
    float: left;
    min-height: 166px;
    margin: 0px 0px 10px;
    padding: 15px 0px;
    width: 100%;
}
.follow_cad ul li ,.source_cad ul li {
    display: list-item;
    list-style: outside none disc;
    margin: 0px 0px 0px 31px;
    padding: 0px 0px 0px 22px;
    font-weight:400;
}
.source_cad {
    float:right;
    width:48%;
}
.source_cad h4 {
    background-color: #58595b;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    padding: 12px 30px 3px 10px;
    height:43px;
    margin: 15px 0px 0px;
}
.right_container {
    float:right;
    width:32%;
}
.customer_success {
    float:left;
    width:100%;
    background-color:#f1f1f2;
    border-top:4px solid #89191a;
    margin: 25px 0px 5px;
    padding: 0px 22px;
}
.customer_success h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin: 10px 0px 0px;
}
.customer_success p {
    font-weight:400;
    float:left;
    width:100%;
    margin: 0px 0px 10px;
}
.customer_success ul {
    float: left;
    margin: 0px;
    padding:0px;
    width: 100%;
}
.customer_success ul li {
    display:inline-block;
    padding: 5px 0px;
    width: 100%;
}
.customer_success ul li  a {
    display:inline-block;
    color:#929497;
    text-decoration:underline;
    font-size:17px;
}
.customer_success ul li  a:hover {
    color: #4d4d4f;
}
.more_view {
    float:left;
    margin:10px 0px 15px;
}
.feature_video {
    float: left;
    width: 99%;
    text-align: center;
}
.feature_video h2 {
    background-color: #58595b;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 42px;
    padding: 3px 30px 3px 10px;
    height:43px;
    margin: 15px 0px 0px;
}
.ft_video {
    float:left;
    width:100%;
    height: 177px;
}
.ft_video a {
    display:inline-block;
    position:relative;
}
.play_btn {
    float:left;
    width:100%;
    position:absolute;
    left:0px;
    background: url(../images/image-bg-1.html) repeat left top;
    height: 177px;
}
.tabel_btn {
    display: table;
    height: 100%;
    width: 100%;
}
.tablecell_btn {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}
.video_play {
    float:left;
    width:100%;	
}
.video_play img {
    width: 100%; //100%;
    height: 177px;
    max-width: 100%;
}
.wb_view {
    float:left;
    padding-bottom: 10px !important;
    width:100%;
    background-color:#f1f1f2;
    margin: 20px 0px 0px;
}
.accordion_view {
    float: left;
    width:100%;
    background-color:#f1f1f2;
    border-top:4px solid #89191a;
    margin: 0px 0px 10px;
    padding: 10px 22px 5px;
}
.wb_view .menu_container1.accordion1 {
    float: left;
    width: 100%;
}
.wb_view .menu_head1.accordion_bg_1 {
    color: #fff;
    float: left;
    width: 100%;
}
.wb_view .menu_head1.accordion_bg_1 h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin: 0px;
    float:left;
}
.wb_view .menu_head1.accordion_bg_1.currnt1 .plusminus1 {
    background:url(../images/up-arrow1.png) no-repeat center center;
    cursor: pointer;
    float: right;
    height: 27px;
    text-indent: -99999px;
    width: 27px;
}
.wb_view .menu_head1.accordion_bg_1 .plusminus1 {
    background:url(../images/down-arrow1.png) no-repeat center center;
    cursor: pointer;
    float: right;
    height: 27px;
    text-indent: -99999px;
    width: 27px;
}
.wb_view .menu_body1 {
    float: left;
    width: 100%;
    border-top:none;
}
.wb_view .menu_body1 p {
    font-weight:400;
    float:left;
    width:100%;
    margin: 0px 0px 10px;
}
.wb_view .menu_body1 ul {
    float: left;
    margin: 0px 0px 10px;
    padding:0px;
    width: 100%;
}
.wb_view .menu_body1 ul li {
    display:inline-block;
    padding: 5px 0px;
    width: 100%;
}
.wb_view .menu_body1 ul li  a {
    display:inline-block;
    color:#929497;
    text-decoration:underline;
    font-size:17px;
}
.wb_view .menu_body1 ul li  a:hover {
    color: #4d4d4f;
}
.wb_view .menu_body1 .register_view {
    float:right;
    margin:10px 0px 15px;
}
.resster_content {
    background-color: #58595b;
    padding-bottom: 10px !important;
    float: left;
    width: 100%;
    padding: 0px 6%;	
    font-family:Arial,Helvetica,sans-serif;
}
.resster_content p {
    color: #ffffff;
    margin: 10px auto;
    text-align: center;
    width: 90%;
}
.resster_content label {
    color: #b8b8b9;
    float:left;
    width:100%;
}
.resster_content input[type="text"] ,.resster_content input[type="Email"] {
    font-size: 16px;
    height: 37px;
    padding:0px 2%;
    width: 95.5%;
    color: #242424;
    border: 1px solid #b8b8b9;	
    font-family:Arial,Helvetica,sans-serif;
    background: #ffffff;
    font-weight: 400;
    margin: 5px 0px;
    line-height: 20px;
    webkit-transition:.3s;
    -moz-transition:.3s;
    -o-transition:.3s;
    transition:.3s;	
}
.resster_content input[type="text"]:hover ,.resster_content input[type="text"]:focus ,.resster_content input[type="Email"]:hover ,.resster_content input[type="Email"]:focus {
    border: 1px solid #fff;
    webkit-transition:.3s;
    -moz-transition:.3s;
    -o-transition:.3s;
    transition:.3s;	
}
.resster_content input[type="submit"]{
    float:right;
    font-size: 16px;
    height: 33px;
    width: 141px;
    color: #ffffff;
    border:1px solid #d1d1d2;
    background: #89191a;
    font-family: "Ubuntu",sans-serif;
    cursor: pointer; 
    font-weight: 400;
    text-align:center;
    margin: 12px 0px 18px;
    text-transform:uppercase;
    padding: 0px;
    -webkit-transition:.3s;
    -moz-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
.resster_content input[type="submit"]:hover {
    background: #005e99;
    -webkit-transition:.3s;
    -moz-transition:.3s;
    -o-transition:.3s;
    transition:.3s;	
}

/*=============================
   CUSTEMER SUCCESS PAGE START
 ==============================*/
.more_success {
    float:left;
    width:27%;
    background-color:#e6e7e8;
    margin: 15px 0px;
}
.more_success h3 {
    color: #005e99;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 0px;
    padding: 9px 6px;
}
.toggleMenu2 {
    display:  none;
    background:#2d2d2f;
    padding: 12px 10px;
    color: #909090;   
    font-size:14px;
    border-bottom:1px solid #3a3a3a;
}
.toggleMenu2 span{
    font-size:28px;
    color:#FFF;
    height:23px;
    float:left;
    margin:-5px 0px 0px 0px;
    padding:0px;
}
a.toggleMenu2:hover{
    color:#FFF;
}
.nav2 {
    width: 100%;
    margin:0px;
    padding: 0px;
    float: left;
}
.nav2:before, .nav2:after {
    content: " ";
    display: table;
}
.nav2:after {
    clear: both;
}
.nav2 ul {
    list-style: none;
    width:100%;
    z-index:9999;
    margin:0px;
    padding:0px;
}
.nav2 > li > a {
    display:inline-block;
    color:#58595b;
    font-size:16px;        
}
.nav2 li.hover > a{
    background:#58595B;
    color:#fff;    
}
.nav2 > li {
    border-top: 1px solid #fff;
    display: inline-block;
    width: 100%;
    padding:9px 6px;
}
.nav2 > li > a {
    display: block;
}
.cad_conversion {
    float:right;
    width:69%;
    margin: 15px 0px;
}
.cad_conversion h2 {
    font-weight:400;
    margin:0px;
    line-height: 35px;
}
.featured_story {
    background-color: #f1f1f2;
    border-top: 4px solid #89191a;
    float: left;
    margin: 15px 0px;
    padding: 0px 2% 0px 4%;
    width: 100%;//94
}
.featured_story h3 {
    font-size:23px;
    font-weight:400;
    margin:5px 0px;
    line-height: 35px;
}
.featured_story > img {
    float: left;
    margin: 0px 15px 10px 0px;
}
.featured_story > p {
    margin: 0px 0px 15px;
}
.cad_conversion ul {
    margin:0px;
    padding:0px;
    float: left;
    width: 100%;
}
.cad_conversion ul li {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    margin: 9px 0px 11px;
}
.cad_box {
    float:left;
    width:100%;
}

/*=============================
   NEWS AND EVENTS PAGE START
 ==============================*/
.cad_video {
    background-color: #f1f1f2;
    border-top: 4px solid #89191a;
    float: left;
    margin: 15px 0px 5px;
    padding: 0px 4% 20px 4%;
    width: 100%;
}
.cad_video h3 {
    font-size:23px;
    font-weight:400;
    margin:5px 0px;
    line-height: 35px;
}
.cad_video .feature_video {
    margin: 5px 0px 25px;
}
.cad_video .ft_video ,.cad_video .play_btn ,.cad_video .video_play img{
    height: 232px;
}
.cad_video > p {
    margin: 0px;
}
.customer_success.events_view {
    background-color: #f1f1f2;
    border-top: 4px solid #89191a;
    float: left;
    margin: 15px 0px 5px;
    padding: 0px 7% 10px;
    width: 100%;
}
.customer_success.events_view h3 {
    font-size:24px;
    font-weight:400;
    margin:5px 0px;
    line-height: 35px;
}
.customer_success.events_view h4 {
    float: left;
    width: 100%;
    border-bottom: 2px solid #d3d3d3;
    color: #3a3a3a;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin: 5px 0px;
}
.customer_success.events_view > img {
    float: left;
}
.customer_success.events_view h5 {
    float: left;
    width: 100%;
    font-size:16px;
    font-weight:400;
    margin:5px 0px 0px;
    line-height: 22px;
}
.customer_success.events_view p {
    width: 80%;
}

/* ==============================
	Calendar
	 ==============================*/
	 .calendar.table-bordered thead th { border: 0 !important; border-right: 1px dashed #ccc !important; }
	div.day-number    { padding:2px; color:#aaa; font-weight:bold; float:right; margin:0 auto; height:120px; text-align:center;}
	.col-7 { width: 14.28571428571429%; }
	.trhead {
		background: #454545;
	}
	.trhead th {
		color: #fff;
	}
	.calendarHDRWrapper {
		margin: 0 auto;
		padding: 0;
		width: 215px;
		font-size:14px;
		}
	.calendarHDRLeft {
		float: left;
		width: 15px;
		}
	.calendarHDRWrapper .calendarHDRWrapper {
		float: right;
		width: 195px;
		}
	.calendarHDRMiddle {
		float: left;
		width: 180px;
		text-align: center;
		}
	.calendarHDRRight {	
		float: right;
		width: 15px;
		text-align: right;
		}
	div.eventConteiner {
		background-color: #EEEEEE;
	    border: 1px solid #EEEEEE;
	    border-radius: 3px 3px 3px 3px;
	    color: #666666;
	    font-weight: normal;
	    margin: 2px 1px;
	    padding: 4px;
	    cursor:pointer;
	}
	div.eventConteiner:hover {
		background-color: #fff;
		border-color: #333333;
	}
	div.eventConteiner a {
		text-decoration: none;
	}

/*============================= LANGUAGE DROP DOWN START ==============================*/

#polyglotLanguageSwitcher ul ,#polyglotLanguageSwitcher2 ul{
    list-style: none;	
}
#polyglotLanguageSwitcher ,#polyglotLanguageSwitcher2 {
    position: relative;	
    z-index: 100;
}
#polyglotLanguageSwitcher2 {
    float:left;
    width:100%;
    padding: 0px 15px; //color: #fff;
}
#polyglotLanguageSwitcher2  a {
    width: 100%;
}
#polyglotLanguageSwitcher form ,#polyglotLanguageSwitcher form {
    display: none;	
}
#polyglotLanguageSwitcher a ,#polyglotLanguageSwitcher2 a {
    text-decoration: none;
    display: block;	
    padding: 0px 6px 0px 30px;
    color: #808184;
    width: 120px;
    background-repeat: no-repeat;
    background-position: 6px center; 
}
#polyglotLanguageSwitcher2 a {
    color: #fff;
}
#polyglotLanguageSwitcher a.current:link, #polyglotLanguageSwitcher a.current:visited, #polyglotLanguageSwitcher a.current:active {
    position: relative;
}
#polyglotLanguageSwitcher2 a.current:link, #polyglotLanguageSwitcher2 a.current:visited, #polyglotLanguageSwitcher2 a.current:active {
    position: relative; 
}
#polyglotLanguageSwitcher a.active ,#polyglotLanguageSwitcher2 a.active{
    border-bottom: none !important;
    border-radius: 3px 3px 0 0 !important;
}
#polyglotLanguageSwitcher span.trigger ,#polyglotLanguageSwitcher2 span.trigger{
    display: block;
    position: absolute;
    width: 9px;
    height: 5px;
    text-indent: -10000em;
    top: 9px;
    right: 6px;
}
#polyglotLanguageSwitcher a.current:link span.trigger, #polyglotLanguageSwitcher a.current:visited span.trigger {
    background: url(../images/arrow-down.html) no-repeat left top;	
}
#polyglotLanguageSwitcher2 a.current:link span.trigger, #polyglotLanguageSwitcher2 a.current:visited span.trigger {
    background: url(../images/arrow-down2.html) no-repeat left top !important;	
}
/* Drop-Down Menu */
#polyglotLanguageSwitcher ul.dropdown { 
    display: none;
    position: absolute;
    top: 30px;
    left: 0px;
    background-color: #FFF;
}
#polyglotLanguageSwitcher2 ul.dropdown { 
    display: none;
    margin: 10px 0px 0px;
}
#polyglotLanguageSwitcher2 .dropdown > li {
    padding: 0px;
}
/* Flags */
#en { 
    background: url(../images/english.png) no-repeat left center !important;
}
#de { 
    background: url(../images/deutsch.png) no-repeat left center !important;	
}


.businessListing {
	margin: 0 0 1em 0;
	padding: 1.1875em 1.0625em 0.5em 1.0625em;
}
.businessListing h2:after {
	content: " ";
	clear: both;
	display: block;
}
.blogo {
	float: left;
	margin: 0;
	padding: 0;
	width: 11.1875em;
-webkit-box-shadow: 0 8px 6px -6px #222;
   -moz-box-shadow: 0 8px 6px -6px #222;
        box-shadow: 0 8px 6px -6px #222;
}
/*
.blogo img {
	width: 100%;
}
.sideBar .blogo {
	margin-bottom: 1em;
	width: 100%;
}
*/
.blisting {
	/*float: right;*/
	width: 46.5em;
}
.blisting p:first-child {
	margin-top: 0 !important;
	padding-top: 0;
}
.blisting:after {
	content: " ";
	clear: both;
	display: block;
}
.blisting.listOneCol {
	float: none;
	width: 100%;
}
.blisting.listOneCol .directoryContent {
	width: 75%;
}
.blisting.listOneCol .directoryAddress {
	width: 23%;
}
.listingLink a {
	padding: 1.25em 1.75em;
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 1em;
	letter-spacing: 1px;
	line-height: 200% !important;
	text-decoration: none;
	background: transparent url('../img/bgBtn.html') 0 0 no-repeat; 
	background-size: 100% 100%;
	text-align: center;
	outline: none;
	opacity: .75;
}
.listingLink a:hover {
	opacity: 1;
}
.col-1 .mainContent {
	margin: 0;
	padding: 0;
	width: 100%;
}

.col-2 .mainContent {
	float: left;
	margin: 0;
	padding: 0;
	width: 68%;
}

.col-2 .sideBar {
	float: right;
	margin: 0;
	padding: 0;
	width: 30%;
}

.addthis_custom_sharing {
	text-align: center;
}
.pagination {
    display: inline-block;
}

.pagination a {
    color: #58595B;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #ddd; /* Gray */
}
.pagination a:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pagination a:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.pagination a.activepage {
    background-color: #89191A;
    color: #ffff;
}

.pagination a:hover:not(.active) {background-color: #ddd;}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

/* You Tube Scaling */
.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%;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
	}

/*=============================  RESPONSIVE START ==============================*/

@media only screen and ( max-width: 1199px ) {
	.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1 {
		float: left;
	}
	.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}
	.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}
	.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}
}

@media only screen and (max-width: 1010px) {
    .wrapper{
        width:750px;
    }
    .menu {
        background:none!important;
        float: left;
        margin-top: 14px;
        position: static !important;
        width: 100%;
    }
    .toggleMenu{
        position: absolute;
        top:0px;
        right:0px;
    }
	.quicklinks ul.qlLeft {
		float: none;
		display: block;
	}
	.quicklinks ul.qlRight {
		float: none;
		display: block;
	}
    .for-web{
        display: none;
    }
    .for-responsive{
        display: block;
    }
    .header{
        background:#fff;
        padding-bottom: 78px;
        position: relative;
    }
    .logo{
        background:#FFF;
        width: 138px;
        margin:0px;
        position: absolute;
        left: 0px;
        top:0px;
        padding: 10px;
    }
    .logo img{
        width: 100%;
    }
    .menu .wrapper{
        width: 100%;
    }
    .responsive_search {
        width: 100%;
        float: left;
    }
    .r_search_icon {
        color: #fff;
        padding: 17px 30px 21px;
        cursor: pointer;
        position: absolute;
        right: 92px;
        top: 0;
    }
    .r_search_icon .fa{
        font-size: 30px;
        margin-top:10px;
    }
    .responsive_search .r_search{
        position: absolute;
        left: 0px;
        top:66px;
        background:#58595B;
        width: 100%;
        padding:7px 0px;
        z-index: 999;
        display: none;
    }
    .responsive_search .r_search input[type="submit"] {
        height: 42px;
        width: 65px;
        z-index: 1;
    }
    .responsive_search .r_search .fa-search {
        left: 20px;
        top: 21px;
        color:#3E3E3F;
    }
    .search {
        position: absolute;
        left: 150px;
        top:10px;
	}
    .search input[type="text"] {
        height: 54px;
        text-indent: 15px;
        width: 89%;
        color:#FFF;
    }
    .responsive_login .language_view {
        background: #58595b none repeat scroll 0 0;
        display: none;
        left: 0px;
        padding: 15px 0px;
        margin:12px 0px 0px;
        position: absolute;
        top: 66px;
        width: 100%;
        z-index: 999;
    }
    .responsive_login .language_key {
        padding: 32px 10px 20px;
        text-align: center;
        width: 66px;
        position: absolute;
        right:180px;
        top: 0px;
        cursor:pointer;
    }
    .language.language_view li {
        padding: 0px 15px;
    }
    .responsive_login .language_key  img {
        width: 50%;
    }
    #home_slider .item .slider-arrow-img {
        top: 149px;
        width: 55px;
        left: 86px;
    }
    .list_content-top {
        margin: 10px 0 0 0px;
    }
    .list_content-top li {
        font-size: 22px;
        margin-bottom: 4px;
    }
    .list_content-top li h3 {
        font-size: 32px;
        margin: 15px 0 0;
    }
    .slider_content {
        height: 283px;
        width: 62%;
    }
    .slider_img {
        height: 279px;
    }
    .slider_button {
        right: 103px;
    }
    .slider_button a {
        padding: 15px 30px;
    }
    .cal_title h4 {
        margin: 2px 0;
    }
    .current,.current span{
        background:#58595B !important;
    }
    .col_3_section ul li img{
    min-height: 200px;

    }
    .col_2_section ul li img{
    min-height: 200px;
}

    /*======================   SOLUTIONS PAGE START  =======================*/	

    .wt_pfy h2 {
        font-size: 24px;
        line-height: 30px;
        margin: 10px 0px 15px;
    }
    .wt_pfy h3 {
        margin: 5px 0px 0px;
        font-size: 18px
    }
    .wt_pfy a {
        margin: 0px 0px 15px;
        padding: 10px 30px;
    }
    .follow_cad h4, .source_cad h4 {
        font-size: 16px;
        height: 65px;
        line-height: 20px;
        margin: 15px 0px 0px;
        padding: 3px 16px 3px 10px;
    }	
    .customer_success {
        margin: 25px 0px 5px;
        padding: 0px 6%;
    }	
    .customer_success h2 {
        font-size: 20px;
    }
    .customer_success p {
        font-size: 14px;
    }
    .customer_success ul li {
        padding: 3px 0px;
    }
    .customer_success ul li a {
        font-size: 14px;
    }
    .ft_video {
        height: 133px;
    }
    .play_btn {
        height: 133px;
        width: 100%;
    }
    .video_play{
        width: 100%;
    }
    .accordion_view {
        padding: 10px 6% 5px;
    }	
    .wb_view .menu_head1.accordion_bg_1 h2 {
        font-size: 18px;
        font-weight: 500;
        line-height: 15px;
        margin: 0px 0px 10px;
    }	
    .wb_view .menu_head1.accordion_bg_1.currnt1 .plusminus1 ,.wb_view .menu_head1.accordion_bg_1 .plusminus1 {
        height: 16px;
        width: 16px;
    }
    .wb_view .menu_body1 p {
        font-size: 14px;
    }

    .wb_view .menu_body1 ul li a {
        font-size: 14px;
    }
    .wb_view .menu_body1 ul li {
        padding: 3px 0px;
    }
    .video_play img {
        height: 133px;
    }

    /*======================== CUSTEMER SUCCESS PAGE START =========================*/	
    .more_success {
        margin: 15px 0px;
        width: 100%;
    }
    .more_success h3 {
        float: left;
    }
    .toggleMenu2 {
        float:right;
        background: #e6e7e8;
        border-bottom: none;
        color: #58595b;
        display:inline-block;
        font-size: 14px;
        padding: 12px 2%;
    }
    .toggleMenu2 span {
        color: #58595b;
    }
    .active2 {
        display: inline-block;
    }
    .nav2{
        width:100%;
        margin:0px;
        z-index: 999;
        display: none;
    }
    .nav2 > li {
        float: none;
        width:100%;
        position: relative;
    }
    .nav2 > li > a{
        text-align:left;
        padding: 9px 2%;
        width: 96%;
    }
    .nav2 > li.hover > ul, .nav2 li li.hover ul {
        position: static;
    }
    .nav > li.active > a  ,.nav > li:hover > a{
        background: #89191a !important;
        color:#ffffff !important;
    }
    .nav2 li > a:hover {
        background:#58595B;
        color:#fff;    
    }
    .cad_conversion {
        margin: 0px;
        width: 100%;
    }
    /*========================= NEWS AND EVENTS PAGE START ========================*/

    .cad_video .ft_video, .cad_video .play_btn, .cad_video .video_play img {
        height: 245px;
    }	
    .customer_success.events_view h3 {
        font-size: 20px;
        line-height: 26px;
    }	



}

@media only screen and (max-width: 767px) {
    .wrapper{
        width:590px;
    }
    .homeslider{
        display: none;
    }
    .header_right {
        margin-right: 7%;
    }
    .col_3_section ul li{
        margin-bottom: 15px;        
    }
    .col_3_section ul li,.col_3_section ul li a{
        margin-left:0px;
        width: 100%;

    }
    .col_2_section ul li{
        margin-bottom: 15px;        
    }
    .col_2_section ul li,.col_2_section ul li a{
        margin-left:0px;
        width: 100%;
    }
    .footer{
        text-align: center;
    }
    .copyright,.social{
        margin:40px 0px;
        float: none;
    }
    .cal_title h4 {
        margin: 15px 0;
    }
	.footermenu {
		max-width: 50%;
	}
	.footer_links{
		display: block;
	}
	.footer_links_div{
	    float: left;
	    width: 200px;
	}
    /*======================   SOLUTIONS PAGE START  =======================*/	

    .left_container {
        width: 100%;
    }
    .follow_cad h4, .source_cad h4 {
        height: 45px;
    }
    .source_cad h4 {
        line-height: 40px;
    }	
    .right_container {
        float: left;
        width: 100%;
    }
    .ft_video ,.play_btn {
        height: 326px;
        width: 100%;
    }
    .video_play {
    width: 100%;
}
    .video_play img {
        height: 100%;
        width: 590px;
    }

    /*========================= NEWS AND EVENTS PAGE START ========================*/		
    .cad_video .ft_video, .cad_video .play_btn, .cad_video .video_play img {
        height: 297px;
    }
    .cad_video .video_play img {
        height: 100%;
        width: 542px;
    }

}
@media only screen and (max-width:629px) {
    .wrapper{
        width:470px;
    }
	.header_right {    
		height: 80px;
	}
    .search {
        left: 20px;
        top: 90px;
	}
    .search input[type="text"] {
        width: 84%;
    }
    .footer {
        margin-top: 0;
        height:auto;
    }
    .social a {
        height: 50px;
        padding-top: 10px;    
        width: 50px;
    }
    h2 {
        font-size: 26px;      
    }

    /*======================   SOLUTIONS PAGE START  =======================*/	

    .wt_pfy h2 {
        font-size: 18px;
        line-height: 24px;
        margin: 0px 0px 10px;
    }
    .wt_pfy h3 {
        font-size: 16px;
        margin:5px 0px 0px;
    }
    .wt_pfy a {
        font-size: 14px;
        margin: 5px 0px 15px;
        padding: 10px 15px;
    }
    .wt_pfy p {
        font-size: 14px;
    }
    .follow_cad ,.source_cad {
        width: 100%;
    }
    .follow_cad h4, .source_cad h4 {
        font-size: 15px;
        height: 35px;
        line-height: 35px;
        margin: 0px;
        padding: 3px 16px 3px 10px;
    }
    .ft_video ,.play_btn {
        height: 259px;
    }
    .video_play img {
        height: 100%;
        width: 470px;
    }
    .resster_content {
        margin: 0px 0px 25px;
    }
    .social a .fa {
        margin-top: 0px;
    }

    /*========================= NEWS AND EVENTS PAGE START ========================*/

    .cad_video .ft_video, .cad_video .play_btn, .cad_video .video_play img {
        height: 236px;
    }
    .cad_video .video_play img {
        height: 100%;
        width: 431px;
    }
}
@media only screen and ( max-width: 600px ) /* 640 */ {
		.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1 {
			float: none;
			width:100%;
			margin-bottom: 1em;
		}
}
@media only screen and (max-width: 469px) {
    .wrapper{
        width:300px;
    }
    .search input[type="text"] {
        width: 79%;
        height: 40px;
    }
    .cal_title h4 {
        margin: 2px 0;
    }
    .responsive_login .language_key {
        padding: 28px 10px 23px;
        right: 118px;
        width: 42px;
    }
    .responsive_login .language_view {
        top: 66px;
    }
    .r_search_icon {
        padding: 13px 15px 25px;
        right: 60px;
    }
    .responsive_search .r_search {
        margin: 0px;
        top: 78px;		
    }
    .responsive_login .language_key  img {
        width: 100%;
    }
    .responsive_search .r_search .fa-search {
        left: 20px;
        top: 13px;
    }
    .responsive_search .r_search input[type="submit"] {
        height: 38px;
    }

    /*======================   SOLUTIONS PAGE START  =======================*/		

    .breadcrumb {
        margin: 10px 0px;
    }	
    .breadcrumb ul li {
        margin: 0px 0px 5px;
    }	
    .breadcrumb ul li a {
        font-size: 14px;
    }
    .breadcrumb ul li i {
        font-size: 18px;
        margin: 0px 5px;
    }
    .wt_pfy h3 {
        font-size: 14px;
        line-height: 28px;
    }	
    .follow_cad h4, .source_cad h4 {
        font-size: 15px;
        height: 48px;
        line-height: 24px;
    }
    .source_cad h4 {
        line-height: 45px;
    }
    .ft_video, .play_btn {
        height: 166px;
    }
    .video_play img {
        height: 100%;
        width: 100%;
    }

    /*========================= CUSTEMER SUCCESS PAGE START ==========================*/	

    .cad_conversion  h2 {
        font-size: 18px;
        line-height: 24px;
        margin: 0px 0px 10px;
    }
    .featured_story h3 {
        font-size: 20px;
        line-height: 28px;
    }	
    .featured_story > img {
        float: none;
        margin: 0px 0px 5px;
    }	
    .featured_story p {
        font-size: 14px;
    }	
    .cad_conversion ul li {
        font-size: 14px;
        margin: 8px 0px;
    }

    /*========================= NEWS AND EVENTS PAGE START ========================*/	

    .cad_video h3 {
        font-size: 16px;
        line-height: 22px;
    }
    .cad_video .feature_video {
        margin: 5px 0px 10px;
    }
    .cad_video .ft_video, .cad_video .play_btn, .cad_video .video_play img {
        height: 152px;
    }	
    .cad_video .video_play img {
        height: 100%;
        width: 276px;
    }	
    .customer_success.events_view h3 {
        font-size: 18px;
        line-height: 18px;
        margin: 10px 0px 0px;
    }	


}
