<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Varela+Round);
@font-face {
    font-family: 'Droid Arabic Naskh';
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/DroidNaskh-Regular.eot);
    src: url(/fonts/DroidNaskh-Regular.eot?#iefix) format('embedded-opentype'), url(/fonts/DroidNaskh-Regular.woff2) format('woff2'), url(/fonts/DroidNaskh-Regular.woff) format('woff'), url(/fonts/DroidNaskh-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Droid Arabic Naskh';
    font-style: normal;
    font-weight: 700;
    src: url(/fonts/DroidNaskh-Bold.eot);
    src: url(/fonts/DroidNaskh-Bold.eot?#iefix) format('embedded-opentype'), url(/fonts/DroidNaskh-Bold.woff2) format('woff2'), url(/fonts/DroidNaskh-Bold.woff) format('woff'), url(/fonts/DroidNaskh-Bold.ttf) format('truetype');
}
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .social {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */
     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }

/*
    Multicoloured Hover Variations
*/
 
 #social-fb:hover {
     color: #3B5998;
 }
 #social-tw:hover {
     color: #4099FF;
 }
 #social-gp:hover {
     color: #d34836;
 }
 #social-em:hover {
     color: #f39c12;
 }
.navbar {
    background: -moz-linear-gradient(left, #fff 0%, #f1f1f1 50%, #f6f6f6 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fff), color-stop(50%, #f1f1f1), color-stop(100%, #f6f6f6));
    background: -webkit-linear-gradient(left, #fff 0%, #f1f1f1 50%, #f6f6f6 100%);
	background: -o-linear-gradient(left, #fff 0%, #f1f1f1 50%, #f6f6f6 100%);
	background: -ms-linear-gradient(left, #fff 0%, #f1f1f1 50%, #f6f6f6 100%);
    background: linear-gradient(to right, #fff 0%, #f1f1f1 50%, #f6f6f6 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=1);
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translateZ(0) !important;
    border: none !important;
    border-bottom: 1px solid #efefef;
}
@media screen and (min-width: 320px) {
    .navbar {
        margin-top: 10px;
    }
}
@media screen and (min-width: 768px) {
    .navbar {
        margin-top: -15px;
    }
}
@media screen and (min-width: 992px) {
    .navbar {
        margin-top: 25px;
    }
}
@media screen and (min-width: 1200px) {
    .navbar {
        margin-top: 25px;
    }
}
.CustomHolder {
    position: absolute;
    z-index: 9999999;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translateZ(0) !important;
	

}
@media screen and (min-width: 320px) {
    .CustomHolder {
        width: 80px;
        margin-top: 10px;
        margin-left: auto;
        left: auto;
    }
}
@media screen and (min-width: 768px) {
    .CustomHolder {
        width: 150px;
        margin-top: -8px;
        margin-left: auto;
        left: auto;
    }
}
@media screen and (min-width: 992px) {
    .CustomHolder {
        width: 170px;
        margin-top: -20px;
        margin-left: auto;
        left: auto;
    }
}
@media screen and (min-width: 1200px) {
    .CustomHolder {
        width: 190px;
        margin-top: -30px;
        margin-left: auto;
        left: auto;
    }
}
@media screen and (min-width: 320px) {
    .titlepush {
        margin-left: 70px;
    }
}
@media screen and (min-width: 768px) {
    .titlepush {
        margin-left: 150px;
    }
}
@media screen and (min-width: 992px) {
    .titlepush {
        margin-left: 170px;
    }
}
@media screen and (min-width: 1200px) {
    .titlepush {
        margin-left: 200px;
    }
}
.dynamicsize {
    height: 200px;
    overflow: hidden;
}
@media screen and (min-width: 320px) {
    .dynamicsize {
        height: 270px;
        overflow: hidden;
    }
}
@media screen and (min-width: 768px) {
    .dynamicsize {
        height: 250px;
        overflow: hidden;
    }
}
@media screen and (min-width: 992px) {
    .dynamicsize {
        height: 200px;
        overflow: hidden;
    }
}
@media screen and (min-width: 1200px) {
    .dynamicsize {
        height: 200px;
        overflow: hidden;
    }
}
@media screen and (min-width: 320px) {
    body {
        margin-top: 0px;
        padding-top: 0px;
        background-position: 0 0px;
    }
}
@media screen and (min-width: 768px) {
    body {
        padding-top: 30px;
        background-position: 0 50px;
    }
}
@media screen and (min-width: 992px) {
    body {
        padding-top: 30px;
        background-position: 0 50px;
    }
}
@media screen and (min-width: 1200px) {
    body {
        padding-top: 30px;
        background-position: 0 50px;
    }
}
    .blurimg {
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        -webkit-filter: blur(30px);
        -moz-filter: blur(30px);
        -o-filter: blur(30px);
        -ms-filter: blur(30px);
        filter: blur(30px);
        width: 100% !important;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        -webkit-transform: translateZ(0) !important;
        opacity: 0.3;
        filter: alpha(opacity=30);
        /* For IE8 and earlier */
    }
    _:-ms-lang(x),
    _:-webkit-full-screen,
    .blurimg {
        visibility: hidden;
    }
    @media screen and (min-width: 320px) {
        .blurimg {
            width: 100% !important;
            height: 100% !important;
        }
    }
    @media screen and (min-width: 768px) {
        .blurimg {
            width: 100% !important;
            height: 100% !important;
        }
    }
    @media screen and (min-width: 992px) {
        .blurimg {
            width: 100% !important;
            height: 400px !important;
        }
    }
    @media screen and (min-width: 1200px) {
        .blurimg {
            width: 100% !important;
            height: 400px !important;
        }
    }
    .carpushup {
        top: -320px !important;
        display: block;
        position: absolute;
    }
    @media screen and (min-width: 320px) {
        .carpushup {
            top: -320px !important;
        }
    }
    @media screen and (min-width: 768px) {
        .carpushup {
            top: -420px !important;
        }
    }
    @media screen and (min-width: 992px) {
        .carpushup {
            top: -320px !important;
        }
    }
    @media screen and (min-width: 1200px) {
        .carpushup {
            top: -320px !important;
        }
        .shadow {
            -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1) !important;
            box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1) !important;
            -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
            -webkit-transform: translateZ(0) !important;
        }
.ssb {
        font-size: 0px;
        /* Remove the additional margin due to inline-block */
        
        .btn {
            font-size: @font-size-base;
            /* Reset to default font-size */
            
            margin: 5px;
            /* Adjust spacing */
            
            transition: background-color .25s ease;
            /* Add some fading */
            
            border-radius: 0px;
            /* We want square buttons */
        }
    }
    /* To create buttons, we use the button mixin provided by Boostrap */
    
    .whitegradient {
        height: 100px;
        width: 100%;
    }

        .firstpara p:nth-child(1) {}
        /*inspired from http://codepen.io/Rowno/pen/Afykb */
        
        .carousel-fade .carousel-inner .item {
            opacity: 0;
            transition-property: opacity;
        }
        .carousel-fade .carousel-inner .active {
            opacity: 1;
        }
        .carousel-fade .carousel-inner .active.left,
        .carousel-fade .carousel-inner .active.right {
            left: 0;
            opacity: 0;
            z-index: 1;
        }
        .carousel-fade .carousel-inner .next.left,
        .carousel-fade .carousel-inner .prev.right {
            opacity: 1;
        }
        .carousel-fade .carousel-control {
            z-index: 2;
        }	
.page-header {
        border-bottom: none !important;
    		 }
    p {
        font-size: 16px;
    }
    .thumbnail p {
        font-size: 16px;
    }
    .indexview p {
        font-size: 16px;
    }
    .vcenter {
        display: inline-block;
        vertical-align: middle;
        float: none;
    }

    #scrollContent {
        height: 300px;
        overflow: auto;
        position: relative;
    }
    .list-group {}
    /*.list-group-item {    height: 96px;    vertical-align: middle;    font-size: 12pt;    cursor: pointer;    margin-bottom: 6px;}*/
   
		

		
		
		
    .news {
        background: #f0f0f0;
        float: left;
        height: 100%;
        position: absolute;
        z-index: 20;
        margin-right: 15px;
        padding: 0;
    }
    div.news-container {
        padding: 0;
    }
    .carousel-caption p {
        color: #fff;
    }
    /* Makes images fully responsive */
    
    .img-responsive,
    .thumbnail &gt; img,
    .thumbnail a &gt; img,
    .carousel-inner &gt; .item &gt; img,
    .carousel-inner &gt; .item &gt; a &gt; img {
        display: block;
        width: 100%;
        height: auto;
    }
    .section-white {
        padding: 10px 0;
    }
    .carubg {
        background-image: url(/media/1026/bw-abstract.jpg);
        background-position: 0px 20px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
.buttons-container {
    margin: 100px auto;
    text-align: center;
}
.galleryitemhover {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}
.galleryitemhover:hover {
    -webkit-filter: grayscale(100%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.Truelogoborder {
  
padding: 4px 10px;
     position: relative;
     background: #f6f6f6;
     background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#fafafa), color-stop(0.5, #fff), color-stop(0.6, #ddd), color-stop(0.95, #FFF));
     border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
     border: 1px solid #BBB;
     border-top-color: #CCC;
     border-bottom-color: #999;
     border-right-color: #AAA;
     color:#333;
     text-decoration:none !important;
     -moz-box-shadow: 0 4px 4px rgba(255,255,255,.6) inset, 0px -9px 10px -4px rgba(255, 255, 255,1) inset, 0 -20px 1px -6px rgba(0, 0, 0, 0.125) inset;
     outline: none !important;
	

}
	
	
		.Truelogoborder img {
		
		padding: 13px;
			
		
		
		}		
		
		
		
	
}
.Falselogoborder {
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(3px 0px 0px white)drop-shadow(0px 3px 0px white)drop-shadow(-3px 0px 0px white)drop-shadow(0px -3px 0px white);
    max-width: 191px;
    padding: 10px;
}

button {
    display: inline-block;
    margin: 0 1em;
    border: none;
    background: none;
}
button span {
    display: block;
}
.grid-button {
    padding: 2rem;
    cursor: pointer;
    user-select: none;
}
.grid-button .grid {
    width: 1rem;
    height: 1rem;
    background: #ecf0f1;
    color: #ecf0f1;
    transition: 0.3s;
}
.grid-button.close .grid {
    -webkit-transform: rotate3d(0, 0, 1, -45deg) scale3d(0.8, 0.8, 0.8);
    transform: rotate3d(0, 0, 1, -45deg) scale3d(0.8, 0.8, 0.8);
}
.grid-button.rearrange .grid {
    box-shadow: -1.25rem -1.25rem, 0 -1.25rem, 1.25rem -1.25rem, -1.25rem 0, 1.25rem 0, -1.25rem 1.25rem, 0 1.25rem, 1.25rem 1.25rem;
}
.grid-button.rearrange.close .grid {
    box-shadow: 0 -1rem, 0 -2rem, 1rem 0, -2rem 0, 2rem 0, -1rem 0, 0 2rem, 0 1rem;
}
.grid-button.collapse .grid {
    box-shadow: -1.25rem 0, -1.25rem 1.25rem, 1.25rem 0, 1.25rem -1.25rem, 0 -1.25rem, -1.25rem -1.25rem, 0 1.25rem, 1.25rem 1.25rem;
}
.grid-button.collapse.close .grid {
    box-shadow: -1rem 0, 0 0 transparent, 1rem 0, 0 0 transparent, 0 -1rem, 0 0 transparent, 0 1rem, 0 0 transparent;
}
.lines-button {
    padding: 2rem 1rem;
    transition: .3s;
    cursor: pointer;
    user-select: none;
    border-radius: 0.57143rem;
}
.lines-button:hover {
    opacity: 1;
}
.lines-button:active {
    transition: 0;
}
.lines {
    display: inline-block;
    width: 4rem;
    height: 0.57143rem;
    background: #ecf0f1;
    border-radius: 0.28571rem;
    transition: 0.3s;
    position: relative;
}
.lines:before,
.lines:after {
    display: inline-block;
    width: 4rem;
    height: 0.57143rem;
    background: #ecf0f1;
    border-radius: 0.28571rem;
    transition: 0.3s;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.28571rem center;
    transform-origin: 0.28571rem center;
}
.lines:before {
    top: 1rem;
}
.lines:after {
    top: -1rem;
}
.lines-button:hover .lines:before {
    top: 1.14286rem;
}
.lines-button:hover .lines:after {
    top: -1.14286rem;
}
.lines-button.close {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
}
.lines-button.arrow.close .lines:before,
.lines-button.arrow.close .lines:after {
    top: 0;
    width: 2.22222rem;
}
.lines-button.arrow.close .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 40deg);
    transform: rotate3d(0, 0, 1, 40deg);
}
.lines-button.arrow.close .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -40deg);
    transform: rotate3d(0, 0, 1, -40deg);
}
.lines-button.arrow-up.close {
    -webkit-transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg);
    transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg);
}
.lines-button.minus.close .lines:before,
.lines-button.minus.close .lines:after {
    -webkit-transform: none;
    transform: none;
    top: 0;
    width: 4rem;
}
.lines-button.x.close .lines {
    background: transparent;
}
.lines-button.x.close .lines:before,
.lines-button.x.close .lines:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 4rem;
}
.lines-button.x.close .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.close .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}
.lines-button.x2 .lines {
    transition: background 0.3s 0.5s ease;
}
.lines-button.x2 .lines:before,
.lines-button.x2 .lines:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
    transition: top 0.3s 0.6s ease, transform 0.3s ease;
}
.lines-button.x2.close .lines {
    transition: background 0.3s 0s ease;
    background: transparent;
}
.lines-button.x2.close .lines:before,
.lines-button.x2.close .lines:after {
    transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
    transition: top 0.3s ease, transform 0.3s 0.5s ease;
    top: 0;
    width: 4rem;
}
.lines-button.x2.close .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x2.close .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}
body {
    font-family: 'Varela Round', sans-serif;
}
.KurdishLink {
    font-family: 'Droid Arabic Naskh', serif !important;
}

