
/*font kit*/
@font-face {
  font-family: 'icomoon';
  src:url('iconfonts/fonts/icomoon.eot');
  src:url('iconfonts/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
      url('iconfonts/fonts/icomoon.woff') format('woff'),
      url('iconfonts/fonts/icomoon.ttf') format('truetype'),
      url('iconfonts/fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

#searchsubmit_btn[data-icon]:before, #magnify-glass-toggle[data-icon]:before {
  color:gray;
}

.ssba.ssba-wrap{
  margin-bottom:20px;
}

.ssba.ssba-wrap a{
  margin-right:10px;
}

.social-share-wrapper{
  max-width:880px;
  margin:20px 0;
}

.social-share-wrapper .IN-widget{
  margin-left:15px;
}

.social-share-wrapper iframe{
  float:left;
  margin:0 20px 0 0 !important;
}

.social-share-wrapper .fb_iframe_widget iframe{
  top:-5px;
}

[data-icon]:before {
  vertical-align: top;
  font-family: 'icomoon';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color:white;
  font-weight:700;
  -webkit-font-smoothing: antialiased;
}    

body{
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    color: #666;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
}

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, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    font-size: 100%;
    outline: 0 none;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

img {
    height: auto;
    max-width: 100%;
}

footer{
 bottom: 0;
    height: 100px;
    left: 0;
    position: absolute;
    width: 100%;
}

article{
  margin:0 auto;
  padding:0 10px;
}

.navigation.pagination .screen-reader-text{
  display:none;
}

/*center images attachment*/
.image-attachment div.attachment img{
padding-top: 50px;
display: block;
height: auto;
margin 0 auto;
}

#pr_header_about{
  font-size:15px;
  position:absolute;
  font-size: 15px;
  right: 270px;
  top: 23px;
}

#pr_header_about a{
  color:#003366;
  text-decoration: none;
}

#search-container{
  float:right;
  text-align: right;
  margin:3px auto 0;
  margin-right:15px;
}

#pr_main_header_wrapper{
  height:105px;
}

#page-container{
  min-height:100%;
  position:relative;
}

.et-main-area{
  min-height:100%;
  position:relative;
  margin-top:10px;
  padding-bottom:80px;
}

#pr_footer{
  height:50px;
  background:#003366;
  width:100%;
  margin-top:50px;
  text-align: center;
}

#pr_footer_links div{
  margin:0 20px;
  display:inline-block;
}

#pr_footer_links{
  margin:15px 0;
}

#pr_footer_links a{
  color: white;
  font-family: Aktiv-Grotesk,"Open Sans",Arial,sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.clearfix::after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.clearfix::after, .et_vertical_nav #page-container::after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.container {
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 1080px;
}

.et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: fixed;
}

.blue-background{
  background:#003366;
}

.orange-background{
  background:#FC7B15;
}

#top-header{
  text-align: right;
    z-index: 9;
    padding:8px 5px;
}

#top-header a{
  color:white;
  text-decoration: none;
}

#main-header{
    background: #e5eaef none repeat scroll 0 0;
    color: #003366;
    font-size: 35px;
    position: fixed;
    width: 100%;
    z-index: 9;
}

.pr_row{
    margin: 0 auto;
   padding: 30px 0 0;
   position: relative;
   width: 1045px;
}

.pr_row_small{
  margin-bottom:10px;
}

.pr_row::after{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.pr_row_fit{
  /*clear:both;*/
    width: 100%;
}

.pr_column{
  /*float:left;*/
  margin-right:20px;
}

.pr_column_non_float{
  display:inline-block;
}

.pr_column_non_float.pr_column_small{
  margin:0 10px;
}

#pr_tag_wrapper{
  max-width:800px;
  margin:20px auto;
}

#pr_paginaton_container{
  margin-top:40px;
  max-width:800px;
  margin:0 auto;
}

.pr_nav_next{
  /*float:right;*/
}

.pr_nav_previous{
  /*float:left;*/
}

