@font-face {
    font-family: 'Museo700';
    src: url('fonts/museo700-regular-webfont.eot');
    src: url('fonts/museo700-regular-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/museo700-regular-webfont.woff') format('woff'),
         url('fonts/museo700-regular-webfont.ttf') format('truetype'),
         url('http://definition-essays.com/wp-content/themes/twentytwelve/fonts/museo700-regular-webfont.svg#Museo700') format('svg');
    font-weight: normal;
    font-style: normal;

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

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

}
@font-face {
    font-family: 'MuseoSans500';
    src: url('fonts/museosans_500-webfont.eot');
    src: url('fonts/museosans_500-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/museosans_500-webfont.woff') format('woff'),
         url('fonts/museosans_500-webfont.ttf') format('truetype'),
         url('http://definition-essays.com/wp-content/themes/twentytwelve/fonts/museosans_500-webfont.svg#MuseoSans500') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

}

@font-face {
    font-family: 'MuseoSans300';
    src: url('fonts/museosans-300-webfont.eot');
    src: url('fonts/museosans-300-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/museosans-300-webfont.woff') format('woff'),
         url('fonts/museosans-300-webfont.ttf') format('truetype'),
         url('fonts/museosans-300-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'MuseoSans300Italic';
    src: url('fonts/museosans-300italic-webfont.eot');
    src: url('fonts/museosans-300italic-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/museosans-300italic-webfont.woff') format('woff'),
         url('fonts/museosans-300italic-webfont.ttf') format('truetype'),
         url('fonts/museosans-300italic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

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

}
/* Reset.less
 * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here	that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
 * ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
html, body {margin: 0; padding: 0;}
h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,cite,code,del,dfn,em,img,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,button,table,caption,tbody,tfoot,thead,tr,th,td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol, ul {
    line-height: 1.8;
    list-style-type: circle;
    margin: 10px 0 10px 0;
}
ul li{color: #000; background: url('images/bullet_brown.png') no-repeat transparent scroll;background-position: 0 5px;
    padding-left: 15px;list-style-type: none;font-family: MuseoSans500;font-size: 14px;line-height: 1.6}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
a {
    line-height: inherit;
    text-decoration: none;
    color: #323232;
}
/*
 * Scaffolding
 * Basic and global styles for generating a grid system, structural layout, and page templates
 * ------------------------------------------------------------------------------------------- */
body {
  margin: 0;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  color: #727272;
}
.container{
  width: 985px;
  *width: 965px !important;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
}
.container:before, .container:after {
  display: table;
  content: "";
  zoom: 1;
}
.container:after {
  clear: both;
}
.row {
  zoom: 1;
  margin-left: -20px;
}
.row:before, .row:after {
  display: table;
  content: "";
  zoom: 1;
}
.row:after {
  clear: both;
}
.row > [class*="span"] {display: inline;float: left;margin-left: 20px;}
input.span10, textarea.span10 {
  display: inline-block;
  float: none;
  width: 570px;
  margin-left: 0;
}
.span10 {
    width: 730px;
    *width: 715px
}
/* Typography.less
 * Headings, body text, lists, code, and more for a versatile and durable typography system
 * ---------------------------------------------------------------------------------------- */
.content p {color:#000;font-family: MuseoSans500;font-size: 14px;font-weight: normal;line-height: 1.6;margin-bottom: 10px;}
p small {
  font-size: 11px;
  color: #bfbfbf;
}
h1 {
    font-family: MuseoSans700;
    color: #034a5d;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
h1 small {
  font-size: 18px;
}
h2 {
    font-family: MuseoSans700;
    color: #034a5d;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: capitalize;
}
h2 small {
  font-size: 14px;
}
h2.big {
  font-size: 24px;
}
h3,
h4,
h5,
h6 {
  line-height: 36px;
}
h3 {
  font-size: 18px;
}
h3 small {
  font-size: 14px;
}
h4 {
  font-size: 16px;
}
h4 small {
  font-size: 12px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 13px;
  color: #bfbfbf;
  text-transform: uppercase;
}
li {
  line-height: 18px;
}
ul.unstyled {
  list-style: none;
  margin-left: 0;
}
dl {
  margin-bottom: 18px;
}
dl dt, dl dd {
  line-height: 18px;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin-left: 9px;
}
hr {
  margin: 20px 0 19px;
  border: 0;
  border-bottom: 1px solid #eee;
}
strong {
  font-style: inherit;
  font-family: MuseoSans900;
  letter-spacing: 0.5px;
}
em {
  font-style: italic;
  font-weight: inherit;
  line-height: inherit;
}
/** GENERAL
*/

.likes {margin-top: 20px;text-align: center;}
.addthis_toolbox{display: inline-block;margin-bottom: -6px;width: 450px;margin-top: 25px;}
/*==========HEDEAR TOP=========*/
.right{float: right}
.left{float: left}

.topbar {width: 100%; height: 40px; z-index: 10; overflow: visible; background-color: #034a5d;}
.topbar a{color:#cecece;}
.topbar a:hover{color: #ffffff;}

.header-top{font-family: MuseoSans700;}
.header-top a{text-decoration: underline;}
.header-top a:hover{text-decoration: none;color:#c0c0c0;}
.header-top-inside{padding:11px 0; color:#cecece; white-space:nowrap;}

/*===========HEADER==========*/
#header {height: 100px; background-color: #48a9ed; width: 100%;}
#header .header-content{width: 980px;height: 10px;margin: 0 auto;padding-top: 15px;}
#header .logo{height: 53px;width: 160px;display: inline-block;float: left;}
#header .logo .logo-img{background: url('images/logo-top.png');height: 77px;width: 58px;float: left; 
    display: inline-block;}
#header .logo .logo-text{text-transform: uppercase; color: #034A5D; margin-top: 7px; *margin-top: 0;}
#header .essay{font-family: MuseoSans900; font-size: 30px; margin-left: 65px;}
#header .box{font-family: MuseoSans700; font-size: 45px; margin-left: 64px; margin-top: 15px; *margin-top: 0;}
#header .navigation{background-color: #f5f5f5; border-radius: 5px; display: inline-block; margin-top: 18px; 
    margin-left: 60px;float:left;height: 32px;}
#header .navigation .home{background: url(images/house.png); background-position: 0 0; width: 38px; height: 32px;
    display: inline-block; float: left; margin: -6px 0 0 -1px;}
#header .navigation .menu{display: inline-block;}
#header .navigation nav{display: table-row; vertical-align: middle; height: 20px; float: left; padding-top: 6px;}
#header .navigation nav a{color: #294f59; font-family: MuseoSans700; font-size: 10px; text-transform: uppercase;
    padding: 10px 18px 11px 18px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
    padding-bottom: 11px !important;}
#header .navigation nav a:hover{color: #ffffff; text-decoration: none; background-color: #ff585c; font-weight: normal;}
#header .navigation nav a.current{color: #ffffff; text-decoration: none; background-color: #ff585c; font-weight: normal;}
#header .telephone{width: 151px; height: 40px; float: right; margin-top: 10px; 
    background: url('images/phone-fax.png') no-repeat;}
/*==========End Header==========*/

/*===========BANNER==========*/
#header-down{width: 100%; height: 365px; background: url('images/wp_banner.png') no-repeat; 
    -moz-background-size: 100% 100%; -webkit-background-size: 100% 100%; -o-background-size: 100% 100%; 
    background-size: 100% 100%;}
#header-down .banner{width: 985px; height: 365px; background: url('images/wp-banner-girls.png') no-repeat; margin: auto;}
#header-down .benefits{width: 227px; height: 311px; border: 1px solid #c7bdb8; border-radius: 9px; 
    background-color: #f0edec; margin-top: 24px; margin-left: 10px; position: absolute;}
#header-down .benefits img{margin-top: -16px;margin-left: -3px;}
#header-down .benefits ul li{height: 43px; border-top: 1px solid #cfd9e4; line-height: 43px; padding-left: 52px;
    font-family: Museo300; font-size: 14px; color: #034a5d;}
#header-down .benefits ul li.li-bf-1{border: none; padding-left: 50px; font-family: Museo700; color: #e7041d;
    background: url('images/wp-benf-1.png') no-repeat; background-position: 12px 10px;}
#header-down .benefits ul li.li-bf-2{background: url('images/wp-benf-2.png') no-repeat; background-position: 19px 16px;}
#header-down .benefits ul li.li-bf-3{background: url('images/wp-benf-3.png') no-repeat; background-position: 19px 15px;}
#header-down .benefits ul li.li-bf-4{background: url('images/wp-benf-4.png') no-repeat; background-position: 19px 18px;}
#header-down .benefits ul li.li-bf-5{background: url('images/wp-benf-5.png') no-repeat; background-position: 20px 17px;}
#header-down .benefits ul li.li-bf-6{background: url('images/wp-benf-6.png') no-repeat; background-position: 19px 17px;}
#header-down .benefits ul li.li-bf-7{background: url('images/wp-benf-7.png') no-repeat; background-position: 16px 15px;}
#header-down .benefits ul li.two-line{line-height: 17px; padding-top: 5px; height: 38px;}
#header-down .sloagan-and-btn{width: 200px; margin-top: 22px; float: right;}
#header-down .sloagan-and-btn img{margin-top:-15px;margin-left:-7px;}
#header-down .sloagan-and-btn .slogan{font-family: Museo700; font-size: 30px; color: #034a5d; line-height: 28px; 
    text-align: left; text-shadow: -2px -2px #ededed, 2px -2px #ededed, -2px 2px #ededed, 2px 2px #ededed;
}
.wp-btn{text-decoration: none; font-family: Museo700; font-size: 19px; color: #f5f5f5;}
.order-btn{background-color: #ff585c; text-align: center;} 
#header-down .sloagan-and-btn .order-btn,
#header-down .sloagan-and-btn .chat-btn{width: 173px; border-radius: 3px; padding: 19px 0; margin-top: 27px;}
#header-down .sloagan-and-btn .order-btn:hover{text-shadow: 0px 2px 2px #F4B7B8, 0 0 2px #fff,0 0 3px #fff}
#header-down .sloagan-and-btn .chat-btn{background-color: #034a5d; text-align: center; cursor: pointer;}
#header-down .sloagan-and-btn .chat-btn:hover{text-shadow: 0px 2px 2px #4071a6, 0 0 2px #fff,0 0 3px #fff}
/*===========END BANNER==========*/

/*==========FRONT BLOCK==========*/
#front-blocks{margin-bottom: 20px; margin-top: 22px;}
#front-blocks .text{font-family: MuseoSans900;text-transform: uppercase;font-size: 14px;width: 200px;}
#front-blocks .b-24-7{width: 330px;}
#front-blocks .b-24-7 .text{color: #4c891a;margin-top: 30px;margin-left: 95px;}
#front-blocks .b-24-7 .img{background: url(images/front-b-100.png) no-repeat;height: 95px;width: 85px}
#front-blocks .b-money-back .img{background: url(images/front-g-100.png) no-repeat;height: 95px;width: 85px;}
#front-blocks .b-money-back .text{color: #4e8acb;margin-top: 38px;margin-left: 95px;}
#front-blocks .b-cards{float: right;padding-top: 10px}
#front-blocks .b-cards .text{font-size: 14px;margin-top: 0;margin-bottom: 10px;color: #525252}
#front-blocks .b-cards .img{background: url(images/front-cards.png) no-repeat;height: 38px;width: 298px;}
#front-blocks .divider{height: 66px;width: 1px; background-color: #cccccc}
/*==========END FRONT BLOCK=======*/

/*==========MAIN PART==========*/
.wide-block {margin: 0 0 20px 0;}
.main-content{width: 645px; float: left;}
/*==========END MAIN PART==========*/

/*==========SIDEBAR==========*/
#sidebar{float: right; width: 301px;}
.testimonials .title-testimonial{font-family: MuseoSans700; font-size: 14px; color: #034a5d; text-transform: uppercase;
    padding: 3px 0 10px 0;}
.testimonials .title-testimonial span{color: #ff585c;}
.testimonials .testimonial{margin-bottom: 13px;}
.testimonials .testimonial .top-t,
.testimonials .testimonial .bottom-t,
.testimonials .testimonial .photo{background: url('images/wp-sprite-testimonials.png') no-repeat;}
.testimonials .testimonial .top-t{background-position: 0 0; width: 301px; height: 23px;}
.testimonials .testimonial .bottom-t{background-position: 0 -25px; width: 301px;	height: 14px;}
.testimonials .testimonial .subject-t{width: 299px; border-style: solid; border-color: #d9edfb; border-width: 0px 1px;
    box-shadow: inset 1px 0 0 0 #c9e6fa, inset -1px 0 0 0 #c9e6fa; padding-top: 5px;}
.testimonials .testimonial .photo{width: 60px; height: 60px; float: left; margin-left: 17px;}
.testimonials .testimonial .ph1{background-position: 0 -45px;}
.testimonials .testimonial .ph2{background-position: -65px -45px;}
.testimonials .testimonial .ph3{background-position: -135px -45px;}
.testimonials .testimonial .ph4{background-position: -205px -45px;}
.testimonials .testimonial .ph5{background-position: -270px -45px;}
.testimonials .testimonial .subject-t p{font-family: MuseoSans300; font-size: 12px; color: #585858; padding-left: 97px;
    line-height: 15px; padding-right: 23px; margin: 0;}
.testimonials .testimonial .subject-t p span{font-family: MuseoSans700;}
/*==========END SIDEBAR==========*/

/*==========ORDER BTNS===========*/
.order-btns .order,
.order-btns .inquiry,
.order-btns .chat{width: 302px; border-radius: 8px; float: left; text-align: center; padding: 10px 0;}
.order-btns .order:hover, .order-btns .inquiry:hover, .order-btns .chat:hover{
    text-shadow: 0px 2px 2px #F4B7B8, 0 0 2px #fff,0 0 3px #fff;}
.order-btns .chat{cursor: pointer;}
.order-btns .order, .order-btns .inquiry{margin-right: 38px;}
.order-btns .inquiry, .order-btns .chat{background-color: #48a9ed;}
.order-btns .order{background-color: #ff585c;}
.order-btns .head{font-family: MuseoSans700; color: #fff; font-size: 19px;}
.order-btns .text{font-family: MuseoSans300; color: #034a5d; font-size: 14px;}
/*=========END ORDER BTNS========*/

/*=========FOOTER=======*/
footer{width: 100%; height: 144px; background-color: #48a9ed; margin-top: 121px;}
footer .footer-nav{width: 600px; display: inline-block; padding: 45px 0 44px 0; float: left; color: #034a5d;}
footer .footer-nav a{font-family: MuseoSans300; font-size: 11px; color: #034a5d; text-transform: uppercase;}
footer .footer-nav a:hover{text-decoration: underline;}
footer .telephone{width: 151px; height: 40px; float: right; margin-top: 36px; 
    background: url('images/phone-fax.png') no-repeat;}
footer .footer-text-left{font-family: MuseoSans300; font-size: 13px; line-height: 13px;  color: #fff; text-align: left; 
    border-top: 1px solid #3f8db8; padding-top: 14px;}
/*=========END FOOTER======*/
footer.comment-meta{background-color: white; height: inherit; margin-top: 10px; font-size: 14px;}

/** END MAIN PART
*/


#start_working{
    font-family: arial;
    color:#ffffff;
    text-transform: uppercase;
    position: absolute;
    margin-top: -250px;
    line-height: 1;
    margin-left: 30px;
}
#start_working .s{
    font-size: 500%;
}
#start_working .w{
    font-size: 290%;
}

/*
******
Start of Lists
******
*/
.regular_list{
    line-height: 1.8;
    list-style-type: circle;
    margin: 10px 0 10px 10px;
}
.brown_bullets li{
    background: url('images/bullet_brown.png') no-repeat transparent scroll;
    background-position: 0 5px;
    padding-left: 15px;
    list-style-type: none;
}
.blue_bullets li{
    background: url('images/bullet_blue.png') no-repeat transparent scroll;
    background-position: 0 5px;
    padding-left: 15px;
    list-style-type: none;
}.red_bullets li{
    background: url('images/bullet_red.png') no-repeat transparent scroll;
    background-position: 0 6px;padding-left: 15px;list-style-type: none;}
.grey_bullets li{
    background: url('images/bullet_grey.png') no-repeat transparent scroll;
    background-position: 0 5px;
    padding-left: 15px;
    list-style-type: none;
}
/*
******
End of Lists
******
*/


#slider-wrap{
    min-width: 1024px;
    border-bottom: 1px solid #d5d5d5;
    background: #F0F0F0; /* for non-css3 browsers */

/* Opera 11.10+ */
background: -o-linear-gradient(top, rgba(247,247,247,1), rgba(240,240,240,1));
/* Firefox 3.6+ */
background: -moz-linear-gradient(top, rgba(247,247,247,1), rgba(240,240,240,1));
/* Chrome 7+ & Safari 5.03+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(247,247,247,1)), color-stop(1, rgba(240,240,240,1)));
/* IE5.5 - IE7 */
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFF7F7F7,EndColorStr=#FFF0F0F0);
/* IE8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFF7F7F7,EndColorStr=#FFF0F0F0)";
}
#slider-wrap .inner{
    width: 945px;
        *width: 965px !important;
      margin-left: auto;
      margin-right: auto;
      zoom: 1;

}
#slider-wrap .wide-block{
    border: none;
    box-shadow: none;
    border-radius: 0;
    background-color: #f0f0f0;
    margin: 0;
/* Opera 11.10+ */
background: -o-linear-gradient(top, rgba(247,247,247,1), rgba(240,240,240,1));
/* Firefox 3.6+ */
background: -moz-linear-gradient(top, rgba(247,247,247,1), rgba(240,240,240,1));
/* Chrome 7+ & Safari 5.03+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(247,247,247,1)), color-stop(1, rgba(240,240,240,1)));
/* IE5.5 - IE7 */
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFF7F7F7,EndColorStr=#FFF0F0F0);
/* IE8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFF7F7F7,EndColorStr=#FFF0F0F0)";


}

    div.message {
        border: 3px solid #66FF66;
        border-radius: 7px;
        box-shadow: 0 0 5px #66FF66;
        -moz-box-shadow: 0 0 5px #66FF66;
        -webkit-box-shadow: 0 0 5px #66FF66;
        color: #000000;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 4px;
        padding: 6px;
    }
    div.warning {
        border: 3px solid #FF6666;
        border-radius: 7px;
        box-shadow: 0 0 5px #FF6666;
        -moz-box-shadow: 0 0 5px #FF6666;
        -webkit-box-shadow: 0 0 5px #FF6666;
        color: #000000;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 4px;
        padding: 6px;
    }
    div.info-message{
        border: 3px solid #FFFF30;
        border-radius: 7px;
        box-shadow: 0 0 5px #FFFF30;
        -moz-box-shadow: 0 0 5px #FFFF30;
        -webkit-box-shadow: 0 0 5px #FFFF30;
        color: #000000;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 4px;
        padding: 6px;
    }
/* front Page */
#front-page h1,h2{text-transform: none;}
.front-horizontal-1{
    background: url(http://definition-essays.com/wp-content/themes/twentytwelve/images/front-horizontal-1.png) repeat-x;
    height: 5px;
    margin:0 139px 0 202px;
}
.front-horizontal-2{
    background: url(http://definition-essays.com/wp-content/themes/twentytwelve/images/front-horizontal-2.png) repeat-x;
    height: 5px;
    margin: 0 -379px 0 17px;
}

.clear{clear: both;}
/* End Front Page */

.slider-capture {
    height: 59px;
    font-family: MuseoSans700;
    font-size: 14px;
    text-align: left;
    margin-top: 15px;
}
.slider-capture .num{
    color: white;
    margin-top: -20px;
    padding-top: 24px;
    margin-left: 35px;
    text-align: center;
}
.slider-capture .capture{
    color: #2a535d;
    margin-left: 10px;
}
.slider-capture .edited{
    background: url(http://definition-essays.com/wp-content/themes/twentytwelve/images/edited-round.png) no-repeat center center;
    width: 45px;
    height: 44px;
}
.slider-capture .delivered{
    background: url(http://definition-essays.com/wp-content/themes/twentytwelve/images/delivered-round.png) no-repeat center center;
    width: 45px;
    height: 44px;
}
.slider-capture .helped{
    background: url(http://definition-essays.com/wp-content/themes/twentytwelve/images/helped-round.png) no-repeat center center;
    width: 45px;
    height: 44px;
}
.slider-capture div{
    display: inline-block;
}
/*** Left & Right Navigation Arrows ***/
a.mb-scrollButtons {
	display: block;
	width: 45px;
	height: 58px;
	background: transparent url(http://definition-essays.com/wp-content/themes/twentytwelve/images/arrows.png) no-repeat;
	position: absolute;
	margin-top: -29px; /* if you change the arrow images, you may have to adjust this (1/2 height of arrow image) */
	cursor: pointer;
	text-decoration: none;
	outline: 0;
	border: 0;
}
a.mb-scrollButtons.mb-left {
	background-position: left top;
    margin-top: 100px;
    margin-left: -30px;
}
a.mb-scrollButtons.mb-right {
	background-position: right top;
    margin-top: 80px;
    margin-left: 930px;
}
a.mb-scrollButtons.mb-left:hover {
	background-position: left bottom;
}
a.mb-scrollButtons.mb-right:hover {
	background-position: right bottom;
}
a.mb-scrollButtons.disabled {
	display: none;
}
/* Front Page */
#c-container{
    padding-top: 20px;
    /*new*/
    border-bottom: 1px solid #D5D5D5;
    margin-bottom: -1px;
}
.carousel{
    width: 900px;
    margin: 0 auto;
}
.carousel li{
    text-align: center;
    background: none;
    padding: 10px;
    height: 250px;
    width: 280px;
}
#pages .bullet
{background: url(http://definition-essays.com/wp-content/themes/twentytwelve/images/mb-nav-active.png) center center no-repeat;
display: block;
width: 18px;
height: 18px;
margin: 0;
margin-right: 5px;
float: left;
}

/* Moving Boxes demo CSS */
* { margin: 0; padding: 0; }
#wrapper {}


.mb-links a div{
    background: url("http://definition-essays.com/wp-content/themes/twentytwelve/images/mb-nav-not-active.png") no-repeat;
    width: 9px;
    height: 9px;
    margin-top: 5px;
}
.mb-links a.current div{
    background: url("http://definition-essays.com/wp-content/themes/twentytwelve/images/mb-nav-active.png") no-repeat;
}
.mb-controls a {
	color: #444;
	font: 12px Georgia, Serif;
	display: inline-block;
	text-decoration: none;
	padding: 2px;
	height: 12px;
	margin: 0 3px 0 3px;
	text-align: left;
	outline: 0;
}
.mb-controls a.current, .mb-controls a:hover {
	color: #fff;
}

/*** Controls added below the panels ***/
.mb-controls {
	margin: 0 auto -1px;
	text-align: center;
	background: #fff;
	position: relative;
	z-index: 100;
    width: 180px;
    /* new */
    /*border-bottom: 1px solid #fff;
    border-top: 1px solid #D5D5D5;*/
    background: url(http://definition-essays.com/wp-content/themes/twentytwelve/images/slider-nav.png) no-repeat;
    width: 214px;
    height: 23px;
}

/* Calculator */
.calculator {width: 625px; padding: 20px 0;}
.orangeBox{width: 485px; height: 37px; margin: auto; border-top-right-radius: 7px; background-color: #ffdeaf;}
.orangeBox .img-calc,
.calc-badges .badge-1,
.calc-badges .badge-2{background: url('images/wp-sprite-calc.png') no-repeat;}
.orangeBox .img-calc{width: 61px; height: 49px;	background-position: -220px 0; position: absolute;
    margin: -12px 0 0 -20px;} 
.orangeBox .h2 {font-family: MuseoSans700; font-size: 14px; color:#b73f42; text-transform: uppercase; line-height: 37px;}
.orangeBox .h2 span{color: #ff585c;}
.orangeBox .h2 span.first{margin-left: 30px;}
.orangeTable_wrp{width: 445px; height: 333px; padding: 23px 10px 0 30px; background-color: #48a9ed;
    float: left; border-radius: 8px 0 0 8px;}
.calculator .calc-badges{width: 140px; height: 356px; background-color: #4199d6; float: right;
    border-radius: 0 8px 8px 0;}
.calc-badges .badge-1{background-position: 0 0;	width: 106px; height: 119px; margin-top: 33px;}
.calc-badges .badge-2{background-position: -110px 0; width: 106px; height: 119px; margin-top: 50px;}
.orangeTable{width: 100%; color: #fff;}
.orangeTable .select-arrow-down{overflow: hidden; background: url('images/wp-calc-arrow-down.png') no-repeat right; 
    height: 24px; width: 259px; background-color: #fff; border-radius: 4px;}
.orangeTable select{margin: 0; width: 300px; padding: 3px 6px; border: none; border-radius: 0; height: 24px; 
    font-size: 14px; font-family: MuseoSans300Italic; background: transparent; color: #48a9ed; text-transform: none;}
.orangeTable td {vertical-align: middle; height: 35px; padding: 0;}
.orangeTable .odd {}
.orangeTable .first {font-size: 14px; color: #fff; font-family: MuseoSans700; text-transform: uppercase;}
.orangeTable .last,
.orangeTable .last span {color: #b6e8ff; text-align: left; font-size: 14px !important; text-transform: uppercase; 
    font-family: MuseoSans300Italic;}
.orangeTable .amount-per-page, .orangeTable .amount-per-page span{font-family: MuseoSans700; color: #fff;}
.orangeTable .amount-all,
.orangeTable .amount-all span{font-family: MuseoSans700; font-size: 24px; color: #fff; text-transform: uppercase;}
.orangeTable .amount-all{padding-top: 13px; border-top: 1px solid #9dd1f5;}
.orangeTable .order_now_btn {border-radius: 3px;background-color: #ff8522; cursor: pointer; font-size: 12px;
    padding: 5px 0px;text-transform: uppercase;width: 161px; color: #fff; font-family: Open_Sans_Bold; 
    margin-left: 198px; border: none; line-height: 1.1;}
.orangeTable .arrow{background: url(http://definition-essays.com/wp-content/themes/twentytwelve/images/calc-left-arrow.png) no-repeat;width: 8px;height: 13px;display: inline-block;position: absolute;margin-top: 1px;margin-left: 2px;}
.orangeTable .order-btn,
.orangeTable .inquery-btn{border: 4px solid #fff; border-radius: 11px; cursor: pointer; font-size: 19px;
    padding: 19px 0px; text-transform: uppercase; width: 173px; color: #fff; font-family: MuseoSans700; 
    text-align: center; margin-top: 15px;}
.orangeTable .inquery-btn{background-color: #034a5d; float: left;}
.orangeTable .order-btn{background-color: #ff585c; float: right;}
 
.orangeTable .inquery-btn:hover{text-shadow: 0px 2px 2px #4071a6, 0 0 2px #fff,0 0 3px #fff;}
.orangeTable .order-btn:hover{text-shadow: 0px 2px 2px #F4B7B8, 0 0 2px #fff,0 0 3px #fff}
/* End of Calculator */

.breadcrumbs{
    margin-bottom: 10px;
    color: #034A5D;
}
.breadcrumbs a{
    color: #939393;
    text-decoration: underline;
}
.breadcrumbs a:hover{
    text-decoration: none;
}
.center{text-align: center;}

#permissions .module{
    font-weight: bold;
    font-size: 1.2em;
    background-color: #F7F7F7;
}
#edit-body-wrapper textarea{
    width:100%;
}
span.caption{display:none!important;}
    .place_free_inquiry_alt_btn {
        background: url("http://definition-essays.com/wp-content/themes/twentytwelve/images/sprite-buttons-content.png") no-repeat;
        background-position: -226px 0;
        width: 226px;
        height: 56px;
        margin: 10px 0px;
        border-radius: 8px;
        display: inline-block;
    }
    .order_now_alt_btn {
        background: url("http://definition-essays.com/wp-content/themes/twentytwelve/images/sprite-buttons-content.png") no-repeat ;
        background-position: 0 0;
        width: 226px;
        height: 56px;
        margin: 10px 0px;
        border-radius: 8px;
        display: inline-block;
    }
    .chat_alt_btn {
        background: url("http://definition-essays.com/wp-content/themes/twentytwelve/images/sprite-buttons-content.png") no-repeat;
        background-position: -453px 0;
        width: 226px;
        height: 56px;
        margin: 10px 0px;
        border-radius: 8px;
        display: inline-block;
    }
    .alt_btns {
        width: 99%;
    }
    .alt_btns td {
        width: 33%;
        text-align: center;
    }
    #related_td .r-o-container {
        margin-top: 5px;
        display: none;
    }
    #related_td .remove-related{cursor: pointer}
.order-cards{background: url(http://definition-essays.com/wp-content/themes/twentytwelve/images/o-cards.png) no-repeat center;height: 44px;margin-top: 20px;}
.order-cards.login{margin: 10px 0 20px}

.orders-grad{width:60px;height:28px;position:relative;margin-left:370px;margin-top:-24px;}

.vo-status{font-size:18px;padding:10px 10px 10px 5px;width:70px;margin-top:-20px;}
.vo-status-value{color:#FF0000;font-size:18px;margin-top:-20px;}

.ie7 #front-case .text{width: 600px}
.ie7 .front-horizontal-2{margin-right: -364px;}
.ie7 .footer .telephone{margin-top: -30px;}
.ie7 .price_per_page>div{margin-left: -88px !important;margin-top: 5px !important;}
.ie7 .orders-grad{margin-left: 369px;margin-top: -22px}
.ie7 .vo-status{padding-top: 20px}
.ie7 .vo-status-value{height:25px;padding-top: 20px}
.ie7 #f_m_block_orders_s{margin-left: 50px;margin-top: -25px}

.ie9 #header .navigation nav a{padding-bottom:9px}
@-moz-document url-prefix() {
  #header .navigation nav a {
     padding-bottom: 8px;
  }
}
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        #header .navigation nav a { padding-bottom: 9px; }
    }

.page-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}
.page-title a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.hentry,
.no-results {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	padding: 0 0 1.625em;
	position: relative;
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-title,
.entry-header .entry-meta {
	padding-right: 76px;
}
.entry-title a{
	color: #034A5D;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a {
	font-weight: bold;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	padding: 0 0 0;
}

.entry-content h3,
.comment-content h3 {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
/*.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
} */
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.commentlist {list-style-type: none;}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}
.comment-author.vcard span.fn{font-weight: bold; font-size: 16px; color: #727272;}
.comment-author.vcard img.avatar{vertical-align: top;}
ul.children li.comment{background: none; padding-left: 25px;}