/*!
 * LEGEND - Free Responsive One Page Template
 *
 * Copyright 2013
 * Created by: Inbetwin Network
 * URL: http://inbetw.in
 * Designed and built based on Twitter Bootstrap. */

/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Non-semantic
04 Navbar
05 Single-Page Sections
06 Footer
07 Bootstrap Carousel
08 Buttons
09 Media queries 
===========================
*/

/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
#captionside
{
    font-weight: bold;
    margin-left:28px;
    margin-bottom:10px;
    margin-right:10px;
    padding-bottom:10px;
    font-size:20px;
    border-bottom:1px dotted black;
}
#head_txt
{
    margin-top:100px;
    color:White;
    font-size:24px;
    line-height:2em;
}
img.imgctn
{
    border:1px solid black;
    padding:5px;
}
ul#navside
{
    margin-left:30px;
}
#top-news
{
    background:black;
    color: White;
    text-align:center;
    font-size:13px;
}
ul#navside li a
{
    color: #1089a5;
}
ul#navside li a:hover
{
    text-decoration: underline;
    font-weight: bold;
}
a.btn-hm
{
    width:250px;
    background: #1384cb !important;
}
a.btn-hm:hover
{
    background: #f0bf00 !important;
}
.marglft
{
    margin-left:7% !important;
}
ul#navside li
{
    list-style: none;
    margin-top:10px;
    margin-right:10px;
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px dotted black;
}
.paddcontent
{
    padding: 70px 50px !important;
}
.right
{
    float: right;
}
a.btn-std
{
    color: White !important;
    padding:8px 10px;
    font-family: 'Raleway', Sans-Serif;
    background-image: linear-gradient(to bottom, #b20e12, #ed3237);
}
a.btn-std:hover
{
    background-image: linear-gradient(to bottom, #ed3237, #b20e12);
}

.bgw
{
    background: white !important; 
}

#breadcrumb a
{
    color: #1089a5;
}
#breadcrumb a:hover
{
    text-decoration:underline;
}

ul#navside li a
{
    font-size:15px;
}
span.txt-red
{
    color: #960306;
}
.txt-upper
{
    text-transform:uppercase;
}
#dv_lang_code
{
    float:right;
    margin-right:50px;
}
#dv_lang_code a img
{
    border:1px solid black;
}
h2.intro-home
{
    margin-bottom:20px;
    margin-left:auto;
    margin-right:auto;
    width:70%;
    color: #004147;
    font-size: 30px !important;
    font-family: 'Raleway', Sans-Serif;
}
h3.hm-about
{
    margin-bottom:20px;
}
ul.ul-arrow
{
    margin-left:30px;
}
ul.ul-arrow li
{
    list-style-image:url('/img/ico-arrow-01.png');
    border-bottom:1px dotted #c3080a;
    padding:7px 0px;
    width:90%;
    font-size:14px;
}
ul.ul-chekclist
{
    margin-left:60px;
}
ul.ul-chekclist li
{
    list-style-image:url('/img/ico-checklist.png');
    padding:7px 0px;
    width:90%;
    font-size:14px;
}
section#portfolio h4
{
    margin-top:0px;
    font-size:22px;
    margin-bottom:15px;
}
strong
{
    font-weight: 900 !important;
}

.btn-red
{
    background: #8e0001;
    padding:8px 12px;
    color: White !important;
    border-radius:5px;
box-shadow: 3px 3px 3px #888888;
}

table.tbldetails
{
    border:1px solid #c4c4c4 !important;
}
table.tbldetails tr
{
    border:1px solid #c4c4c4 !important;
}
table.tbldetails tr:hover
{
    background:#cff2ff;
}
table.tbldetails tr td
{
    border:1px solid #c4c4c4 !important;
    padding:10px;
    vertical-align:top;
}
table.tbldetails tr td.tbcaption
{
    width:30%;
}
table.tbldetails tr td ul li
{
    margin-left:20px;
}

article, section, header, footer, nav, li {
	position:relative;
}
.group:after {
	display:block;
	height:0;
	clear:both;
	content:".";
	visibility:hidden; /* For clearing */
}
body {
	color: #312A1E;
	font-size: 100%;
	font-family: 'Open Sans','Quattrocento', serif;
	line-height: 1.8em;
}
a.topa
{
    color:Black !important;
    font-size:13px;
}
img.drop-shadow
{
    -moz-box-shadow: 0 0 5px 5px #2b2b2b;
    -webkit-box-shadow: 0 0 5px 5px #2b2b2b;
    box-shadow: 0 0 5px 5px #2b2b2b;
}
a.black
{
    color:Black !important;
    text-decoration: none !important;
}

a.fsmed
{
    font-size:16px !important;
}

a.grey
{
    background: #F5F5F5;
border: 1px solid #E2E2E2;
color: #222;
}
a.button {
border-radius: 5px;
padding: 10px 20px;
margin: 0 5px;
font-size: 20px;
color: #FFF;
display: inline-block;
}
.bg-white
{
    background:white !important;
}
.martop0
{
    margin-top:0px;
}
.martop-50
{
    margin-top:-50px !important;
}
.martop-20
{
    margin-top:-20px !important;
}
.img-border
{
    border:1px solid #c6c6c6;
    padding: 3px;
    margin: 0px 10px 10px 10px;
}
::-moz-selection {
background:#f0bf00;
color:#333;
}
::selection {
background:#f0bf00;
color:#333;
}
/*---------- FORMS ----------*/

form
{
    margin:0px !important;
}

input[type=text], input[type=submit], textarea {
	width: 100%;
	padding: 0.5em;
	font-size: 1em;
	margin-bottom: 1.5em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input, button, select, textarea {
	font-family: 'Quattrocento', serif;
}
/* ---------------------------------------------------------------------------------------------------------- 
02 Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*

14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)

*/
.border-shadow
{
    border:0px solid black;
    padding:10px;
}
.border-shadow:hover
{
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.border-shadow .txtitle
{
    margin-top:10px;
    margin-bottom:10px;
    color:#5a91c9;
    font-weight:bold;
    min-height:40px;
}
.border-shadow .txtitle a
{
    color:#5a91c9;
}
.border-shadow .txcaption
{
}
.center
{
    text-align:center;
}
.right
{
    text-align:right;
}
.fleft
{
    float:left;
}
.fright
{
    float:right;
}
.paddleft10
{
    padding-left:10px;
}
.paddleft25
{
    padding-left:25px;
}
.margbot20
{
    margin-bottom:20px;
    margin-top:20px;
}
.margbot40
{
    margin-bottom:40px;
    margin-top:20px;
}
.margbot100
{
    margin-bottom:100px;
    margin-top:20px;
}
.page_caption
{
    font-weight: bold;
    margin:25px 15px 30px 0px;
}
.clear
{
    clear:both;
}
.txtleft
{
    text-align:left;
}
img.img-ico
{
    width:35px;
}
img.ctc-hm
{
    margin:10px;
}
.paddleft70
        {
            padding-left:70px;
        }
        
.border-top 
{
    border-top: 1px solid #dedede;
}

.border-bottom
{
    border-bottom: 1px solid #dedede;
}

.w250
{
    width:250px;
}
.ebiz h2
{
    color: #609ace;
}

.margleft125
{
    margin-left: 125px;
}


        
        .works-border-shadow .txcaption
        {
            margin: 5px;
            font-size: 13px;
            font-style: italic;
        }
        .works-border-shadow .txtitle
        {
            margin-top: 15px;
        }
        .works-border-shadow:hover
        {
            -moz-box-shadow: 0 0 5px #888;
            -webkit-box-shadow: 0 0 5px#888;
            box-shadow: 0 0 5px #888;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }
        .works-border-shadow
        {
            border: 0px solid black;
            padding: 10px;
            margin: 10px;
            float: left;
            max-width: 180px;
            min-height: 200px;
            text-align: center;
        }
        .works-border-shadow .dvimg
        {
            max-width: 200px;
            max-height: 90px;
            overflow: hidden;
            border: 1px solid #919191;
        }

a
{
    font-size: 14px;
}        

p {
	font-size: 14px; /* 16px */
	line-height: 1.5; /* 24px */
	margin: 0 0 1.5em 0;
}
ul, ol {
	font-size: 1em; /* 16px */
	line-height: 1.5; /* 24px */
	margin: 0 0 1.5em 0;
}
body, input, textarea {
}
a:link, a:visited {
	color: #F1505A;
}
a:hover, a:active {
	color: #F1505A;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold; /* reset default browser weight for our webfonts */
	font-family: 'Open Sans','Patua One', cursive;
}
h1 {
	font-size: 1.5em; /* 24px */
	line-height: 1; /* 24px */
	margin-top: 1.42em;
	margin-bottom: 0em;
}
h2 {
	font-size: 1.3125em; /* 21px */
	line-height: 1.1429; /* 24px */
	margin-top: 1.1429em;
	margin-bottom: 0em;
}
h3 {
	font-size: 1.125em; /* 18px */
	line-height: 1.3333; /* 24px */
	margin-top: 1.3333em;
	margin-bottom: 0em;
}
h4 {
	font-size: 1em; /* 16px */
	line-height: 1.5; /* 24px */
	margin-top: 1.5em;
	margin-bottom: 0em;
}
h5 {
	font-size: 0.875em; /* 14px */
	line-height: 1.7143; /* 24px */
	margin-top: 1.7143em;
	margin-bottom: 0em;
}
strong {
	font-weight:normal;
	font-family: 'Open Sans', sans-serif;
}
small {
	font-size: 0.75em; /* 12px */
	line-height: 2; /* 24px */
	margin-top: 2em;
	margin-bottom: 0em;
}
em {
	font-style: normal;
	font-family: 'Open Sans';
}
.muted {
	color: #A5A5A2;
	font-family: 'Quattrocento', serif;
}
.impressed {
	text-shadow:
 -1px -1px 0 rgba(0, 0, 0, 0.5), /* shadow */  1px 1px 0 rgba(255, 255, 255, 0.9); /* highlight */
}
.more-link {
	font-size: .875em; /* 14px */
	margin-top: 1.5em;
	font-family: 'Patua One', cursive;
}
.more-link:link, .more-link:visited {
	color: #f0bf00;
	text-transform: uppercase;
}
/* ---------------------------------------------------------------------------------------------------------- 
03 Non-semantic ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/* New Image Replacement Hack */

.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 1em;
}
.alignright {
	text-align: right;
}
.alignleft {
	text-align: left;
}
.aligncenter {
	text-align: center;
}
.medium {
	font-weight: normal;
	font-family: 'Quattrocento', serif;
}
/* ---------------------------------------------------------------------------------------------------------- 
04 Navbar ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

.navbar-fixed-top .container {
/* Uncomment to make nav expand full width */
 /*	width: auto; */
}
.navbar .brand {
	margin-left:0;
	padding: 0;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.navbar .brand a {
	padding: 0;
	color: #fff;
	font-size: 1.75em;
	margin-left: 0;
	font-weight: normal;
	font-family: 'Patua One', cursive;
}
.navbar .brand a:hover {
	text-decoration: none;
	color:#f0bf00;
 transition: color .15s linear;
 -webkit-transition: color .15s linear;
 -moz-transition: color .15s linear;
}
.navbar .brand a:focus {
	outline: none;
}
.navbar-inner {
	min-height: 4.75em;
}
.navbar-inverse .navbar-inner {
	background-repeat: repeat;
	/*background-color: #483a3a;*/
	background-image: linear-gradient(to bottom, #b20e12, #ed3237);
	border-color: #003c47;
	border-bottom:1px solid #003c47;
}
.navbar-wrapper {
	overflow:hidden;/* No fixed height, will break collapsible nav */
}
.navbar-wrapper-my 
{
}
#menu-main {
	margin-top: -30px !important;
	z-index:999;
}
ul#menu-main > li > a {
	font-family: 'Raleway', Sans-Serif;
	font-weight: bold;
	font-size: 1.2em !important;
	color: white;
	margin-top:30px;
}
ul#menu-main > li > a:hover 
{
    color: White;
	background: black;
	padding: 9px 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
	text-shadow: none;
}
/* ---------------------------------------------------------------------------------------------------------- 
05 Single-Page Sections ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
#header_services {
	width: 100%;
	background: url(../img/bnr-01.jpg) transparent no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 230px;
	margin-top: 0px;
	padding-top:40px;
	padding-bottom:30px;
	text-align:center;
	z-index:9;
}
#header_services h1 {
	color: #FFFFFF;
	font-family: 'Open Sans', 'Patua One', cursive;
	font-size: 4em;
	font-weight: 400;
	margin: 50px 0px 20px 0px;
}
#header_services h2 {
	color: #FFFFFF;
	font-family: 'Open Sans', sans serif;
	font-size: 2em;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	text-shadow: 1px 1px 1px #333333;
}

#headerwrap {
	width: 100%;
	background-image:url(../img/hm-cloud.png);	
	/*background: url(../img/hm-cloud.png) transparent no-repeat center center fixed;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 400px;
	margin-top: 0px;
	padding-top:60px;
	text-align:center;
	z-index:9;
}
#headerwrap h1 {
	color: #FFFFFF;
	font-family: 'Patua One', cursive;
	font-size: 4em;
	font-weight: 400;
	margin: 1em 0;
	font-family: 'Open Sans', sans-serif !important;
}
#headerwrap h2 {
	color: #FFFFFF;
	font-family: 'Open Sans', sans serif;
	font-size: 2em;
	font-weight: normal;
	margin: 0.5em 0;
	text-shadow: 1px 1px 1px #333333;
}
#headerwrap h1 span {
	color:#f0bf00;
}
#headerwrap input[type=text] {
	background: rgba(227, 231, 228, 1);
	font-family: 'Open Sans', sans serif;
	font-size: 1.3125em;
	border: 0;
	text-align: center;
	vertical-align: middle;
	margin-bottom:0 !important;
}
#headerwrap input[type=text]:focus {
	background: #43413e;
	color: #eff1ef;
	transition: background 0.25 ease-in;
	-moz-transition: background 0.25 ease-in;
	-webkit-transition: background 0.25 ease-in;
}
#headerwrap input[type=text] {
	height: 2.9em;
	width:50%;
}
#headerwrap input[type=submit] {
	font-family: 'Patua One', cursive;
	color: #fff;
	width: 185px;
	height: 2.9em;
	font-size: 1.3125em; /* 21px */
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0;
	border: 0;
	text-transform: none;
	background: #f0bf00 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#headerwrap input[type=submit]:hover, #headerwrap input[type=submit]:active {
	background: #43413e !important;
}
/*========== Social Icons ==========*/
ul.icon {
	font-size:54px;
	margin:1em 0 0.5em 0;
}
ul.icon li {
	display:inline-block;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
ul.icon li:hover {
	opacity:0.7;
}
section.single-page {
	padding: 4.75em 0; /* 76px */
}
section.single-page h1 {
	text-align: center;
	font-family:  'Patua One', cursive;
	margin-bottom: 2em; /* 72px */
	font-size: 2.25em; /* 36px */
}
#feature {
	background: url("../img/bnr-02.jpg") repeat-x 0 0;
	height: 406px;
	z-index: 500;
	box-shadow: 0 5px 16px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.3);
}
#feature article {
	text-align: center;
	margin-top: 120px;
	max-width: 1170px;
}
#feature-headline {
	font-family: 'Patua One', cursive;
	text-transform: uppercase;
	color: rgba(228, 229, 229, 1);
	margin-bottom: 3%; /* 39px */
	margin-top: -.25em;
	height: 109px;
	background-size: 100% auto;
}
#feature-headline span {
	font-family: 'Patua One', cursive;
	text-transform: lowercase;
}
#feature article p {
	font-family: 'Patua One', cursive;
	font-size: 40px;
	margin-bottom: 0;
	line-height: 1.35;
	color: #fff;
}
/* hm-services */