.pr_nav_btn{
  /*display:inline-block;*/
  margin:10px 0;
  max-width:800px;
  padding:20px 50px;
}

.pr_nav_btn a{
  color:#555;

}

.pr_row_margin_top{
  margin-top:15px;
}

.pr_image_wrapper img{
  position:relative;
  width:100%;
  z-index:1;
}

.pr_content_feature_image{
  height:500px;
  margin-bottom:10px;
  width:100%;
}

.pr_content_excerpt_image{
  height:300px;
  margin-bottom:10px;
  width:100%;
}

.pr_featured_image_container{
  margin-bottom:20px;
}

.pr_image_wrapper{
    overflow: hidden;
    width: 100%;
    float:left;
    position:relative;
    clear:none;
}

.pr_main_image_category_wrapper{
    color: white;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 20px;
    z-index: 8;
}

.pr_carousel_nav_wrapper{
  width:1050px;
  position: absolute;
  margin-top:200px;
  z-index: 3;
}

.pr_carousel_nav_wrapper_small{
  width:335px;
  position: absolute;
  margin-top:100px;
  z-index: 3;
}

.pr_carousel_back,.pr_carousel_back_small{
float:left;
}

.pr_carousel_forward,.pr_carousel_forward_small{
float:right;
}

.pr_carousel_nav_small{
  cursor:pointer;
  font-size:20px;
}

.pr_carousel_nav{
  cursor:pointer;
  font-size:50px;
}

.pr_related_posts h3{ 
  font-family: futura-PT-Condensed,"Open Sans",Arial,sans-serif;
  font-size:30px;
}

.pr_related_posts{
  max-width:800px;
  margin:50px auto 0;
}

.pr_related_posts a{
  text-decoration: none;
}

.pr_related_posts .pr_title{
  font-size:20px;
  color:#666;
  text-decoration: none;
}

.pr_related_posts .pr_excerpt{
  font-size:15px;
  color:#666;
  text-decoration: none;
}

.pr_archive_container{
  max-width:800px;
  margin:0 auto;
}

.pr_category_container{
    margin:10px auto 40px;
    max-width:800px; 
    text-align: right;
}

.pr_archive_container .pr_category_container{
    margin:0px auto 20px;
    max-width:800px;
}

.pr_category_wrapper.inline{
  display:inline-block;
  margin:5px 10px 0 0;
}

.pr_category_wrapper{
  text-transform: uppercase;
  text-align:center;
  font-family:Futura-PT-Condensed,"Open Sans",Arial,sans-serif;
  background: #990000 none repeat scroll 0 0;
  color: white;
  font-size:1.5em;
  font-weight:500;
  padding: 5px 10px;
  
}

.pr_column_title, .pr_column_sidebar_title{
  background:#990000;
  font-family:Futura-PT-Condensed,"Open Sans",Arial,sans-serif;
  color:#ffffff;
  padding:5px;
  font-weight:500;
  font-size:1.5em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom:2px;
}

.pr_column_title a, .pr_column_sidebar_title a{
  text-decoration: none;
  color:#ffffff;
}


.pr_column_sidebar_title{
  background:#990000;
  color:#ffffff;
  font-family:Futura-PT-Condensed,"Open Sans",Arial,sans-serif;
  padding:5px;
  font-size:1.5em;
  font-weight:500;
  text-align: center;
}

.pr_image_text{
background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    color: white;
    display: block;
    height: 120px;
    left: 0;
    line-height: 30px;
    padding: 8px;
    position: absolute;
    top: 70%;
    width: 1030px;
    z-index: 2;
}


.page-title{
  font-family:Futura-PT-Condensed,"Open Sans",Arial,sans-serif;
}


.archive-title,.page-title{
  margin-top:60px;
  font-size:2.5em;
}

.entry-header{
  margin-top: 40px;
}

.pr_articles_multi{
  margin:30px 0;
  padding:10px;
}

.pr_articles_multi:hover{
  background: #e5eaef;
}

.entry_content_post_author{
  margin:10px auto 0px;  
  font-style: italic;
  padding-left:5px;
  max-width:800px;
}

