@charset "utf-8";
/* 
    Document   : style
    Created on : Sep 23, 2012, 4:17:16 PM
    Author     : ravi
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

@media (min-width: 1200px) {
    .container {
        width: 1024px !important;
    }
}

root { 
    display: block;
}

body{
    margin:0;
    font-family: Tahoma, Verdana, Arial !important;
    background-color: #fff;
    font-size: 12px;
    color: #5B5B5B;
    line-height: 12px;
    background-position: center 0;
    overflow-x: hidden;
}

.page {
    position: relative;
    width: 100%;
    min-height: 40px;
    height: auto;
    float: left;
}

.page-inside {
    width: 1024px;
    height: auto;
    margin: auto;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    min-height: 40px;
    background-color: #fff;
}

#page-header {
    position: relative;
    width: 100%;
    float: left;
    min-height: 141px;
    border-bottom: 1px solid #ccc;
    background-image: url('../images/header_bg.png');
}

#page-content {
    float: left;
    width: 1024px;
    height: auto;
    background-color: #fff;
}

#header-logo {
    float: left;
    width: 500px;
    padding-left: 25px;
    padding-top: 20px;
}

.top-links, #bottom-links {
    float: left;
}

.breadcrumb li a {
    text-decoration: none;
}

.top-links a, #bottom-links a, .links a {
    text-decoration: none !important;
    color: #333;
}

.top-links a:hover, #bottom-links a:hover, .links a:hover {
    color: #3398C2;
}

#language-bar {
    width: 100%;
    float: left;
    text-align: right;
    margin-top: 20px;
    font-family: Tahoma;
    font-size: 11px;
}

#language-bar a {
    text-decoration: none;
    color: #333;
}

#language-bar a:hover {
    color: #B3121A;
}

#social-icons {
    width: 100%;
    float: right;
    margin-top: 35px;
    text-align: right;
    font-family: Tahoma;
    color: #333;
    font-size: 11px;
}

.social-icon-img {
    border: none;
    vertical-align: middle;
    opacity: 0.8;
}

/*#page-menu {
    position: relative;
    width: 100%;
    float: left;
    min-height: 30px;
    border-bottom: 1px solid #ccc;
    background-color: #333333;
    color: #fff;
}*/

#page-menu {
    float: left;
    width: 999px;
    font-size: 20px;
    font-family: "Times New Roman";
    /*background-color: #333333;*/
    background-image: url('../images/menu_bar.png');
    background-repeat: repeat;
    padding-left: 25px;
    height: 41px;
}

#page-banner {
    width: 100%;
    float: left;
}

.nivo-controlNav{
    position: relative;
    z-index: 9999;
    margin-left: 25px;
    float: left;
    margin-top: -60px;
}

#page-news-ticker{
    float: left;
    width: 970px;
    padding-left: 30px;
    padding-top: 10px;
}

#page-line {
    float: left;
    width: 940px;
    margin-left: 30px;
    margin-right: 30px;
    border-bottom: 2px solid #eee;
    margin-top: 10px;
    margin-bottom: 10px;
}

#page-service-header{
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    width: 940px;
    min-height: 40px;
    margin-top: 10px;
}

.page-section-title{
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #222;
    margin-top: 8px;
}

#service-nav{
    float: right;
}

#page-services{
    float: left;
    width: 940px;
    min-height: 180px;
    overflow: hidden;
    margin-left: 30px;
}

#page-services-inside {
    width: 2000px;
    margin-left: -330px;
}

#page-news-poster {
    float: left;
    width: 100%;
}

#page-latest-news {
    min-height: 200px;
    float: left;
    width: 300px;
    padding-left: 30px;
}

#page-campaigns{
    float: left;
    width: 300px;
    padding-left: 20px;
}

#page-other{    
    float: left;
    width: 300px;
    padding-left: 20px;
}

.service-column {
    float: left;
    width: 320px;
}

.service-column-title {
    width: 185px;
    float: left;
    padding: 20px;
    padding-left: 90px;
}

.service-column-title a {
    float: left;
    line-height: 18px;
}

.service-title-heading {
    width: 100%;
    color: #B3121B;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
}

.service-title-category{
    width: 100%;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 12px;
}

.service-column-desc {
    color: #000;
    float: left;
    padding-left: 30px;
    padding-right: 35px;
    text-align: justify;
}

.service-column-desc p {
    padding: 0;
    margin: 0;
    font-size: 11px;
    line-height: 13px;
}