section#services 
{
	padding-bottom: 70px !important;
	padding-top:50px !important;
	margin-bottom:50px;
}

section#services .svc-divider
{
    border-bottom:2px solid #d3d3d3;
}
section#services .svc-title
{
	font-family: 'Open Sans','Patua One', cursive;
    font-size:35px;
    text-align:center;
    font-weight:bold;
    text-transform:uppercase;
    background:white;
    margin-top:-15px;
    margin-left:auto;
    margin-right:auto;
}
section#services .svc-quote
{
	font-family: 'Helvetica', cursive;
    font-weight: bold;
    color:#9e9f9f;
    color:#09a2c8;
    font-size:24px;
    text-align:center;
    margin:10px 10px 20px 10px;
    font-style:italic;
}

section#services .svc-quote-grey
{
	font-family: 'Helvetica', cursive;
    /*color:#9e9f9f;*/
    font-size:18px;
    text-align:center;
    margin:10px 10px 20px 10px;
}
section#services .svc-mail
{
    width:25% !important;
}
section#services .svc-web
{
    width:30% !important;
}
section#services .svc-online-app
{
    width:35% !important;
}
section#services .svc-about
{
    width:50% !important;
}
section#services .svc-client
{
    width:50% !important;
}
section#services .svc-marketing
{
    width:34% !important;
}
section#services .svc-mobile
{
    width:25% !important;
}
section#services .svc-desc
{
    margin-top:10px;
    line-height:1.4em;
    font-size:16px;
    color:#717171;
    margin-left:auto;
    margin-right:auto;
    font-family: 'Helvetica';
}
section#services h3
{
    margin:10px 10px 10px 0px;
}
section#services .svc-desc-short
{
    width:40%;
    padding-top:10px !important;
    margin-left:auto;
    margin-right:auto;
}