.pr_archive_container .entry-header{
  margin-top:20px;
}

.pr_entry_title {
    font-family: futura-PT-Condensed,"Open Sans",Arial,sans-serif;
    font-size: 4em;
    font-weight: 800;
    line-height: 1em;
    margin: 0 auto;
    max-width: 800px;
}

.date_wrapper{
  margin:0 auto;
  margin-top:10px;
  text-align: left;
    max-width: 800px;

}

.pr_entry_title a{
  color:#666;
  text-decoration: none;
}

.med_title.pr_entry_title{
  
  margin:0 auto;
  max-width:800px;
  font-size:1.5em;

}

.entry-content{
  padding:20px 30px;
}

.pr_entry_content{
  max-width:800px;
  margin:0 auto;
  font-size:16px;
}

.pr_entry_content iframe{
  width:100%;
  margin:20px auto;
}

.pr_entry_content p, .pr_entry_content blockquote{
  -moz-osx-font-smoothing: grayscale;
  color: #666;
  font-size:20px;
  margin-bottom:1em;

}

.pr_entry_content p img{
  
  margin:10px 0;

}

.pr_entry_content p a{
  
  color:#aaa;

}


article{
  font-family: "freight-text-pro",Georgia,Cambria,"Times New Roman",Times,serif;
}

.pr_tag-links a, .nav-links a{
  color:#666;
}

.pr_sidebar_inner{
  left:0;
  background:rgba(0,0,0,0.2);
  height:100%;
  color:white;
  position:absolute;
  display:block;
  top:0%;
  width:100%;
  left:0;
  z-index:2;
}

.pr_image_sidebar_excerpt{
  display:none;
  padding:10px;
  width:240px;
  font-family:Aktiv-Grotesk,"Open Sans",Arial,sans-serif;
  font-size:13px;
}

#pr_ad_pp_btn{
    color: white;
    display: inline-block;
    margin-right: 5px;
    padding: 10px;
    cursor:pointer;
    font-size:18px;
    margin-left:50px;
    font-family: futura-PT-Condensed,"Open Sans",Arial,sans-serif;
    vertical-align: top;
}


.pr_sidebar_inner:hover > .pr_sidebar_text,.pr_sidebar_inner:hover > .pr_sidebar_image_profile{
  display:none;
}

.pr_sidebar_inner:hover{
  background:rgba(0,0,0,0.6);
}


.pr_sidebar_inner:hover > .pr_image_sidebar_excerpt{
  display:block;
}

.pr_image_text_large{
  top:70%;
}

.pr_image_text_med{
    top: 50%;
    line-height:20px;
    width: 320px;
}

.pr_image_text_small{
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
     color: white;
     cursor: pointer;
     display: block;
     height: 155px;
     left: 0;
     padding: 10px;
     position: absolute;
     top: 0;
     width: 210px;
     z-index: 2;
}

.pr_width_5_8{
    width:685px;
}

.pr_image_title{
  font-family:Futura-PT-Condensed,"Open Sans",Arial,sans-serif;
  font-size:1.3em;
  font-weight:600;
  display:block;
  margin-bottom:10px;
  font-weight:700;
}

.pr_large_image_title{
  font-size:2.5em;
  line-height:35px;
  font-family:Futura-PT-Condensed,"Open Sans",Arial,sans-serif;
  font-weight:500;
}

.pr_image_title a, .pr_image_sidebar_excerpt a, .pr_sidebar_inner a{
  color:white;
  text-decoration: none;
}

.pr_image_sidebar_excerpt a, .pr_main_image_category_wrapper a, .pr_category_wrapper a{
  text-decoration: none;
  color:white;
}

#IM-header{
  padding:10px;
  float:left;
}

#IM-header span{
  font-family:Aktiv-Grotesk,"Open Sans",Arial,sans-serif;
}

#IM-header a{
  color:#003366;
  text-decoration: none;
}

