/*
Theme Name: HRPC
Theme URI: http://www.hrpc.com.ph/
Description: HRPC Group
Author: www.markpalmamedia.com
Version:
Tags: blue, brown, green, coprporate
*/


/* START CSS RESET */
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, tt, var,
dl, dt, dd, ol, ul, li, b,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* END OF CSS RESET */

/*START OF CSS*/

@font-face {
    font-family: OpenSansRegular;
    src: url('font/OpenSans-Regular-webfont.eot');
    src: url('font/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/OpenSans-Regular-webfont.woff') format('woff'),
         url('font/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('font/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: OpenSansItalic;
    src: url('font/OpenSans-Italic-webfont.eot');
    src: url('font/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/OpenSans-Italic-webfont.woff') format('woff'),
         url('font/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('font/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: OpenSansBold;
    src: url('font/OpenSans-Bold-webfont.eot');
    src: url('font/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/OpenSans-Bold-webfont.woff') format('woff'),
         url('font/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('font/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: OpenSansBoldItalic;
    src: url('font/OpenSans-BoldItalic-webfont.eot');
    src: url('font/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/OpenSans-BoldItalic-webfont.woff') format('woff'),
         url('font/OpenSans-BoldItalic-webfont.ttf') format('truetype'),
         url('font/OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: OpenSansSemibold;
    src: url('font/OpenSans-Semibold-webfont.eot');
    src: url('font/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/OpenSans-Semibold-webfont.woff') format('woff'),
         url('font/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('font/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: OpenSansLight;
    src: url('font/OpenSans-Light-webfont.eot');
    src: url('font/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/OpenSans-Light-webfont.woff') format('woff'),
         url('font/OpenSans-Light-webfont.ttf') format('truetype'),
         url('font/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    background: #3f3f3f;
    font-family: OpenSansRegular, 'Myriad Pro', Arial, Tahoma;
    color: #3a3a3a;
    font-size: 14px;
    line-height: 18px;
}

a {
    color: #1f68a9;
    text-decoration: none;
}

a:hover {
    color: #043b6c;
}

.header {
    height: 120px;
    width: 100%;
    background: #fff;
}

.headercont {
    width: 940px;
    margin: 0 auto;
    height: 120px;
}

.logo {
    width: 440px;
    float: left;
    padding-top: 20px;
}

.contact {
    font-size: 22px;
    text-align: right;
    float: right;
    width: 500px;
    padding-top: 18px;
    letter-spacing: -1px;
}

/* .contact img {
    margin-top: 20px;
    margin-right: 20px;
}  */

.myrec {
    color: #36241A;
    float: right;
    font-family: opensanssemibold;
    font-size: 12px;
    letter-spacing: 0;
    margin-top: 15px;
    text-align: center;
    width: 162px;
}

.normal-day-heading, .weekend-heading {
    background: none repeat scroll 0 0 #67AAE5;
    color: #FFFFFF !important;
    overflow: hidden;
    padding: 2px;
    text-transform: uppercase;
    width: 14% !important;
}

.kjo-link p {
    display: none !important;
}

.calendar-table {
    background: none repeat scroll 0 0 #F3F8FB;
    border: 1px solid #D4E9F4;
    padding: 10px;
    text-align: center;
    width: 295px !important;
}

.day-with-date {
    padding: 2px;
}

.calendar-month {
    text-transform: uppercase;
    font-family: opensanssemibold;
}

.calendar-prev {
    text-align: left;
    height: 25px;
}

.calendar-next {
    text-align: right;
}


.menu {
    height: 52px;
    background: #fff url(images/menubg.jpg) repeat-x;
}

.menucont {
    width: 940px;
    margin: 0 auto;
    color: #fff;
}

.menuleft {
    width: 780px;
    float: left;
}

.searchme {
    width: 160px;
    float: right;
    padding-top: 6px;
    text-align: right;
}

/** main menu **/

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.dropdown {
    position: relative;
    z-index: 597;
    float: left;
}

ul.dropdown li {
    float: left;
    vertical-align: middle;
    zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

ul.dropdown ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 598;
    width: 100%;
}

ul.dropdown ul li {
    float: none;
}

ul.dropdown ul ul {
    top: 0px;
    left: 100%;
    background: url(images/side3.png) repeat-y left center, url(images/submenu.png) repeat top center; ;
}

ul.dropdown li:hover > ul {
    visibility: visible;
}

ul.dropdown {
 font-weight: bold;
}

	ul.dropdown li {
    	color: #fff;
        padding: 16px 10px 17px;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
        background: #307cc1;
	}

ul.dropdown li a {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-family: OpenSansSemiBold;
    font-weight: normal;
   text-shadow: 0 1px 1px #205e96;
   -webkit-text-stroke: 1px transparent;
}

	/* -- level mark -- */

	ul.dropdown ul {
	 width: 237px;
	 margin-top: 0px;
     background: url(images/submenu.png) repeat top center;
	}

		ul.dropdown ul li {
            padding: 7px 10px 8px;
            border-bottom: 1px solid #3d86c7;
		}

	ul.dropdown ul li.hover,
	ul.dropdown ul li:hover {
    background: #145896 url(images/side3.png) repeat-y left center;
    }

ul.shli {
    width: 150px !important;
}

ul.dropdown ul li a {
    font-size: 14px;
    text-transform: none;
    color: #fff;
    font-family: OpenSansSemiBold;
}

ul.dropdown *.dir {
    padding-right: 25px;
    background: url(images/nav-down.png) no-repeat right center;
}

ul.dropdown *.dir:hover {
    background: #307cc1 url(images/nav-down.png) no-repeat right center;
}

/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
    padding-right: 25px;
    background: url(images/nav-right.png) no-repeat right center;
}

ul.dropdown ul *.dir:hover {
    background: #145896 url(images/nav-right.png) no-repeat right center;
}

ul.dropdown-upward *.dir {
    background-image: url(images/nav-arrow-top.png);
}

ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {
    background-image: url(images/nav-right.png);
}

ul.dropdown-vertical-rtl *.dir {
    padding-right: 10px;
    padding-left: 15px;
    background-image: url(images/nav-arrow-left.png);
    background-position: 0 50%;
}

/** end menu **/

.main {
    background: #fff url(images/bgmain.png) repeat-x top center;
    min-height: 400px;
    width: 100%;
    padding-bottom: 20px;
}

.maincont {
    width: 940px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 17px;
    padding-bottom: 25px;
}

.maintext{
    font-size: 15px;
    line-height: 21px;
    padding-bottom: 25px;
    padding-top: 20px;
    color: #464c53;
}

.cols3 {
    width: 940px;
}

.content3,.content2 {
    width: 300px;
    float: left;
    padding-right: 20px;
/*    max-height: 505px; */
}

.contleft, .fullwidth {
    width: 578px;
    float: left;
    background: #fff;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #ddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 25px;
    margin-right: 20px;
    padding: 18px 20px;
    min-height: 350px;
}

.fullwidth {
    width: 898px;
    float: left;
    background: #fff;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #ddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 25px;
    margin-right: 0px;
    padding: 18px 20px;
}

.contright {
    width: 260px;
    float: right;
    background: #fff;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #ddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 25px;
    padding: 18px 19px;
}

.contleft h1, .fullwidth h1 {
    border-bottom: 1px dotted #CCCCCC;
    color: #165D9B;
    font-family: OpenSansSemibold;
    font-size: 23px;
    letter-spacing: -1px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    line-height: 25px;
}

.contleft p, .fullwidth p, .contleft ul {
    padding: 0px 0 8px;
}

.content3{
    width: 300px;
    float: left;
    /* max-height: 505px; */
}

.contleft h1 em {
    font-family: Garamond, georgia;
    font-style: italic;
    font-size: 20px;
    color: #777;
}

.contheader {
    background: url(images/header.jpg) repeat-x top center;
    min-height: 39px;
    overflow: hidden;
    width: 298px;
    margin: 0 auto;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.contheader h1 {
    font-family: OpenSansSemibold;
    font-size: 17px;
    color: #fff;
    padding: 10px 16px;
}

h4.searchh4 {
    font-size: 15px;
    line-height: 19px;
}

.permalinkme {
    font-size: 12px;
    color: #777;
}

.ineedsep {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}

.contmain, .contmain2, .puban {
    background: #fff;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    min-height: 465px;
min-height: 410px;
min-height: 220px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.contmain p {
    padding: 15px 20px 20px;
    font-size: 14px;
    color: #787777;
    line-height: 19px;
}


.imageset {
    padding-top: 0px;
    padding-bottom: 25px;
    padding-left: 27px;
	zoom: 1;
	filter: alpha(opacity=90);
	opacity: 0.9;
}

.content3 .imageset {
    padding-top: 0px;
}

.cols3 .contmain p {
    overflow: hidden;
}

.imageset:hover {
	filter: alpha(opacity=100);
	opacity: 1.0;
}

.contmain2 {
    padding: 0px;
    margin: 0px;
    font-size: 13px;
    color: #787777;
    line-height: 17px;
    height: 392px;
}

.puban {
    background: none repeat scroll 0 0 #2873B6;
    border: 0px solid #D8E6EF;
    color: #fff;
    font-size: 13px;
    line-height: 17px;
    margin: 20px 0 0;
    min-height: 120px;
    padding: 15px;
    width: 270px;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

.puban a {
    color: #fff;
}

.puban a:hover {
    color: #fff;
    text-decoration: underline;
}

.puban p {
    background: url("images/arrow2.png") no-repeat scroll left 5px transparent;
    margin: 10px 0 5px;
    padding-left: 14px;
display: block;
color: #fff;

}
.puban h4 {
    border-bottom: 1px solid #468cca;
    color: #fff;
    font-family: opensanssemibold;
    font-size: 16px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    text-shadow: 0 -1px 0 #23629b;
}

span.smtx {
    display: block;
    font-size: 17px;
    line-height: 21px;
    margin-top: 20px;
}

.textcon {
    padding: 20px 27px 60px;
    overflow: hidden;
    height: 120px;
    font-size: 19px;
    line-height: 25px;
}

.contmain2 ul li {
    color: #1f68a9;
    font-size: 13px;
    line-height: 17px;
    border-bottom:  1px dotted  #c8c8c8;
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom: 1px dotted #c8c8c8;
    color: #1f68a9;
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
    padding-bottom: 7px;
    padding-top: 5px;
}


.imageset2 {
    padding-top: 30px;
    padding-bottom: 8px;
    padding-left: 27px;
}

.footer {
    height: 220px;
    width: 100%;
    background: #000 url(images/footer.jpg) repeat-x;
    padding-top: 15px;
}

.topfooter {
    width: 960px;
    min-height: 31px;
    background: url(images/topfooter.jpg) no-repeat;
    margin: 0 auto;
    margin-top: 17px;
}

.footertext,.footertext2 {
    color: #d7d1ce;
    font-size: 13px;
    width: 949px;
    margin: 0 auto;
    padding: 14px 8px 16px 3px;
    line-height: 21px;
}

.footertext {
    border-bottom: 1px solid #464646;
}

.footertext b {
    font-family: OpenSansSemibold;
}

.footertext2 ul li {
    padding-right: 20px;
    display: inline;
}

.footertext2 a{
    color: #d7d1ce;
    text-decoration: none;
}

.footertext2 a:hover, .footertext2 a:focus {
    color: #aa9d95;
}

.footertext3 {
    padding-top: 15px;
    color: #aa9e97;
}

.footertext4 {
    color: #aa9e97;
}

.footertext4 a {
    color: #aa9e97;
}

.footertext4 i {
    color: #d7d1ce;
    font-style: italic;
    font-family: georgia, garamond, serif;
}

.footertext4 a:hover, .footertext4 a:focus {
    color: #b8b2ae;
}

.contenttext {
    width: 620px;
    margin-right: 12px;
    margin-top: 25px;
    float: left;
    background: #fff;
    border: 3px solid #f2f2f2;
    overflow: hidden;
    min-height: 200px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.sidebar {
    margin-top: 25px;
    width: 300px;
    float: right;
    background: #fff;
    border: 3px solid #f2f2f2;
    overflow: hidden;
    min-height: 200px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.details {
    padding: 15px 18px 15px 18px;
    font-size: 15px;
    line-height: 20px;
}

.details p {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
    line-height: 20px;
}

.details h1 {
font-family: OpenSansSemibold;
    font-size: 18px;
    line-height: 22px;
    color: #1b71d3;
    padding-bottom: 8px;
    border-bottom:  1px dotted  #c8c8c8;
}

.clear {
    clear:both;
    height: 0px;
}

input#s {
    background: url("images/search.png") no-repeat scroll center top transparent;
    border: 0 none;
    color: #6a6a6a;
    font-family: OpenSansSemiBold;
    font-size: 13px;
    line-height: 13px;
    height: 24px;
    padding: 3px 30px 3px 10px;
    width: 120px;
}

input#searchsubmit {
    background: url("images/glass.png") no-repeat scroll center center transparent;
    border: 0 none;
    cursor: pointer;
    height: 16px;
    margin-left: -15px;
    position: relative;
    right: 10px;
    text-indent: -9999px;
    top: 0;
    width: 14px;
}

.slide1, .slide2 {
    overflow: hidden;
    height: 206px;
}

h2 {
    color: #222222;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 5px;
    margin-top: 10px;
}

/** jobs **/

table.job-table {
    padding: 10px;
}

table.job-table tr th {
    display: inline-block;
    margin-bottom: 3px;
    width: 130px;
    color: #555;
}

table.job-table tbody tr:first-child td a, table.job-table tbody tr:first-child td {
    font-size: 17px;
    padding-bottom: 6px;
}

table.job-table tbody tr:first-child td {
 color: #3a3a3a;
}

table.job-apply-table {
    padding-left: 12px;
    width: 575px;
}

table.job-apply-table tr.even, table.job-apply-table tr.odd {
    background: #fff;
}

table.job-apply-table tr th {
    width: 200px;
    vertical-align: middle;
    text-align: left;
}

td.jobs-applynow a {
    background: url(images/apply.png) no-repeat;
    width: 128px;
    height: 34px;
    position: relative;
    display: inline-block;
    text-indent: -9999px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.job-nav {
    padding-top: 15px;
    border-top: 1px solid #ddd;
}

.odd {
    background: none repeat scroll 0 0 #fafafa;
    border:1px solid #ddd;
}

.even {
    background: none repeat scroll 0 0 #f9fcfd;
    border: 1px solid #ebf3f5;
    margin-top: -15px;
}

/** end jobs **/

.contleft ul li, .fullwidth ul li {
    background: url("images/arrow.png") no-repeat scroll left 5px transparent;
    margin: 5px 0 5px 10px;
    padding-left: 14px;
}

.contleft img {
    margin: 8px 15px;
}

h3 {
    background: #E6E5DF;
    margin: 10px 0;
    padding: 5px 0 6px 7px;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'OpenSansSemiBold';
    color: #2a2a2a;
}

.contleft input, .contleft textarea, .contleft select {
    border: 1px solid #ddd;
    padding: 4px 4px 2px;
    font-family: 'OpenSansRegular';
    font-size: 13px;
}

.contleft input:hover, .contleft input:focus, .contleft textarea:hover, .contleft textarea:focus, .contleft select:hover, .contleft select:focus {
    border: 1px solid #aaa;
}

.job-apply-table input, .job-apply-table textarea, .job-apply-table select {
    height: 22px;
    margin: 3px 0;
    width: 220px;
}

.job-apply-table input[type=radio], .job-apply-table input[type=checkbox] {
    width: 22px;
    position: relative;
    top: 3px;
    height: 17px;
}


.job-apply-table textarea {
    height: 50px;
}

.red {
    color: #B81010;
    display: block;
    margin-bottom: 0;
}

.job-apply-table input.button-primary {
    border: 0px;
    text-indent: -9999px;
    position: relative;
    height: 39px;
    width: 246px;
    background: url("images/submitapp.png") no-repeat scroll top center transparent;
    cursor: pointer;
    outline: none;
}

th[scope=row] {
    text-align: left;
}

.textcon ul, li.textcon ul li {
    background: none;
    display: block;
}

.widget_jobmanlatestjobswidget {
    list-style-type: none;
}

.wpcf7-submit {
    background: url(images/submitbtn.png) no-repeat;
    width: 99px;
    height: 34px;
    *font-size: 0;
    *letter-spacing: -1px;
    cursor: pointer;
    border: 0 !important;
    position: relative;
    text-indent: -9999px;
    outline:none;
}

.wpcf7-not-valid-tip-no-ajax, .wpcf7-validation-errors, .wpcf7-mail-sent-ng{
    color: #b81010;
    padding-left: 10px;
}

.wpcf7-mail-sent-ok{
    color: #2d4f08;
}

.partnertext {
width: 560px;
float: right;
margin-top: 4px;
padding-left: 30px;
display: block;
padding-top: 20px;
}

.partnerimg{
width: 300px;
float: left;
}

.partner{
width: 898px;
margin-top: 20px;
}

.clear{
clear: both;
}

.imgleft {
width: 170px; float: left;
}

.photoalbum {
width: 898px;
}

.photoalbum img {
border: 3px solid #ddd;
margin: 5px;
width: 163px;
height: auto;
}

.photoalbum img:hover {
border: 3px solid #aaa;
}

.myimg {
margin-bottom: 40px;
}



@-moz-document url-prefix() {
ul.dropdown li {
    color: #FFFFFF;
    padding: 16px 12px;
}
}

.calendar{
    float: left;
    width: 300px;
    height: 205px;
}

.caltext{
    float: right;
    width: 261px;
    font-size: 15px;
    line-height: 18px;
}

.orientform{
    min-height: 150px;
    padding-top: 5px;
}

.troffice{
    width: 289px;
    float: left;
}

.troffice2{
    width: 250px;
    float: left;
    /*margin-top: 14px;*/
    margin-left: 49px;
    min-height: 180px;
}


.contactusform, .trmap{
    margin-top: 25px;
    width: 289px;
    float: left;
}

.contactusform input, .contactusform textarea{
    width: 231px;
}

.contactusform textarea{
    height: 92px;
}

.partadd{
width: 898px;
margin-top: 30px;
border-top: 1px dotted #CECECE;
padding-top: 20px;
}

.myside {
    width: 260px;
    height: 130px;
    margin-bottom: 25px;
}

.myside img {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    opacity: 0.9;
}

.myside img:hover {
    opacity: 1.0;
}
  select, input, textarea {
    font-size: 1em;
  }

  h2 {
    padding-bottom: 0px;
    padding-top: 5px;
  }
  h3 {
    margin-top: 1.2em;
    margin-bottom: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-family: "opensansregular";
    font-size: 15px;
    margin-bottom: 15px;
    margin-top: 1.2em;
    padding: 0;
    text-transform: none;
  }
  .example {
    border: 1px solid #CCC;
    background: #f2f2f2;
    padding: 10px;
  }
  ul {
    list-style-image:url(list-style.gif);
  }
  pre {
    font-family: OpenSansRegular, 'Myriad Pro', Arial, Tahoma;
    border: 1px solid #CCC;
    background: #f2f2f2;
    padding: 10px;
  }
  code {
    font-family: OpenSansRegular, 'Myriad Pro', Arial, Tahoma;
    margin: 0;
    padding: 0;
  }

  #gallery {
    padding: 30px;
    background: #F0F9FE;
    margin: 0 auto;
    width: 825px;
    margin-top: 25px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }
  #descriptions {
    position: relative;
    height: 50px;
    background: #EEE;
    margin-top: 10px;
    width: 640px;
    padding: 10px;
    overflow: hidden;
  }
    #descriptions .ad-image-description {
      position: absolute;
    }
      #descriptions .ad-image-description .ad-description-title {
        display: block;
      }

.ad-gallery .ad-controls {
    clear: both !important;
    height: 20px;
    margin-bottom: 10px !important;
}

.onex, .fls {
    display: inline;
    width: auto;
    margin-right: 20px;
}

.fls {
    font-size: 10px;
    text-transform: uppercase;
}

.onex a {
color: #D7D1CE;
}

.onex a:hover {
color: #eee;
}

.onex > a {
    display: inline;
    margin-right: 5px;
}

.socialme {
    margin-top: 10px;
    display: block;
}

.slide2 img {	
width: 300px !important;
height: 206px !important;
}

.fb_iframe_widget {
    display: inline-block;
    position: relative;
    top: 10px !important;
}