.topEdufindme {
  height: 70px;
}
  .logoEdufindme {
    margin-top: 15px;
  }
  .topButtons {
    text-align: right;
    margin-top: 20px;
    position: relative; /*add por danillo*/
  }

.animationsTop {
/*  height: 488px;*/
  height: 370px;
  margin-bottom:100px;
/*  background: -moz-linear-gradient(top, #237cc2, #80b5df) repeat-X;
  background: -webkit-gradient(linear, left top, left bottom, from(#237cc2), to(#80b5df)) repeat-X;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#237cc2, endColorstr=#80b5df)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#237cc2, endColorstr=#80b5df);
*/
  background: url(<?=STATIC_FILES_URL?>/img/bgTopAnimation.png) repeat-x;
}

.signupArea {
  height: 85px;
  background-color: #F6F6F6;
  border-bottom: 1px solid #CCCCCC;
  -moz-box-shadow: 0px -2px 5px 0 #999999;
  -webkit-box-shadow: 0px -2px 5px 0 #999999;
  box-shadow: 0px -2px 5px 0 #999999;
}
  .signupText {
    font-size: 23px;
    text-align: center;
    color: #4a7092;
    margin-top: 33px;
  }
  .signupButtons {
    text-align: center;
/*    margin-top: 30px;*/
    margin-top: 50px;
    position: relative;
  }
    .signupButtons span {
      font-size: 20px;
      color: #4a7092;
      margin: 30px 20px 0px 20px;
    }
    .signupFacebook {
/*      float: left;*/
      margin-right: 10px;
    }
    
.eduexposArea {
  margin: 25px 0px 35px 0px;
}
  .eduexposArea .eduexposLocation {
    padding: 1px 10px 10px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 80px;
    margin-bottom: 15px;
    background-color: #D0E1EA;
  }
/*    .eduexposArea .loc1 {
      background-color: #F8CD23;
    }
    .eduexposArea .loc2 {
      background-color: #C1E12E;
    }
    .eduexposArea .loc3 {
      background-color: #FF290B;
    }
    .eduexposArea .loc4 {
      background-color: #A24F7E;
    }
    .eduexposArea .loc5 {
      background-color: #4F91A2;
    }
    .eduexposArea .loc6 {
      background-color: #FF6600;
    }*/
  .eduexposArea .eduexpoTitle {
    color: #FF6600;
/*    display: table;*/
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 10px;
  }
  .eduexposArea .eduexpoTitle a {
    color: #FF6600;
  }
  .eduexposArea .eduexposTitleArea {
    margin-bottom: 20px;
  }
  .eduexposArea h3 span {
    float: left;
    margin-right: 20px;
    font-size: 22px;
    color: #466C8B;
  }
  .eduexposArea h3 img {
    float: left;
  }
  .eduexposArea span {
    font-size: 11px;
  }
  .eduexposArea .eduexposDates {
    font-size: 11px;
    font-weight: bold;
  }
  .eduexposArea .bannerEduexpos {
    height: 300px;
    width: 290px;
    margin-left: 25px;
  }
  

