h1 {
    margin-top: 5px;
}

#sc-main {
    padding: 8px 0 0 25px;
}

h3.notice {
    color: #e95533;
    margin-bottom: 30px;
}

span.isRequired {
    color: #e95533;
}

p.slider label, p.quiet {
    font-size: 12px;
}

form#contact div.captchaRow{
    border : none;
    margin : 0;
    padding : 0;
    margin-top : 20px;
    margin-bottom : 20px;
}

p.quiet {
    text-align: left;
    margin-left: 210px;
}


.form-row em {
    padding-left: 8px;
    color: #e95533;
    font-size: 11px;
}


form#contact .form-row {
    margin-bottom: 10px;
}

form#contact label {
    width: 110px;
    float: left;
}

form#contact p.slider label {
    width: 220px;
}

form#contact input[type=text] {
    height: 18px;
    width: 270px;
    margin-bottom: 5px;
    padding: 3px;
    border: 1px solid #666;
}

form#contact input[type=text]:focus {
    border: 1px solid #666;
    background: #372b68;
    color: #FFF;
}

form#contact input[type=radio] {
    height: 18px;
}

form#contact input[type=submit] {
    width:200px;
    background: #392765;
    border: none;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    font-family: 'PT Sans', Arial, sans-serif;
    color: #FFF;
    font-size: 14px;
    height: auto;
    padding: 5px 0;
}

form#contact input[type=submit].notActive {
    background: #afaac3;
}




form#contact input.error, form#contact textarea.error {
    background-color: #ffb4b5;
    border: 1px solid #e64f52;
}

form#contact textarea {
    width: 270px;
    height: 60px;
    padding: 3px;
    margin-bottom: 5px;
    border: 1px solid #666;
    font-size: 12px;
}
form#contact textarea:focus {
    background: #372b68;
    color: #FFF;
}

form#contact #contact_message_val {
    height: 100px;
}

form#contact textarea#contact_message_val {
    height: 100px;
}

form#contact h3.title {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: 1px solid #CCC;
}

form#contact h3.first {
    margin-top: 0;
}

form#contact label.noDisplay {
    color: #FFF;
}

.hweb {
    font-size: 34px;
    color: #795fff;
}

.hwebhr {
	height: 1px;
	/*background: url(../images/general/hr.png) repeat-x 0 50% transparent;*/
    background-color: #795fff;
	margin: 0 30px;
	clear: both;
	
}


#loopedSlider h4 {
    margin-top: 10px;
}

.testimonials {
    margin-top: 15px;
}

#testimonial {
    font-style: italic;
    letter-spacing: 0.07em;
    padding: 0 20px;
}

#clients {
    font-family: 'PT Sans', Arial, sans-serif;
    font-style: italic;
    /*text-align: justify;*/
    font-size: 14px;
}


#clients .author {
    margin-top: 15px;
    text-align: left;
    font-style: normal;
}

a.readmore {
    font-family: 'PT Sans', Arial, sans-serif;
    font-size: 16px;
    color: #795fff;
    font-weight: bold;
}

span.icon {
    padding-left: 13px;
    background: url(../images/icons/icon-readmore-blue.png) no-repeat;
    background-position: 0 65%;
    width: 13px;
    height: 9px;
}

div.readmore a:hover {
    text-decoration: none;
}

.relative {
    position: relative;
}

div.visit-website a {
	background: url(../images/skins/skin-9/heading-visit-website.png) repeat-x 0 00 transparent;
	color: #ffffff;
        width: 128px;
        height: 63px;
        display: block;
        font-size: 18px;
	font-family: 'PT Sans', Arial, sans-serif;
	padding: 13px 0 0 12px;
        margin-top: -100px;
        margin-left: 465px;
	position: absolute;
        z-index: 5;
}

div.visit-website a:hover {
    text-decoration: none;
}

div.visit-website a span.arrow {
	background: url(../images/icons/icon-readmore-white.png) no-repeat center right transparent;
	width: 11px;
	height: 11px;
	padding: 0px 0 0 70px;
}

div.whatwedo ul li {
    margin-bottom: 4px;
    line-height: 22px;
}

.float-r {
    float: right;
}


.margin-b-20 {
    margin-bottom: 20px;
}

.margin-tb-25 {
    margin: 25px 0;
}
.margin-25 {
    margin: 25px;
}

.portfolio-list {
    margin-left: 60px;
}

.portfolio-list .description {
    text-align: justify;
}

.image {
    margin-left: 0px;
}


.noleftmargin {
    margin-left: 0;
}

#breadcrumb ul li {
    background: url(/shyrkaCMSBaseTheme/images/general/breadcrumb-li-bg.png) top right no-repeat;
    padding-right: 20px;
}

#breadcrumb ul li.last {
    background: none;
    padding-right: none;
}

.portfolio-list p {
    clear: both;
}

*::selection {
	background:#4b417a;
	color:#fff;
}

*::-moz-selection {
	background:#4b417a;
	color:#fff;
}

*::-webkit-selection {
	background:#4b417a;
	color:#fff;
}


#description {
    width: 100%;
    text-align: justify;
}

#description p {
    line-height: 18px;
}

#description .box-notification {
    width: 240px;
    float: right;
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 10px 20px;
    background: none;
    border: none;
    color: #666;
    padding: 10px 15px;
    text-align: left;
    background-color: #EFEEE9;
    -moz-border-radius:0;
    -webkit-border-radius: 0;
}

#description .box-notification a {
    font-weight: normal;
    color: #795FFF;
}