.jumbobg {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#212121+0,e2e2e2+100&amp;0+0,1+100 */
    
    background: -moz-linear-gradient(top, rgba(33, 33, 33, 0) 0%, rgba(226, 226, 226, 1) 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(top, rgba(33, 33, 33, 0) 0%, rgba(226, 226, 226, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, rgba(33, 33, 33, 0) 0%, rgba(226, 226, 226, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00212121', endColorstr='#e2e2e2', GradientType=0);
    /* IE6-9 */
    
    overflow: hidden;
    min-height: 330px;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translateZ(0) !important;
}
.easydoesit {
    -webkit-transition: all 500ms ease-in-out !important;
    -moz-transition: all 500ms ease-in-out !important;
    -ms-transition: all 500ms ease-in-out !important;
    -o-transition: all 500ms ease-in-out !important;
    transition: all 500ms ease-in-out !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translateZ(0) !important;
}
.thumbnail {
    border: 0 solid #efefef !important;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ffffff+100 */
    
    background: rgb(255, 255, 255);
    /* Old browsers */
    
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
    
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translateZ(0) !important;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
h3,
h3 {
    font-size: 20px !important;
}
h2,
h2 {
    font-size: 24px !important;
}
h1,
h1 {
    font-size: 24px !important;
}
.carousel h2,
h3 {
    line-height: 30px;
}
.carousel-caption p {
    color: #fff;
    font-size: 20px !important;
}
p {
    font-size: 14px !important;
    line-height: 30px !imoprtant;}

.caruimg {
    max-width: 300px;
    float: left;
    margin-right: 20px;
}
.blacklink a {
    color: #373737;
    -webkit-transition: color 300ms ease-in-out;
    -moz-transition: color 300ms ease-in-out;
    -ms-transition: color 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translateZ(0) !important;
}
.blacklink a:active {
    color: #373737;
    -webkit-transition: color 300ms ease-in-out;
    -moz-transition: color 300ms ease-in-out;
    -ms-transition: color 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translateZ(0) !important;
}
.blacklink a:visited {
    color: #373737;
    -webkit-transition: color 300ms ease-in-out;
    -moz-transition: color 300ms ease-in-out;
    -ms-transition: color 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translateZ(0) !important;
}
.blacklink a:hover {
    color: #2f9ccf;
    -webkit-transition: color 300ms ease-in-out;
    -moz-transition: color 300ms ease-in-out;
    -ms-transition: color 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translateZ(0) !important;
}
.center {
    margin: 0 auto;
    width: 80%;
}
.leadbox {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ffffff+100 */
    
    background: rgb(255, 255, 255);
    /* Old browsers */
    
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
    
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translateZ(0) !important;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.itemimgmobile {
    -webkit-mask-image: -webkit-gradient(linear, left 90%, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)))"}
		
.mobilecontroll {
        padding-top: 100px;
        margin-left: 50px;
        margin-right: 50px;
    }
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
    /* We define our variables (the social brand colors) */
    
    @social-btn-color: white;
    @social-brand-twitter: #00acee;
    @social-brand-facebook: #3b5998;
    @social-brand-googleplus: #e93f2e;
    @social-brand-stumbleupon: #f74425;
    @social-brand-linkedin: #0e76a8;
    
        /*WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."now override the 3.3 new styles for modern browsers &amp; apply opacity*/
        
        @media all and (transform-3d),
        (-webkit-transform-3d) {
            .carousel-fade .carousel-inner &gt; .item.next, .carousel-fade .carousel-inner &gt; .item.active.right {
                opacity: 0 !important;
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }
            .carousel-fade .carousel-inner &gt; .item.prev,
            .carousel-fade .carousel-inner &gt; .item.active.left {
                opacity: 0;
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }
            .carousel-fade .carousel-inner &gt; .item.next.left,
            .carousel-fade .carousel-inner &gt; .item.prev.right,
            .carousel-fade .carousel-inner &gt; .item.active {
                opacity: 1 !important;
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }
        }

        .btn-twitter {
            .button-variant(@social-btn-color;
            @social-brand-twitter;
            @social-brand-twitter;
            );
        }
        .btn-facebook {
            .button-variant(@social-btn-color;
            @social-brand-facebook;
            @social-brand-facebook;
            );
        }
        .btn-googleplus {
            .button-variant(@social-btn-color;
            @social-brand-googleplus;
            @social-brand-googleplus;
            );
        }
        .btn-stumbleupon {
            .button-variant(@social-btn-color;
            @social-brand-stumbleupon;
            @social-brand-stumbleupon;
            );
        }
        .btn-linkedin {
            .button-variant(@social-btn-color;
            @social-brand-linkedin;
            @social-brand-linkedin;
            );
			
			

</pre></body></html>