.pr_image_excerpt{
  display:block;
  font-size:15px;
  font-family:Aktiv-Grotesk,"Open Sans",Arial,sans-serif;
  line-height:15px;
}

.pr_image_wrapper_small {
  height:170px;
  margin-top:5px;
}

.pr_image_wrapper_small img{
  height:175px;
}

.carousel-image{
  background-size:cover;
  height:100%;
}

.pr_carousel_selected{
  background: #00CCFF;
}

.pr_carousel_selector{
  float:left;
  width:145px;
  margin-top:5px;
  margin-right:5px;
  height:7px;
}

.pr_carousel_selector_med{
  height:8px;
  width:164.5px;
  margin-right:6px;
}

.pr_archives_wrapper{
    clear: none;
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 400px;

}

#pr_home_archives{

}

#pr_home_archives li{
  list-style: none;
}

.pr_archives_wrapper ul{
  list-style-type: none;
  background: black;
  height:342px;
  margin-top:7px;
}

#pr_home_author{
  float:left;
  width:492px;
  margin-right:30px;
}

#pr_home_author h2{
  text-align: center;

}

#pr_home_author .pr_author{
  padding:10px 10px;
  margin:0px;
  background: black;
  height:282px;
}

.entry_content_post_author a{
  text-decoration: none;
  color:white;
}

.pr_archives_wrapper li{
  padding:9px;
  text-align: right;
}

.pr_archives_wrapper li a{
  font-size:15px;
  color:white;
  text-decoration: none;


}

.pr_wrapper_1_2{
  height:450px;
}


.pr_column_sidebar{
  height:150px;
}

.pr_column_left{
  margin-right:30px;
}

.pr_column_3_8{
  width:352px;
}


.pr_column_small{
  width:231px;
  float:left;
  text-align: left;
  margin-right:30px;
}

.pr_column_sidebar_wrapper{
  width:260px;
}

.pr_image_wrapper_sidebar, .pr_column_sidebar{
  height:159px;

  float:left;
}



.pr_column_sidebar{
  margin-top:5px;
}

.pr_image_wrapper_med{
  height:250px;
}

.pr_sidebar_image_profile img{
  border-radius: 50%;
}

.pr_sidebar_image_name{
  max-width:200px;
  margin-top:40px;
  text-decoration: none;
  color:#666;
  margin-left:10px;
  font-weight:700;
  font-size:15px;
  font-family: "freight-text-pro",Georgia,Cambria,"Times New Roman",Times,serif;
}

.pr_sidebar_image_name a{
  color:#666;
}

.pr_sidebar_image_profile{
  width:40px;
  vertical-align: top;
  margin:5px;
  height:40px;
  display: inline-block;
  border-radius:50%;
}

.large_author_image{
  height:90px;
  width:90px;
  display:none !important;
}

.pr_author_description_wrapper{
  margin-top:20px;
  font-size:15px;
}

.pr_author_description_wrapper a{
  color:#666;
}

.pr_sidebar_text{
  width:170px;
  font-family:Aktiv-Grotesk,"Open Sans",Arial,sans-serif;
  display: inline-block;
  font-weight:900;
  line-height: 20px;
  margin:10px;
}

.pr_float_left{
  float:left;
}

.pr_inline{
  display:inline-block;
}

.pr_float_right{
  float:right;
}

.pr_sidebar_text .pr_image_title,.pr_image_text_small .pr_image_title{
  font-size:1.1em;
  font-weight:600;
  font-family:Aktiv-Grotesk,"Open Sans",Arial,sans-serif;
}


.pr_ad_long{
  background:#FFFF99;
}

.pr_ad_long_text{
      display: inline-block;
      padding: 17px 40px;
      width: 710px;
}

.pr_ad_long_btn{
    background: red none repeat scroll 0 0;
    color: white;
    display: inline-block;
    margin-right: 5px;
    margin-top: 13px;
    padding: 10px;
    cursor:pointer;
    font-size:18px;
    margin-left:50px;
    font-family: futura-PT-Condensed,"Open Sans",Arial,sans-serif;
    vertical-align: top;
}