section#footer
{
    background: #1b1b1b;
    border-top: 1px solid #747474;
    color: White;
    padding-top:50px;
    padding-bottom:50px;
    font-size:14px;
    font-family: 'Raleway', Sans-Serif;
	/*background: url("../img/bg-pattern-dark.jpg") repeat 0 0;*/
	background-image: linear-gradient(to bottom, #a01c1a, #cd0d0a);
}
section#footer .bord-left
{
    min-height:225px;
    border-left:1px dotted black;
    padding-left:0%;
}
section#footer ul li
{
    list-style:none;
}
section#footer ul a
{
    color: #007a98;
    font-size:14px;
}
section#footer ul a:hover
{
    color: #06a3ca;
    color: black;
}

.box-side img
{
    margin:30px;
    width:90%;
}

.side-caption
{
    text-transform: uppercase;
    font-weight: bold;
    font-size:16px !important;
    margin-bottom:20px;
    margin-left:30px;
}
ul#side-ul
{
    background:red !impportant;
}
ul#side-ul li
{
    background:red !impportant;
    margin:20px 20px 20px 50px;
    font-size:15px;
}

.ctn-ul
{
    background:red !impportant;
}
.ctn-ul li
{
    background:red !impportant;
    margin:20px 0px 0px 20px;
}
/* hm-services */

section#hm-services 
{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-bottom: 70px !important;
	padding-top:50px !important;
	background: url("../img/bg-pattern-dark.jpg") repeat 0 0;
	color:White;
	font-size:14px;
}
section#hm-services .title-svc
{
    margin-top:10px;
    font-size:18px !important;
    text-transform:uppercase;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
section#hm-services .txt-svc
{
    margin-top:10px;
    color:#d0d0d0;
    font-family: 'Open Sans';
    font-size:13px;
    line-height: 1.5em;
    margin-bottom:15px;
}

section#hm-services .svc-title
{
    margin-top:10px;
    font-size:22px !important;
    text-transform:uppercase;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
section#hm-services .svc-desc
{
    margin-top:10px;
    color:#d0d0d0;
    font-family: 'Open Sans';
    font-size:14px;
    line-height: 1.4em;
    padding-right:20px;
}

.top-google-apps
{
    background:#3497de; min-height:300px; color:White; font-family: Arial;
    padding:100px 0px 100px 0px;
    text-align:center;
-moz-box-shadow: 0 5px 2px 0 #777;
-webkit-box-shadow: 0 5px 2px 0 #777;
box-shadow: 0 5px 2px 0 #777;
}

.top-google-apps div
{
    margin:20px;
    
}

.side-border
{
    border-left: 1px solid #8d8d8d;
    border-right: 1px solid #8d8d8d;
-moz-box-shadow: 0 5px 2px 0 #777;
-webkit-box-shadow: 0 5px 2px 0 #777;
box-shadow: 0 0px 2px 0 #777;
}

.doborder
{
    border:1px solid black;
}

.top-google-apps .btn-free-trial
{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #fff !important;
width: 185px;
font-size: 16px;
padding: 0.5em;
letter-spacing: 0.05em;
margin: 20px;
border: 0;
text-transform: none;
background: #f5a700 !important;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

span.sp-number1
        {
            font-size: 24px;
            color: #09a2c8;
        }
        span.sp-number1:hover
        {
            color: #afce36;
        }

section#hm-services .btn-explore
{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #fff;
width: 185px;
font-size: 16px;
padding: 0.5em;
letter-spacing: 0.05em;
margin: 20px;
border: 0;
text-transform: none;
background: #45a8b3 !important;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
section#hm-services .btn-explore:hover
{
    background:#afce36 !important;
    text-decoration:none;
}


section#hm-services a
{
    color: #ff3739;
}

section#hm-services .cat_news .dvtext span.txdesc
{
    margin-top:10px;
    color:#d0d0d0;
    font-family: 'Arial';
    font-size:14px !important;
    line-height: 1.4em;
    padding-right:20px;
}

section#ga-main-features
{
    font-family: Arial;
}

section#ga-main-features .sm-icon
{
    float:left; width:50%; border:0px solid red; text-align:right;
    padding-top:10px;
    margin-right:15px;
    min-height:100px;
}

section#ga-main-features .sm-icon-right
{
    float:left; border:0px solid red; text-align:right;
    padding-top:10px;
    margin-right:15px;
    min-height:100px;
}
section#ga-main-features .sm-text
{
    text-align:left;
}
section#ga-main-features .sm-text-right
{
    text-align:left;
    width:50%;
}
section#ga-main-features .row
{
    margin-top:20px;
}
section#ga-main-features .span6
{
    padding-top:20px;
}
section#ga-main-features span.uppersize
{
    text-transform:uppercase;
    font-weight: bold;
}

/* Portfolio */

section#portfolio {
	padding-bottom: 0px !important;
	padding-top:50px;
}
section#portfolio .span3
{
    margin-bottom:40px;
    padding-bottom:10px;
}
/*section#portfolio .span3:hover
{
    box-shadow: 5px 5px 10px #676767 !important;
    background: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}*/

.shead
{
    font-family: 'Open Sans','Patua One', cursive;
    font-size: 35px;
    text-align: center;
    font-weight: bold;
    background: white;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:30px;
}

section#portfolio .shead
{
    font-family: 'Open Sans','Patua One', cursive;
    font-size: 35px;
    text-align: center;
    font-weight: bold;
    background: white;
    margin-top: -15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:30px;
}

section#portfolio .hm-work
{
    /*border:1px solid black;*/
    overflow:hidden;
    text-align:center;
    padding:30px !important;
}

section#portfolio .hm-work:hover
{
    box-shadow: 5px 5px 10px #676767 !important;
    background: white;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
section#portfolio .hm-work .hm-work-img
{
    
}
section#portfolio .hm-work  a
{
    text-decoration: none;
    font-family: 'Raleway', Sans-Serif;
}
section#portfolio .hm-work a:hover
{
    text-decoration: none !important;
    font-family: 'Raleway', Sans-Serif;
}

section#portfolio .hm-work a
{
    text-decoration: none;
    font-family: 'Raleway', Sans-Serif;
}

section#portfolio .hm-work .hm-box-title
{
    font-size:20px;
    color: #003c47;
    margin:15px;
    font-family: 'Raleway', Sans-Serif;
}
section#portfolio .hm-work .hm-box-title a
{
    font-size:28px;
    color: #7e0001;
    margin:15px;
    font-family: 'Raleway', Sans-Serif;
}
section#portfolio .hm-work .hm-box-txt
{
    font-size:14px;
    font-family: 'Raleway', Sans-Serif;
}
section#portfolio .hm-work a.hm-box-txt
{
    color:Black !important;
    font-family: 'Raleway', Sans-Serif;
}

.hm-txtdesc
{
    padding:20px;
    color:Black !important;
    font-size:15px;
    font-family: 'Raleway', Sans-Serif;
}

table.tblhm tr td
{
    font-family: 'Raleway', Sans-Serif;
    font-size:14px;
    padding:5px;
}

section#portfolio .cat-work
{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size:12px;
    margin:5px 5px 0px 10px;
    color: #0281c3;
    text-align:right;
    text-transform: uppercase;
}
section#portfolio .art-industry
{
    font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
    font-size:11px;
    margin:-10px 5px 10px 0px;
    color: grey;
    text-align:left;
    text-transform: uppercase;
}

section#portfolio .work-title
{
    margin:0px 00px 0px 00px;
    font-size:16px !important;
    text-transform:uppercase;
    font-weight:bold;
    font-family: "Raleway", sans-serif !important;
}
section#portfolio .work-title a
{
    color: Black;
    font-family: "Raleway", sans-serif !important;
}
section#portfolio .work-desc
{
    margin:0px 00px 10px 00px;
    font-family: 'Open Sans';
    font-size:13px;
    line-height: 1.6em;
    font-family: "Raleway", sans-serif !important;
}

section#portfolio h1 {
	font-size: 2.5em;
	margin-bottom: 1em;
	margin-top: 0px;
	margin-left: 20px;
	color: #ed1c24;
}
section#portfolio hgroup h2 {
	margin-top: 1em;
	text-transform: capitalize;
    font-family: "Raleway", sans-serif !important;
}
section#portfolio hgroup h3 {
	margin-top:  .35em;
    font-family: "Raleway", sans-serif !important;
}
section#portfolio .entry-content {
	margin: 1em 0 2.5em;
    font-family: "Raleway", sans-serif !important;
}
section#portfolio .align {
	text-align:center;
	margin-top:10px;
	font-size:6em;
    font-family: "Raleway", sans-serif !important;
}
/* Portfolio Image Hover */
.mask2 img {
	margin: 0 auto;
	max-width: 100%;
	display: block;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
	/*box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);*/
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.mask2 img:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
	filter: alpha(opacity=99);
	opacity: 1;
}
/* Services */