.studentsArea {
  margin-bottom: 10px;
/*  background-color: #e9f0f4;*/
  background-color: #F4FBFF;
}
  .studentsArea .totalStudent {
    width: 31px;
    height: 45px;
    background:url(<?=$url?>/img/totalStudent.png);
    margin-right: 3px;
    font-size: 33px;
    color: #4a6f91;
    padding: 3px 5px;
  }
  .studentsArea .totalStudentNumber {
    margin: 15px 0 15px 20px;
    padding-bottom: 25px;
    text-align: right;
  }
  .studentsArea .dotTotalStudent {
    font-size: 33px;
    color: #4a6f91;
    padding: 3px 5px;
    margin-top: 10px;
  }
  .studentsArea .totalStudentText {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: #497091;
  }
  .studentsArea .titleStudents {
    height: 57px;
    background-color: #689bba;
    margin-bottom: 15px;
  }
    .studentsArea .titleStudents h3 {
      color: #FFFFFF;
      padding-top: 10px;
      font-size: 25px;
    }
    .studentsArea .titleStudents img {
      float: left;
      margin-right: 20px;
    }
    
  .studentsArea .spotStudent {
    background-color: #d8e7f0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
    display: table;
    height: 145px;
  }
    .spotStudent .spotStudentPhoto {
      width: 110px;
      height: 100%;
      float: left;
      display: table;
      margin: 20px;
    }
    .spotStudent .spotStudentPhoto img {
      /*border: 2px solid #497091;*/
      border: 1px solid #dedede;
      padding: 3px 3px 3px 3px;
      background: #fff;
    }
    .spotStudent .name_student {
      font-size: 14px;
      font-weight: bold;
      color: #497091;
    }
    .spotStudent .country_student {
      font-size: 11px;
    }
    .spotStudentDesc {
      margin-top: 20px;
      width: 430px;
      float: right;
    }
      .spotStudentDesc .spotLeft {
        float: left;
        height: 100%;
        display: table;
        width: 45px;
      }
      .spotLeft img {
        opacity: 0.2;
      }
      .spotStudentDesc .spotRight {
        float: right;
        font-size: 13px;
        margin-right: 25px;
        width: 350px;
        /*font-weight: bold;*/
        font-style: italic;
        
      }
      .spotStudentDesc .spotRight a {
        color: #497091;
      }

      
  
  .studentsArea .moreStudents {    
  }
    .studentsArea .moreStudents h4 {
      font-size: 15px;
      font-weight: bold;      
      color: #497091;
      text-transform: uppercase;
    }
    .studentsArea .moreStudents hr {
      color: #497091;
      background-color: #497091;
      margin: 0px;
    }
    .studentsArea .moreStudents ul {
      margin: 0px;
      list-style: none;
    }
      .studentsArea .moreStudents ul li {
        float: left;
        margin: 9px;
      }
      .studentsArea .moreStudents ul li img {
        border: 1px solid #aacff5;
        background: #fff;
        padding: 1px;
      }
  
  .studentsArea .findStudents {
    display: table;
    background-color: #FFFFFF;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
    .findStudents .title {
      background-color: #d8e7f0;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      margin: 10px;
      padding: 5px;
      text-align: center;
      font-size: 18px;
      font-weight: bold;
      text-transform: uppercase;
      color: #497091;
    }

.schoolsArea {
  margin-bottom: 10px;
/*  background-color: #ecf6d8;*/
  background-color: #F5FFE0;
}
  .schoolsArea .titleSchools {
    height: 57px;
    background-color: #a2d03e;
    margin-bottom: 15px;
  }
    .schoolsArea .titleSchools h3 {
      color: #FFFFFF;
      padding-top: 10px;
      font-size: 25px;
    }
    .schoolsArea .titleSchools img {
      float: left;
      margin-right: 20px;
    }
    
  .schoolsArea .spotSchool {
    background-color: #daeab9;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 5px;
    display: table;
  }
    .spotSchool .spotLogo {
      float: left;
      margin: 10px;
    }
    .spotSchool .spotLogo img {
      float: left;
    }
    .spotSchool .spotNameCountry {
      float: right;
      margin-left: 10px;
      width: 490px;
    }
    .spotSchool .spotNameCountry img {
      margin-top: 3px;
      margin-right: 4px;
    }
      .spotNameCountry .country_institution {
        font-size: 11px;
      }
    
    .spotSchool .nameInstitution {
      font-size: 16px;
      font-weight: bold;
      color: #5c8308;
    }
    .spotSchool .videoSpot {
      margin-left: 10px;
      margin-bottom: 10px;
      margin-bottom: 10px;
      display:table;
    }
    .spotSchool .videoSpot object {
      float:left;
      margin-right: 10px;
    }
    .spotSchool .spotSchoolDesc {
      float: right;
      margin-right: 15px;
      width: 290px;
    }
      .spotSchool .spotLeft {
        float: left;
        height: 100%;
        display: table;
        width: 45px;
      }
      .spotSchool .spotRight {
        float: right;
        font-size: 13px;
        width: 235px;
        
        font-style: italic;
      }

      .spotSchool .spotRight a{
        color:#5C8308;
      }

  
  .schoolsArea .moreSchools {
  }
    .schoolsArea .moreSchools h4 {
      font-size: 15px;
      font-weight: bold;      
      color: #5c8308;
      text-transform: uppercase;
    }
    .schoolsArea .moreSchools hr {
      color: #5c8308;
      background-color: #5c8308;
      margin: 0px;
    }
    .schoolsArea .moreSchools ul {
      margin: 0px;
      list-style: none;
    }
      .schoolsArea .moreSchools ul li {
        float: left;
        margin: 9px;
      }
      .schoolsArea .moreSchools ul li img {
        border: 1px solid #abcdac;
        background: #fff;
        padding: 1px;
      }
  .scholarshipsList {
    background-color: #FFFFFF;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
  }
    .scholarshipsList ul {
      list-style: none;
      margin: 0px;
      padding: 0px;
      padding: 10px;
      display: table;
    }
    .scholarshipsList ul li {
      float: left;
      width: 275px;
      height: 100%;
      margin: 15px;
    }
    .scholarshipsList .title {
      background-color: #daeab9;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      margin: 10px;
      padding: 5px;
      text-align: center;
      font-size: 18px;
      font-weight: bold;
      text-transform: uppercase;
      color: #5c8308;
    }
    .scholarshipsList .scholarshipdesc {
      font-size: 11px;
      font-variant: italic;
    }

  
  .schoolsArea .findSchools {
    background-color: #FFFFFF;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
    .findSchools .title {
      background-color: #daeab9;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      margin: 10px;
      padding: 5px;
      text-align: center;
      font-size: 18px;
      font-weight: bold;
      text-transform: uppercase;
      color: #5c8308;
    }

.agentsArea {
/*  background-color: #f3e2e7;*/
  background-color: #FFEFF4;
}
  .agentsArea .titleAgents {
    height: 57px;
    background-color: #b03d60;
    margin-bottom: 15px;
  }
    .agentsArea .titleAgents h3 {
      color: #FFFFFF;
      padding-top: 10px;
      font-size: 25px;
    }
    .agentsArea .titleAgents img {
      float: left;
      margin-right: 20px;
    }
    
  .agentsArea .spotAgent {
    background-color: #dec1ca;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 5px;
    display: table;
  }
    .spotAgent .spotLogo {
      float: left;
      margin: 10px;
    }
    .spotAgent .spotLogo img {
      float: left;
    }
    .spotAgent .spotNameCountry {
      float: right;
      margin-left: 10px;
      width: 490px;
    }
    .spotAgent .spotNameCountry img {
      margin-top: 3px;
      margin-right: 4px;
    }
      .spotNameCountry .country_agent {
        font-size: 11px;
      }
    .spotAgent .nameInstitution {
      font-size: 16px;
      font-weight: bold;
      color: #b03d60;
    }
    .spotAgent .videoSpot {
      margin-left: 10px;
      margin-bottom: 10px;
      display:table;
    }
    .spotAgent .videoSpot object {
      float:left;
      margin-right: 10px;
    }
    .spotAgent .spotAgentDesc {
      float: right;
      margin-right: 15px;
      width: 290px;
    }
      .spotAgent .spotLeft {
        float: left;
        height: 100%;
        display: table;
        width: 45px;
      }
      .spotAgent .spotRight {
        float: right;
        font-size: 13px;
        width: 235px;
        font-style: italic;
        
      }

      .spotAgent .spotRight a{
        color:#B03D60;
      }

  
  .agentsArea .moreAgents {
  }
    .agentsArea .moreAgents h4 {
      font-size: 15px;
      font-weight: bold;      
      color: #b03d60;
      text-transform: uppercase;
    }
    .agentsArea .moreAgents hr {
      color: #b03d60;
      background-color: #b03d60;
      margin: 0px;
    }
    .agentsArea .moreAgents ul {
      margin: 0px;
      list-style: none;
    }
      .agentsArea .moreAgents ul li {
        float: left;
        margin: 9px;
      }
      .agentsArea .moreAgents ul li img {
        border: 1px solid #ffbad9;
        background: #fff;
        padding: 1px;
      }
  
  .agentsArea .findAgents {
    background-color: #FFFFFF;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
  }
    .findAgents .title {
      background-color: #dec1ca;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      margin: 10px;
      padding: 5px;
      text-align: center;
      font-size: 18px;
      font-weight: bold;
      text-transform: uppercase;
      color: #b03d60;
    }
    
/* General */

.contentSearch {
  padding: 10px;
}
  .contentSearch select {
    width: 100%;
    margin: 6px 0px 15px 0px;
    font-size: 12px;
    font-style: italic;
  }
  .contentSearch select option {
    font-size: 12px;
    font-style: italic;
  }
  .halfSizeLeft, .halfSizeRight {
    width: 45%;
  }
  .halfSizeLeft {
    float: left;
  }
  .halfSizeRight {
    float: right;
  }
.btnSearch {
  float: right;
  display: table;
  margin-bottom: 10px;
}

.footerArea {
  background-color: #e9e9e9;
  border-top: 3px solid #c3ccd4;
  margin-top: 10px;
}
  .footerArea ul {
    list-style: none;
  }
  .footerArea .footerEdu ul li {
    float: left;
    font-size: 11px;
    margin: 7px 15px 7px 0px;
  }
  .footerArea .footerEdu ul li a {
    color: #3b5e95;
  }
.footerOptions {
 background-color: #4a6f91;
 border-top: 1px solid #FFFFFF;
}
  .footerOptions .submenu {
    float: left;
    width: 180px;
    height: 90px;
    margin-top: 15px;
    margin-right: 15px;
  }
    .submenu .subTitle {
      margin-bottom: 15px;
    }
  .footerOptions ul li {
    font-size: 15px;
    color: #b9cdf2;
    font-weight: bold;
  }
  .footerOptions ul li a {
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
  }


button.btnSmallBlue {
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  padding: 4px 10px;
  background-color:#317699;
  background: -moz-linear-gradient(
  	top,
  	#baedff 0%,
  	#2b8ebf 50%,
  	#317699 50%,
  	#0092c7);
  background: -webkit-gradient(
  	linear, left top, left bottom, 
  	from(#baedff),
  	color-stop(0.50, #2b8ebf),
  	color-stop(0.50, #317699),
  	to(#0092c7));
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #2b8ebf;
  -moz-box-shadow:
  	0px 2px 2px rgba(000,000,000,0.3),
  	inset 0px 0px 2px rgba(255,255,255,1);
  -webkit-box-shadow:
  	0px 2px 2px rgba(000,000,000,0.3),
  	inset 0px 0px 2px rgba(255,255,255,1);
  box-shadow:
  	0px 2px 2px rgba(000,000,000,0.3),
  	inset 0px 0px 2px rgba(255,255,255,1);
  text-shadow:
  	0px -1px 0px rgba(000,000,000,0.2),
  	0px 1px 0px rgba(255,255,255,0.4);
}

button.btnSmallGreen {
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  padding: 4px 10px;
    background-color:#3B9932;
  background: -moz-linear-gradient(
  	top,
  	#baffba 0%,
  	#2cbd2c 50%,
  	#3b9932 50%,
  	#0ac700);
  background: -webkit-gradient(
  	linear, left top, left bottom, 
  	from(#baffba),
  	color-stop(0.50, #2cbd2c),
  	color-stop(0.50, #3b9932),
  	to(#0ac700));
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #44bd2c;
  -moz-box-shadow:
  	0px 2px 2px rgba(000,000,000,0.3),
  	inset 0px 0px 2px rgba(255,255,255,1);
  -webkit-box-shadow:
  	0px 2px 2px rgba(000,000,000,0.3),
  	inset 0px 0px 2px rgba(255,255,255,1);
  box-shadow:
  	0px 2px 2px rgba(000,000,000,0.3),
  	inset 0px 0px 2px rgba(255,255,255,1);
  text-shadow:
  	0px -1px 0px rgba(000,000,000,0.2),
  	0px 1px 0px rgba(255,255,255,0.4);
}

.btnBigBlue {
  font-size: 19px;
  font-weight: bold;
  color: #ffffff;
  padding: 10px 20px;
  background-color: #3F4C9C;
  background: -moz-linear-gradient(
  	top,
  	#a2baec 0%,
  	#587AC4 50%,
  	#3F4C9C 50%,
  	#2b8ebf);
  background: -webkit-gradient(
  	linear, left top, left bottom, 
  	from(#a2baec),
  	color-stop(0.50, #587AC4),
  	color-stop(0.50, #3F4C9C),
  	to(#2b8ebf));
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #2b8ebf;
  -moz-box-shadow:
  	0px 1px 3px rgba(000,000,000,0.5),
  	inset 0px 0px 2px rgba(255,255,255,1);
  -webkit-box-shadow:
  	0px 1px 3px rgba(000,000,000,0.5),
  	inset 0px 0px 2px rgba(255,255,255,1);
  box-shadow:
  	0px 1px 3px rgba(000,000,000,0.5),
  	inset 0px 0px 2px rgba(255,255,255,1);
  text-shadow:
  	0px -1px 0px rgba(000,000,000,0.2),
  	0px 1px 0px rgba(255,255,255,0.4);
}

button.btnBigGreen {
  font-size: 19px;
  font-weight: bold;
  color: #ffffff;
  padding: 10px 20px;
  background: -moz-linear-gradient(
  	top,
  	#ffffff 0%,
  	#38bd2c 50%,
  	#389932 50%,
  	#2cbd2c);
  background: -webkit-gradient(
  	linear, left top, left bottom, 
  	from(#ffffff),
  	color-stop(0.50, #38bd2c),
  	color-stop(0.50, #389932),
  	to(#2cbd2c));
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #3fbd2c;
  -moz-box-shadow:
  	0px 1px 3px rgba(000,000,000,0.5),
  	inset 0px 0px 2px rgba(255,255,255,1);
  -webkit-box-shadow:
  	0px 1px 3px rgba(000,000,000,0.5),
  	inset 0px 0px 2px rgba(255,255,255,1);
  box-shadow:
  	0px 1px 3px rgba(000,000,000,0.5),
  	inset 0px 0px 2px rgba(255,255,255,1);
  text-shadow:
  	0px -1px 0px rgba(000,000,000,0.2),
  	0px 1px 0px rgba(255,255,255,0.4);
}

.btnBigBlue:hover {
  text-decoration: none;
  color: #FFFFFF;
}

div.user-image-loader {
  float: left;
}
div.user-image-loader-loading {
  background: url(<?=STATIC_FILES_URL?>/img/ajax-loader.gif) no-repeat center center
}
img.user-image-loader {
  display:inline !important;
}

.login-box,
.signup-box,
.signup-box2 {
  background: #FFFFFF;
  border: 6px solid #466C8B;
  display: none;
  position: absolute;
  top: 30px;
  left: -20px;
  width: 200px;
/*  height: 200px;*/
  padding: 10px;
  z-index: 20;
  border-radius: 3px;
  box-shadow: 2px 3px 3px rgba(0,0,0,0.3);
}
  .login-box ul {
    list-style: none;
    margin: 0px;
  }
  .login-box ul li {
    width: 100%;
    text-align: left;
  }
  .login-box ul li.formulario input {
    width: 190px;
    margin-bottom: 10px;
  }
  .login-box .btnLogin {
    width: 30px;
    height: 30px;
    border: none;
    float: right;
  }
  .login-box .keepmeLogged {
    float: left;
    font-size: 11px;
    text-align: left;
    width: 150px;
  }
  .login-box .forgotPass {
    display: table;
    margin-top: 20px;
    float: left;
    text-align: center;
  }
  .login-box .forgotPass a {
    background-color: #466C8B;
    padding: 3px 6px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    color: #FFFFFF;
    font-size: 11px;
    display: table;
  }
#featured .content {
  background: url(<?=STATIC_FILES_URL?>/img/bgTopAnimation.png) repeat-x;
  padding-top: 30px;
}
#featured .content h1 { color: #FFFFFF !important; }

.filter_select, .filter_select2 {
  font-size: 12px;
  font-style: italic;
}

.tooltip {
/*  display:none;
  font-size:11px;
  width:350px;
  height:100px;
  padding: 10px;
  border: 1px solid #999;
  background-color: #f8f8f8;
  color: 446f92;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  text-align:left;
  position:absolute;
  line-height:1.5;
  z-index: 99999999999;*/
}
.tooltip_text {
	display:none;
	font-size:11px;
	width:350px;
	padding: 10px;
	border: 1px solid #999;
	background-color: #f8f8f8;
	color: 446f92;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	z-index: 999;
	text-align:left;
	position:absolute;
	line-height:16px;
	letter-spacing:1.5;
}


.tooltip_text_fluid {
	display:none;
	font-size:11px;
	padding: 10px;
	border: 1px solid #999;
	background-color: #f8f8f8;
	color: 446f92;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	z-index: 999;
	text-align:left;
	position:absolute;
	line-height:16px;
	letter-spacing:1.5;
}

.tooltip_min {
	display:none;
	font-size:11px;
	width:200px;
	padding: 10px;
	border: 1px solid #999;
	background-color: #f8f8f8;
	color: 446f92;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	z-index: 999;
	text-align:left;
	position:absolute;
	line-height:16px;
	letter-spacing:1.5;
}
.tooltip_text2 {
	display:none;
	font-size:11px;
	width:350px;
	padding: 10px;
	border: 1px solid #999;
	background-color: #f8f8f8;
	color: 446f92;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	z-index: 999;
	text-align:left;
	position:relative;
	line-height:16px;
	letter-spacing:1.5;
}
.tooltip img.tool_image { margin-right:15px; }
span.tool_title span { font-weight:bolder; }
span.tool_image { float:left; }
blockquote {
	max-width: 620px;
	background: url(<?=$url?>/img/menu/des_1.jpg) right repeat-y;
}
blockquote:before {
	display: block;
	line-height: 0;
	background: url(<?=$url?>/img/menu/des_3.jpg) top right no-repeat;
	content: url(<?=$url?>/img/menu/des_2.gif);
}
blockquote:after {
	display: block;
	line-height: 0;
	background: url(rs-bottomright.jpg) bottom right no-repeat;
	content: url(rs-bottomleft.png);
}

.social_center  .social_icons {
	padding-left: 21px;
	background: url(<?=$url?>/img/socialNetworks.png) no-repeat 0 1px;
	width: 38px;
	height: 30px;
	display: block;
	float: left;
}
.social_center{
	position: relative;
	top:10px;
	left:0px;
}
.social_left  .social_icons {
	padding-left: 21px;
	background: url(<?=$url?>/img/socialNetworks.png) no-repeat 0 1px;
	width: 35px;
	height: 18px;
	display: block;
	float: left;
}
.social_left  .social_icons_disable {
	padding-left: 21px;
	background: url(<?=$url?>/img/socialNetworksDisable.png) no-repeat 0 1px;
	width: 35px;
	height: 18px;
	display: block;
	float: left;
}
.social_left{
	position: relative;
	top:3px;
	left:0px;
}
.social_icons.twitter{ background-position: -231px 1px; }
.social_icons.orkut{ background-position: -153px 1px; }
.social_icons.linkedin{ background-position: -75px 1px; }

.social_icons_disable.twitter{ background-position: -231px 1px; }
.social_icons_disable.orkut{ background-position: -153px 1px; }
.social_icons_disable.linkedin{ background-position: -75px 1px; }

.social_width {
  width: 80px;
  float: left;
}

.signup-box,
.signup-box2 {
  left: 125px;
  height: auto !important;
  padding: 5px;
}

.signup-box2 {
/*  left:41px;
  top:50px;*/
  left: 120px;
  top: -180px;
}

.signup-box span.text-type,
.signup-box2 span.text-type {
  text-align: center;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
  margin-top: 3px;
  font-size: 16px;
  color: #4A7092;
}

.signup-box a,
.signup-box2 a {
  text-align: center;
  display: block;
  background-color: #689BBA;
  color:#fff;
  margin-bottom: 8px;
  padding: 6px;
  font-weight: bold;
  border: 1px solid  #476d86;
  text-decoration: none;
  -webkit-box-shadow: 0px 1px 0px #76b3d8;
  box-shadow: inset 0px 1px 0px #76b3d8;
  border-radius: 2px;
}

.signup-box a:hover,
.signup-box2 a:hover {
  background-color: #75b2d7;
  border: 1px solid  #476d86;
  box-shadow: inset 0px 1px 0px #81c8f2;
}
#featured .content h1 span { font-size: 35px; }