.service-column-desc a {
    text-decoration: none;
    color: #B3121B;
}

#page-footer {
    float: left;
    width: 100%;
    min-height: 190px;
    background-color: #37383A;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

#page-copyrights {
    float: left;
    font-size: 11px;
    color: #ccc;
    text-align: center;
    width: 100%;
    min-height: 28px;
    border-top: 2px solid #666;
    background-color: #292A2C;
    padding-top: 11px;
    line-height: 12px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-bottom: 20px;
}

#page-tech-clients {
    float: left;
    width: 100%;
}

#page-technology-partners {
    float: left;
    width: 439px; /*438*/
    padding-left: 30px;
    padding-right: 30px;
    min-height: 190px;
    background-image: url("../images/tech-box-bg.png");
    background-position: right center;
    background-repeat: no-repeat;
}

#page-clients {
    float: left;
    width: 439px; /*438*/
    padding-left: 30px;
    padding-right: 30px;
    min-height: 190px;
    /*border: 1px solid #ccc;*/
}

.front-section-header {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.front-section-block{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.front-section-block-text, .front-section-block-image {
    float: left;
    width: 50%;
}

.front-section-block-image img {
    border: 1px solid #ccc;
    margin-left: 20px;
    margin-top: 5px;
    width: 200px;
    height: 100px;
}
.front-section-header-title{
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #222;
    margin-top: 8px;
}

.front-section-header-topline {
    float: right;
    width: 160px;
    height: 28px;
    background-image: url("../images/front_block_topline.jpg");
    background-position: 0px 7px;
    background-repeat: no-repeat;
}

.front-section-block-title{
    font-weight: bold;
    font-size: 13px;
    padding: 10px;
}

.front-section-block-title a {
    text-decoration: none;
    color: #D60A0D;
}

.front-section-block-description p {
    padding: 0;
    margin: 0;
    padding-left: 10px;
    margin-bottom: 10px;
    line-height: 14px;
    text-align: justify;

}
.front-section-block-description a {
    font-size: 11px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    color: #B3121A;
}

.front-section-block-description a:hover {
    color: #D60A0D;
}

.footer-column , .footer-column2 {
    float: left;
}

.footer-column-title {
    width: 100%;
    float: left;
}

.footer-column-title img {
    padding-top: 10px;
}

.footer-column-title a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}

.footer-column-title p {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}

.footer-column-content {
    float: left;
    width: 100%;
}

.footer-column-content p, .footer-column-content2 p {
    margin: 0;
    color: #ddd;
    padding: 10px;
    line-height: 14px;
    font-size: 11px;
    text-align: justify;
}

.footer-column-content2 {
    float: left;
    width: 100%;
    text-align: right;
}

.footer-column-content ul {
    list-style: none;
    padding-left: 0;
}

.footer-column-content ul li {
    padding: 4px;
}

.footer-column-content a {
    color: #ddd;
    text-decoration: none;
}

.footer-column-content a:hover {
    color: #3398C2;
}

#subscribe-block {
    float: left;
    border: 1px solid #ccc;
    width: 298px;
    margin-bottom: 15px;
}

.subsribe-content {
    float: left;
    width: 100%;
}

.subsribe-content form {
    width: 100%;
}

.subscribeEmail {
    font-size: 12px;
    float: left;
    margin-left: 15px;
    width: 165px;
    padding: 5px;
    background: none;
    background-color: #eee;
    border: 1px solid #ccc;
    color: #777;
    padding-left: 10px;
    height: 20px;
}

.subscribeEmailSmall {
    font-size: 11px;
    float: left;
    margin-left: 5px;
    width: 145px;
    padding: 5px;
    background: none;
    background-color: #eee;
    border: 1px solid #ccc;
    color: #777;
    padding-left: 10px;
    height: 20px;
}

.subscribeSubmit {
    margin-left: 5px;
    float: left;
    border: 0;
    padding: 5px;
    width: 80px;
    background-image: url("../images/button_bg.jpg");
    background-repeat: repeat;
    /* background-color: #DB2E32; */
    color: #fff;
    font-weight: bold;
    float: left;
    cursor: pointer;
    height: 32px;
}

.subscribeSubmitSmall {
    margin-left: 5px;
    float: left;
    border: 0;
    padding: 5px;
    width: 60px;
    background-image: url("../images/button_bg.jpg");
    background-repeat: repeat;
    /* background-color: #DB2E32; */
    color: #fff;
    font-weight: bold;
    float: left;
    cursor: pointer;
    height: 32px;
}