section#services {
	padding-bottom: 9.5em;
}
#services h1 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
section#services h2 {
	font-size: 22px;
	margin-bottom: 15px;
	margin-top: 10px;
	text-align:center;
}
section#services p {
	margin:10px;
}
section#services .align {
	text-align:center;
	margin-top:10px;
	font-size: 6em;
}
section#services .align .sev_icon {
	text-align:center;
	margin:10px 0 20px 0;
	font-size: 0.6em;
	color:#F0BF00;
}
section#services .span3 {
	background:#e9e9e9;
	padding: 20px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section#services .span3:hover {
	background:#e3e3e3;
	box-shadow: 1px 1px 6px #C1BAC1;
}

section#section-full
{
}

section#section-full .container
{
    width:100%;
    padding:50px;
}



section#hm-tabs {
	height: 80px;
	background: #3e454d;
	padding: 0;
	color: #e4e5e2;
	z-index: 500;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
}

/* Testimonials */

section#testimonials {
	height:  647px;
	background: url("../img/bnr-02.jpg") repeat-x 0 0;
	padding: 0;
	color: #e4e5e2;
	z-index: 500;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
}
section#testimonials .blockquote-wrapper {
	display: table-cell;
	vertical-align: middle;
	height:  647px;
}
blockquote.mega {
}
blockquote.mega p {
	font-size: 45px;
	line-height: 50px;
	text-align: left;
	font-family: 'Patua One', cursive;
	font-weight:bold;
	color:#312A1E;
}
blockquote.mega .cite {
	font-size: 22px;
	text-align: left;
	font-weight:300;
}
/* News */
section#news {
	background: url("../img/bnr-02.jpg") repeat 0 0;
}
section#news .align {
	font-size: 6em;
	text-align: center;
}
article.post {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}
article .inside {
	margin: 18px 24px 24px;
	padding-top: 1em;
}
.post-date {
	color: #A5A5A2;
	float: right;
	font-family: 'Open Sans';
	font-size: 14px;
	font-style: normal;
	line-height: 2;
	margin-right: 5px;
}
#news h1 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
#news h2 {
	font-size: 21px;
	margin-top: 24px;
	margin-bottom: 16px;
	color: #312A1E;
	clear: right;
}
/* Team and Contact */