.pr_column:last-child,.pr_carousel_selector:last-child,.pr_column_sidebar:last-child,.pr_carousel_med_wrapper:last-child{
  margin-right:0;
}

.pr_main_carousel_object{
    opacity: 0; 
    height: 0;
    overflow: hidden;
    margin:0;
}

.pr_med_carousel_object{
    opacity: 0; 
    margin:0;
    height: 0;
    overflow: hidden;
}

.pr_carousel_object_selected{
    opacity: 1;
    height: auto;
}

.pr_carousel_selector{
  cursor:pointer;
}

.pr_carousel_med_wrapper{
float:left;
  width:335px;
    margin-right: 20px;
  margin-top:30px;
}

#search-container-toggle{
  position:absolute;
  right:10px;
  top:17px;
  font-size:30px;
  cursor:pointer;
  display:none;
}

#searchform #searchsubmit{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    position: absolute;
    right: 12px;
    font-size:15px;
    top: 24px;
    cursor:pointer;
}

#search-container #s{ 
  height:20px;
  border-radius:0px;
  border:1px solid #ccc;
  box-shadow: none;
  -webkit-appearance: none;
   padding: 2px 25px 2px 5px;
    width: 200px;
}



.related_articles{
  margin-top:40px;
  text-align: center;
}

@media (max-width: 1080px) {
  
  .pr_image_text{
    height: 142px;
    width: 835px;
    top: 65%;
  }

  .pr_row{
      margin: 0 auto;
     padding: 20px 0 0;
     position: relative;
     width: 845px;
  }

  .container {

      width: 100%;
  }


  .pr_column_sidebar_wrapper{
    width:210px;
  }
  
  .pr_carousel_med_wrapper{
    width:268px;
    margin-right:20px;
  }

  .pr_carousel_selector{
    width:116px;
  }
  
  .pr_carousel_selector_med{
    width:131px;
  }

  .pr_image_wrapper_med{
    height:220px;
  }

  .pr_sidebar_inner .pr_image_excerpt{
    font-size:13px;
    width:190px;
  }

  .pr_image_excerpt{
    font-size:13px;
  }

  .pr_sidebar_text .pr_image_title, .pr_image_text_small .pr_image_title{
    font-size:.9em;
  }

  .pr_image_wrapper_sidebar, .pr_column_sidebar{
    height:151px;
  }

  .pr_large_image_title{
    font-size:1.7em;
  }

  .pr_image_text_med{
      width:252px;
      height:95px;
  }

  .pr_ad_long_text{
    width:620px;
    padding:15px 20px;
    font-size:15px;
  }

  .pr_archives_wrapper ul{
    height:284px;
  }

  .pr_column_title{
    font-size:20px;
  }

  .pr_archives_wrapper{
    margin-top:4px;
  }

  #pr_home_author{
    width:390px;
  }

  .pr_ad_long_btn{
    margin-top:25px;
    font-size:12px;
  }

  #pr_ad_pp_btn{
    margin-left:0px;
    font-size:12px;

  }

  .pr_column_small{
    width:180px;
    height:330px;
  }

  .pr_image_wrapper_small {
    height:140px;
  }


  .pr_image_wrapper_small img{
    height:145px;
  }


  .pr_image_text_small{
    height: 120px;
    width: 160px;
  }

  .pr_image_sidebar_excerpt{
    font-size:1em;
    font-weight:normal;
    width:170px;
  }


  .pr_sidebar_inner .pr_sidebar_image_profile{
    height:30px;
    width:30px;
  }

  .pr_sidebar_text{
    width:150px;
  }

  .pr_carousel_nav_wrapper{
    width:845px;
    margin-top:200px;
  }

  .pr_carousel_nav_wrapper_small{
    width:268px;
    position: absolute;
    margin-top:80px;
    z-index: 3;
  }


  #pr_home_author{
    width:;
  }

  .pr_archives_wrapper li{
    padding:6px;
  }


}