#latest-news {
    float: left;
    width: 100%;
}

.news-column {
    float: left;
    width: 99%;
    height: 80px;
    margin-bottom: 6px;
    border: 1px solid #e3e3e3;
}

.news-column a {
    color: #333;
    text-decoration: none;
}

.news-column:hover {
    border: 1px solid #DB2E32;
}

.news-column-left{
    float: left;
    width: 170px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.news-column-right {
    float: left;
    width: 100px;
    height: 80px;
    line-height: 80px;
}

.news-column-right img {
    width: 95px;
    height: 60px;
    vertical-align: middle;
}

.news-column-title {
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    background-image: url('../images/arrow2.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px !important;
}

.news-column-desc {
    font-size: 11px;
    line-height: 13px;
    padding-top: 7px;
    text-align: justify;
}

.news-date-active {
    background-color: #DB2E32 !important;
}

.news-title-active {
    color: #DB2E32 !important;
}

.news-date-day {
    font-size: 25px;
    font-weight: bold;
    width: 100%;
    line-height: 37px;
    text-align: center;
}

.news-date-monthyear {
    font-size: 12px;
    font-weight: bold;
    width: 100%;
    line-height: 12px;
    text-align: center;
}

#service-arrow-left, #service-arrow-right-gray {
    display: none;
}

#service-arrow-left img, #service-arrow-right img {
    border: none;
}

#content-right-column {
    float: left;
    width: 690px;
    min-height: 450px;
    margin-top: 15px;
    margin-bottom: 25px;
}

#content-left-column {
    float: left;
    width: 250px;
    min-height: 450px;
    margin-left: 20px;
    margin-top: 15px;
    margin-right: 20px;
    margin-bottom: 25px;
}