section#team, section#contact {
	color: #e4e5e2;
	background:#312A1E;
}
section#team .align, section#contact .align {
	font-size: 6em;
	text-align: center;
}
#team h1, #contact h1 {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
#contact, #team {
	padding-top: 4.75em;
}
#team {
	padding-bottom: 0;
}
#contact {
	padding-bottom: 0;
}
/* team */

#team h3 {
	font-size: 26px;
	margin-top: 24px;
	margin-bottom: 0px;
}
#team h3, .job-position {
	text-align: center;
}
#team .featurette {
	text-align: center;
	font-size: 21px;
}
#team h2.featurette-heading {
	margin-bottom: 24px;
}
.teamalign {
	text-align:center
}
.team-thumb {
	margin-top: 26px;
	text-align:center;
}
.job-position {
	font-family: 'Open Sans', sans-serif;
	margin-bottom: .46155em;
}
/* Contact Form */

#theme-form {
	position: relative;
	z-index: 999;
}
#theme-form input[type=text], .cform-form textarea {
	background: rgba(227, 231, 228, 1);
	font-family: 'Open Sans', sans serif;
	border: 0;
	text-align: left;
	vertical-align: middle;
}
#theme-form input[type=text]:focus, .cform-form textarea:focus {
	background: rgba(101, 106, 100, 1);
	color: #eff1ef;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	transition: background 0.25 ease-in;
	-moz-transition: background 0.25 ease-in;
	-webkit-transition: background 0.25 ease-in;
}
#theme-form input[type=text] {
	height: 3.25em;
}
#theme-form input[type=submit] {
	font-family: 'Patua One', cursive;
	color: #fff;
	width: 185px;
	height: 60px;
	text-shadow: none;
	font-size: 1.3125em; /* 21px */
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0 0 20px 0;
	display: block;
	border: 0;
	text-transform: none;
	background: #f0bf00 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#theme-form input[type=submit]:hover, #theme-form input[type=submit]:active {
	background: #43413e !important;
}
#theme-form textarea {
	padding-top: 1em;
}
div.cform-response-output {
	max-width: 60%;
	text-align: center;
	margin-left: 40% !important;
	margin-top: 0.5em !important;
	padding: 0.5em !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.cform-not-valid-tip {
	color: #888;
	border: 1px dotted #ad3729 !important;
	width: 100% !important;
	left: 0 !important;
	padding: 0.5em !important;
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
/* Featurettes */



hr.featurette-divider {
	margin: 3em 0;
	border-width: 0;
	height: 9px;
}
/* ---------------------------------------------------------------------------------------------------------- 
06 Footer ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

#map-wrapper {
	margin-top: 20px;
}
footer {
	text-align: center;
	color: #1a1a1a;
	font-weight: bold;
}
footer p {
	margin-top: -130px;
}
/* ---------------------------------------------------------------------------------------------------------- 
07 Bootstrap Carousel ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
    
    .carousel-caption {
	background-color: transparent;
	position: static;
	max-width: 550px;
	padding: 0 20px;
	margin-top: 200px;
	position:absolute;
}
.carousel-caption h1,  .carousel-caption .lead {
	margin: 0;
	line-height: 1.25;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}
.carousel-caption .btn {
	margin-top: 10px;
}
.carousel-control {
	height: 50px;
	top: 46%;
	margin-top: 0;
	font-size: 6.5em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	background-color: transparent;
	border: 0;
	font-family: 'Open Sans', sans-serif;
	opacity: 0.4;
	border-radius: 0;
}
.carousel-control:link, .carousel-control:visited {
	color: #262626;
}
/* Banner Carousel  */    
    #banner.carousel {
	margin-top: 4.75em;
	margin-bottom: 0;
	margin-top: 0;
	max-height: 642px;
}
.banner-caption {
	/*	width: 18%; */
    	position: absolute;
	left: 20%;
	top: 10%;
	color: #007ac3;
}
#intro-caption {
	margin-top:150px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-size: 80px;
	line-height: 90px;
	color:#fff;
	font-weight:bold;
	text-shadow: 2px 2px 2px #000;
}
#intro-caption span {
	font-family:'Open Sans', sans-serif;
	font-size: 0.65em;
}
#banner.carousel .item {
}
#banner.carousel img {
}
#banner.carousel .carousel-control {
}
/* ---------------------------------------------------------------------------------------------------------- 
08 Buttons ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */    
.btn {
	font-family: 'Open Sans', Arial;
	font-weight:bold;
	color: #fff;
	width: 185px;
	height: 20px;
	text-shadow: none;
	font-size: 1.3125em; /* 21px */
	padding: 1em 0.5em;
	letter-spacing: 0.05em;
	margin: 1.5em auto 0;
	display: block;
	border: 0;
	text-transform: none;
	background: #f0bf00 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.btn:link, .btn:visited {
	color: #fff;
}
.btn:hover {
	background: #312A1E !important;
}
.navbar-inverse .btn-navbar {
	width: auto;
	height: auto;
	background: #dde502;
}