@media (max-width: 845px) {
  
  .pr_row{
      margin: 0 auto;
     padding: 20px 0 0;
     position: relative;
     width: 600px;
  }

  .container {

      width: 100%;
  }



  .pr_column_sidebar_wrapper{
    width:100%;
  }
  
  .pr_carousel_med_wrapper{
    width:290px;
    margin-top:10px;
  }


  .pr_carousel_selector{
    width:81.4px;
  }
  
  .pr_carousel_selector_med{
    width:142px;
  }

  .pr_ad_long_text{
    width:360px;
    padding:15px 20px;
    font-size:15px;
  }

  .pr_ad_long_btn{
    margin-top:25px;
    font-size:12px;
  }

  #pr_ad_pp_btn{
    font-size:12px;
  }

  .pr_column_small{
    width:180px;
  }

  .pr_image_wrapper_small img{
    height:105px;
  }

  .pr_archives_wrapper{

  }

  .pr_column_sidebar{
    float: left;
    margin-right: 8px;
    width: 144px;
  }

  .pr_image_wrapper_sidebar, .pr_column_sidebar{
    height:109px;
  }


  .pr_row_small{
    margin-top:20px;
  }

  .pr_related_posts{
    padding-left:10px;
  }

  .pr_image_text_small{
    height:120px;
  }

  .pr_sidebar_text{
    width:125px;
    font-size:12px;
    line-height:15px;
  }

 

  .pr_sidebar_image_profile.pr_float_right{
    float:left;
  }

  .pr_sidebar_inner .pr_sidebar_image_profile{
    display:none;
  }

    .pr_image_sidebar_excerpt{
    width:120px;
    font-size:.7em;
  }


  .pr_entry_title{
    padding:0 10px;
    font-size:2em;
  }

  .pr_carousel_nav_wrapper{
    width:600px;
  }

  .entry-content{
    padding:10px 5px;
  }

  .pr_category_container .pr_category_wrapper{
    font-size:1em;
  }


  .pr_entry_content p{
    font-size:1em;
  }



  .pr_image_text{
    width:585px;
  }

  .pr_carousel_nav_wrapper_small{
    width:288px;
  }


  .pr_content_feature_image{
    height:400px;
  }

  
  .pr_column_sidebar_title{
    font-size:20px;
  }

  #pr_header_about{
    display:none;
  }

  #pr_footer_links a{
    font-size:12px;
  }

  #pr_tag_wrapper{
    padding:0 10px;
  }


    .pr_archives_wrapper ul{
    height:286px;
  }


  .pr_image_text_med{
    line-height:18px;
       height: 95px;
    width: 275px;
    top:50%;
  }


  .pr_carousel_media_left{
    margin-right:10px !important;
    clear:left;
    margin-left:0px;
  }

  .pr_carousel_media_right{

    clear:right;
    margin-left:10px !important;
    margin-right:0px;
  }

}