.left-column-block {
    float: left;
    width: 238px;
    border: 1px solid #ccc;
    margin-top: 3px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.inner-page-banner {
    width: 680px;
    float: left;
}

.inner-page-content {
    float: left;
    width: 660px;
    padding-left: 15px;
}

.inner-page-content p {
    padding: 0;
    margin: 0;
    line-height: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    color: #333;
    text-align: justify;
}

.inner-page-links {
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
    color: #666;
}

.inner-page-links:hover {
    color: #DB2E32;
}

.inner-page-arrow-title {
    font-size: 16px !important; 
    color: #B3121B !important;
    font-weight: bold;
    background-image: url('../images/arrow1.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px !important;
}

.inner-page-tick-title {
    background-image: url('../images/tick1.png');
    background-repeat: no-repeat;
    background-position: left 8px;
    padding-left: 30px !important;
    margin-left: 20px !important;
}

.inner-page-tick-list {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    margin-left: 15px;
}

.inner-page-tick-list li {
    background-image: url('../images/tick2.png');
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 30px;
    line-height: 18px;
}

.left-menu-block {
    float: left;
    width: 248px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.left-menu-heading{
    float: left;
    width: 218px;
    /*background-color: #333;*/
    background-image: url('../images/leftmenu_bg.jpg');
    background-repeat: repeat;
    padding: 15px;
}

.left-menu-heading a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.left-menu-links {
    float: left;
    width: 248px;
}

.left-menu-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-top: 5px;
}

.left-menu-links ul li {
    padding: 10px;
    padding-left: 30px;
    border-bottom: 1px solid #ccc;
    background-image: url('../images/taqnyah_arrow.png');
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: left center;
    margin-left: 5px;
    margin-right: 5px;
}

.left-menu-links ul li a {
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    color: #333;
}

.left-menu-links ul li a:hover {
    color: #DB2E32;
}

.client-tech-img {
    float: left;
    width: 155px;
    padding: 2.5px;
}

.client-tech-img img {
    width: 150px;
}

.news-item {
    float: left;
    width: 660px;
    height: 130px;
    border-bottom: 1px solid #ccc;
}

.news-item-left {
    float: left;
    width: 460px;
}

.news-item-title {
    float: left;
    width: 450px;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    background-image: url('../images/arrow2.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
}

.news-item-title a {
    text-decoration: none;
    color: #333;
}

.news-item-title a:hover {
    color: #D60A0D;
}

.news-item-desc {
    color: #333;
    font-size: 13px;
    line-height: 16px;
    text-align: justify;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 20px;
}

.news-item-date {
    color: #B3121A;
    font-size: 10px;
    font-style: italic;
    padding-left: 10px;
    padding-top: 10px;
}

.news-item-right {
    float: left;
    width: 200px;
    height: 130px;
    line-height: 130px;
}

.news-item-right img {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 160px;
    height: 120px;
    vertical-align: middle;
}

.picture-gallery-item {
    float: left;
    width: 145px;
    border: 1px solid #ccc;
    margin-right: 11px;
    margin-bottom: 15px;
}

.picture-gallery-item a img {
    width: 145px;
    height: 125px;
    opacity: 0.8;
    margin-top: 0px;
    box-shadow: 0px 0px 0px #000;
    border: none;
}

.video-gallery-item {
    float: left;
    width: 280px;
    margin-top: 10px;
    margin-right: 25px;
    margin-bottom: 15px;
}

.video-gallery-item a {
    text-decoration: none;
    color: #B3121A;
    font-weight: bold;
    font-size: 11px;
}

.video-gallery-item a img {
    width: 280px;
    height: 225px;
    opacity: 0.8;
    margin-top: 0px;
    box-shadow: 0px 0px 0px #000;
}

#homevideogallery {
    width: 300px;
    height: 210px;
    margin-top: 0px;
    box-shadow: 0px 0px 0px 0px #333;
    border: none;
}

.success-gallery-item {
    float: left;
    width: 148px;
    margin-top: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    margin-right: 20px;
    opacity: 0.8;
}

.success-gallery-item-last {
    margin-right: 0px !important;
}

.success-gallery-item a {
    text-decoration: none;
    color: #B3121A;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
}

.success-gallery-item img {
    width: 135px;
    height: 155px;
    margin-top: 0px;
    box-shadow: 0px 0px 0px #000;
    border: none;
}

.success-gallery-item-heading 
{
    float:left;
    width: 100%;
    font-size: 11px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 8px;
}

.success-gallery-item-img
{
    float:left;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

.success-gallery-heading {
    width: 100%; 
    float: left;
    margin-bottom: 10px;
}

.success-gallery-heading a {
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
}

.success-gallery-heading a:hover {
    color: #D60A0D !important;
}

.sister-column {
    float: left;
    width: 315px; 
    height: 100px; 
    border: 1px solid #ccc;
    background-image: url(../images/sister_bg.png);
    background-position: center bottom;
    background-repeat: repeat;
}
.sister-margin {    
    margin-right: 20px;
}

.sister-column:hover {
    background-image: url(../images/sister_bg_hover.png);
    cursor: pointer;
}

.sister-column-left {
    float: left;
    width: 100px;
    height: 100px;
    line-height: 100px;
    padding-left: 10px;
    padding-right: 10px;
}

.sister-column-right {
    float: left;
    width: 195px;
    height: 100px;
}

.sister-column-title {
    text-align: left !important;
    color: #DB2E32 !important;
    font-size: 12px !important;
    font-weight: bold !important;
    padding-top: 30px !important;
    padding-bottom: 0px !important;
}

#page-breadcrumb {
    float: left;
    width: 778px;
    padding-left: 21px;
    margin-top: 10px;
}

#page-breadcrumb  img {
    width: 10px;
}

#page-breadcrumb a {
    color: #666;
    text-decoration: none;
}

#page-breadcrumb a:hover {
    color: #DB2E32;
}

#page-social-share {
    float: left;
    width: 178px;
    padding-right: 21px;
    margin-top: 10px;
    text-align: right;
}

#page-social-share img {
    border: none;
}

/* FLIPPER EFFECT CSS */

/* entire container, keeps perspective */
.flip-container, .width30, .width230 {
    perspective: 1000;
}
/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
    transform: rotateY(180deg);
}

.flip-container, .flip-container .front, .flip-container .back {
    width: 35px;
    height: 33px;
    cursor: pointer;
}

.width30:hover .flipper, .width30.hover .flipper {
    transform: rotateY(180deg);
}

.width30, .width30 .front, .width30 .back {
    width: 30px !important;
    height: 33px !important;
    cursor: pointer;
}

.width230:hover .flipper, .width230.hover .flipper {
    transform: rotateY(180deg);
}

.width230, .width230 .front, .width230 .back {
    /*height: 233px !important;*/
    cursor: pointer;
}

a img {
    border: 0;
}

/* flip speed goes here */
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

/* hide back of pane during swap */
.front, .back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

/* front pane, placed above back */
.front {
    z-index: 2;
    transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
    transform: rotateY(180deg);
}

/* FLIPPER EFFECT CSS */

.video-link {
    text-decoration: none !important;
    color: #B3121A;
    font-weight: bold;
    font-size: 11px;
}