/* ---------------------------------------------------------------------------------------------------------- 
09 Media queries --------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */


/* RESPONSIVE 
-------------------------------------------------- */

    @media (max-width: 1600px) {
section#section-full
{
    height:550px;
}
}

    @media (max-width: 1186px) {
 .banner-caption {
	    	/*	width: 18%; */
	    	position: absolute;
 left: 20%;
 top: 6%;
 color: #007ac3;
}
 #intro-caption {
 font-family: 'Open Sans', sans-serif;
 text-align: center;
 font-size: 60px;
 line-height: 70px;
}
 .banner-caption p {
 font-size: 1em;
}
}
 @media (max-width: 979px) 
 {
     .brand
     {
         margin:00px 00px 00px 20px !important;
     } 
     .brand img
     {
         width:90% !important;
         margin-top:20px;
     }
     .nav
     {
         margin:00px 00px 00px 00px !important;
     }
 .navbar-fixed-top {
 margin-bottom: 0;
}
 .navbar .container {
 width: 100%;
}
 .navbar .brand {
 margin-top: 0;
}
 .navbar .btn-navbar 
 {
     margin-top:25px;
	background: black !important;
}
 .navbar .btn-navbar:hover {
	background: #f33d42 !important;
}
 .navbar-fixed-top .navbar-inner {
 padding: 0px;
}
 .featurette {
 height: auto;
 padding: 0;
}
 .featurette-image.pull-left,  .featurette-image.pull-right {
 display: block;
 float: none;
 max-width: 40%;
 margin: 0 auto 20px;
}
#headerwrap h1
{
    margin-top:10%;
}
}
 @media (min-width: 768px) and (max-width: 979px) {
 #headerwrap {
 padding-top:0;
}
     #head_txt
     {
         font-size:22px;
         line-height:1.7em;
         margin-top:120px;
     }
}
 @media (max-width: 767px) 
 {
     #head_txt
     {
         font-size:18px;
         line-height:1.5em;
         margin-top:120px;
     }
     
     .marglft
     {
         margin-left:1% !important;
     }
     
     section#footer .bord-left
     {
         border-left:none;
         min-height:100px !important;
         max-height:100px !important;
         padding-left:0px;
     }
	    section#services .svc-title
	    {
	        font-size:26px;
	    }
 .container {
 padding-right: 5px;
 padding-left: 5px;
}
section#section-full
{
    height:700px;
}
.margleft125
{
    margin-left:15px;
}
 .navbar-fixed-top,  .navbar-fixed-bottom,  .navbar-static-top {
 margin-right: 0px;
 margin-left: 0px;
 margin-bottom:0px;
 padding-bottom:0px;
}
 .navbar-inner {
 margin: 0;
}
 .carousel {
 margin-left: -20px;
 margin-right: -20px;
}
 .carousel .container {
}
 .carousel-caption {
 width: 65%;
 padding: 0 70px;
 margin-top: 100px;
}
 .carousel-caption h1 {
 font-size: 30px;
}
 .carousel-caption .lead,  .carousel-caption .btn {
 font-size: 18px;
}
 .featurette-heading {
 font-size: 30px;
}
 .featurette .lead {
 font-size: 18px;
 line-height: 1.5;
}

.navbar-wrapper-my 
{
	overflow:hidden;/* No fixed height, will break collapsible nav */
}

}
    
    /* Smaller screens ----------- */
	@media (max-width : 480px) 
	{
	    section#services .svc-title
	    {
	        font-size:20px;
	    }
	    .margleft125
        {
            margin-left:15px;
        }
        .paddleft70
        {
            padding-left:10px;
        }
section#section-full
{
    height:2200px;
}
 #headerwrap {
 padding-top:0;
}
 #headerwrap h1 {
 font-size:2em;
 margin-top:30%;
}
 #headerwrap h2 {
 font-size:1em;
}
 #headerwrap input[type="text"] {
 width: 100%;
}
 #headerwrap input[type="submit"] {
 margin-top:1em;
 width: 135px;
}
 .container {
1px solid yellow;
}
 #team .team-thumb {
 margin-right: auto;
 margin-left: auto;
 width: 150px;
 display: block;
 text-align:center
}
 #feature article p {
 font-family: 'Open Sans', sans-serif;
 font-size: 26px; /* font-size: 26px; */
 margin-bottom: 0;
 line-height: 30px;
 color: #fff;
}
.navbar .btn-navbar
{
    margin-top:-100px;
}
}
    
    /* Smartphones (portrait and landscape) ----------- */
	@media only screen  and (min-device-width : 320px)  and (max-device-width : 480px) {
 #feature-headline {
 background: transparent;
 text-indent: 0;
 overflow: visible;
 margin-top: 1.5em;
}
 #navbar-inner {
 margin:	0;
}
 #banner { /*display: none;*/
}
 section.single-page {
 padding: 1em 0;
}
 .navbar .btn-navbar 
 {
     margin-top:25px;
	background: #dde502 !important;
}
		
		/* Feature */
		#feature-badge {
