/*-------------------------Basic CSS-----------------------*/
* { margin: 0; padding: 0; }
html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p,

blockquote, pre, a, abbr, acronym, address, big,

cite, code, del, dfn, em, font, img,

ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td,

center, u, b, i, marquee 
{
margin:0 auto;
padding: 0px;
border: 0px;
outline: 0px;
}
/*--Tell the browser to render HTML 5 elements as block--*/
header, footer, section, aside, nav, article, panel, banner, container,body_content { display: block; }

body { margin:0; padding:0; background:#fff; }

img { border:0; margin:0; padding:0; max-width:100%; }


@font-face {
    font-family: 'open';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/opensans-light-webfont.woff') format('woff'),
         url('../fonts/opensans-light-webfont.ttf') format('truetype'),
         url('opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family:'OpenSansRegular';
  src: url('../fonts/OpenSans_gdi.eot');
  src: url('../fonts/OpenSans_gdi.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans_gdi.woff') format('woff'),
    url('../fonts/OpenSans_gdi.ttf') format('truetype'),
    url('../fonts/OpenSans_gdi.svg#OpenSans-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-FFFD;
}
@font-face {
    font-family: 'open_bold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('opensans-bold-webfont.svg#opensans-bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotocondensed';
    src: url('../fonts/roboto-condensed-webfont.eot');
    src: url('../fonts/roboto-condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-condensed-webfont.woff2') format('woff2'),
         url('../fonts/roboto-condensed-webfont.woff') format('woff'),
         url('../fonts/roboto-condensed-webfont.ttf') format('truetype'),
         url('roboto-condensed-webfont.svg#robotocondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff'),
         url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_proregular';
    src: url('../fonts/sourcesanspro-regular-webfont.eot');
    src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.alignleft { margin:0; padding:16px 7px 0 0; float: left;  }
.alignleft2 { margin:0; padding:0 15px 0 0; float: left;  }
.alignleft3 { margin:0; padding:0 10px 0 0; float: left;  }
.alignright { margin:0; padding:0 0 10px 15px; float: right; }
.alignright2 { margin:0; padding:10px 18px 10px 15px; float: right; }
.alignright12 { margin:0; padding:0 7px 10px 15px; float: right; }
.alignright-download { margin:0; padding:0 15px 10px; float: right; }
.alignright-categories { padding:0 15px 10px; float: right; margin-top: -15%; }
.left-trending-icon { margin:0; padding:11px 2px 0 5px; float: left;  }
.aligncenter { margin:0 auto; display:block; }

::selection { background: #edd35b; color: #fff; }
::-moz-selection { background: #edd35b; color: #fff; }
::-webkit-selection { background:#edd35b; color:#fff; }

.cntr { text-align:center; }
.clr { clear:both; width:100%;}
.gap { margin:0; padding:0; width:100%; float:left; height:30px; }
.smallgap { margin:0; padding:0; width:100%; float:left; height:10px; }
.searchgap { margin:0; padding:0; width:100%; float:left; height:10px; }
.space { margin:0; padding:0; width:100%; float:left; height:15px; }
.space2 { margin:0; padding:0; width:100%; float:left; height:20px; }
.no-padding{ padding-left: 0; padding-right: 0;}


a { text-decoration:none; color:#7B7B7B; font-family:source;}
a:hover { text-decoration:none; color:#000; }

p { margin:0; padding:5px 7px 5px 0;  font-size:16px; line-height:140%; color:#000000; font-family:"source_sans_proregular"; text-align:left; font-weight:normal;}
.product-description-holder{ margin:0;  padding:5px 7px 5px 0; font-family:"source_sans_proregular"; font-size:16px; line-height:140%; color:#000000; text-align:left;  font-weight:normal;}
.product-description-holder li{ margin:0 0 0 15px; background: url(../img/black-round-bullot.jpg) no-repeat 0px 12px; display: block; padding:5px 7px 5px 15px; font-family:"source_sans_proregular"; font-size:16px; line-height:120%; color:#000000; text-align:left;  font-weight:normal;}
.product-description-holder a{ font-family:"source_sans_proregular"; font-size:16px; line-height:140%; color:#124187; text-align:left;  font-weight:normal;}
.product-description-holder a:hover{ color:#FE932B; }

.review-header2 { margin:0; padding:5px 7px 5px 0;  font-size:16px; line-height:140%; color:#000000; font-family:"source_sans_proregular"; text-align:left; font-weight:normal;}
.review-header { font-family:open_bold; font-size:18px; line-height:130%; color:#124187; text-align:left;  font-weight:normal;  }

.review-programs-page{ margin:0;  padding:5px 7px 5px 0; font-family:"source_sans_proregular"; font-size:16px; line-height:140%; color:#000000; text-align:left;  font-weight:normal;}




.admargin { margin:0; padding:0px 0px 5px 25px;}

.no-padding{ padding-left: 0; padding-right: 25px;}
/*-------------------------Basic CSS-----------------------*/

/*-------------------------Custom CSS-----------------------*/
#wrapper { 
  margin:0; 
  padding:0; 
  width:100%; 
  float:left; 
}

header{
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
	background: url(../img/header-bg-blue.jpg) repeat-x;
  position: fixed;
  top: 0;
  z-index: 10099999999;
  transition: top 0.9s ease-in-out 0s;
}

.header-logo-sec{width: 27.3%;}

.header-search-sec{width: 72.7%;}

.logo{
	margin: 11px 0 0 0;
  padding: 0;
  min-width: 100%;
}



.form-padding-top{
	padding-top: 15px;
	padding-bottom: 5px;
	margin-left: 55px;
}

.ser-input-box{
  border-radius-left: 6px !important;  border-radius-top: 6px !important; 
  font-size: 14px; font-family: 'source_sans_proregular'; color: #585858;
}

.dropdown-txt{
  font-size: 14px; font-family: 'source_sans_proregular'; color: #585858;
}

.dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 8px 20px;
}
.input-group-btn .btn-group {
    display: flex !important;
}
.btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
}
.btn-group .btn:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.btn-group .form-horizontal .btn[type="submit"] {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
.form-group .form-control:last-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.search-button{
	background-color: #FF9C00 !important;
	padding: 6px 0;
	width: 60px;
}

.radio-btn-holder{
	width: 50%;
	margin: 0 auto;
	clear: both;
}
.radio-btn-holder2{
	width: 80%;
	margin: 0 auto;
	clear: both;
}
.radio-inline{
	line-height:125%; color:#fff; font-family:source; text-align:left; font-size: 14px; font-family: 'source_sans_proregular'; 
}

.radio-inline2{
	line-height:125%; padding: 6px 0 0 6px; color:#000; text-align:center; font-size: 14px; font-family: 'source_sans_proregular'; 
}

ul.right-text{ padding:0;  margin:0;  list-style:none; float: right; }
ul.right-text li { padding:0; margin:0 7px; text-align: center; list-style:none; display:block; font-size: 14px; line-height: 150%;  color: #fff; float: left;  font-size: 14px; font-family: 'source_sans_proregular'; }
ul.right-text li a {  color: #fff;   font-size: 14px; font-family: 'source_sans_proregular'; }
ul.right-text li a:hover {  color: #f8a731;  }

ul.right-text li.img-space {  margin:10px 3px 0 3px !important;  }

.right-padding{ padding-left: 0; padding-right: 25px; width: 22% !important;}

.dropup, .dropdown {
    float: left;
}

/*-------------------------header end-----------------------*/
banner{
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
	background: #0354AD;
}

.menu-holder{
  width: 98%;
  padding: 0;
  margin: 0;
  float: left;
}

/* --- Top Navigation --- */


.select-category { padding: 0 18px 0 18px; margin: 8px 0 0 0;}

.navbar-inverse { background:transparent; float: right; margin: 0; padding: 0; width: 100%; }
.navbar { margin:0; padding:0; width:100%; background:transparent;}   
.navbar-header {margin: 0; padding:0; float:right; width:100%;  }
.navbar-collapse {margin:0; padding: 0; float: left; width:100%; background:transparent;}
.navbar-nav{float:right;}
.navbar-nav > li { display: block; margin:0; padding:0; }

.navbar-inverse .navbar-nav > li > a { margin:0; padding:0 10px 0;font-size:15px !important;  line-height:45px; font-family:'robotocondensed'; font-weight:normal; color:#fff!important; text-align:left; transition: all 0.3s ease 0s;}

.navbar-inverse .navbar-nav > li > a:hover{ color:#DCDCDC!important;  background:url(../img/top-hover-white.jpg) no-repeat center!important; float: left;}

.navbar-inverse .navbar-nav > li.current_page_item > a {  color:#DCDCDC!important;  background: url(../img/top-hover-white.jpg) no-repeat center!important; }

ul.rss-text{ padding:0;  margin:0;  list-style:none; float: right; }
ul.rss-text li { border-right:1px solid #ccc;  padding:0 12px; margin:0; text-align: center; list-style:none; display:block; background-color: #DCDCDC; float: left; line-height: 45px;  }
ul.rss-text li:last-child { border-right:0px solid #ccc; }

ul.rss-text li a{  color: #3F3F3F !important;   font-size: 15px; font-family:'robotocondensed';  cursor: pointer;}

ul.rss-text li:hover{  background-color: #E5E5E5;  cursor: pointer;}

/*ul.rss-text li.active{ background-color: #E5E5E5; cursor: pointer;}*/

.back-to-top {
	position: fixed;
	bottom: 1px;
	right: 10px;
	text-decoration: none;
	background-color: #175da3;
	color:#fff !important; font-size:12px; font-family:'robotocondensed'; 
	padding: 1em;
	display: none;
}

.back-to-top:hover {	
	 background-color:#f7b755; color:#fff !important;
}	

.nav-up {top: -10px;}

.shadow{box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);opacity:0.95;filter:alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0.95)";}
/*-------------------------banner end-----------------------*/
#mid-nav-holder{
   padding: 10% 0 0 0;
   margin: 0;
   float: left;
   width: 100%;
   background: #fff;
   position: relative;
}

nav{
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  background-color: #FAFAFA;
  position: relative;
}

  .mid-nav  {margin: 0; padding: 0; float: left; clear: both; }
  .mid-nav  li { display: block; float: left; margin: 0 13px; padding: 0 0 0 25px; background: url(http://www.freewarefiles.com/img/right-arrow-blue.png) no-repeat left 15px; height: 43px; line-height: 50px; }
  .mid-nav  li:last-child { margin: 0 0 0 13px; }
  .mid-nav  li  a { font: 15px source_sans_proregular,sans-serif;  color: #4B4B4B; line-height: 43px; text-align: left;}
  .mid-nav  li  a:hover {color: #035BBD; }
  .mid-nav  li.first { display: block; text-align: left;  float: left; margin: 0 30px 0 0; padding: 0 30px 0 5px;  position: relative; background-image: none; z-index: 1; height: 43px; line-height: 51px;}
  .mid-nav  li.first::after {
    background: #124187;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    transform: skewX(-30deg);
    width: 100%;
    z-index: -1;
    top: -37%;
    height: 58px;
}  
  .mid-nav  li.first a { margin: 15px 0 0 0; text-align: left; font:bold 16px source_sans_proregular,sans-serif; font-style: normal;   color: #fff; line-height: 43px;}
  .mid-nav  li.first a:hover {color: #fff; }  
/*-------------------------Content Start-----------------------*/
 article{
   padding: 4% 0 4% 0;
   margin: 0;
   width: 100%;
   float: left;
   background-color: #fff;
 }

.setting-nav {
    list-style: none;
    margin: 0;
    padding: 2px 0 0px 0;
    clear: both;
    float: left;
    width: 100%;
    background-color: #fff !important;
    border: 1px solid #C8C8C8;
    border-radius: 4px;
  }

   .setting-nav li {
    margin-left: 0px;
  }

  .nav-stacked > li + li  {
    margin-left: 0px;
    margin-top: 1px;
  }
  
  .setting-nav li a {
    color: #000000;
    font-size: 15px;
    font-family:source_sans_proregular;
    font-weight: normal;
    padding: 2px 26px;
    margin-bottom: 1px !important;
    border: 1px solid #fff;
  }

  .setting-nav > li a:hover {
    background-color: #FAFAFA !important;
    border: 1px solid #fff;
    border-radius: 6;
    color: #000 !important;
  }
  
  .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover .setting-nav > li.active {
    background-color: #fff !important;
    border: 1px solid #035BBD;
    border-radius: 0;
    color: #000 !important;
  }
   
  .setting-nav > li span {
     color: #FFA068; 
      font-size: 12px;
    font-family:source_sans_proregular;
    font-weight: bold;
  }

  .fa.fa-circle.dot{
    font-size: 6px; color: #C7C7C7 !important;  margin: 8px 11px 0 0; float: left;
  }

.boerder-top{
    border-top: 1px solid #D2D2D2;
    float: left;
    margin: 15px 0 15px 0;
    width: 100%;
  }

.boerder-top2{
    border-top: 1px solid #D2D2D2;
    float: left;
    margin: 20px 0;
    width: 100%;
  }
 
h1{margin:0;  padding:0 0 10px 0; font-family:source_sans_proregular; font-size:21px; line-height:100%; color:#686868; text-align:left;  font-weight:normal; clear: both; }

h1 span{font-family:open_bold; font-size:21px; line-height:100%; color:#124187;  }

h1 a{font-family:source_sans_proregular; font-size:21px;  color:#686868;  }

h1 a:hover{ color:#f7b755;  }


h2{margin:0;  padding:15px 0 10px 0; font-family:open; font-size:18px; line-height:100%; color:#236FC5; text-align:left;  font-weight:normal; clear: both; }

h2 a:hover{ color:#f7b755;  }

h2 a {margin:0;  padding:15px 0 10px 0; font-family:open; font-size:18px; line-height:100%; color:#236FC5; text-align:left;  font-weight:normal; clear: both; }

.home-txt{ padding: 0; margin: 8px 0 0 0; font-family:source_sans_proregular; font-size:15px; line-height:115%; color:#000000; clear: both;  }

.home-txt a{  color:#F7B755; font-family:source_sans_proregular; font-weight:bold; }

.home-txt a:hover{  color:#025ABC; }


.facebook-bg{
    padding: 10px;
    margin: 0 0 5px 0;
    width: 100%;
    float: left;
    background: #F4F4F4;
}

.facebook-bg a{
    font-family:open; font-size:14px; line-height:115%; color:#696969; display: block; line-height: 40px;  transition: all 0.3s ease 0s;
}

.facebook-txt{
    padding: 10px;
    margin: 0 0 5px 0;
    width: 100%;
    float: left;
    background: #F4F4F4;
    font-family:open; font-size:14px; color:#696969; 
}

.facebook-bg:hover{
    background: #D2D2D2;
}

.left-cont{
    float: left;
}

.input-box{
    border-radius: 0 !important; border:1px solid #aeaeae;
}

.subscribe{
    font-family:open_bold; font-size:16px; line-height:115%; color:#fff; background: #f7a832; padding: 12px 20px; border-radius: 6px !important;
}

ul.left-nav { padding:15px 0 25px 0;  margin:0; float: left;  list-style:none; text-align:center; clear:both; }
ul.left-nav li { padding:0; margin:0 2px; list-style:none; display:inline; }
ul.left-nav li a{ padding:0; margin:0; list-style:none; font: normal 16px/18px "open", Times, serif;  line-height:13px; color: #4B4B4B; }
ul.left-nav li a:hover{ color: #f7a832;  }

.left-col-holder{
    width: 59.8%;
    float: left;
    margin: 0 0.2% 0 0;
}

.yellow-heading-sec{
   float: left;
   padding: 7px 0 0 15px;
   margin: 0 0 25px 0;
   width: 70%;
   min-height: 34px;
  background:#0354AD url(../img/blue-heading.jpg) no-repeat right top;
}

.yellow-heading-sec h1{margin:0; padding:0; color:#fff; font-family:open_bold; font-size:16px; line-height: 125%; text-align:left;  clear: both; display: block; }

.yellow-heading-sec h1 a{color:#fff; font-family:open_bold; font-size:16px; text-align:left;  font-weight:normal; }

.yellow-heading-sec h1 a:hover{color:#000;  }

.padding{
   padding-left: 15px;
   padding-right: 0;
}

h3{margin:0;  padding:0; clear: both;  }
h3 a{ font-family:open_bold; font-size:19px; line-height:130%; color:#124187; text-align:left;  font-weight:normal;  }
h3 a:hover{  color:#f7b755;  }
.home-mid-txt{ padding: 0; margin: 0 0 0 15px; font-family:source_sans_proregular; font-size:15px; line-height:115%; color:#000000; clear: both;  }

.mid-pic-holder{
    width: 20%;
    display: block;
    height: 53px;
	  width: 52px;
    padding-left: 10px;
    padding-top: 10px;
    float: left;
    margin: 0px 0 7px 0;
    background: url(http://www.freewarefiles.com/icons/icons_background_gray.gif);
}

.mid-cont-holder{
    width: 80%;
    float: left;
    margin: 0 0 7px 0;
}

h4{margin:0; padding:0 0 0 15px; font-family:open_bold; font-size:15px; color:#124187; clear: both; }
h4 a{ font-family:open_bold; font-size:15px; color:#124187;  font-weight:normal;}
h4 a:hover{ color:#f7b755; }
.border-mid-bg{
    width: 100%;
    float: left;
    padding: 10px 0 0 0;
    margin: 0;
    border-top: 1px solid #cdcdcd;
} 

.home-mid-txt2{ padding: 0; margin: 25px 0 0 0; text-align: right; font-family:source_sans_proregular; font-size:15px; line-height:115%; color:#696969; clear: both;  }

.home-smallad-txt { padding: 0; margin: 25px 0 0 0; text-align: left; font-family:open; font-size:10px; color:#696969; clear: both;  }
.center-gray-ad-txt { width: 100%; padding: 0 0 5px 0; margin: 0 0 0 0; text-align: center; font-family:open; font-size:12px; font-weight:normal; color:#CDCDCD; clear: both;  }
.left-gray-ad-txt { padding: 0 0 5px 0; margin: 0 0 0 0; text-align: left; font-family:open; font-size:12px; font-weight:normal; color:#CDCDCD; clear: both;  }

.mid-blue-box{
    padding:10px 0;
    margin:10px 0 0 0;
    float: left;
    width: 100%;
    border:1px solid #bebebe;
    background: #FAFAFA;
}

.mid-inner-holder{
   margin: 0 auto;
   width: 95%;
   clear: both;
}

.text{ padding: 7px 0 0 15px; margin: 0; font-family:source_sans_proregular; font-size:15px; line-height:115%; color:#000000; clear: both;  }

.down-text{ padding: 5px 0; margin: 0; text-align: center; font-family:open_bold; font-size:12px; line-height:115%; color:#3a3c3b; clear: both;  }

.yellow-btn{
   background: #f7a832; padding: 10px 25px;
   font-family:open; font-size:14px;  color:#ffffff;
}
.right-col-holder{
    width: 39%;
    float: left;
    margin: 0 0 0 1%;
}

.right-cont-border{
    padding:20px 0 0 0;
    margin:15px 0 0 0;
    float: left;
    width: 100%;
    border:1px solid #c8c8c8;
}

.outer-holder{
    margin: 0 auto;
    width: 92%;
    clear: both;
}

.pic-holder{
    width: auto;
    float: left;
    margin: 15px 0 0 0;
}

.pic-holder img{
   margin: 0 0px 5px 0;
}

.cont-holder{
    width: auto;
    float: left;
    margin: 0px 0 0 0;
}

.small-pic-holder{
    width: 17%;
    float: left;
    margin: 25px 10px 0 0;
}

.small-cont-holder{
    width: 78%;
    float: left;
    margin: 15px 0 0 0;
 }   
.cont-holder h3{margin:0;  padding:15px 0 0 15px; font-family:open_bold; font-size:17px; line-height:130%; color:#124187; text-align:left;  font-weight:normal; clear: both; }
.home-subtxt{ padding: 0 0 10px 0; margin: 0; font-family:source_sans_proregular; font-size:15px; line-height:125%;  color:#000000; clear: both;  }
.home-subtxt a{  color:#025bbf;   font-family:source_sans_proregular; }
.home-subtxt a:hover{  color:#696969;  }
.right-text-sec{
    width: 76%;
    float: left;
    margin: 24px 0 0 0;
}

.right-text-sec h3{margin:0;  padding:0; font-family:open_bold; font-size:15px; line-height:130%; color:#124187; text-align:left;  font-weight:normal; clear: both; }
.right-text-sec p{padding: 0; margin: 0; font-family:source_sans_proregular; font-size:15px; line-height:115%; color:#000000; clear: both; }

.right-download-img{
    width: 24%;
    float: left;
    margin: 24px 0 0 0;
    text-align: center;
}

.border-table-col{
    width: 100%;
    float: left;
    padding: 2px 0;
    margin: 0;
    border-top: 1px solid #cdcdcd;
}

.table-txt{ padding: 3px 0 5px 0; margin: 0; font-family:source_sans_proregular; font-size:15px; line-height:115%;  color:#000000; clear: both;  }
.table-txt a{ padding: 3px 0 5px 0; margin: 0; font-family:source_sans_proregular; font-size:15px; line-height:115%;  color:#000000; clear: both;  }
.table-txt a:hover{  color:#015BBC;  }

.table-blue-txt{ padding: 3px 0 5px 0; margin: 0; font-family:open_bold; font-size:15px; line-height:115%;  color:#015bbc; clear: both;  }

/*-------------------------Content END-----------------------*/

/*-------------------------bottom section Start----------------------*/
 section{
   padding: 3% 0 4% 0;
   margin: 0;
   width: 100%;
   float: left;
   background:#f3f3f3 url(../img/bot-bg.jpg) repeat-x;
 }

 .heading-sub-holder{
     padding: 0;
     margin: 0 0 55px 0;
     width: 1125px;
     float: left;
     height: 30px;
     background: url(../img/heading-sub-holder.jpg) no-repeat;
 }

 .heading-sub-holder h1{ margin:0;  padding:0; font-family:open_bold; font-size:36px !important; line-height:130%; color:#124187; text-align:center;  font-weight:normal; clear: both;}

 .heading-sub-holder h1 span{ font-size:36px !important; color: #333333; font-family:open; }

 .bot-inner-pannel{
    margin: 0 auto;
    width: 90%;
    clear: both;
 }

 .bot-icon-pannel{
    float: left;
    width: 32%;
 }

 .bot-text-pannel{
    float: right;
    width: 68%;
 }

 .bot-border{
    float: left;
    width: 100%;
    margin: 25px 0;
    border-bottom:1px solid #a2a2a2; 
 }

 h5{ margin:0;  padding:0; font-family:"robotocondensed"; font-size:18px; line-height:130%; color:#0c5fbd; text-align:left;  font-weight:bold; clear: both;}
 h5 a{ font-family:"robotocondensed"; font-size:18px; color:#0c5fbd; font-weight:bold; }
 h5 a:hover{ color:#f7b755; }
.bot-txt{ padding: 5px 0 0 0; margin: 0; font-family:open; font-size:15px; line-height:115%;  color:#333333; clear: both;  }
.bot-txt a{ padding: 5px 0 0 0; margin: 0; font-family:open; font-size:15px; line-height:115%;  color:#333333; clear: both;  }
.bot-txt a:hover{ color:#015BBC; }


/*-------------------------bottom section End----------------------*/

/*-------------------------Inside pages Start----------------------*/
.breadcrumb{ background: transparent; border-radius: 0; padding: 0; margin-bottom: 10px!important;}

 .breadcrumb > li + li:before {
   color: #363636;
   content: "> ";
   padding: 0 5px;
   font-weight: normal;
   font-family: open !important;
}

.breadcrumb li{
   color: #000000; font-family: open !important; font-size: 16px !important; font-weight: bold;
}

.breadcrumb li a {
   color: #124187; font-family: open !important; font-size: 16px !important; font-weight: bold;
}

.breadcrumb li a:hover {
   color: #000; 
}

.breadcrumb li.active{
   color: #124187; font-family: open !important; font-size: 16px !important; font-weight: bold;
}


.produc-left-sec{width: 71%;}

.produc-right-sec{width: 29%;}

.avg-left-col{ width:100%; float: left; margin: 20px 0 10px 0; }
.avg-left-col h1{ margin:0;  padding:0; font-family:"open_bold"; font-size:26px; line-height:130%; color:#124187; text-align:left;  clear: both;}

.avg-right-col{ width:32%; float: right; margin: 20px 0 10px 0; }

ul.like-btn{ padding: 0; margin: 0; list-style: none;}
ul.like-btn li{ padding: 0; margin: 0 30px 0 0; display: block; float: left;}
.no-padding1{ padding-left: 15px; padding-right: 0;}
.no-padding2{ padding-left: 0; padding-right: 0;}
.no-padding3{ padding-left: 0; padding-right: 0;}
.blue-btn{ background: #124187; padding: 15px 20px; border-radius: 10px;  margin: 15px 0 35px 0; font-family:"open_bold"; font-size:18px;}
.enlarge{margin: 15px 0 0 15px; clear: both;}

.prod-txt{ margin:0;  padding:18px 0 2px 0; font: normal 16px/18px "source_sans_proregular", Times, serif;  line-height:18px; color: #000000; text-align:left;   clear: both;}
.prod-txt span{color: #0354AD; font: bold 16px/18px "source_sans_proregular", Times, serif;}
.prod-txt a{color: #1a6ac3; text-decoration: underline; font: normal 16px/18px "source_sans_proregular", Times, serif; }
.prod-txt a:hover{color: #0f62be;  text-decoration: none;}

ul.prod-social-icon{ padding: 0; margin: 0 0 20px 0; list-style: none; clear: both; float: left;}
ul.prod-social-icon li{ padding: 0; margin: 0; display: block; float: left;}
ul.prod-social-icon li img:hover{ opacity: 0.5;}

.downloading-txt{ margin:0;  padding:0; font: normal 13px/18px "robotocondensed", Times, serif;  line-height:14px; color: #333333; text-align:center;   clear: both;}
.downloading-txt a{  font: normal 13px/18px "robotocondensed", Times, serif;  line-height:14px; color: #333333; text-align:center;  }
.downloading-txt a:hover{  color: #ffa068;  }

.prod-cont-border {
    border: 1px solid #c8c8c8;
    float: left;
    margin: 15px 0 0;
    padding: 5px 0 0;
    width: 100%;
}
.star-bg-sec{ background-color: #f8a731; float: left; width: 100%; margin: 0 0 10px 0;}
.start-icon-img{ float: left; margin: 0 5px 0 0; padding: 0 0 0 0px;}
.user-rating-txt1{ margin:0;  padding:5px; font: normal 15px/18px "open_bold", Times, serif;  line-height:18px; color: #fefdfb; text-align:left;   clear: both;}
 .blue-heading-holder{ margin:0;  padding:0; font-family:"open_bold"; font-size:37px; line-height:40px; color:#124187; text-align:center;  font-weight:bold; clear: both;}
.grey-text-holder{ margin:0;  padding:6px 0; font-family:"open"; font-size:13px; line-height:110%; color:#a1a1a1; text-align:center;  font-weight:normal; clear: both;}

.form-holder{margin: 0 auto; width: 80%; clear: both;}
.drop-down-left{ float: left; margin: 0; width: 55%; }
.drop-down-left select{ background-color: #fff; width: 100%; border: 1px solid #a1a1a1; float: left; height: 25px;font-family:"open"; font-size:11px; color: #000; }

.drop-down-right{ float: right; margin: 0; width: 45%; }
.rate{ background-color: #045cbe; border-radius: 6px; width: 100%; margin: 0 0 0 5px; border: 0px solid #a1a1a1; float: left; height: 26px;font-family:"open"; font-size:11px; color: #fff; }
.rate:hover{ background-color: #f8a731;  }

.review-text-holder{ margin:0;  padding:6px 0; font-family:"open"; font-size:13px; line-height:110%; color:#000; text-align:center;  font-weight:normal; clear: both;}
.review-text-holder a{ margin:0;  padding:6px 0; font-family:"open"; font-size:13px; line-height:110%; color:#000; text-align:center;  font-weight:normal; clear: both;}
.add-to-watchlist{ margin: 0 auto; text-align: center; }
.add-to-watchlist img{margin: 10px 0 10% 0; text-align: center;}
.product-text-holder{ margin:0;  padding:12px 7px 0 0; font-family:"open"; font-size:15px; line-height:120%; color:#666666; text-align:left;  font-weight:normal; clear: both;}
.smalllinks{ margin:0;  padding:12px 7px 0 0; font-family:"open"; font-size:15px; line-height:120%; color:#666666; text-align:left;  font-weight:normal; clear: both;}


.prod-gap{height: 70px; float: left;}
.prod-subheading{margin:0;  padding:0; clear: both; color: #124187; font-family: open_bold; font-size: 18px;  font-weight: normal;  line-height: 130%; text-align: left; }
.product-text-holder1{ margin:0;  padding:5px 7px 0 0; font-family:"open"; font-size:15px; line-height:120%; color:#666666; text-align:left;  font-weight:normal; clear: both;}
.prod-cont-bord{border: 1px solid #c8c8c8; float: left; width: 100%; margin: 20px 0 0 0;}
.prod-grey-head{float: left; padding: 10px; background-color: #f3f3f3; width: 100%; border-bottom: 1px solid #c8c8c8;  }
.prod-subheading2{margin:10px 0 5px 0;  padding:0; clear: both; color: #313131; font-family: open_bold; font-size: 19px;  font-weight: normal;  line-height: 130%; text-align: left; }

.product-subtext{ margin:0;  padding:0 25px 0 0; font-family:"source_sans_proregular"; font-size:15px; line-height:120%; color:#000000; text-align:left;  font-weight:normal; clear: both;}

.product-subtext2{ margin:0;  padding:10px 0 0 0; font-family:"source_sans_proregular"; font-size:15px; line-height:125%; color:#000000; text-align:left;  font-weight:normal; clear: both;}
.product-subtext2 span{  color:#124187; font-family:"source_sans_proregular"; font-weight:bold; }

.prod-grey-border{margin:30px 0 30px 20px; padding: 0 0 15px 0; background-color: #f3f3f3; width: 80%; float: left; border: 1px solid #c8c8c8; border-radius: 6px;}
.gery-innet-cont{ margin: 15px auto 0 auto; width: 92%; text-align: center;}
.product-rating-subtext{ margin:0;  padding:0; font-family:"open"; font-size:14px; line-height:125%; color:#2e2e2e; text-align:center;  font-weight:normal; clear: both;}

.prod-grey-footer{float: left; padding: 10px; background-color: #f3f3f3; width: 100%; border-top: 1px solid #c8c8c8;  }
.btn-layout-left{width: 40%; float:left; margin-right: 15px;}
.btn-layout-right{width: 18%; float:left;}
.read-all-btn{background-color: #f8a731; width: 100%; color: #ffffff; float: left; border-radius: 10px; font-family:open_bold; font-size: 14px; }
.review-btn{background-color: #124187; width: 100%; color: #fff; float: left; border-radius: 10px; font-family:open_bold; font-size: 14px; }
.down_padding{ padding: 0; padding-left: 15px; padding-right: 10px}

ul.download_link {
    display: block;
    float: left;
    clear: both;
    width: 100%;
}

ul.download_link  li {
    background: #90b91b;
    clear: both;
    display: block;
    height: 42px;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
}
ul.download_link  li.first {
    margin-top: 0;
}


ul.download_link li a {
    background:  url(../img/arrow_723X175.png) no-repeat scroll 100% 2px;
    color: #ffffff;
    display: block;
    font-family: open_bold;
    font-size: 17px;
    font-weight: normal;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    padding: 0 40px 0 16px;
    position: relative;
    text-transform: capitalize;
    word-wrap: break-word;
}
ul.download_link li:hover {
    background: #f3f3f3;
}
ul.download_link li:hover a {
    background-image: url(../img/arrow_723X175_h.png);
    color: #086ad8;
}

/*-------------------------Programs Template----------------------*/
.small-review-box {
    border: 1px solid #FFEAAE;
    background: #FFFDF6;
    border-radius: 6px; 
    float: left;
    margin: 15px 0 0;
    padding: 5px 0 0;
    width: 100%;
}
.small-review-box2 {
    border: 1px solid #c8c8c8;
    background: #ffffff;
    border-radius: 6px; 
    float: left;
    margin: 15px 0 0;
    padding: 5px 0 0;
    width: 100%;
}

/*.small-review-box {
    border: 1px solid #c8c8c8;
    border-radius: 6px; 
    float: left;
    margin: 15px 0 0;
    padding: 5px 0 0;
    width: 100%;
} */

.star-bg-sec2{ background-color: #f8a731; float: left; border-radius: 3px; width: 100%; margin: 0 0 10px 0;}

/*-------------------------Programs Template End----------------------*/

/*-------------------------Search page Start----------------------*/
.search-cont-border{padding: 0; margin: 20px 0 0 0; width: 100%; height: 42px;  float: left; background: url(../img/search-cont-border.png) repeat-x;}
.search-cont-border-lg{padding: 0; margin: 20px 0 0 0; width: 100%; height: 50px;  float: left; }
.new-files-txt span{ margin:0;  padding:0; font: bold 20px/22px "source_sans_proregular", Times, serif;  line-height:42px; color: #000000; text-align:left;   clear: both;}
.search-txt{ margin:0;  padding:0; font: normal 16px/18px "source_sans_proregular", Times, serif;  line-height:42px; color: #272727; text-align:left;   clear: both;}
.search-txt span{ color: #000000; font-weight: bold;}
.search-txt a{ margin:0;  padding:0; font: normal 16px/18px "source_sans_proregular", Times, serif; line-height:42px; color: #272727; text-align:left;   clear: both;}
.search-txt a:hover{ color: #f8a731;}

#search-result-sec{margin: 0!important; width: 100%;}
.search-wrapper{width: 90%; float: right; padding: 0; margin: 15px 0 0 0;}
.search-wrapper .pagination{ margin: 0 0 25px 0; float: right; border-radius: 0!important;}

.search-wrapper .pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    margin-left: 0;
    font-family:"source_sans_proregular", Times, serif; color: #a1a1a1;
}

.search-wrapper .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.search-wrapper .pagination > li > a, .pagination > li > span {
    color: #202020; font-family:"source_sans_proregular"; 
}

.search-wrapper .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #fff; background: #124187 !important; 
}

.program-holder{width: 100%; float: left; background: #124187; padding: 7px 10px 7px 10px;}
.program-txt{ margin:0;  padding:0 0 0 5px; font: normal 14px/18px "source_sans_proregular", Times, serif;  line-height:20px; color: #fff; text-align:left;   clear: both;}

.search-cont-bord{border: 1px solid #c8c8c8; float: left; width: 100%; margin: 20px 0 0 0;}
.search-grey-footer{float: left; padding: 10px 12px 0 12px; background-color: #f3f3f3; width: 100%; border-top: 0px solid #c8c8c8;  }
.search-outer-holder{margin: 15px auto 15px auto; width: 92%;}
.search-head{line-height: 130%; text-align: left; padding: 0 0 0 10px; color: #124187; font-family: open_bold;font-size: 15px !important;}
.search-head a{color: #124187; font-family: open_bold;font-size: 15px !important;font-weight: normal;}
.search-head a:hover{color: #f7b755;}     

.sear-txt1{ margin:0;  padding:5px 0 0 10px; font-family:"source_sans_proregular"; font-size:15px; line-height:120%; color:#000000; text-align:left;  font-weight:normal; clear: both;}
.sear-date-txt{ margin:0;  padding:5px 0 0 0; font-family:"open"; font-size:15px; line-height:120%; color:#222222; text-align:left;  font-weight:bold; clear: both;}
.sear-down-txt{ margin:0;  padding:5px 0 0 0; font-family:"open"; font-size:13px; line-height:120%; color:#222222; text-align:center;  font-weight:bold; clear: both;}
.sear-down-txt span{ font-family:"open";  font-weight:bold; font-size:16px; line-height:120%; color:#222222; }

.search-download-btn{ clear: both; margin:30px 0 0 0;  height: 50px !important; line-height: 50px !important; background-color: #124187; width: 75%; color: #fff;  float: right; border-radius: 10px;   }
.search-download-btn a{  padding:0 0 0 15px;   color: #fff;  font-family:open_bold; font-size: 13px;  }
.search-download-btn:hover a{  color: #f8a731; }

.sea-size-holder{width:18%; float: left; padding: 0;}
.sea-os-holder{width:52%; float: left; padding: 0;}
.sea-in-holder{width:30%; float: right; padding: 0;}
.size-txt1{ margin:0;  padding:0; font-family:"open"; font-size:14px; line-height:120%; color:#181818; text-align:left;  font-weight:bold; clear: both;}
.size-txt1 span{ color:#1767c0; }


.sea-in-holder p{  font-family:"open"; font-size:14px;  color:#181818; text-align:left;  font-weight:normal;}
.sea-in-holder p a{  font-family:"open"; font-size:14px;  color:#181818; text-align:left;  font-weight:bold; text-decoration:underline;}
.sea-in-holder p a:hover{ color:#f7b755; font-weight: bold;}
.sea-in-holder span{ color:#1767c0; font-weight: bold; }

.search-result-txt1{ margin:10px 0 0 0;  padding:0; font-family:"source_sans_proregular"; font-size:15px; line-height:120%; color:#181818; text-align:left;  font-weight:normal; clear: both;}
.search-result-txt1 span{ color:#000000; font-weight:bold; }
ul.search-bot-img{margin: 10px auto 10px auto;  width: 96%; text-align: center;}
ul.search-bot-img li{padding: 0; margin: 0 5px 15px 0;  display: inline; list-style: none; }
ul.search-bot-img li:last-child{margin: 0 0 15px 0; }

/*-------------------------Search page End----------------------*/

/*-------------------------Category PAGE Start----------------------*/
 .category-left-sec{padding: 0; margin: 20px 0 0 0; width: 8%; float: left;}
 .category-right-sec{padding: 0; margin: 0px 0 0 0; width: 92%; float: left;}
 .category-ad-sec {padding: 0; margin: 05px 0 0 0; width: 100%; text-align: center;}
 .category-right-sec h2{margin:10px 0 5px 0;  padding:0; clear: both; color: #3F3F3F; font-family: open; font-size: 20px;  font-weight: normal;  line-height: 130%; text-align: left; }
 .category-right-sec span{ color: #124187; font-family: open_bold; font-size: 21px;  font-weight: normal; }
 .category-right-sec h3{margin:27px 0 5px 0;  padding:0; clear: both; color: #124187; font-family: open_bold; font-size: 20px;  font-weight: normal;  line-height: 200%; text-align: left; }
 ul.cate-content-list { padding:0;  margin:10px 0 0 0;  list-style:none; float: left; clear:both; }
 ul.cate-content-list li { padding:0 0 0 15px; margin:0; list-style:none; color: #3f3f3f; font-family: source_sans_proregular; font-size: 18px; line-height: 22px;  font-weight: normal; float: left; display: block; clear: both; background: url(../img/blue-round.jpg) no-repeat 0px 8px; }
 ul.cate-content-list li a {  color: #3f3f3f; font-family: source_sans_proregular; font-size: 18px; }
 ul.cate-content-list li a:hover {  color: #124187;  }

 .cate-blue-title{padding: 0; margin: 30px 0 10px 0; float: left; width: 100%; background:#124187; }
 .cate-blue-title h2{margin:0px;  padding:10px 0 10px 15px; clear: both; color: #fff; font-family: open_bold; font-size: 21px;  font-weight: normal;  line-height: 130%; text-align: left; }
 .cate-program-title{margin:0px;  padding:10px 0 15px 15px; clear: both; color: #4D4D4D; font-family: open; font-size: 16px;  font-weight: normal;  line-height: 125%; text-align: left; }

 .cate-table-border{padding: 0; margin: 0 0 12px 0; width: 100%; float: left; border:1px solid #D0D0D0;}

 .cate-no-list{width: 15%; float: left;}
 .cate-no-list p{margin:0px;  padding:25px 0 0 15px; clear: both; color: #777777; font-family: open_bold; font-size: 23px;  font-weight: normal;  line-height: 125%; text-align: left; }
 .cate-cont-list{width: 85%; float: left; margin: 0 0 10px 0;}
 .cate-cont-list h2{ margin:0px;  padding:10px 0 0 0; clear: both; color: #124187; font-family: open_bold; font-size: 16px;  font-weight: normal;  line-height: 125%; text-align: left; }
 .cate-cont-list h2 a{ color: #124187; font-family: open_bold; font-size: 16px; }
 .cate-cont-list h2 a:hover{ color: #3F3F3F; }
 .cate-cont-list h2 span{ color: #f8a731; }
 .cate-cont-list p{margin:0px;  padding:0; clear: both; color: #3f3f3f; font-family: source_sans_proregular; font-size: 15px;  font-weight: normal;  line-height: 125%; text-align: left; }
 .cate-border-list{border-left: 1px solid #DCDCDC; border-right: 1px solid #DCDCDC; padding: 15px 0 0 0; height: 100px; float: left; text-align: center;} 
 .cate-border-list img{ text-align: center; padding: 20px 0 0 0; }
 .cate-border-list2{border-left: 1px solid #DCDCDC; border-right: 1px solid #DCDCDC; padding: 15px 0 0 0; height: 118px; float: left; text-align: center;} 
 .cate-border-list2 img{ text-align: center;} 

 .cate-border-list3{border-left: 1px solid #DCDCDC; border-right: 1px solid #DCDCDC; padding: 15px 0 0 0; height: 100px; float: left; text-align: center;} 
 .cate-border-list3 img{ text-align: center;}

 .cate-down-padding{padding-right: 15px; padding-left: 0;}
 .cate-download-bg{background: #F6F6F6; padding: 0; margin: 0; min-height: 100px; text-align: center;}
 .cate-download-bg2{background: #F6F6F6; padding: 0; margin: 0; min-height: 118px; text-align: center;}
 .cate-download-bg2 .downloading-sub-text{margin:0;  padding:39px 0 3px 0; clear: both; color: #3f3f3f; font-family: open; font-size: 18px;  font-weight: normal;  line-height: 190%; text-align: center; }
 .cate-download-bg3{background: #F6F6F6; padding: 0; margin: 0; min-height: 100px; text-align: center;}
 .cate-download-bg3 .downloading-sub-text{margin:0;  padding:30px 0 3px 0; clear: both; color: #3f3f3f; font-family: open; font-size: 18px;  font-weight: normal;  line-height: 150%; text-align: center; }
 .cate-download-bg .downloading-sub-text{margin:0;  padding:30px 0 3px 0; clear: both; color: #3f3f3f; font-family: open; font-size: 18px;  font-weight: normal;  line-height: 190%; text-align: center; }
 .cate-download-bg .categories-sub-text{margin:0;   padding: 40px 30% 3px 0; clear: both; color: #3f3f3f; font-family: open; font-size: 18px;  font-weight: normal;  line-height: 90%; text-align: center; }
 .cat-arrow-padding{padding: 15px 12px 0 0;  float: right;}
 ul.cate_link {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
}

ul.cate_link  li {
    background: #fff;
    clear: both;
    display: block;
    height: 42px;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    border: 1px solid #C0C0C0;
}

ul.cate_link  li span {
    color: #383838;
    font-family: open_bold;
    font-size: 25px !important;
    font-weight: normal;
}

ul.cate_link li a {
    background:  url(../img/cont-arrow.png) no-repeat scroll 96% 12px;
    color: #035BBD;
    display: block;
    font-family: open_bold;
    font-size: 16px;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    padding: 0 10px 0 16px;
    position: relative;
    text-transform: capitalize;
    word-wrap: break-word;
}
ul.cate_link li:hover {
    background: #f3f3f3;
}
ul.cate_link li:hover a {
     background:  url(../img/cont-arrow.png) no-repeat scroll 96% 12px;
    color: #086ad8;
}

.cate-yellow-btn{padding: 10px; margin: 12px 0; height: 35px; line-height: 35px; float: left; width: 100%; background: #F8A731; }
.cate-yellow-btn p{padding:0; margin:0; font-family:"source_sans_proregular"; font-size:14px; line-height:130%; color:#f8a731; text-align: center;}
.cate-yellow-btn p a{font-family:"source_sans_proregular"; font-size:14px; line-height:130%; color:#2D1E09; }
.cate-yellow-btn:hover{font-family:"source_sans_proregular"; font-size:14px; line-height:130%; color:#fff !important; background: #124187;}
.cate-yellow-btn:hover a{ color:#fff !important; }
.category-right-cont-border{  padding:0; margin:15px 0 0 0; float: left; width: 100%; border:1px solid #c8c8c8; }

.cate-right-heading{padding: 10px; margin: 0 0 10px 0; float: left; width: 100%; background:#124187;  }
.cate-heading{padding: 0; margin: 0; color: #fff; font-family: open; font-size: 21px;  font-weight: normal;  line-height: 125%;  }
.cate-heading span{ color: #fff; font-family: open; font-size: 21px;  font-weight: bold;  line-height: 125%;  }
.cate-right-title{margin:0;  padding:0; font-family:open_bold; font-size:17px; line-height:130%; color:#124187; text-align:left;  font-weight:normal; clear: both; }
.cate-right-title a{ font-family:open_bold; font-size:17px;  color:#124187;  font-weight:normal; }

.cate-right-text{padding: 0; margin: 0; font-family:source_sans_proregular; font-size:15px; line-height:115%; color:#000000; clear: both; }
.dotterd-border{padding: 0; margin: 7px 0 7px 0; float: left; width: 100%; height: 3px; background: url(../img/dotterd-border.jpg) repeat-x;}
.category-bot-left{width: 4%; float: left;  margin: 0; padding: 0;}
.category-bot-left img{ margin: 10px 0 0 10px;}
.category-bot-right{width: 96%; float: left;  margin: 0;}
.category-bot-right h2{margin:10px 0 5px 0;  padding:0; clear: both; color: #3F3F3F; font-family: open; font-size: 20px;  font-weight: normal;  line-height: 130%; text-align: left; }
.category-bot-right span{ color: #124187; font-family: open_bold; font-size: 21px;  font-weight: normal; }
.cat-bot-wrapper{width: 96%; margin: 0 auto; clear: both;}
.cat-cont-inner{width: auto; padding: 0 12px 0 0; float: left;}
.cat-cont-inner:last-child{width: auto; padding: 0; float: left;}
/*-------------------------Category PAGE End----------------------*/
/*-------------------------Download Page Start----------------------*/
.download-title{margin:0px;  padding:10px 0 20px 0; clear: both; color: #1265C1; font-family: open; font-size: 16px;  font-weight: normal;  line-height: 125%; text-align: left; }
.download-title a{margin:0px;  padding:10px 0 20px 0; clear: both; color: #1265C1; font-family: open_bold; font-size: 20px;  font-weight: normal;  line-height: 125%; text-align: left; }
.download-title span{ color: #191919; font-family: open_bold; font-size: 20px;  }

.download-title2{margin:0px;  padding:30px 0 5px 0; clear: both; color: #124187; font-family: open_bold; font-size: 20px;  font-weight: normal;  line-height: 125%; text-align: left; }
.download-title2 span{ color: #787878; font-family: open; font-size: 15px;}

.download-txt{margin:0px;  padding:0 0 30px 0; clear: both; color: #000000; font-family: "source_sans_proregular"; font-size: 15px;  font-weight: normal;  line-height: 125%; text-align: left; }
.download-txt span{ color: #F8A731;  }
.download-txt a{color: #4585CD; font-family: open; font-size: 15px; text-decoration: underline; }
.download-txt a:hover{color: #3f3f3f;   }
.download-img-sec{float: left; margin: 0 0 25px 0; clear: both;}
.downloading-blue-sec{padding: 0; margin: 16px 0 0 0; float: left; width: 100%; background: #124187;}
.downloading-blue-sec h2{margin:0px;  padding:10px 0 10px 15px; clear: both; color: #fff; font-family: open_bold; font-size: 18px;  font-weight: normal;  line-height: 130%; text-align: left; }
.downloading-right-heading{margin:0px;  padding:5px 0 10px 0px; clear: both; color: #1F1F1F; font-family: robotoregular; font-size: 18px;  font-weight: normal;  line-height: 130%; text-align: left; }

.downloading-grey-sec{padding: 0; margin: 0 0 10px 0; float: left; width: 100%; background: #F1F1F1}

.downloading-grey-sec:hover{ background: #dcdcdc;}

.downloading-link-pannel {margin:0px;  padding: 7px 0 7px 10px; clear: both; color: #124187; font-family: open_bold; font-size: 19px;  font-weight: normal;  line-height: 130%; text-align: left; }

.downloading-link-pannel a { color: #124187; font-family: robotoregular; font-size: 18px; }

.downloading-icon-layout{padding: 7px 15px 7px 0; float: right; clear: both; }

.downloading-space-sec{padding: 0; margin: 15px 0 0 0; width: 100%; float: left; }

.down-icon-layout{padding: 0; margin: 0 0 10px 0; float: left; width: 30%;}

.down-content-layout{padding: 0; margin: 0 0 10px 0; float: left; width: 70%;}

.downl-link-sec {margin:0px;  padding: 7px 0 7px 10px; clear: both; color: #124187; font-family: open_bold; font-size: 16px;  font-weight: normal;  line-height: 130%; text-align: left; }

.downl-link-sec a { color: #124187; font-family: open_bold; font-size: 16px; }
.downl-link-sec a:hover { color: #F8A731; }

.download-subtxt{margin:0 0 5px 0;  padding:6px 0 0 0; clear: both; color: #3f3f3f; font-family: "source_sans_proregular"; font-size: 15px;  font-weight: normal;  line-height: 125%; text-align: left; }
.download-subtxt span{ color: #DC143C; font-size: 18px;  }
.downloading-box-holder{padding: 0; margin: 0; float: left; width: 100%; border-left: 1px solid #D4D4D4; border-right: 1px solid #D4D4D4; border-top: 0px solid #D4D4D4; border-bottom: 1px solid #D4D4D4; }

.downloading-blue-header{padding: 0; margin: 0 0 5px 0; float: left; width: 100%; background:#124187;  }
.downloading-blue-header h2{margin:0px;  padding:10px 0 10px 20px; clear: both; color: #fff; font-family: open_bold; font-size: 21px;  font-weight: normal;  line-height: 130%; text-align: left; }
.downl-content-inner-holder{margin: 0 auto; width: 94.5%; clear: both;}
.checkbox-txt{color: #3f3f3f !important; font-family: open; font-size: 14px;  font-weight: normal;  line-height: 110%;}
.checkbox-inline{
	line-height:125%; text-align:left; font-size: 14px; font-family: 'source_sans_proregular'; 
}
.comments-txt{padding:5px 0 10px 0; margin:0; color: #DC143C !important; font-family: open; font-size: 14px;  font-weight: normal;  line-height: 110%;}
.downl-comments{ margin: 0 0 10px 0; float: left; background:#F6F6F6; border-radius: 0!important; border:1px solid #C7C7C7; width: 100%; height: 100px !important;}
.downl-input{ margin: 0 0 10px 0; float: left; background:#F6F6F6; border-radius: 0!important; border:1px solid #C7C7C7; width: 100%;}
.down-captcha-code{padding: 0; margin: 14% 30px 10px 0; }
.downl-submit{ padding: 7px 22px; margin: 0 0 10px 0; clear: both; float: left; background:#124187; border-radius: 0!important; border:0px none #C7C7C7; color: #fff; font-family: open_bold; font-size: 17px;  font-weight: normal;}

.download-subtxt2{margin:0px;  padding:0; clear: both; color: #3f3f3f; font-family: open; font-size: 13px;  font-weight: normal;  line-height: 125%; text-align: left; }
.download-subtxt2 span{ color: #025CBD; font-size: 18px; }
.down-heading{padding: 0; margin: 0; color: #fff; font-family: open; font-size: 21px;  font-weight: normal;  line-height: 125%;}
.down-heading span{ color: #fff; font-family: open_bold; font-size: 21px;  font-weight: bold;  line-height: 125%; }
.like-heading{padding: 0; margin: 0 0 5px 0; color: #7A7A7A; font-family: open; font-size: 15px;  font-weight: normal;  line-height: 125%;  }
.downloading-facebook-sec{padding: 0; margin: 0 0 10px 0; float: left; width: 100%; background: #F1F1F1}
.downloading-facebook-sec:hover{ background: #dcdcdc;}
.downl-facebook-img{float: right; margin: 0; padding: 5px 0;}
.downloading-fb-sec {margin:0px;  padding: 5px 0 5px 0; clear: both; color: #5F5F5F; font-family: open; font-size: 14px;  font-weight: normal;  line-height: 130%; text-align: left; }
.downloading-fb-sec a { color: #5F5F5F; font-family: open; font-size: 14px; }
 ul.down-content-list { padding:0;  margin:0 0 5px 0;  list-style:none; float: left; clear:both; }
 ul.down-content-list li { padding:0 0 0 15px; margin:0; list-style:none; color: #3f3f3f; font-family: open; font-size: 15px; line-height: 22px;  font-weight: normal; float: left; display: block; clear: both; background: url(../img/blue-round.jpg) no-repeat 0px 8px; }
 ul.down-content-list li a {  color: #3f3f3f; font-family: source_sans_proregular; font-size: 15px; }
 ul.down-content-list li a:hover {  color: #124187; }
 
/*-------------------------Download Page End----------------------*/
/*-------------------------User Login Page Start----------------------*/
 ol.user-login-cont-list { padding:0;  margin:15px 0 0 15px;   float: left; clear:both; }
 ol.user-login-cont-list li { padding:0 0 10px 0; margin:0;  color: #3f3f3f; font-family: open; font-size: 15px; line-height: 22px;  font-weight: normal; float: left;  clear: both;  }
 ol.user-login-cont-list li a{ color: #124187; font-family: open; font-size: 15px;}
 ol.user-login-cont-list li a:hover{ color: #3f3f3f;  }
 ul.user-sub-list { padding:0;  margin:0 0 10px 0;  list-style:none; float: left; clear:both; }
 ul.user-sub-list li { padding:0 0 0 15px; margin:0; list-style:none; color: #3f3f3f; font-family: open; font-size: 15px; line-height: 22px;  font-weight: normal; float: left; display: block; clear: both; background: url(../img/black-round-bullot.jpg) no-repeat 0px 8px; }
 .user-top-border{padding: 0; margin: 20px 0 0 0; float: left; width: 100%; border-top: 1px solid #D4D4D4;}
 .user-form-border-right{ margin: 0;  border-right: 1px solid #D4D4D4; min-height: 500px;}
 .login-icon-sec{padding: 0; margin: 0; float: left; width: 15%;}
 .login-text-sec{padding: 0; margin: 0; float: left; width: 85%;}
 .login-text-sec h3{margin:0 0 5px 0;  padding:0 0 25px 0; clear: both; color: #124187; font-family: open_bold; font-size: 22px;  font-weight: normal;  line-height: 200%; text-align: left; }
 .login-inner-holder{margin: 0; width: 95%; float: right;}
 .login-input{ margin: 0 0 10px 0; float: left; background:#F6F6F6; border-radius: 0!important; border:1px solid #C7C7C7; width: 95%; color: #464646!important; font-size: 13px; font-family:source_sans_proregular; font-weight: bold; clear: both;}
 .login-submit-holder{padding: 0; margin: 0 15px 0 0; float: left; width: auto;}
 .login-submit{ padding: 9px 35px; margin: 15px 0 0 0; clear: both; float: left; background:#124187; border-radius: 0!important; border:0px none #C7C7C7; color: #fff; font-family: source_sans_proregular; font-size: 17px;  font-weight: bold;}
 .login-reset{ padding: 7px 35px; margin: 15px 0 0 0; clear: both; float: left; background:#FFFFFF; border-radius: 0!important; border:2px solid #C7C7C7; color: #8F8F8F; font-family: source_sans_proregular; font-size: 17px;  font-weight: bold;}
 .forget-password-txt{margin:0;  padding:15px 0 8px 0; clear: both; color: #025CBD; font-family: open; font-size: 18px;  font-weight: bold;  line-height: 125%; text-align: left; }
 .login-email-txt{margin:0;  padding:0; clear: both; color: #3f3f3f;; font-family: open; font-size: 15px;  font-weight: normal;  line-height: 125%; text-align: left; }
/*-------------------------User Login Page End----------------------*/
/*-------------------------100 Downloads Page Start----------------------*/
.top-downloads-icon-sec{width: 7%; float: left; padding: 0; margin: 20px 0; }
.top-downloads-title-sec{width: 93%; float: left; padding: 0; margin: 20px 0; }
.top-downloads-title-sec h2{margin:10px 0 5px 0;  padding:0; clear: both; color: #045cbe; font-family: open_bold; font-size: 21px;  font-weight: normal;  line-height: 130%; text-align: left; }
.top-downloads-blue-head{padding: 0; margin: 0 0 10px 0; float: left; width: 100%; background:#124187; }
.top-downloads-sub-title-sec{margin:0px;  padding:10px 0 10px 15px; clear: both; color: #fff; font-family: open; font-size: 14px;  font-weight: normal;  line-height: 130%; text-align: left; }
.top-downloads-sub-title-sec2{margin:0px;  padding:10px 0 10px 15px; clear: both; color: #fff; font-family: open; font-size: 14px;  font-weight: normal;  line-height: 130%; text-align: center; }
.top-newfiles-heading{padding: 0; margin: 0; color: #fff; font-family: open; font-size: 21px;  font-weight: normal;  line-height: 180%;  }
/*-------------------------100 Downloads Page end----------------------*/

/*-------------------------watchlist Start----------------------*/
h5.page-title{margin:20px 0 0 0;  padding:0; font-family:source_sans_proregular; font-size:21px; line-height:45px; color:#686868; text-align:left;  font-weight:normal; clear: both; }
h5.page-title span{font-family:open; font-size:21px; line-height:100%; color:#141414; font-weight: bold; }
h5.page-title a{font-family:source_sans_proregular; font-size:21px;  color:#124187;  }
h5.page-title a:hover{ color:#f7b755;}
.watch-img{padding: 0 10px 0 0;  float: left; }
.member-content{padding: 0 15px 0 0;  float: left; width: auto; }
.member-content:last-child{ padding: 0;}
.member-txt{margin:20px 0 0 0;  padding:0; font-family:source_sans_proregular; font-size:16px; line-height:45px; color:#0c0c0c; text-align:left;  font-weight:normal; clear: both; }
.pref-txt{margin:20px 0 0 0; line-height:35px;  }
.pref-txt a{ font-family:source_sans_proregular; font-size:16px; color:#1766c2; text-decoration: underline; }
.pref-txt a:hover{ color:#fab655;  }
.watchlist-pagination{margin: 0!important;}
.watchlist-border{padding: 0; margin: 0 0 20px 0; float: left; width: 100%; border-top: 1px solid #e1e1e1;}
.watchlist-date-txt{ margin:0;  padding:0; font: normal 14px/18px "source_sans_proregular", Times, serif;  line-height:20px; color: #fff; text-align:center; clear: both;}
.watch-space{padding: 0; margin: 10px 0 0 0; float: left; width: 100%;}
h2.watch-link-list{margin:0;  padding:10px; clear: both;   line-height: 65px;  }
h2.watch-link-list a{ color: #124187; font-family: open_bold; font-size: 16px; }
h2.watch-link-list a:hover{ color: #3F3F3F; }
h2.watch-link-list span{ color: #f8a732; }
.date-txt{margin:0;  padding:0; font-family:open; font-size:18px; line-height:55px; color:#0c0c0c; text-align:center;  font-weight:normal; clear: both; }
.watch-border-list{border-left: 1px solid #DCDCDC; border-right: 1px solid #DCDCDC; padding: 15px 0 0 0; height: 86px; float: left; text-align: center;} 
.delete-bg{background: #F6F6F6; padding: 15px 0 0 0; margin: 0; min-height: 86px; text-align: center;}
.delete-bg p{margin:0;  padding:5px 0 0 0; font-family:open; font-size:13px; line-height:18px; color:#5b5b5b; text-align:center;  font-weight:normal; clear: both;}
.delete-bg img:hover{ opacity: 0.5}

.watch-bottom-txt {margin:30px 0 0 0;  padding:0; font-family:open; font-size:13px; line-height:15px; color:#585858; text-align:left;  font-weight:normal; clear: both;}
ul.downloading-list{padding: 0; margin: 15px 0 10px 0; float: right; width: 95%;}
ul.downloading-list li{padding: 0; margin: 0 3px; float: left; display: block; line-height: 15px;}
ul.downloading-list li.pdf-link{ margin: 7px 0 0 10px; }
ul.downloading-list li.pdf-link a{ padding: 3px 0 0 0; color: #124187; font-family: source_sans_proregular; font-size: 14px; line-height: 15px; text-decoration: underline;}
ul.downloading-list li.pdf-link a:hover{color: #f8a731;  text-decoration: none;}
ul.downloading-list li.border{border-left: 1px solid #d1d1d1; min-height:55px; margin: 0 0 0 10px; }

/*-------------------------watchlist End----------------------*/

/*-------------------------Screenshot page start----------------------*/
h2.screenshot-title{margin:0px;  padding:30px 0 15px 18px; clear: both; color: #124187; font-family: open_bold; font-size: 24px;  font-weight: normal;  line-height: 125%; text-align: left; }
.screenshot-text{margin:0px;  padding:0 0 30px 18px; clear: both; color: #252525; font-family: open; font-size: 14px;  font-weight: normal;  line-height: 130%; text-align: left; }
.screenshot-text a{font-family: source_sans_proregular; color: #124187; font-size: 16px;  font-weight: bold; }
.screenshot-subtext{margin:0px;  padding:0px 0 0 0; clear: both; color: #252525; font-family: open; font-size: 15px;  font-weight: normal;  line-height: 130%; text-align: center; }
h2.screenshot-sub-title{margin:0;  padding:0 0 15px 0; clear: both; color: #124187; font-family: open_bold; font-size: 20px;  font-weight: normal;  line-height: 125%; text-align: center; }
.screenshot-space{padding: 0 0 0 18px;}
.screenshot_box{ max-width:900px; }

/*-------------------------Screenshot page End----------------------*/
/*-------------------------Inside pages END----------------------*/
/*-------------------------Footer Start----------------------*/
footer {  margin:0;  padding:15px 0; width:100%; float:left; background:#014c9f; }

h6{ margin:0;  padding:0; font-family:"source_sans_proregular"; font-size:18px; line-height:130%; color:#f8a731; text-align:left;  clear: both;}

ul.footer-nav { padding:0;  margin:10px 0 0 0;  list-style:none; float: left; clear:both; }
ul.footer-nav li { padding:0; margin:0; list-style:none; }
ul.footer-nav li a{ padding:0; margin:0; list-style:none; font: normal 15px/18px "source_sans_proregular", Times, serif;  line-height:25px; color: #e9f3ff; }
ul.footer-nav li a:hover{ color: #000;  }

.fot-line{margin: 0; padding: 0; float: left;}

ul.social { margin:15px 0 0 0; padding:0; list-style:none; float: left; }
ul.social li { margin:0; padding:0; list-style:none; display:inline; }
ul.social li img { margin:0 2px; }
ul.social li a { text-align:center;  transition-duration:1s; }
ul.social li a:hover { opacity: 0.5;}

.social-txt{ margin:0;  padding:35px 0 0 0; font: normal 16px/18px "source_sans_proregular", Times, serif;  line-height:18px; color: #e9f3ff; text-align:left;   clear: both;}

aside{
  margin:0; padding:0; width:100%; float:left; background:#124187;
}

.copyright { margin:0; padding:15px 0; font-family:source_sans_proregular; font-size:13px; line-height:145%; color:#e9f3ff; text-align:center; font-weight:normal;}

/*-------------------------Footer End----------------------*/
/*-------------------------switcher Start----------------------*/
#theme-switcher {
  display: none;
  position: fixed;
  top: 50%;
  width: 345px;
  left: -305px;
  z-index: 9999;
  -moz-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
@media only screen and (min-width: 48.063em) {
  #theme-switcher {
    display: block;
  }
}
#theme-switcher.active {
  left: 0;
}
#theme-switcher.active .style-toggle svg {
  opacity: 1;
}
#theme-switcher .style-toggle {
  float: right;
  width: 40px;
  height: 40px;
  color: #fff;
  line-height: 36px;
  background: #fff;
  text-align: center;
  cursor: pointer;
  margin-top: 20px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-border-radius: 0 20px 20px 0;
  -webkit-border-radius: 0;
  border-radius: 0 20px 20px 0;
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
#theme-switcher .style-toggle svg {
  vertical-align: middle;
  margin-right: 4px;
  margin-top: 2px;
  opacity: 0.6;
}
#theme-switcher .style-toggle:hover svg {
  opacity: 1;
}
#theme-switcher .style-content {
  float: left;
  background: #fff;
  padding: 30px 0 15px 15px;
  width: 305px;
  -moz-border-radius: 0 6px 6px 0;
  -webkit-border-radius: 0;
  border-radius: 0 6px 6px 0;
  -moz-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 0 2px rgba(0, 0, 0, 0.2);
}
#theme-switcher .style-content .row {
  margin: 0 -7px 0px;
}
#theme-switcher .style-content .row .columns {
  padding: 0 7px 0px;
}
#theme-switcher .style-content h6 {
  display: block;
  font-size: 12px;
  color: #080808;
  margin: 0 0 24px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 15px;
}
#theme-switcher .style-content a {
  display: block;
  border-radius: 3px;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  margin: 0 0 14px 0;
}
#theme-switcher .style-content a > img {
  display: block;
  border-radius: 3px;
  width: 100%;
}
#theme-switcher .style-content a:hover {
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 0 0 2px #649fd6;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 0 0 2px #649fd6;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 0 0 2px #649fd6;
}

/*-------------------------switcher END----------------------*/

/*----------------- Review Start ----------------*/
.orange-text{color: #FF9900 !important;}
.cons-text{color: #FF1814 !important;}
.pros-text{color: #228B22 !important;}
a.topreviewlink {
    color: #124187;
    font-family: open_bold;
    font-size: 21px;
    line-height: 100%;
}
a.topreviewlink:hover {color: #f8a731;}
.page-top-heading{ padding: 15px 0 0; }
.page-top-heading h1{padding:0;}
.page-top-heading img{float: none; vertical-align: middle;}
.review-page .search-wrapper .pagination{margin-bottom: 5px;}
.review-content-holder, .review-info{float: left; width: 100%;}
.review-content-holder {
    padding: 15px 15px 0;
}
.user-rating-txt{ margin:0;  padding:0 0 0 25px; font: normal 14px/18px "source_sans_proregular", Times, serif;  line-height:20px; color: #fff; text-align:left;   clear: both;}
.review-cont-bord{border: 1px solid #8BCBE8; float: left; width: 100%; margin: 20px 0 0 0;}
.review-grey-footer{float: left; padding: 10px 12px 0 12px; background-color: #EFF8FE; width: 100%; border-top: 0px solid #c8c8c8;  }
.review-helpful{ margin:0;  padding:0 0 3px 0; font-family:"source_sans_proregular"; font-size:15px; line-height:120%; color:#181818; text-align:left;  font-weight:normal; clear: both;}
.review-helpful span{font-weight:bold;}
.review-info-content{float: left;}
.revw-side-info{float: right;}
.revw-side-info p{ font-size: 10px; font-family: 'source_sans_proregular'; color: #000000; padding: 0 0 3px;}

.bottom-pading{padding-bottom: 20px !important;}
.review-content-holder{float: left; width: 100%;}
.review-info{float: left; width: 100%;}
.review-content-holder p{font-size: 15px; font-family: 'source_sans_proregular'; color: #333333; padding: 0 0 3px;}
.review-content-holder p.revw-titl{font-family: 'open_bold'; color: #124187;}
.revw-date{color: #000000 !important; font-family: 'OpenSansRegular'; float: right; margin-left: 25px; line-height: 25px; }
.revw-link{font-family: 'open_bold'; color: #124187; font-size: 14px; font-weight: normal;}
.revw-link img{margin-right: 5px; opacity: 0.3;}
.review-page .search-grey-footer{background: #eaeaea; padding: 10px 12px;}
.revw-link:hover img{opacity: 1;}
.review-page .program-holder .col-xs-2 p {
    text-align: center;
}
.review-page .program-holder{margin-top: 20px;}
.revw-by {
    font-family: 'open_bold';
}


/*----------------- Review End ----------------*/

/*----------------- Changelog ----------------*/
.changelog-text{ margin:0px;  font-family:"source_sans_proregular"; font-size:16px; line-height:140%; color:#000000; text-align:left;  font-weight:normal;}
.changelog-text p{ margin:5px 27px 5px 0px;  padding:25px 30px 5px 0; font-family:"source_sans_proregular"; font-size:18px; line-height:140%; color:#000000; text-align:left;  font-weight:normal;}

/*----------------- Changelog End ----------------*/
/*----------------- Content ----------------*/
.content-text{ margin:0px;  font-family:"source_sans_proregular"; font-size:16px; line-height:140%; color:#000000; text-align:left;  font-weight:normal;}
.content-text a{ margin:0px;  font-family:"source_sans_proregular"; font-size:16px; line-height:140%; color:#035bbd; text-align:left;  font-weight:normal;}
.content-text p{ margin:0px;  padding:15px 0px 5px 0; font-family:"source_sans_proregular"; font-size:16px; line-height:140%; color:#000000; text-align:left;  font-weight:normal;}

/*----------------- Content End ----------------*/
/*----------------- Contact Us ----------------*/
.contact-text{ margin:0px 0px 15px 0;  padding:0px 0px 15px 0; font-family:"source_sans_proregular"; font-size:16px; line-height:140%; color:#000000; text-align:left;  font-weight:normal;}
.cont-captcha-code{padding: 0; margin: 14% 160px 10px 0; }
/*----------------- Contact Us End ----------------*/
/*----------------- Eula ----------------*/
ol.eula-cont-list { padding:0;  margin:15px 0 0 15px;   float: left; clear:both; }
 ol.eula-cont-list li { padding:0 0 10px 0; margin:0;  color: #000000; font-family: source_sans_proregular; font-size: 15px; line-height: 22px;  font-weight: normal; float: left;  clear: both;  }
 ol.eula-cont-list li a{ color: #124187; font-family: source_sans_proregular; font-size: 15px;}
 ol.eula-cont-list li a:hover{ color: #3f3f3f;  }
 ul.eula-sub-list { padding:0;  margin:0 0 10px 0;  list-style:none; float: left; clear:both; }
 ul.eula-sub-list li { padding:0 0 0 15px; margin:0; list-style:none; color: #000000; font-family: source_sans_proregular; font-size: 15px; line-height: 22px;  font-weight: normal; float: left; display: block; clear: both; background: url(../img/black-round-bullot.jpg) no-repeat 0px 8px; }
/*----------------- Eula end ----------------*/ 

/*----------------- Submission ----------------*/
.sub-small-txt{margin:0 0 15px 0; padding:0px 0 15px 0; color: #228B22 !important; font-family: open; font-size: 13px;  font-weight: normal;  line-height: 110%;}
.submission-yr-input{ margin: 0 0 10px 0; float: left; background:#F6F6F6; border-radius: 0!important; border:1px solid #C7C7C7; width: 15%;}

/*----------------- Submission End ----------------*/

/*----------------- UserAdmin ----------------*/
.useradmin-txt{margin:0;  padding:0; font-family:open; font-size:13px; line-height:55px; color:#0c0c0c; text-align:center;  font-weight:normal; clear: both; }
.useradmin-program-holder{width: 100%; float: left; background: #124187; padding: 7px 5px 7px 0px;}

.useradmin-table-border{padding: 0; margin: 0 0 12px 0; width: 100%; float: left; border:1px solid #D0D0D0;}
.useradmin-cont-list{width: 85%; float: left; margin: 0 0 10px 0;}
 .useradmin-cont-list h2{margin:0px;  padding:10px 0 0 10px; clear: both; color: #124187; font-family: open_bold; font-size: 16px;  font-weight: normal;  line-height: 125%; text-align: left; }
 .useradmin-cont-list h2 a{ color: #124187; font-family: open_bold; font-size: 16px; }
 .useradmin-cont-list h2 a:hover{ color: #3F3F3F; }
 .useradmin-cont-list h2 span{ color: #f8a731; }
 
.useradmin-content-inner-holder{margin: 0 auto; width: 94.5%; clear: both;}
.useradmin-box-holder{padding: 0; margin: 0; float: left; width: 100%; border-left: 1px solid #D4D4D4; border-right: 1px solid #D4D4D4; border-top: 1px solid #D4D4D4; border-bottom: 1px solid #D4D4D4; }
.useradmin-box-holder2{padding: 0; margin: 0; float: left; width: 100%; background: #F6F6F6; border-left: 1px solid #D4D4D4; border-right: 1px solid #D4D4D4; border-top: 1px solid #D4D4D4; border-bottom: 1px solid #D4D4D4; }
.useradmin-form-border-right{ margin: 0;  border-right: 1px solid #D4D4D4; min-height: 300px;}

.userchange-txt{ margin:0;  padding:18px 0 2px 0; font: normal 16px/18px "source_sans_proregular", Times, serif;  line-height:140%; color: #000000; text-align:left;   clear: both;}
.userchange-txt span{color: #0354AD; font: bold 16px/18px "source_sans_proregular", Times, serif;}
.userchange-txt a{color: #1a6ac3; text-decoration: underline; font: normal 16px/18px "source_sans_proregular", Times, serif; }
.userchange-txt a:hover{color: #0f62be;  text-decoration: none;}
 
/*----------------- UserAdmin End ----------------*/


/*----------------- Uninstall ----------------*/
ol.eula-cont-list { padding:0;  margin:15px 0 0 15px;   float: left; clear:both; }
 ol.eula-cont-list li { padding:0 0 10px 0; margin:0;  color: #000000; font-family: source_sans_proregular; font-size: 15px; line-height: 22px;  font-weight: normal; float: left;  clear: both;  }
 ol.eula-cont-list li a{ color: #124187; font-family: source_sans_proregular; font-size: 15px;}
 ol.eula-cont-list li a:hover{ color: #3f3f3f;  }
 ul.uninstall-sub-list { padding:0;  margin:0 0 10px 15px;  list-style:none; float: left; clear:both; }
 ul.uninstall-sub-list li { padding:0 0 0 15px; margin:0; list-style:none; color: #000000; font-family: source_sans_proregular; font-size: 15px; line-height: 22px;  font-weight: normal; float: left; display: block; clear: both; background: url(../img/black-round-bullot.jpg) no-repeat 0px 8px; }
.uninstall-txt{ margin:0;  padding:18px 0 2px 0; font: normal 16px/18px "source_sans_proregular", Times, serif;  line-height:18px; color: #0354AD; text-align:left;   clear: both;}
.uninstall-txt span{color: #0354AD; font: bold 16px/18px "source_sans_proregular", Times, serif;}
.uninstall-txt a{color: #0354AD; text-decoration: underline; font: normal 16px/18px "source_sans_proregular", Times, serif; }
.uninstall-txt a:hover{color: #ff0000;  text-decoration: none;}
/*----------------- Eula end ----------------*/ 

.new { font-family: "source_sans_proregular"; font-size: 11px;    color: #DC143C;    font-weight:bold;    text-decoration: none;}
.new2 { padding:0 2px 0 5px; font-family: "source_sans_proregular"; font-size: 14px;    color: #DC143C;    font-weight:bold;    text-decoration: none;}
.pick2 { font-family: "source_sans_proregular"; font-size: 15px;    color: #FF6600;    font-weight:bold; text-align:right;   text-decoration: none;}

.pick { font-family: "source_sans_proregular"; font-size: 15px;    color: #FF6600;    font-weight:bold; text-align:right;   text-decoration: none;}
.new-lgr { font-family: "source_sans_proregular"; font-size: 15px;    color: #DC143C;    font-weight:bold; text-align:right;   text-decoration: none;}
.search-new  { padding:0 2px 0 2px; font-family: "source_sans_proregular"; font-size: 15px; color: #DC143C; font-weight:bold; text-decoration: none;}
.search-pick { padding:0 2px 0 2px; font-family: "source_sans_proregular"; font-size: 15px; color: #FF6600; font-weight:bold; text-decoration: none;}


/*----------------- bpopup ----------------*/ 
.adware{ width:185px; margin:0px 0 0px 0; padding:0px; float:right; line-height:22px; color: #FF6600; text-decoration: none;}
.adware:hover{ width:185px; margin:0px 0 0px 0; padding:0px; float:right; line-height:22px; color: #3A6ADE; text-decoration: none;}


#element_to_pop_up { display:none; background-color:#fff;
border-radius:0px;
color:#000;

min-width:450px;
min-height: 330px;

padding: 15px 15px 15px 15px;
border-bottom: 10px solid #0153A9;
border-top: 10px solid #0153A9;

}



.b-close {
border-radius: 7px;
font: bold 131% sans-serif;
padding: 2px 6px 2px;
background-color: #012A56;
color: #fff;
cursor: pointer;
text-align: center;
text-decoration: none;
position: absolute;
right: 5px;
top: 5px;
}
.b-close:hover {
background-color: #FF6600;
}


.adwarebtn {
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  font-family: Arial;
  color: #ffffff;
  font-size: 11px;
  background: #d98934;
  padding: 2px 5px 2px 5px;
  text-decoration: none;
}

.adwarebtn:hover {
  background: #3cb0fd;
  text-decoration: none;
}


.adwaretextnote{
    font: "source_sans_proregular";
    font-size: 20px;
    color: #ff9900;
    text-decoration: none;
}

.adwaretext a:hover{
    font-family: "source_sans_proregular";
    font-size: 14px;
    color: #ff9900;
    text-decoration: none;
}

.adwaretext{
    font-family: "source_sans_proregular";
    font-size: 14px;
    color: #000;
    text-decoration: none;
}


/*----------------- Essential Downloads page Start ----------------*/
.essential-icon{width: 6%;}
.essential-title{margin: 12px 0 10px;}
.essential-padding{padding: 0 0 10px 0; margin: 0; float: left; width: 100%;}
h2.essential-title{margin: 16px 0 5px;}
ul.essential-section{padding: 0; margin: 0 0 12px 0; float: left; width: 100%;}
ul.essential-section li{padding: 0; margin: 0 17px 0 0; list-style: none; float: left; display: inline-table;}
ul.essential-section li:last-child{margin: 0; }
.essential-box{padding: 0 0 0 10px; list-style: none;  float: left; width: 179px; height: 47px; line-height: 47px; background: #F6F6F6; border: 1px solid #D0D0D0; border-radius: 4px; text-align: center;}
.essential-box::before{
    content: "";
    display: block;
    height: 13px;
    width:15px;
    /*background: url(../img/essential-yellow-arrow.png) no-repeat right bottom;    */
    float: right;
    margin: 32px 0 0 0;
    border-radius: 4px;
 }

.essential-box a{font-family: 'open_bold'; color: #124187; font-size: 16px; }
.essential-box a:hover{color: #025abe;  }
.essential-txt{margin:0px;  padding:0 0 12px 0; clear: both; color: #000; font-family: source_sans_proregular; font-size: 17px;  font-weight: normal;  line-height: 150%; text-align: left; }
.essential-txt p{margin:0px;  padding:0 0 12px 0; clear: both; color: #000; font-family: source_sans_proregular; font-size: 17px;  font-weight: normal;  line-height: 150%; text-align: left; }
.essential-txt span{font-weight: bold; }
.essential-txt a{color: #124187; font-family: source_sans_proregular; font-size: 16px; font-weight: bold; }

#bookmark-this {
  padding: 5px 10px;
  font-size: 12px;
  background: #f0ad4e;
  color: #fff;
  border: 1px solid #eea236;
  border-radius: 4px;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}

#bookmark-this:hover {
  background: #ec971f;
  border: 1px solid #d58512;
  text-decoration: none;
}

#bookmark-this:active {
  border: 1px solid #d58512;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  background: #ec971f;
}


/*----------------- Essential Downloads page End ----------------*/

/*----------------- Library page Start ----------------*/

.library-border-list{border-left: 1px solid #DCDCDC; padding: 15px 0 0 0; height: 86px; float: left; text-align: center;} 


/*----------------- Left Sticky Start ----------------*/
.sticky-downloads{font-family: 'open_bold'; color: #141414; font-size: 16px; }

/*----------------- Left Sticky End ----------------*/

/*----------------- Google Adslots ----------------*/

/*----------------- Home Page Adslots ----------------*/

<style type="text/css">
.homepage_728adslot { display:inline-block; width: 728px; height: 90px; }
@media (max-width: 400px) { .homepage_728adslot { display: none; } }
@media (min-width:500px) { .homepage_728adslot { width: 468px; height: 60px; } }
@media (min-width:800px) { .homepage_728adslot { width: 728px; height: 90px; } }
</style>
<style type="text/css">
.homepage_300x600adslot { display:inline-block; width: 300px; height: 600px; }
@media (max-width: 400px) { .homepage_300x600adslot { width: 300px; height: 250px; } }
@media (min-width:500px) { .homepage_300x600adslot { display: none; } }
@media (min-width:800px) { .homepage_300x600adslot { width: 300px; height: 600px; } }
</style>

<style type="text/css">
.homepage_234adslot { display:inline-block; width: 234px; height: 60px; }
@media (max-width: 400px) { .homepage_234adslot { display: none; } }
@media (min-width:500px) { .homepage_234adslot { display: none; } }
@media (min-width:800px) { .homepage_234adslot { width: 234px; height: 60px; } }
</style>
/*----------------- Home Page Adslots End ----------------*/

/*----------------- Programs Adslots ----------------*/

<style type="text/css">
.programs_adslot_1 { display:inline-block; width: 728px; height: 90px; }
@media (max-width: 400px) { .programs_adslot_1 { display: none; } }
@media (min-width:500px) { .programs_adslot_1 { width: 468px; height: 60px; } }
@media (min-width:800px) { .programs_adslot_1 { width: 728px; height: 90px; } }
</style>
<style type="text/css">
.programs_adslot_2 { display:inline-block; width: 336px; height: 280px; }
@media (max-width: 400px) { .programs_adslot_2 { width: 300px; height: 250px; } }
@media (min-width:500px) { .programs_adslot_2 { display: none; } }
@media (min-width:800px) { .programs_adslot_2 { width: 336px; height: 280px; } }
</style>

<style type="text/css">
.programs_adslot_3 { display:inline-block; width: 300px; height: 600px; }
@media (max-width: 400px) { .programs_adslot_3 { display: none; } }
@media (min-width:500px) { .programs_adslot_3 { display: none; } }
@media (min-width:800px) { .programs_adslot_3 { width: 300px; height: 600px; } }
</style>
/*----------------- Programs Adslots End ----------------*/

/*----------------- Downloads Counter Adslots ----------------*/

<style type="text/css">
.downloads_adslot_1 { display:inline-block; width: 728px; height: 90px; }
@media (max-width: 400px) { .downloads_adslot_1 { display: none; } }
@media (min-width:500px) { .downloads_adslot_1 { width: 468px; height: 60px; } }
@media (min-width:800px) { .downloads_adslot_1 { width: 728px; height: 90px; } }
</style>
<style type="text/css">
.downloads_adslot_2 { display:inline-block; width: 336px; height: 280px; }
@media (max-width: 400px) { .downloads_adslot_2 { display: none; } }
@media (min-width:500px) { .downloads_adslot_2 { display: none; } }
@media (min-width:800px) { .downloads_adslot_2 { width: 336px; height: 280px; } }
</style>

<style type="text/css">
.downloads_adslot_3 { display:inline-block; width: 336px; height: 280px; }
@media (max-width: 400px) { .downloads_adslot_3 { display: none; } }
@media (min-width:500px) { .downloads_adslot_3 { display: none; } }
@media (min-width:800px) { .downloads_adslot_3 { width: 336px; height: 280px; } }
</style>



/*----------------- Downloads Counter End ----------------*/

/*----------------- Search/Browse/Picks/Reviews Adslots ----------------*/

<style type="text/css">
.sbepr_adslot_1 { display:inline-block; width: 728px; height: 90px; }
@media (max-width: 400px) { .sbepr_adslot_1 { display: none; } }
@media (min-width:500px) { .sbepr_adslot_1 { width: 468px; height: 60px; } }
@media (min-width:800px) { .sbepr_adslot_1 { width: 728px; height: 90px; } }
</style>
<style type="text/css">
.sbepr_adslot_2 { display:inline-block; width: 728px; height: 90px; }
@media (max-width: 400px) { .sbepr_adslot_2 { width: 300px; height: 250px; } }
@media (min-width:500px) { .sbepr_adslot_2 { display: none; } }
@media (min-width:800px) { .sbepr_adslot_2 { width: 728px; height: 90px; } }
</style>

<style type="text/css">
.sbepr_adslot_3 { display:inline-block; width: 300px; height: 600px; }
@media (max-width: 400px) { .sbepr_adslot_3 { display: none; } }
@media (min-width:500px) { .sbepr_adslot_3 { display: none; } }
@media (min-width:800px) { .sbepr_adslot_3 { width: 300px; height: 600px; } }
</style>
/*----------------- Search/Browse/Picks/Reviews End ----------------*/

/*----------------- Category Pages Adslots ----------------*/

<style type="text/css">
.category_adslot_1 { display:inline-block; width: 728px; height: 90px; }
@media (max-width: 400px) { .category_adslot_1 { display: none; } }
@media (min-width:500px) { .category_adslot_1 { width: 468px; height: 60px; } }
@media (min-width:800px) { .category_adslot_1 { width: 728px; height: 90px; } }
</style>
<style type="text/css">
.category_adslot_2 { display:inline-block; width: 300px; height: 600px; }
@media (max-width: 400px) { .category_adslot_2 { width: 300px; height: 250px; } }
@media (min-width:500px) { .category_adslot_2 { display: none; } }
@media (min-width:800px) { .category_adslot_2 { width: 300px; height: 600px; } }
</style>

<style type="text/css">
.category_adslot_3 { display:inline-block; width: 336px; height: 280px; }
@media (max-width: 400px) { .category_adslot_3 { display: none; } }
@media (min-width:500px) { .category_adslot_3 { display: none; } }
@media (min-width:800px) { .category_adslot_3 { width: 336px; height: 280px; } }
</style>
/*----------------- Category Pages End ----------------*/

/*----------------- Top100 Pages Adslots ----------------*/

<style type="text/css">
.top100_adslot_1 { display:inline-block; width: 728px; height: 90px; }
@media (max-width: 400px) { .top100_adslot_1 { display: none; } }
@media (min-width:500px) { .top100_adslot_1 { width: 468px; height: 60px; } }
@media (min-width:800px) { .top100_adslot_1 { width: 728px; height: 90px; } }
</style>
<style type="text/css">
.top100_adslot_2 { display:inline-block; width: 300px; height: 600px; }
@media (max-width: 400px) { .top100_adslot_2 { width: 300px; height: 250px; } }
@media (min-width:500px) { .top100_adslot_2 { display: none; } }
@media (min-width:800px) { .top100_adslot_2 { width: 300px; height: 600px; } }
</style>

<style type="text/css">
.category_adslot_3 { display:inline-block; width: 336px; height: 280px; }
@media (max-width: 400px) { .top100_adslot_3 { display: none; } }
@media (min-width:500px) { .top100_adslot_3 { display: none; } }
@media (min-width:800px) { .top100_adslot_3 { width: 336px; height: 280px; } }
</style>
/*----------------- Top100 Pages End ----------------*/

/*----------------- Screenshot Page Adslots ----------------*/

<style type="text/css">
.screenshot_adslot_1 { display:inline-block; width: 728px; height: 90px; }
@media (max-width: 400px) { .screenshot_adslot_1 { display: none; } }
@media (min-width:500px) { .screenshot_adslot_1 { width: 468px; height: 60px; } }
@media (min-width:800px) { .screenshot_adslot_1 { width: 728px; height: 90px; } }
</style>
<style type="text/css">
.screenshot_adslot_2 { display:inline-block; width: 728px; height: 90px; }
@media (max-width: 400px) { .screenshot_adslot_2 { display: 300px; height: 250px; } }
@media (min-width:500px) { .screenshot_adslot_2 { width: 468px; height: 60px; } }
@media (min-width:800px) { .screenshot_adslot_2 { width: 728px; height: 90px; } }
</style>

<style type="text/css">
.screenshot_adslot_3 { display:inline-block; width: 300px; height: 600px; }
@media (max-width: 400px) { .screenshot_adslot_3 { display: none; } }
@media (min-width:500px) { .screenshot_adslot_3 { display: none; } }
@media (min-width:800px) { .screenshot_adslot_3 { width: 300px; height: 600px; } }
</style>
/*----------------- Screenshot Page End ----------------*/


/*----------------- ROS Adslots ----------------*/

<style type="text/css">
.ros728_adslot_1 { display:inline-block; width: 728px; height: 90px; }
@media (max-width: 400px) { .ros728_adslot_1 { display: none; } }
@media (min-width:500px) { .ros728_adslot_1 { width: 468px; height: 60px; } }
@media (min-width:800px) { .ros728_adslot_1 { width: 728px; height: 90px; } }
</style>
<style type="text/css">
.ros300x600_adslot_1 { display:inline-block; width: 300px; height: 600px; }
@media (max-width: 400px) { .ros300x600_adslot_1 { display: none; } }
@media (min-width:500px) { .ros300x600_adslot_1 { display: none; } }
@media (min-width:800px) { .ros300x600_adslot_1 { width: 300px; height: 600px; } }
</style>

<style type="text/css">
.ros336x280_adslot_1 { display:inline-block; width: 336px; height: 280px; }
@media (max-width: 400px) { .ros336x280_adslot_1 { width: 300px; height: 250px; } }
@media (min-width:500px) { .ros336x280_adslot_1 { display: none; } }
@media (min-width:800px) { .ros336x280_adslot_1 { width: 336px; height: 280px; } }
</style>

<style type="text/css">
.ros300x600_adslot_2 { display:inline-block; width: 300px; height: 600px; }
@media (max-width: 400px) { .ros300x600_adslot_2 { width: 300px; height: 250px; } }
@media (min-width:500px) { .ros300x600_adslot_2 { display: none; } }
@media (min-width:800px) { .ros300x600_adslot_2 { width: 300px; height: 600px; } }
</style> 

/*----------------- ROS Adslots End ----------------*/

/*----------------- Top100 Single Page Adslots ----------------*/

<style type="text/css">
.top100pg_adslot_1 { display:inline-block; width: 728px; height: 90px; }
@media (max-width: 400px) { .top100pg_adslot_1 { display: none; } }
@media (min-width:500px) { .top100pg_adslot_1 { width: 468px; height: 60px; } }
@media (min-width:800px) { .top100pg_adslot_1 { width: 728px; height: 90px; } }
</style>
<style type="text/css">
.top100pg_adslot_2 { display:inline-block; width: 300px; height: 600px; }
@media (max-width: 400px) { .top100pg_adslot_2 { width: 300px; height: 250px; } }
@media (min-width:500px) { .top100pg_adslot_2 { display: none; } }
@media (min-width:800px) { .top100pg_adslot_2 { width: 300px; height: 600px; } }
</style>
<style type="text/css">
.top100pg_adslot_3 { display:inline-block; width: 300px; height: 600px; }
@media (max-width: 400px) { .top100pg_adslot_3 { display: none; } }
@media (min-width:500px) { .top100pg_adslot_3 { display: none; } }
@media (min-width:800px) { .top100pg_adslot_3 { width: 300px; height: 600px; } }
</style>

/*----------------- Top100 Single Page Adslots End ----------------*/
#stickyunit.affix {

    position: fixed;
    top:70px;
    width:302px;
}