@media (max-width: 600px) {
  
  .pr_row{
      margin: 0 auto;
     padding: 20px 0 0;
     position: relative;
     width: 400px;
  }

  .pr_wrapper_1_2{
    height:300px;
  }

  #pr_home_archives{
    margin-top:15px;
  }

  #pr_home_archives ul li:nth-child(n+8){
    display:none;
  }

  .pr_archives_wrapper li {
      padding: 4.9px;
  }

  .pr_archives_wrapper{
    height:100%;
  }

  .pr_archives_wrapper li a{
    font-size:15px;
  }

  #pr_home_author .pr_author{
    height:100%;
  }

  .pr_archives_wrapper li{
    text-align: center;
  }

  .container {

      width: 100%;
  }


  .pr_archives_wrapper ul{
    height:205px;
  }

  .pr_column_sidebar_wrapper{
    width:100%;
  }
  
  .pr_carousel_med_wrapper{
    width:190px;
  }

  .pr_carousel_selector{
    width:52.8px;
  }
  
  .pr_carousel_selector_med{
    width:92px;
  }

  .pr_image_text{
    height: 90px;
       top: 65%;
       width: 385px;
  }

  .pr_ad_long{
    text-align: center
  }

  .pr_ad_long_text{
    width:360px;
    padding:13px 20px 13px;
    font-size:15px;
  }

  .pr_ad_long_btn{
    margin:auto;
    margin-top:0px;
    margin-bottom:15px;
    font-size:12px;
  }

 #pr_ad_pp_btn{
    margin:auto;
    margin-top:0px;
    margin-bottom:15px;
    font-size:12px;
  }

  .pr_column_small{
    width:130px;
    height:250px;
    margin-right:5px;
  }

  .pr_column_sidebar{
    float: left;
    margin-right: 8px;
    width: 196px;
  }



  .pr_content_excerpt_image{
    height:200px;
    margin-bottom:10px;
    width:100%;
  }


  .pr_column_title{
    font-size:20px;
  }

  .pr_image_wrapper_sidebar, .pr_column_sidebar{
    height:109px;
  }

  .pr_column_sidebar:nth-child(2n+1){
    margin-right:0px;
  }

  .pr_row_small{
    margin-top:20px;
  }

  .pr_sidebar_text{
    width:170px;
    font-size:15px;
  }

  .pr_image_wrapper_med{
    height:140px;
  }

  .pr_image_title{
    font-size:15px;
  }

  .pr_image_excerpt{
    display:none;
  }

  .pr_sidebar_image_profile.pr_float_right{
    float:left;
  }

  .pr_image_wrapper_med .pr_image_text{
    height: 66px;
    width: 175px;
    top:50%;
  }

  .pr_image_wrapper_small img{
    height:105px;
  }

  .pr_image_wrapper_med .pr_image_excerpt{
    font-size:10px;
  }

  .pr_image_text_small {
    font-size:12px;
    height: 77px;
    width: 110px;
  }

  .pr_main_image_category_wrapper{
    right:5px;
    top:7px;
  }

  .pr_image_sidebar_excerpt {
    width: 170px;
  }

  .pr_category_wrapper{
    font-size:20px;
  }

  .pr_image_wrapper_small {
    height:100px;
  }

  .pr_content_feature_image{
    height:300px;
  }

  .pr_carousel_nav_wrapper{
    width:400px;
    margin-top:130px;
  }

  .pr_carousel_nav{
    font-size:40px;
  }

  #search-container-toggle{
    display:block;
  }

  #search-container{
    display:none;
  }

  #search-container.toggle{
    height:20px;
    display:block;
    width:100%;
    text-align: center;
    margin-top:5px;
  }

  #search-container.toggle #s{ 
    width:90%;
    margin-left:5%;
    font-size:15px;
  }

  #search-container.toggle #searchsubmit{ 
    margin-left:-20px;
  }

  #searchform #searchsubmit{
    top:59px;
  }

  #searchform{
    margin-top:-30px;
  }

  .pr_carousel_nav_wrapper_small{
    margin-top: 50px;
    position: absolute;
    width: 190px;
    z-index: 3;
  }

  .pr_carousel_nav_small{
    font-size:16px;
  }

  #pr_exp_title{
    font-size:15px;
    margin-bottom:1px;
    padding:8px 0;
  }


  .pr_column_sidebar:nth-child(2){
    margin-top:5px;
  }

  #pr_footer_links a{
    font-size:10px;
  }

  #pr_footer_links div{
    margin:0 5px;
  }



  .ssba.ssba-wrap a img{
    width:35px;
  }


}