/*	display: none; */
		}
		
		/* Portfolio & News */
		
		#news h1 {
 background: transparent;
}
 #news h1 span {
 background: transparent;
 padding: 0;
}
 #portfolio .container {
 top: 0 !important;
}
 #feature article p {
 font-family: 'Open Sans', sans-serif;
 font-size: 26px; /* font-size: 26px; */
 margin-bottom: 0;
 line-height: 30px;
 color: #fff;
}
 .img-news {
 width: 100%;
}
 .img-news {
 margin-right: auto;
 margin-left: auto;
 display: block;
}
 section#portfolio hgroup h2 {
 margin-top: 1.5em;
}
	
		/* Services */
		
		#services h1 {
 background: transparent;
}
 #services h1 span {
 background: transparent;
 padding: 0;
}
 section#services h2 {
 margin-bottom: 0.25em;
}
 section#services h2, section#services ul {
 text-align: center;
}
		

	    /* Testimonials */
	    
		section#testimonials { /*display: none;*/
}
	
		/* team */
		
		#team .team-thumb {
 margin-right: auto;
 margin-left: auto;
 width: 150px;
 display: block;
 text-align:center
}
 .job-position: {
 margin-bottom: 1.5em;
}
 .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
 margin-left: auto;
 margin-right: auto;
}
		
		/* Contact Form */

		#theme-form {
 overflow: hidden;
}
 #theme-form input[type=submit] {
 width: 100%;
}
}

	/* Smartphones (landscape) ----------- */
	@media only screen  and (min-width : 321px) {
 #feature-headline {
 font-size: 32px; /* 34px */
}
}
	
	/* Smartphones (portrait) ----------- */
	@media only screen  and (max-width : 320px) {
 #feature-headline {
 font-size: 1.1875em; /* 19px */
}
 #feature article p {
 font-family: 'Open Sans', sans-serif;
 font-size: 26px; /* font-size: 26px; */
 margin-bottom: 0;
 line-height: 30px;
 color: #fff;
}
}
	
	/* iPads (portrait and landscape) ----------- */
	@media only screen  and (min-device-width : 768px)  and (max-device-width : 1024px) {
 .banner-caption p {
 font-size: 0.6em;
}
 #intro-caption {
 font-size: 4em;
}
}
	
	/* iPads (landscape) ----------- */
	@media only screen  and (min-device-width : 768px)  and (max-device-width : 1024px)  and (orientation : landscape) {
/* Styles */
	}
	
	/* iPads (portrait) ----------- */
	@media only screen  and (min-device-width : 768px)  and (max-device-width : 1024px)  and (orientation : portrait) {
/* Styles */
	}
	
	/* Desktops and laptops ----------- */
	@media only screen  and (min-width : 1224px) {
/* Styles */
	}


    /* Smaller screens ----------- */
	@media (max-width : 321px) 
	{
        section#section-full
        {
            height:3200px;
        }
    }
    