#description .box-notification h2 {
    font-weight: bold;
    margin: 0;
    font-size: 20px;
}



#description ul {
    margin-top:5px;
    padding-bottom: 8px;
}

#description li {
    margin-bottom: 2px;
    padding-top: 5px;
}

#description li.last {
    margin-bottom: 0;
}

#description li span.title {
    color: #313131;
    font-size: 14px;
    font-weight: bold;
    font-family: "PT Sans", Arial;
}
.paddingR5{ padding-right: 5px; margin-left: -3px;}


.half-page.testimonial p.position {
    font-size: 14px;
    font-weight: bold;
}

.half-page.testimonial p.author {
    margin-top: 10px;
}

.half-page.testimonial p.description {
    font-style: italic;
}

.half-page.testimonial p {
    text-align: justify;
}

.coordonnees-agence {
    padding-left: 50px;
}

#page-nav li.current a {
    background-color: #310577;
}




#scroll .tool .photo{
	float: left;
	width: 420px;
	margin: 30px 30px 30px 50px;
}

#scroll .tool .infos{
	float: left;
	width: 330px;
	margin: 30px;
}

#scroll .tool .infos h2{
	font-size: 28px;
	font-weight: bold;
	color: #372b68;
	margin-bottom: 30px;
}

#scroll .tool .infos h2 span{
	color: #484848;
	font-weight: normal;
}

#scroll .tool .infos h2 .desc,
#scroll .tool .infos .desc p{
	text-align: justify;
}

#scroll .tool .infos .desc p { margin-bottom: 10px; }

#scroll .tool .infos .desc ul li{
	background: url(../images/icons/icon-readmore-blue.png) no-repeat left 50%;
	padding-left: 22px;
}

#scroll .tool .infos .skills_tab{
	margin: 25px 0;
	width: 330px;
}

#scroll .tool .infos .skills_tab .skill_label{
	width: 100px;
	height: 35px;
	line-height: 1.1em;
	padding-right: 10px;
}


div.bg_pct_skill{
	background: #e9e9e9;
	border: 1px solid #bbb;
	border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
	height: 20px;
}
div.pct_skill{
	background: #d4d4d4;
	border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
	height: 20px;
	text-indent: 10px;
}





#scroll {
	position:relative;
	overflow:hidden;
	width:910px;
	height:800px;
}

#tools {
	width:9999em;
	position:absolute;
	height:600px;
}

.tool {
	float:left;
	width:910px;
	height:600px;
}

.details {
	font-size:18px;
	color:#555;
	margin-top:-20px;
	background-color:transparent;
	padding:5px 148px;
}


#thumbs {
	height:75px;
	width:910px;
	left:-8px;
	background: url("../images/general/hr.png") repeat-x scroll left bottom transparent;
	padding-bottom: 10px;
}

.t {
	/*padding:0 !important;*/
	/*border:0 !important;*/
}

.t a {
	margin-left:10px;
	display:block;
	width:72px;
	float:left;
	height:72px;
	cursor:pointer;
	text-align: center;
	opacity: 0.5;
    -moz-opacity : 0.5; 
    -ms-filter: "alpha(opacity=50)"; /* IE 8 */ 
    filter : alpha(opacity=50); /* IE < 8 */ 
}

.t a img{
	height: 72px;
}

.t a.active {
	cursor:default !important;
	opacity: 1;
    -moz-opacity: 1 ; /* Gecko -> Firefox, Netscape */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE8 */
	filter: alpha(opacity=100);
}


#team a.prev.browse.left  {
	width: 23px;
	height: 22px;
	background-image: url(../images/general/btn-slider.png);
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	margin-right: 5px;
	margin-top: 300px;
	left: 0;
	z-index: 100;
	opacity: 0.8;
    -moz-opacity: 0.8 ; /* Gecko -> Firefox, Netscape */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE8 */
	filter: alpha(opacity=80);
}

#team a.next.browse.right {
	width: 23px;
	height: 22px;
	background-image: url(../images/general/btn-slider.png);
	background-repeat: no-repeat;
	background-position: top right;
	position: absolute;
	margin-right: 5px;
	margin-top: 300px;
	right: 0;
	z-index: 100;
	opacity: 0.8;
    -moz-opacity: 0.8 ; /* Gecko -> Firefox, Netscape */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE8 */
	filter: alpha(opacity=80);
}

#team a.next.browse.right.disabled, #team a.prev.browse.left.disabled{
	opacity: 0.2;
    -moz-opacity: 0.2 ; /* Gecko -> Firefox, Netscape */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; /* IE8 */
	filter: alpha(opacity=20);
}

h2 span.poste {line-height: 1.4em;} 
br { margin-top: 2px;}

ul.skillsRight{
	margin-left: 10px;
	margin-bottom: 20px;
    font-family: 'PT Sans', Arial, sans-serif;
    font-size: 14px;
}


ul.skillsRight li{
    background: url(../images/icons/icon-readmore-blue.png) no-repeat 0 5px;
    padding-left: 20px;
    margin: 3px 0;
}


.product_tags_list{
	margin-bottom: 20px;
}



/*===============================
	medias CMS */
	
.media_image_left, .img_float_left {padding:4px 18px 8px 0;}
.media_image_left a {border:1px solid #fff;}

.media_image_right, .img_float_right {padding:4px 0 8px 18px;}
.media_image_right a {border:1px solid #fff;}

.media_image_center, .img_float_center {}
.img_float_center a { margin: 0 auto;}

.image_legend{font-style:italic; color:#a8a8a7;}