@media (max-width: 400px) {

  .pr_carousel_med_wrapper{
    margin-left:0px !important;
    margin-right:0px !important;
  }

  #top-header{
    font-size: 13px;
    height: 20px;
    padding: 10px;
    text-align: center;
  }

  .pr_related_posts .pr_image_text_small span{
    font-size:12px;
  }
  .pr_related_posts .pr_image_text_small{
    max-width:120px;
  }
  
  .pr_row{
      margin: 0 auto;
     padding: 20px 0 0;
     position: relative;
     width: 300px;
  }

  .pr_wrapper_1_2{
    height:200px;
  }

  .container {

      width: 100%;
  }


  .pr_column_sidebar_wrapper{
    width:100%;
  }
  
  .pr_carousel_med_wrapper{
    width:300px;
  }

  .pr_carousel_selector{
    width:38.57px;
  }
  
  .pr_carousel_selector_med{
    width:147px;
  }

  .pr_ad_long{
    text-align: center
  }

  .pr_ad_long_text{
    width:250px;
    padding:13px 20px 13;
    font-size:10px;
  }

  .pr_ad_long_btn{
    margin-top:0px;
    margin-bottom:15px;
    font-size:8px;
  }
  #pr_ad_pp_btn{
    margin-top:0px;
    margin-bottom:15px;
    font-size:8px;
  }

  .pr_image_sidebar_excerpt {
      width: 280px;
      font-size:.8em;
  }



  .pr_column_small.main-page{
    width:100% !important;
  }

  .pr_column_small{
    max-width: 300px;
    height: 309px;
    margin-top:50px;
    margin-right: 5px;
  }

  .pr_column_sidebar{
    float: left;
    margin-right: 8px;
    width: 300px;
    height:155px;
  }


  .pr_column_title{
    font-size:20px;
  }

  .pr_image_wrapper_small img{
    height:auto;
  }

  .pr_image_wrapper_sidebar, .pr_column_sidebar{
    height:140px;
  }

  .pr_column_sidebar:nth-child(2n+1){
    margin-right:0px;
  }

  .pr_row_small{
    margin-top:50px;
  }

  .pr_row{
    padding-top:50px;
  }
  

  .pr_sidebar_text{
    font-size: 20px;
    height: 120px;
    width: 280px;
  }

  .pr_image_wrapper_med{
    height:140px;
  }

  .pr_image_wrapper_small{
    height:130px;
  }

  .pr_carousel_med_wrapper{
    margin-top:10px;
  }

  .pr_carousel_med_wrapper{
    margin-top:40px;
  }


  .pr_entry_title{
    font-size:1.4em;
  }
  .pr_image_title{
    font-size:20px;
    font-weight:700;
  }

  .pr_image_excerpt{
    display:none;
  }

  .pr_sidebar_image_profile.pr_float_right{
    float:left;
  }

  .pr_image_wrapper_med .pr_image_text{
 height: 50px;
    top: 53%;
    width: 284px;
  }

  .pr_image_wrapper_med .pr_image_excerpt{
    font-size:8px;
  }

  .pr_image_text_large{
    height: 80px;
       top: 52%;
       width: 284px;
  }

  .pr_image_title{
    line-height:18px;
  }


  .pr_image_text_small {
    font-size:12px;
    height: 110px;
    width: 280px;
  }

  .pr_main_image_category_wrapper{
    right:0px;
    top:0px;
  }

  .pr_sidebar_text .pr_image_title, .pr_image_text_small .pr_image_title{
    font-size:15px;
  }

  .pr_content_feature_image{
    height:200px;
  }

  .pr_carousel_nav_wrapper{
    width:300px;
    margin-top:70px;
  }

  .pr_carousel_nav{
    font-size:30px;
  }

  .pr_archives_wrapper{
    margin-top:0px;
  }

  .pr_carousel_nav_wrapper_small{
    margin-top: 50px;
    position: absolute;
    width: 300px;
    z-index: 3;
  }

  .pr_carousel_nav_small{
    font-size:20px;
  }


  #pr_exp_title{
    font-size:20px;
    padding:7px 0;
  }

#searchform #searchsubmit{
  padding-right:0px;
  top:55px;
}

  #IM-header{
    text-align: center;
    font-size:30px;
  }

  #search-container-toggle{
    font-size:25px;
  }

  #pr_home_archives{
    width:100%;
    margin-top:50px;
  }

  #pr_footer_links{
    font-size:50% !important;
  }

}

@media (max-width: 320px) {
  
  #pr_footer_links a{
    font-size:8px;
  }

  #pr_footer_links div{
    margin:0 3px;
  }


}