.sidebar-nav
        {
            padding: 9px 0;
            z-index: 9999 !important;
        }
        
        .dropdown-menu .sub-menu
        {
            left: 100%;
            position: absolute;
            top: 0;
            visibility: hidden;
            margin-top: -1px;
            z-index: 9999 !important;
        }
        
        .dropdown-menu li:hover .sub-menu
        {
            visibility: visible;
            z-index: 9999 !important;
        }
        
        .dropdown:hover .dropdown-menu
        {
            display: block;
            z-index: 9999 !important;
        }
        
        .nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu
        {
            margin-top: 0;
            z-index: 9999 !important;
        }
        
        .navbar .sub-menu:before
        {
            border-bottom: 7px solid transparent;
            border-left: none;
            border-right: 7px solid rgba(0, 0, 0, 0.2);
            border-top: 7px solid transparent;
            left: -7px;
            top: 10px;
            z-index: 9999 !important;
        }
        .navbar .sub-menu:after
        {
            border-top: 6px solid transparent;
            border-left: none;
            border-right: 6px solid #fff;
            border-bottom: 6px solid transparent;
            left: 10px;
            top: 11px;
            left: -6px;
            z-index: 9999 !important;
        }
 
 /**** clients-details.aspx ****/
 a.btnlogo
        {
            display: block;
            height: 89px;
            width: 144px;
            float: left;
            cursor: pointer;
            margin-right: 20px;
        }
        /*******************************************************************************
          DATAGRID 
        *******************************************************************************/
        .tableGrid
        {
            width: 100%;
            margin-bottom: 5px;
        }
        .tableGrid td
        {
            padding: 1px;
            height: 30px;
            border: 1px solid #EFEFEF;
            padding: 5px;
        }
        
        .alternatingItem
        {
            background-color: #FBFBFB;
        }
        .alternatingItem:hover
        {
            background-color: #F2F2F2;
        }
        .item
        {
            background-color: #F7F7F7;
            color: #174871;
        }
        .item:hover
        {
            background-color: #F2F2F2;
        }
        
        
 /**** clients.aspx ****/
   .cat_news
        {
            margin-bottom: 20px;
            min-height: 70px;
        }
        .cat_news .dvtext
        {
            padding-left: 7%;
        }
        .cat_news .dvimg
        {
            float: left;
            width: 5%;
        }
        .paddleft90
        {
            padding-left: 90px;
        }
        @media (max-width: 1200px)
        {
            .cat_news .dvtext
            {
                padding-left: 70px;
            }
            .cat_news .dvimg
            {
                float: left;
                width: 60px;
            }
            .paddleft90
            {
                padding-left: 10%;
            }
        }
        
        @media (max-width: 776px)
        {
            .paddleft90
            {
                padding-left: 1%;
            }
            section#portfolio .hm-work
            {
                border:0px;
            }
        }
        
        .box_client
        {
            text-align:center;
            font-size:15px;
            float: left;
            margin: 10px;
            margin-left:35px;
            margin-bottom:20px;
            min-width: 150px;
            max-width: 150px;
            min-height: 150px;
            max-height: 150px;
        }
        .box_client .client_title
        {
            text-align:center;
        }
        a.btnlogo
        {
            display: block;
            height: 89px;
            width: 144px;
            float: left;
            cursor: pointer;
        }