@import url('https://fonts.googleapis.com/css?family=Droid+Sans');
@import url('https://fonts.googleapis.com/css?family=Carme');

/*-----------------------------------------------------------------------------------*/


/*	1.	Global properties (body, common classes, vertical rhythm, structure etc)
/*-----------------------------------------------------------------------------------*/

body {
    /*background: url("../images/bg.jpg") repeat-y scroll 0 0 transparent;*/
    color: #787878;
    font-family: Open Sans, sans-serif;
    font-size: 12px;
}

::selection {
    background: #00a88f;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #00a88f;
    color: #fff;
    text-shadow: none;
}

::-webkit-selection {
    background: #00a88f;
    color: #fff;
    text-shadow: none;
}

:active {
    -moz-outline-style: none;
}

header,
nav,
section,
article {
    display: block;
}

figure {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: top;
}

.last {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

.clear {
    clear: both;
}

.alignleft {
    float: left !important;
}

.alignright {
    float: right !important;
}

.aligncenter {
    text-align: center !important;
}

.span6.no-margin-left {
    margin-left: 0!important;
}


/* Headers */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #00A88F;
    font-family: 'Pt Sans', sans-serif;
    font-weight: 400;
}

h1.small {
    font-size: 18px;
    margin: 0;
    color: #00A88F;
}

.panel h2,
.panel h3,
.panel h4 {
    text-transform: none;
    color: #00A88F;
}

.panel li span {
    color: #00A88F;
}

h1 {
    font-size: 26px;
    line-height: 22px;
    margin-bottom: 15px;
}

h2 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 20px;
}

h3 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 18px;
    font-weight: 400;
}

h4 {
    font-size: 16px;
    margin-bottom: 16px;
}

h5 {
    font-size: 14px;
    margin-bottom: 14px;
}

h6 {
    font-size: 12px;
    margin-bottom: 12px;
}

h10 {
    font-size: 16px;
    display: block;
    padding-top: 1vh;
}

p {
    margin-bottom: 15px;
    line-height: 20px;
}

* p:last-child {
    margin-bottom: 0 !important;
}

.color,
.color2 {
    font-weight: 700;
    padding: 0 2px;
}

.color {
    color: #555;
}

.color2 {
    color: #00a88f;
}


/* Link Styles */

a {
    outline: none;
    color: #00a88f;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #1d1d1c;
}

.title a {
    color: #00a88f;
    font-weight: 600;
    font-size: 12px;
}

h4.title a {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.title a:hover {
    color: #1d1d1c;
}


/*-----------------------------------------------------------------------------------*/


/*	2.	Header, Navigation & Menus
/*-----------------------------------------------------------------------------------*/

.message-top {
    background-color: #00a88f;
    border: 1px solid #00a88f;
    color: #E6E9E7;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.message-center {
    background-color: #d81500;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(255, 255, 255, 0.1)));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    /* IE10+ */
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#1affffff', GradientType=0);
    /* IE6-8 */
    border: 1px solid #A9A9A9;
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 0 80px;
    margin-bottom: 60px;
}

.message-center h3 {
    color: #FFFFFF;
    max-width: 65%;
    display: inline-block;
    font-family: PT Sans, sans-serif;
    font-size: 20px;
    line-height: 32px;
    margin: 10px 0 0 10px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

.message-center p {
    color: #730000;
    display: table;
    padding: 0 0 10px 10px;
}

.message-center div {
    position: absolute;
    right: 10px;
}

.message-center i {
    background-image: none;
}

button.close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999;
}

.notification {
    background-color: transparent;
    color: #FFFFFF;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.notification a:last-of-type {
    margin-right: 5px
}

.notification [class^="modal"] {
    color: #000;
    text-shadow: none;
}

#top-menu {
    padding: 5px 0;
    background-color: #d81500;
}

#top-menu ul.top-menu {
    margin-left: 0;
    margin-top: 3px;
}

#top-menu li {
    float: left;
    list-style: none;
}

#top-menu a,
#top-menu .git {
    color: #323232;
    font-size: 11px;
}

#top-menu a:hover {
    color: #d9d9d9;
}

#top-menu .top-menu li {
    margin-right: 10px;
}

#top-menu a {
    padding-right: 8px;
}

#top-menu .last {
    padding-right: 0;
    border-right: none;
}

#top-menu .top-social {
    float: right;
    margin-bottom: 4px;
    margin-top: 3px;
}

#top-menu .top-social li {
    margin-left: 10px;
    list-style: none;
}

#top-menu .top-social a {
    display: block;
    width: 16px;
    height: 16px;
    margin-top: 2px;
}

#top-menu .twitter2 {
    background: url(../images/twitter.png) no-repeat center left;
}

#top-menu .twitter2:hover {
    background: url(../images/twitterh.png) no-repeat center left;
}

#top-menu .facebook {
    background: url(../images/facebook.png) no-repeat center left;
}

#top-menu .facebook:hover {
    background: url(../images/facebookh.png) no-repeat center left;
}

#top-menu .dribbble {
    background: url(../images/dribbble.png) no-repeat center left;
}

#top-menu .dribbble:hover {
    background: url(../images/dribbbleh.png) no-repeat center left;
}

#top-menu .vimeo {
    background: url(../images/vimeo.png) no-repeat center left;
}

#top-menu .vimeo:hover {
    background: url(../images/vimeoh.png) no-repeat center left;
}

#top-menu .delicious {
    background: url(../images/delicious.png) no-repeat center left;
}

#top-menu .delicious:hover {
    background: url(../images/delicioush.png) no-repeat center left;
}

#secondary {
    border-top: 1px solid #565E65;
    height: 73px;
    left: 0;
    opacity: 0.98;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 99;
    background: #414141;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQxNDE0MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOTM5MzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(top, #414141 0%, #393939 100%);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #414141), color-stop(100%, #393939));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #414141 0%, #393939 100%);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #414141 0%, #393939 100%);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #414141 0%, #393939 100%);
    /* IE10+ */
    background-image: linear-gradient(to bottom, #414141 0%, #393939 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#393939', GradientType=0);
    /* IE6-8 */
}

#secondary a:first-child {
    border-left: medium none;
    box-shadow: none;
}

#secondary a {
    background-color: #3B3B3B;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQxNDE0MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOTM5MzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(top, #414141 0%, #393939 100%);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #414141), color-stop(100%, #393939));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #414141 0%, #393939 100%);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #414141 0%, #393939 100%);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #414141 0%, #393939 100%);
    /* IE10+ */
    background-image: linear-gradient(to bottom, #414141 0%, #393939 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#393939', GradientType=0);
    /* IE6-8 */
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: -1px 0 0 rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    font-size: 23px;
    height: 73px;
    line-height: 73px;
    margin-left: -2px;
    width: 33%;
    text-align: center;
    vertical-align: top;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

#secondary a:hover {
    background: #4c4c4c;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjNGM0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYzJjMmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(top, #4c4c4c 0%, #2c2c2c 100%);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c4c4c), color-stop(100%, #2c2c2c));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #4c4c4c 0%, #2c2c2c 100%);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #4c4c4c 0%, #2c2c2c 100%);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #4c4c4c 0%, #2c2c2c 100%);
    /* IE10+ */
    background-image: linear-gradient(to bottom, #4c4c4c 0%, #2c2c2c 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#2c2c2c', GradientType=0);
    /* IE6-8 */
    color: #d81500;
}

#secondary .assets i {
    background: url("../images/assets.png") no-repeat scroll 15px 4px transparent;
    height: 32px;
    width: 60px;
}

#secondary .assets:hover i {
    background-position: 15px -29px;
}

#secondary .clients i {
    background: url("../images/clients.png") no-repeat scroll 15px 4px transparent;
    height: 32px;
    width: 60px;
}

#secondary .clients:hover i {
    background-position: 15px -29px;
}

#secondary .mobile i {
    background: url("../images/clients.png") no-repeat scroll 15px 4px transparent;
    height: 32px;
    width: 60px;
}

#secondary .mobile:hover i {
    background-position: 15px -29px;
}

#secondary .communicate i {
    background: url("../images/communicate.png") no-repeat scroll 15px 4px transparent;
    height: 32px;
    width: 60px;
}

#secondary .communicate:hover i {
    background-position: 15px -29px;
}

#secondary i,
#secondary a {
    display: inline-block;
}

#header {
    position: relative;
    padding: 5px 0;
}

#header .logo img {
    float: left;
    margin: 10px 0;
}


/*Panels*/

.grey-panel {
    background: url("../images/grey-bg.gif") repeat scroll 0 0 #F5F5F5;
    border: 1px solid #E3E3E3;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 0 1px #FDFDFD inset, 0 200px 200px -200px #FFFFFF inset;
    margin: 30px 0;
    padding: 60px 10px;
    text-shadow: 1px 1px 0 #FFFFFF;
}

#Panel1 {
    padding: 50px 0;
}

#Panel1 h2:first-of-type {
    margin-top: 0;
}

#Panel1 h2 {
    line-height: 28px;
    margin: 30px 0;
}

#Panel1 h3 {
    line-height: 24px;
    margin: 30px 0;
}

#Panel1 li,
#Panel3 li {
    font-size: 13px;
    list-style-image: none;
    list-style: none;
    line-height: 24px;
    padding-bottom: 10px;
}

#Panel1 li i[class^="icon-"],
#Panel3 li i[class^="icon-"] {
    background-image: none;
    color: #d81500;
    font-size: 16px;
}

#Panel1 li span,
#Panel3 li span {
    font-weight: 600;
}

#Panel2 {
    padding: 50px 0;
}

#Panel2 h1 {
    text-align: center;
}

#Panel2 h2:first-of-type {
    margin-top: 0;
}

#Panel2 h2 {
    color: #4B4B4B;
    line-height: 28px;
    margin: 30px 0;
    text-indent: 12px;
}

#Panel2 li {
    font-size: 13px;
    list-style-image: none;
    list-style: none;
    line-height: 24px;
    padding-bottom: 10px;
}

#Panel2 li i[class^="icon-"] {
    background-image: none;
    color: #d81500;
    font-size: 16px;
}


/* Main Menu */

.res-menu {
    display: none;
}

.res-menu {
    width: 100%;
}

#menu {
    margin-top: 15px;
}

#menu ul {
    margin-left: 9px;
}

#menu>ul {
    display: block;
    margin-left: 0;
}

#menu>ul>li {
    background: url("../images/menu-arrow.png") no-repeat scroll left center transparent;
    border: 1px solid #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    float: left;
    list-style: none outside none;
    margin-left: 5px;
    padding: 5px 10px;
    position: relative;
}

#menu>ul>li>a {
    color: #000;
    display: block;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

#menu>ul>li.current>a {
    color: #d81500;
}

#menu>ul>li:hover>a {
    color: #FFFFFF;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
}

#menu>ul>li:hover {
    background-color: #3B3B3B;
    border: 1px solid #3B3B3B;
    padding: 5px 10px;
}

#menu .current {
    padding: 5px 10px;
}

#menu ul ul {
    background: none repeat scroll 0 0 #3B3B3B;
    border-radius: 0 4px 4px 4px;
    box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 180px;
}

#menu>ul>li>ul {
    margin-left: 9px;
    margin-top: -22px;
}

#menu ul ul li {
    border-bottom: 1px solid #2C2C2C;
    border-top: 1px solid #4A4A4A;
    list-style: none outside none;
    padding: 5px 25px;
    position: relative;
}

#menu ul ul li:hover {
    background: #434343 !important;
}

#menu>ul>li>ul>li:first-child {
    padding-top: 15px;
    border-top: none;
}

#menu>ul>li>ul>li:first-child>ul>li:first-child {
    padding-top: 15px;
    border-top: none;
}

#menu ul ul li.last {
    border-bottom: none !important
}

#menu ul ul li.menu-last {
    border-bottom: none;
}

#menu ul ul a {
    display: block;
    padding: 5px 0;
    color: #FFF;
    font-family: 'Droid Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}

#menu ul ul ul {
    margin-top: 2px;
    margin-left: 12px;
}

#menu li:hover ul,
#menu li.sfHover ul {
    left: -10px;
    top: 52px;
    z-index: 99;
}

#menu li li:hover ul,
#menu li li.sfHover ul {
    left: 166px;
    top: -2px;
}


/* Search Form */

.phone {
    color: #d0d0d0;
    float: right;
    font-size: 18px;
}

.phone .color2 {
    font-weight: 400;
}

#search {
    float: right;
    position: relative;
    margin-top: 5px;
}

#search,
#search p {
    margin-bottom: 0;
}

#search input[type="text"] {
    color: #454545;
    width: 122px;
    height: 26px;
    border: 1px inset rgba(0, 0, 0, 0.1);
    padding: 4px 25px 4px 10px;
    line-height: 23px;
    font: 11px 'Droid Sans', sans-serif;
    background-color: #1e1e1e;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

#search input[type="text"]:focus,
#search input[type="text"]:hover {
    width: 190px;
    -webkit-box-shadow: 0px 0px 3px 0px #444;
    box-shadow: 0px 0px 3px 0px #444;
}

#search .search-bt {
    right: 0;
    top: 3px;
    height: 30px;
    width: 30px;
    position: absolute;
    border: none !important;
    cursor: pointer;
    background: url(../images/search-bt.png) no-repeat center center;
}


/* Breadcrumbs */

.breadcrumbs {
    background: none repeat scroll 0 0 #F1F1F1;
    border-bottom: 1px solid #DDDDDD;
    border-top: 4px solid #d81500;
    padding: 10px 0;
    position: relative;
}

.breadcrumbs h2 {
    margin-bottom: 5px;
    text-transform: capitalize !important;
}

.breadcrumbs>div {
    color: #717171;
    font-size: 12px;
    letter-spacing: 0.02em;
    padding: 0!important;
}

.breadcrumbs a {
    color: #333333;
    display: inline-block;
}

.breadcrumbs a:hover {
    color: #111;
}

.breadcrumbs .btn {
    color: #fff;
}


/*-----------------------------------------------------------------------------------*/


/*	3.	Main Content Styles
/*-----------------------------------------------------------------------------------*/

.container {
    position: relative;
}
#container {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    position: relative;
    background-color: #fff;
}

#container .container {
    padding: 30px;
}

#container .container>.row {
    margin-bottom: 10px;
}

#container .row.last {
    margin-bottom: 30px;
}
.pricing-container {
    width: 75%;
    margin: 0 auto;
    padding-left: 8vw;
}
.row.da-thumbs {
    margin-bottom: 0 !important;
}


/* Video container */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*Slider*/

.slider-wrap {
    background: url('../images/top-shadow.png')top center no-repeat #00a88f;
    padding: 5px 0;
}


/*Multi Item Slider*/

.mi-slider {
    height: 400px;
    margin-top: 60px;
    position: relative;
}

.mi-slider ul {
    list-style-type: none;
    position: absolute;
    width: 100%;
    left: 0;
    overflow: hidden;
    text-align: center;
    pointer-events: none;
}

.no-js .mi-slider ul {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 0;
    overflow: visible;
}

.mi-slider ul.mi-current {
    pointer-events: auto;
}

.mi-slider ul li {
    display: inline-block;
    padding: 20px;
    width: 20%;
    max-width: 300px;
    -webkit-transform: translateX(600%);
    transform: translateX(600%);
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.no-js .mi-slider ul li {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.mi-slider ul li a,
.mi-slider ul li img {
    display: block;
    margin: 0 auto;
}

.mi-slider ul li a {
    outline: none;
    cursor: pointer;
}

.mi-slider ul li img {
    max-width: 100%;
    border: none;
}

.mi-slider ul li h4 {
    color: white;
    display: inline-block;
    font-family: Pt Sans, sans-serif;
    font-size: 22px;
    font-weight: 500;
    padding: 20px 10px 0;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

.mi-slider ul li:hover {
    opacity: 0.7;
}

.mi-slider nav {
    bottom: 60px;
    margin: 0 auto;
    max-width: 800px;
    position: relative;
    text-align: center;
}

.no-js nav {
    display: none;
}

.mi-slider nav a {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding: 40px 30px 30px 34px;
    position: relative;
    color: #A30000;
    outline: none;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.mi-slider nav a:hover,
.mi-slider nav a.mi-selected {
    color: #730000;
}

.mi-slider nav a.mi-selected:after,
.mi-slider nav a.mi-selected:before {
    content: '';
    position: absolute;
    top: -5px;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.mi-slider nav a.mi-selected:after {
    border-color: transparent;
    border-top-color: #fff;
    border-width: 20px;
    left: 50%;
    margin-left: -20px;
}

.mi-slider nav a.mi-selected:before {
    border-color: transparent;
    border-width: 27px;
    left: 50%;
    margin-left: -27px;
}


/* Move classes and animations */

.mi-slider ul:first-child li,
.no-js .mi-slider ul li {
    -webkit-animation: scaleUp 350ms ease-in-out both;
    animation: scaleUp 350ms ease-in-out both;
}

@-webkit-keyframes scaleUp {
    0% {
        -webkit-transform: translateX(0) scale(0);
    }
    100% {
        -webkit-transform: translateX(0) scale(1);
    }
}

@keyframes scaleUp {
    0% {
        transform: translateX(0) scale(0);
    }
    100% {
        transform: translateX(0) scale(1);
    }
}

.mi-slider ul:first-child li:first-child {
    -webkit-animation-delay: 90ms;
    animation-delay: 90ms;
}

.mi-slider ul:first-child li:nth-child(2) {
    -webkit-animation-delay: 180ms;
    animation-delay: 180ms;
}

.mi-slider ul:first-child li:nth-child(3) {
    -webkit-animation-delay: 270ms;
    animation-delay: 270ms;
}

.mi-slider ul:first-child li:nth-child(4) {
    -webkit-animation-delay: 360ms;
    animation-delay: 360ms;
}


/* moveFromRight */

.mi-slider ul.mi-moveFromRight li {
    -webkit-animation: moveFromRight 350ms ease-in-out both;
    animation: moveFromRight 350ms ease-in-out both;
}


/* moveFromLeft */

.mi-slider ul.mi-moveFromLeft li {
    -webkit-animation: moveFromLeft 350ms ease-in-out both;
    animation: moveFromLeft 350ms ease-in-out both;
}


/* moveToRight */

.mi-slider ul.mi-moveToRight li {
    -webkit-animation: moveToRight 350ms ease-in-out both;
    animation: moveToRight 350ms ease-in-out both;
}


/* moveToLeft */

.mi-slider ul.mi-moveToLeft li {
    -webkit-animation: moveToLeft 350ms ease-in-out both;
    animation: moveToLeft 350ms ease-in-out both;
}


/* Animation Delays */

.mi-slider ul.mi-moveToLeft li:first-child,
.mi-slider ul.mi-moveFromRight li:first-child,
.mi-slider ul.mi-moveToRight li:nth-child(4),
.mi-slider ul.mi-moveFromLeft li:nth-child(4) {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
}

.mi-slider ul.mi-moveToLeft li:nth-child(2),
.mi-slider ul.mi-moveFromRight li:nth-child(2),
.mi-slider ul.mi-moveToRight li:nth-child(3),
.mi-slider ul.mi-moveFromLeft li:nth-child(3) {
    -webkit-animation-delay: 90ms;
    animation-delay: 90ms;
}

.mi-slider ul.mi-moveToLeft li:nth-child(3),
.mi-slider ul.mi-moveFromRight li:nth-child(3),
.mi-slider ul.mi-moveToRight li:nth-child(2),
.mi-slider ul.mi-moveFromLeft li:nth-child(2) {
    -webkit-animation-delay: 180ms;
    animation-delay: 180ms;
}

.mi-slider ul.mi-moveToLeft li:nth-child(4),
.mi-slider ul.mi-moveFromRight li:nth-child(4),
.mi-slider ul.mi-moveToRight li:first-child,
.mi-slider ul.mi-moveFromLeft li:first-child {
    -webkit-animation-delay: 270ms;
    animation-delay: 270ms;
}


/* Animations */

@-webkit-keyframes moveFromRight {
    0% {
        -webkit-transform: translateX(600%);
    }
    100% {
        -webkit-transform: translateX(0%);
    }
}

@-webkit-keyframes moveFromLeft {
    0% {
        -webkit-transform: translateX(-600%);
    }
    100% {
        -webkit-transform: translateX(0%);
    }
}

@-webkit-keyframes moveToRight {
    0% {
        -webkit-transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(600%);
    }
}

@-webkit-keyframes moveToLeft {
    0% {
        -webkit-transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-600%);
    }
}

@keyframes moveFromRight {
    0% {
        transform: translateX(600%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes moveFromLeft {
    0% {
        transform: translateX(-600%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes moveToRight {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(600%);
    }
}

@keyframes moveToLeft {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-600%);
    }
}

.mi-slider {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Media Queries */

@media screen and (max-width: 910px) {
    .mi-slider nav {
        max-width: 90%;
    }
    .mi-slider nav a {
        font-size: 12px;
        padding: 40px 10px 30px 14px;
    }
}

@media screen and (max-width: 740px) {
    .mi-slider {
        height: 250px;
    }
    .mi-slider nav {
        bottom: 60px;
    }
}

@media screen and (max-width: 490px) {
    .mi-slider {
        text-align: center;
        height: auto;
    }
    .mi-slider ul {
        position: relative;
        display: inline;
        bottom: auto;
        pointer-events: auto;
    }
    .mi-slider ul li {
        -webkit-animation: none !important;
        animation: none !important;
        -webkit-transform: translateX(0) !important;
        transform: translateX(0) !important;
        padding: 10px 3px;
        min-width: 140px;
    }
    .mi-slider nav {
        display: none;
    }
}


/* Flex Slider */

section#slider {
    background: #ebebeb url('../images/slider-bg.png');
    margin-top: 0;
}

.flexslider {
    border: 10px solid #FFFFFF;
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 40px;
    margin-top: 40px;
}

.slides li {
    position: relative;
}

.slides h3 {
    background-color: #FFFFFF;
    bottom: 0;
    display: block;
    font-family: 'Arial', sans-serif;
    font-size: 15px;
    font-weight: 400 !important;
    left: 40px;
    line-height: 18px;
    margin-bottom: 30px;
    max-width: 400px;
    padding: 20px;
    position: absolute;
}

.slides h3 a {
    color: #1E1E1E;
    font-weight: normal;
    padding: 2px 0;
}

.slides li a:hover {
    color: #000 !important;
}

.slides span {
    color: #d81500;
    display: block;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.flex-direction-nav {
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.flex-direction-nav li {
    float: left;
    margin-left: 1px;
    list-style: none;
}

.flex-direction-nav a {
    display: inline-block;
    width: 30px;
    height: 30px;
    opacity: 0.7;
    text-indent: -9999px;
}

.flex-direction-nav .flex-prev {
    background: url(../images/arrow-slider-left.png) no-repeat bottom right;
}

.flex-direction-nav .flex-next {
    background: url(../images/arrow-slider-right.png) no-repeat bottom right;
}

.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: .3!important;
    filter: alpha(opacity=30);
    cursor: default;
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.no-js .slides>li:first-child {
    display: block;
}

.flexslider {
    position: relative;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-border-radius: 3px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 0;
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 0;
    }
}


/* Welcome Slogan */

.dropcaps {
    background: none repeat scroll 0 0 #d81500;
    border: 1px solid #d81500;
    border-radius: 18px 18px 18px 18px;
    color: #F5F5F5;
    display: block;
    float: left;
    height: 18px;
    margin: 0 25px 5px 0;
    padding: 8px;
    text-align: center;
    width: 18px;
}

#welcome {
    margin-bottom: 70px;
    padding: 0 150px;
    text-align: center;
    text-shadow: 1px 1px #FFFFFF;
}

.welcome2-wrap {
    padding: 15px !important;
}

#welcome2 {
    background: none repeat scroll 0 0 #F3F3F3;
    border-bottom: 1px solid #DDDDDD;
    text-align: left;
    text-shadow: 1px 1px #FFF;
}

#welcome2 p {
    color: #343434;
    float: left;
    font-size: 20px;
    font-style: italic;
    line-height: 32px;
    padding: 50px 35px 25px;
    text-align: center;
}

#welcome2 p>span {
    color: #A0A0A0;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    padding-top: 10px;
    text-shadow: 1px 1px #FFFFFF;
}

#welcome2 h1 {
    font-family: 'PT Sans', Arial, sans-serif;
    display: inline-block;
}

.btn-welcome {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    padding: 10px 20px;
    margin-top: -22px;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
    *line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
    background-color: #d81500;
    background: #25a1ce;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI1YTFjZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0OWFiY2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #25a1ce 0%, #d81500 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #25a1ce), color-stop(100%, #d81500));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #25a1ce 0%, #d81500 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #25a1ce 0%, #d81500 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #25a1ce 0%, #d81500 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #25a1ce 0%, #d81500 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a1ce', endColorstr='#d81500', GradientType=0);
    /* IE6-8 */
    border: 7px solid #E0E0E0;
    *border: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-welcome:hover {
    color: #FFF;
    border-color: #d7d7d7;
}

#welcome h1 {
    color: #1E1E1E;
    font-family: PT sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px !important;
    margin-bottom: 10px !important;
    text-transform: uppercase;
}

#welcome h1 span {
    color: #d81500;
}

#welcome p {
    line-height: 22px;
    font-size: 12px;
    color: #747474;
    margin-bottom: 50px;
}


/* Divider */

.title-divider {
    margin-bottom: 30px;
    position: relative;
}

.title-divider h3 {
    margin-bottom: 0 !important;
    padding-right: 5px;
    background-color: #fff;
    position: relative;
    display: inline-block;
    z-index: 1000;
    font-size: 17px;
    text-transform: uppercase;
}

.divider-arrow {
    top: 7px;
    width: 100%;
    position: absolute;
}


/* Features */

.features>div {
    text-align: center;
}

.features h3 {
    margin: 15px !important;
}


/* Bootstrap Carousel */

.carousel {
    position: relative;
}

.carousel-wrapper {
    overflow: hidden;
    padding: 2px 2px 0 2px;
    margin-top: -2px;
}

.carousel-wrapper ul {
    display: none;
}

.carousel-wrapper ul li {
    height: 100%;
    float: left;
    display: block;
}

.btleft .es-nav {
    position: absolute;
    top: 10px;
    left: -63px;
}

.bttop .es-nav {
    position: absolute;
    top: -50px;
    right: 0px;
}

.es-nav span {
    float: left;
    width: 17px;
    height: 17px;
    display: block;
    top: 1px;
    right: 0;
    text-indent: -9999px;
}

.es-nav .es-nav-prev {
    right: 17px;
    background: url(../images/arrow-left.png) no-repeat right top;
}

.es-nav .es-nav-next {
    background: url(../images/arrow-right.png) no-repeat left top;
}

.es-nav .es-nav-next:hover {
    background-position: -17px 0px;
}

.es-nav .es-nav-prev:hover {
    background-position: 0px 0px;
}


/*Horizontal Tabs*/

.panel-tab {}

.tabs-nav li {
    border: 1px solid #dddddd;
    list-style: none outside none;
    margin-bottom: 5px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(255, 255, 255, 0.1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d000000', endColorstr='#1affffff', GradientType=0);
    /* IE6-9 */
}

.tabs-nav li a {
    color: #5F5F5F;
    text-shadow: 1px 1px white;
    -moz-box-sizing: border-box;
    display: inline-block;
    padding: 10px 20px;
    text-shadow: 1px 1px rgba(255, 255, 255, 1);
    width: 100%;
}

.tabs-nav li:hover {
    background-color: #d81500;
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(255, 255, 255, 0.1)));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    /* IE10+ */
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#1affffff', GradientType=0);
    /* IE6-9 */
}

.tabs-nav li:hover a {
    color: #FFF;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

.tabs-nav .active {
    background-color: #d81500;
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(255, 255, 255, 0.1)));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    /* IE10+ */
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#1affffff', GradientType=0);
    /* IE6-9 */
}

.tabs-nav .active a {
    color: #FFF;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

.tabs-nav i[class^='icon-'] {
    background-image: none;
}

.tab-pane {
    border: 1px solid #dddddd;
    list-style: none outside none;
    margin-bottom: 5px;
    padding: 10px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(255, 255, 255, 0.1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d000000', endColorstr='#1affffff', GradientType=0);
    /* IE6-9 */
}


/* Our Projects */

.our-projects article {
    margin-bottom: 30px;
}

.our-projects article img {
    display: block;
}

.our-projects article h4 {
    margin-bottom: 0;
}

.our-projects article:nth-last-child(-n+4) {
    margin-bottom: 0 !important;
}


/* Our Blog */

.our-blog article p.l-meta {
    width: 100%;
    font-size: 12px;
    color: #b6b6b6;
    padding: 5px 0;
    margin: 0;
    background-color: #1d1d1c;
    font-weight: 100;
    margin-bottom: 20px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}

.our-blog p {
    margin-bottom: 10px
}

.our-blog article p.l-meta span {
    display: block;
    padding: 0 10px;
}

.our-blog article p.l-meta a {
    color: #b6b6b6;
}

.our-blog article p.l-meta a:hover {
    color: #d81500;
}

.our-blog img {
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

.our-blog {
    margin-bottom: 40px !important;
}


/* Our News */

.our-news {
    position: relative;
}

.our-news p {
    margin-bottom: 10px;
}

.our-news .news-data {
    float: left;
    width: 60px;
    height: 50px;
    color: #b6b6b6;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
}

.our-news .news-data span {
    display: block;
    font-weight: 900;
    font-size: 42px;
    line-height: 42px;
}

.our-news .title {
    margin-bottom: 5px !important;
}

.divider-blok {
    border-bottom: 1px dashed #efefef;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

article.span3 h4 {
    margin-top: 0px;
}


/*Highlights*/

.highlights {
    text-align: center;
}

.highlights>div {
    margin-top: 30px;
}

.highlights h3 {
    font-family: 'PT Sans', arial, sans-serif;
    font-weight: 600;
    margin: 25px 0;
}

.highlights i[class^="icon-"] {
    background-image: none;
    color: #838383;
    display: inline-block;
    font-size: 96px;
    margin: 20px 0;
    text-shadow: 1px 1px #fff, 2px 2px rgba(0, 0, 0, 0.3);
    width: 110px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}

.hl-resp {
    background: url(../images/ft1.png) top no-repeat transparent;
}

.hl-code {
    background: url(../images/ft2.png) top no-repeat transparent;
}

.hl-customize {
    background: url(../images/ft3.png) top no-repeat transparent;
}

.hl-price {
    background: url(../images/ft4.png) top no-repeat transparent;
}

.highlights div:hover i[class^="icon-"] {
    color: #00A88F;
    font-size: 108px;
}

.highlights div:hover>h3,
.highlights div:hover>p {
    color: #00A88F;
}


/* Our Services */

.accordion-group {
    border: 0;
}

.accordion .accordion-toggle {
    font-weight: 900;
    color: #fff;
    padding: 5px 10px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(255, 255, 255, 0.1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d000000', endColorstr='#1affffff', GradientType=0);
    /* IE6-9 */
    position: relative;
    border: 1px solid #E2E2E2;
    text-shadow: 1px 1px #fff;
}

.accordion .accordion-toggle:hover {
    background-color: #00A88F;
    border-color: #8c8c8c;
    text-shadow: 1px 1px #7B7B7B;
}

.down {
    background-color: #d81500 !important;
    border-color: #8c8c8c !important;
    text-shadow: 1px 1px #7B7B7B !important;
}

.down h4 {
    color: #fff !important;
}

.accordion .accordion-toggle:hover h4 {
    color: #fff;
}

.accordion .accordion-toggle span {
    right: 10px;
    top: 5px;
    width: 16px;
    height: 16px;
    position: absolute;
}

.accordion .accordion-inner {
    margin-top: 1px;
    border: 0;
}

.accordion .acc-block {
    padding: 20px 10px;
}

.accordion h4 {
    color: #00a88f;
    text-transform: none;
}

.accordion li {
    padding-left: 15px;
    margin-bottom: 10px;
}

.accordion i.pull-right {
    margin: 3px 0 0 0;
}


/* Twitter */

.twitter {
    margin-top: -5px;
}

.twitter img {
    float: left;
    margin-right: 15px;
    margin-top: 5px;
}

.twitter span.tweet_time {
    display: block;
    padding-bottom: 5px;
}

.twitter dl {
    border-bottom: 1px dotted #efefef;
    padding-bottom: 20px;
    margin-bottom: 20px;
    list-style: none;
}

.twitter dl:last-child {
    border: none;
}


/* Testimonials */

.testimonials p {
    line-height: 22px;
    font-size: 12px;
    padding: 0 15px 15px 38px;
    background: #fff url('../images/quotes.png') no-repeat top left;
    border-bottom: 1px dotted #efefef;
    width: 80%;
}

.testimonials h4 {
    padding-top: 20px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #d81500;
}

.testimonials img {
    float: left;
    margin-right: 15px;
    margin-top: 10px;
}

.testimonials small {
    display: block;
    font-size: 11px;
}


/*-----------------------------------------------------------------------------------*/


/*	4.	Footer Styles
/*-----------------------------------------------------------------------------------*/

#footer {
    background: none repeat scroll 0 0 #3B3B3B;
    border-top: 4px solid #7B7B7B;
    padding-bottom: 45px !important;
    padding-top: 40px;
    padding-left: 5vh;
    position: relative;
}

#footer h3 {
    color: #ddd;
    font-family: PT Sans, arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-bottom: 25px;
    text-shadow: 1px 1px #010101;
    text-transform: uppercase;
}

#footer li {
    margin-bottom: 10px;
    list-style: none;
}

.footer-text {
    padding-top: 10px;
}

.footer-text span {
    color: #fff;
    font-weight: 600;
}

.footer-links li {
    padding: 10px 5px;
    margin: 0 !important;
    border-bottom: 1px solid #2C2C2C;
    border-top: 1px solid #4A4A4A;
}

.footer-links li:first-of-type {
    border-top: none;
}

.footer-links li:last-of-type {
    border-bottom: none;
}

.footer-links li a {
    color: #AFAFAF;
}

.footer-links li:hover a,
.footer-links li:hover i,
.footer-links li:hover {
    color: #FFF !important;
    background: #434343;
}

.footer-links li i {
    background-image: none;
}

.footer-social i {
    background-image: none;
    margin-right: 10px;
    color: #4A4A4A;
    font-size: 36px;
    height: 36px;
    padding: 10px 0 0;
    text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.3);
    width: 24px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.footer-social i:hover {
    color: #FFF;
}


/* Flickr */

.flickr li {
    list-style: none;
    margin: 0 5px 30px 4px;
    float: left;
    background-color: #c4c4c4;
    line-height: 0 !important;
}


/* Contact Form */

#footer #contact {
    margin-bottom: 0px
}

#footer #contact .control-group {
    margin-bottom: 5px;
}

#footer #contact input[type="text"] {
    color: #777;
    padding: 3px 5px;
    border: 1px inset rgba(0, 0, 0, 0.3);
    background-color: transparent;
    margin-bottom: 1px !important;
    height: 19px;
    border-radius: 3px;
}

#footer #contact span {
    color: #777;
    font-size: 13px;
    display: inline-block;
    width: 44px;
}

#footer #contact input:focus,
#footer #contact textarea:focus {
    box-shadow: none;
    background-color: rgba(150, 150, 150, 0.1) !important;
}

#footer #contact textarea {
    color: #777;
    padding: 5px;
    height: 66px;
    overflow: auto;
    margin-bottom: 2px;
    border: 1px inset rgba(0, 0, 0, 0.3);
    background-color: transparent;
    border-radius: 3px;
}

#footer #contact p {
    margin-bottom: 5px;
}

#footer #contact .btn {
    background-color: transparent;
    background-image: none;
    border: 1px solid #A4A4A4;
    border-radius: 3px 3px 3px 3px;
    box-shadow: none;
    color: #7D7D7D;
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    margin-right: 3px;
    padding: 4px 10px;
    text-shadow: none;
}

#footer #contact .btn:hover {
    text-decoration: none;
    background-color: rgba(150, 150, 150, 0.1);
    *background-color: rgba(150, 150, 150, 0.1);
    /* Buttons in IE7 don't get borders, so darken on hover */
}

#footer .form-horizontal .control-label {
    width: 25px;
}

#footer .form-horizontal .controls {
    margin-left: 45px;
}

#footer .form-horizontal .controls:first-child {
    *padding-left: 45px;
}

#footer .form-horizontal .form-actions {
    padding-left: 45px;
}


/* Address icons */

[class^="myicon-"],
[class*=" myicon-"] {
    display: inline-block;
    width: 16px;
    height: 12px;
    *margin-right: .3em;
    line-height: 12px;
    margin-right: 8px;
    vertical-align: text-top;
    background-repeat: no-repeat;
    margin-top: 1px;
}

.myicon-phone {
    background-image: url("../images/phone.png");
}

.myicon-mail {
    background-image: url("../images/mail.png");
}


/* Footer Menu */

#footer-menu {
    background-color: #2A2A2A;
    border-top: 1px solid #484848;
    width: 100%;
}

#footer-menu .container {
    padding-top: 0;
    padding-bottom: 0;
}

#footer-menu li {
    list-style: none;
    padding: 15px 0;
    margin-left: 10px;
    float: left;
    font-size: 10px;
}

#footer-menu a {
    font-weight: 400;
    color: #fff;
    font-size: 11px;
}

#footer-menu a:hover {
    color: #d81500;
}

#footer-menu p {
    font-size: 11px;
    color: #fff;
    padding-top: 14px;
    letter-spacing: 0.04px;
}


/*-----------------------------------------------------------------------------------*/


/*	5.	Post/Portfolio Content Styles
/*-----------------------------------------------------------------------------------*/


/* Categories */

#filtrable {
    margin-bottom: 30px;
    float: right;
}

#filtrable li {
    float: left;
    margin-left: 10px;
    list-style: none;
}

#filtrable a {
    padding: 4px 10px;
    background-color: transparent;
    border: 1px solid #ececec;
    font-size: 0.9em;
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#filtrable a:hover,
#filtrable .current a {
    border-color: #ddd;
    background-color: #f5f5f5;
    color: #787878;
}

.p-view,
.p-link {
    display: block;
    width: 31px;
    height: 31px;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    opacity: 0.8;
    -webkit-transition: opacity 0.35s linear;
    -moz-transition: opacity 0.35s linear;
    -o-transition: opacity 0.35s linear;
}

.p-view:hover,
.p-link:hover {
    opacity: 1;
}

.p-view {
    left: 50%;
    margin-left: -39px;
    background: url(../images/view.png);
}

.p-link {
    right: 50%;
    margin-right: -39px;
    background: url(../images/link.png);
}

.portfolio h4:last-child {
    margin-bottom: 0 !important;
}

.portfolio article {
    margin-bottom: 30px;
}

.portfolio img {
    display: block;
}

.portfolio h4 a {
    color: #444;
    text-align: center;
    padding: 7px 10px;
    display: block;
    text-transform: none;
    background-color: #fcfcfc;
    border-bottom: 1px solid #eeeeee;
}

.portfolio h3 {
    margin-top: 20px;
    border-bottom: 1px dashed #efefef;
    margin-bottom: 10px;
    padding-bottom: 8px;
    font-size: 16px;
}

.portfolio .read-more {
    margin-bottom: 30px;
}


/* Pagination */

.pagination li {
    list-style: none;
    float: left;
    margin-right: 5px;
}

.pagination a {
    background-color: transparent;
    font-size: 0.9em;
    display: inline-block;
    border-left-width: 1px;
}


/* Sidebar */

#sidebar {
    font-size: 14px;
}

#sidebar h4 {
    font-size: 15px;
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding-right: 15px;
}

#sidebar .title-divider {
    margin-bottom: 10px !important;
}

#sidebar .divider-arrow {
    top: 10px !important;
}

#sidebar li {
    list-style: none;
    padding-bottom: 13px;
    margin-bottom: 13px;
    border-bottom: 1px dotted #f2f2f2;
}

#sidebar section {
    margin-bottom: 50px;
}

#sidebar section:last-child {
    margin-bottom: 0px;
}

#sidebar .ul-col2 {
    width: 110.9489051094891%;
}

#sidebar .ul-col2 li {
    float: left;
    width: 40.13157894736842%;
    margin-right: 09.86842105263158%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #f2f2f2;
}

#sidebar .ul-col2 a {
    color: #888;
}

#sidebar .ul-col2 a:hover {
    color: #222;
}


/*-----------------------------------------------------------------------------------*/


/*	6.	Widgets & Widget Area
/*-----------------------------------------------------------------------------------*/


/* Popular Posts Widget */

.post-widget img {
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.post-widget .img {
    display: block;
    margin-bottom: 0;
    line-height: normal;
}

.post-widget a {
    font-size: 1em;
    line-height: 18px;
    margin-bottom: 7px;
}

.post-widget p {
    margin-bottom: 0;
    font-size: 12px;
    letter-spacing: 0.02em
}

.post-widget li:last-child {
    margin-bottom: 0 !important;
}


/* Tags Widget */

#tags a {
    color: #888;
    font-size: 12px;
    letter-spacing: 0.02em;
    padding: 2px 5px;
    margin: 0 5px 5px 0;
    display: inline-block;
    border: 1px solid #e8e8e8;
}

#tags a:hover {
    color: #fff;
    border-color: #ffa071;
    background-color: #ffaf88;
}


/* Flickr Widget */

.sidebar-flickr ul {
    width: 110.9489051094891%;
}

.sidebar-flickr li {
    border: 0;
    float: left;
    padding: 0 !important;
    border-bottom: none !important;
    margin-bottom: 03.28947368421053% !important;
    margin-right: 03.28947368421053% !important;
    height: 20.06578947368421%;
    width: 20.06578947368421%;
}


/*Blog Widget*/

.content-title {
    margin-bottom: 25px;
}

.blog-widget li {
    list-style: none;
}

.blogpost-image {
    display: inline-block;
    float: left;
    margin: 0 15px 30px 0;
}

.blogpost-body {}

.blogpost-title a {
    color: #5B5B5B;
    font-size: 13px;
    font-weight: 600;
}

.blogpost-date {
    margin-top: 10px;
}


/* Latest Projects Widget */

.carousel {
    margin-bottom: 0;
}

.carousel-inner {
    display: block;
    float: right;
}

.carousel-control {
    background: none repeat scroll 0 0 #C2C1C1;
    border: medium none;
    border-radius: 0 0 0 0;
    color: #0A0A0A;
    font-size: 12px;
    height: 18px;
    left: inherit;
    line-height: 13px;
    margin: 0;
    position: absolute;
    width: 18px;
}

.carousel-control:hover {
    background: none repeat scroll 0 0 #d81500;
}

.carousel-control.post {
    top: 50%;
}

.carousel-control.left.post {
    left: 0;
}

.carousel-control.left {
    right: 55px;
}

.carousel-control.right {
    right: 35px;
}

.subscribe-button {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #D7D2D4;
    border-radius: 2px 2px 2px 2px;
    color: #8A8989;
    margin-left: 5px;
    padding: 4px 20px;
    position: absolute;
    right: 50px;
}

.subscribe-button:hover {
    background: none repeat scroll 0 0 #DC6C56;
    color: #FFFFFF;
    text-shadow: none;
}

.subscribe-form {
    border-left: 1px dotted #C2C1C1;
    margin-left: 0;
    padding-left: 20px;
}

.subscribe-input {
    background: url("../images/input-email.png") no-repeat scroll 3px 6px transparent;
    padding: 4px 23px !important;
}


/* Comments Widget */

.comment-sidebar li:last-child {
    margin-bottom: 0 !important;
}


/*-----------------------------------------------------------------------------------*/


/*	7.	Blog Styles
/*-----------------------------------------------------------------------------------*/

.blog-post h2.post-title {
    margin-bottom: 10px;
}

.blog-post h2.post-title a {
    line-height: 25px
}

.blog-post img {
    margin-bottom: 30px;
    display: block;
}

.blog-post .meta {
    padding-bottom: 5px;
    border-bottom: 1px dotted #f2f2f2;
    margin-bottom: 15px;
}

.blog-post .meta li {
    list-style: none;
    font-size: 0.9em;
    margin-right: 10px;
    float: left;
    letter-spacing: 0.03em;
}

.blog-post .meta a {
    color: #d81500;
}

.blog-post .meta a:hover {
    color: #777;
}

.blog-post.style2 img {
    width: 50%;
    float: left;
    margin-right: 25px;
}

.blog-post.style2 .carousel,
.blog-post.style2 .video {
    width: 50%;
    float: left;
    margin-right: 25px;
}

.blog-post.style2 .carousel img {
    width: 100%;
}

.blog-post.style2 p {
    padding-top: 30px;
}

.blog-post.style2 .meta {
    border: none;
}

.label-info,
.badge-info {
    background-color: #d81500;
}


/* About Us Block */

.aboutus {
    margin-bottom: 35px;
}

.aboutus h3 {
    margin-bottom: 0;
    line-height: 30px;
    text-align: center;
    font-size: 24px;
}

.aboutus .color2 {
    font-weight: 400;
}


/* Services Block */

.ident-bot-2 {
    margin-bottom: 17px;
}

.figure-1 a.left-image {
    margin-right: 17px;
}

.lightbox-image {
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.lightbox-image img {
    position: relative;
    z-index: 2;
}

.img-border-bg {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 0 1px #E7E7E7 inset;
    display: inline-block;
    padding: 5px;
}

.img-border {
    border-radius: 4px 4px 4px 4px;
    width: 100%;
}

.lightbox-image span {
    background: url("../images/magnify.png") no-repeat scroll 50% 50% transparent;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.service {
    margin: 0 5px 10px 0;
}


/*-----------------------------------------------------------------------------------*/


/*	8.	Forms
/*-----------------------------------------------------------------------------------*/

#af-form input[type="text"] {
    color: #777;
    font-size: 12px !important;
    padding: 5px;
    height: 24px;
    box-shadow: none;
    margin-top: 0;
    height: 35px !important;
    margin-bottom: 0;
    border: 1px solid #ececec;
}

#af-form input[type="text"],
#af-form textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f9f9f9;
}

#af-form input[type="text"]:focus,
#af-form textarea:focus {
    -webkit-box-shadow: 0px 0px 3px 0px #f0f0f0;
    box-shadow: 0px 0px 3px 0px #f0f0f0;
    background-color: #fcfcfc;
}

#af-form textarea {
    color: #777;
    font-size: 12px !important;
    padding: 5px;
    height: 160px !important;
    overflow: auto;
    border: 1px solid #ececec;
    width: 100%;
}

.af-outer {
    margin-bottom: 15px;
}

label.error,
label.ferror {
    color: #dc3f35;
    font-size: 13px;
}

#af-form input.error,
textarea.error {
    border: 1px solid #ff3f3f;
}

#progress {
    margin-top: 15px;
}


/*-----------------------------------------------------------------------------------*/


/*	9.	Comments
/*-----------------------------------------------------------------------------------*/

.comments .textarea {
    border: 1px solid #EDEDED;
    margin-bottom: 40px;
    margin-left: 94px;
    padding: 10px 20px;
    position: relative;
}

.comments .avatar {
    position: relative;
    float: left;
    margin-right: -5px;
}

.comments .comments-list {
    list-style: none !important;
}

.comments .comments-list ul {
    margin-left: 30px;
    margin-bottom: 20px;
}

.comments .meta {
    font: 12px 'Open Sans', serif;
    color: #666666;
    padding-bottom: 8px;
    margin-bottom: 10px !important;
    border-bottom: 1px dotted #e2e2e2;
}

.comments ul ul .textarea {
    margin-top: -20px;
}


/*-----------------------------------------------------------------------------------*/


/*	10.  Thumbnails
/*-----------------------------------------------------------------------------------*/

.da-thumbs li,
.da-thumbs article,
.da-thumbs.portfolio span {
    overflow: hidden;
    position: relative;
}

.da-thumbs li img,
.da-thumbs.portfolio span {
    display: block;
    position: relative;
}

.da-thumbs li div,
.da-thumbs article div {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

.da-thumbs li div.da-animate,
.da-thumbs article div.da-animate {
    -webkit-transition: all 0.3s ease;
    -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;
}

.da-slideFromTop {
    left: 0px;
    top: -100%;
}

.da-slideFromBottom {
    left: 0px;
    top: 100%;
}

.da-slideFromLeft {
    top: 0px;
    left: -100%;
}

.da-slideFromRight {
    top: 0px;
    left: 100%;
}

.da-slideTop {
    top: 0px;
}

.da-slideLeft {
    left: 0px;
}


/*-----------------------------------------------------------------------------------*/


/*	11.	Shortcode Styles
/*-----------------------------------------------------------------------------------*/

.span9,
.span6 {
    position: relative;
}


/* Divider */

.divider-arrow,
hr,
.divider {
    height: 1px;
    clear: both;
}

#container hr {
    margin-top: 25px;
    margin-bottom: 50px;
}

#container hr.soft {
    margin: 10px 0;
}

#container .portfolio-single hr,
#container .blog-single hr {
    margin-top: 10px;
    margin-bottom: 15px;
}


/* Read More */

.read-more {
    display: block;
    color: #d81500;
    letter-spacing: 0.02em
}

.read-more:hover {
    color: #d81500;
}


/* Portfolio */

.portfolio h4 a {
    color: #444;
    text-align: center;
    padding: 7px 10px;
    display: block;
    text-transform: none;
    background-color: #fcfcfc;
    border-bottom: 1px solid #eeeeee;
}

.portfolio h4 a:hover {
    color: #fff;
    background-color: #ffaf88;
    border-bottom: 1px solid #f79f73;
}


/* Back to Top */

#toTop {
    background: url("../images/ui.totop.png") no-repeat scroll left top transparent;
    border: medium none;
    bottom: 6px;
    display: none;
    height: 40px;
    overflow: hidden;
    position: fixed;
    right: 10px;
    text-decoration: none;
    text-indent: -999px;
    width: 40px;
}

#toTopHover {
    background: url("../images/ui.totop.png") no-repeat scroll left -40px transparent;
    display: block;
    float: left;
    height: 40px;
    opacity: 0;
    overflow: hidden;
    width: 40px;
}

#toTop:active,
#toTop:focus {
    outline: medium none;
}


/*Pricing Tables*/

.pricing {
    text-align: center;
}

.pricing ul {
    list-style-type: none;
    margin-left: 0;
}

.pricing .well {
    padding: 0;
}

.pricing .well .well {
    background-color: transparent;
    border: 0 none;
    box-shadow: 0 0 0 transparent;
    padding: 20px;
}

.pricing .featured {
    background-color: #D3D3D3;
}

.pricing .featured .pricing-plan {
    background-color: #d81500;
    color: #FFFFFF;
}

.pricing .starter {
    background-color: #d3d3d3;
    color: #FFFFFF;
    font-size: 24px;
    margin: 0;
    padding: 20px 0;
}

.pricing .pricing-plan {
    background-color: #00A88F;
    color: #FFFFFF;
    font-size: 24px;
    margin: 0;
    padding: 20px 0;
}

.pricing .pricing-price {
    flex: 1;
    background-color: #999999;
    border-top: 1px solid #D3D3D3;
    color: #FFFFFF;
    font-size: 24px;
    margin: 0;
    padding-bottom: 20px;
    padding-top: 20px;
}

.pricing-price-free {
    flex: 1;
    background-color: #999999;
    border-top: 1px solid #D3D3D3;
    color: #FFFFFF;
    font-size: 24px;
    margin: 0;
    padding-top: 44px;
    padding-bottom: 44px;
}

.pricing-list-headers{
    display: flex;
    background-color: #999999;
    flex-direction: column;
}

.pricing .pricing-price small {
    color: #FFFFFF;
    display: block;
}

.pricing .pricing-list li {
    border-bottom: 1px dotted #C3C0B9;
    padding: 20px 0;
}

.pricing .pricing-list li:nth-child(2n) {
    background-color: #F3F3F3;
}

.pricing .featured .pricing-list li:nth-child(2n) {
    background-color: #DDDDDD;
}


/* Others */

.list-map li {
    font-size: 14px;
    list-style: none outside none;
    margin-bottom: 15px;
}

.list-map li i {
    background-image: none;
}
.no-li{
    min-height: 19px;
}


/*Black and White effect*/

.bwWrapper {
    position: relative;
    display: block;
}

.pull-center {
    text-align: center !important;
}

.dropcap {
    width: 38px;
    height: 38px;
    line-height: 38px;
    float: left;
    margin-right: 15px;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 22px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    background-color: #d81500;
}

blockquote {
    background: none repeat scroll 0 0 #F1F1F1;
    border-left: 3px solid #d81500;
    margin: 20px 0;
    padding: 10px 10px 10px 30px;
}

blockquote p {
    color: #999;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 0.02em;
    font-family: 'Georgia', serif;
}

.tools {
    margin-bottom: 35px !important;
}

.tools p {
    display: table;
}

.tools i {
    background-image: none;
    font-size: 18px;
    margin: 0;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    margin-bottom: 30px;
    height: 0;
    overflow: hidden;
}

.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.thumbnail {
    border: none;
    margin-bottom: 25px;
}

a.thumbnail {
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.15);
}

a.thumbnail:hover {
    box-shadow: 0 1px 4px 2px rgba(0, 105, 214, 0.25);
}

.btn-message {
    border-radius: 0;
    margin: 20px 20px 0;
}


/*-----------------------------------------------------------------------------------*/


/*	12.	Responsive Fixes
/*-----------------------------------------------------------------------------------*/

@media only screen and (min-width: 980px) and (max-width: 1199px) {
    .btleft .es-nav {
        left: -53px;
    }
    #latest-work .carousel-wrapper li {
        width: 340px !important;
    }
    .figure-1 a.left-image {
        margin-right: 5px;
    }
    .service.img-border-bg {
        margin-top: 50px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    #welcome {
        padding: 0;
    }
    .btleft .es-nav {
        left: -43px;
    }
    #latest-work .carousel-wrapper li {
        width: 252px !important;
    }
    .flickr li {
        width: 68px
    }
    #sidebar .ul-col2 li {
        float: none;
        margin-right: 0;
        width: 90%;
    }
    #footer #contact input[type="text"],
    #footer #contact textarea {
        width: 90%
    }
    #footer [class^="icon-"] {
        display: none;
    }
    .service.img-border-bg {
        margin-top: 50px;
    }
    .ident-bot-2 {
        margin-bottom: 0;
    }
    .figure-3 {
        display: none;
    }
    .pricing-price-free {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}

@media (max-width: 767px) {
    .message-center {
        margin: 0 45px 80px !important;
    }
    body {
        padding: 0
    }
    .container {
        padding: 0 20px;
    }
    .message-center {
        margin: 0;
    }
    #menu ul,
    .slides h3,
    #top-menu>.span6 {
        display: none;
    }
    #top-menu .top-social {
        float: none;
    }
    #menu {
        float: none;
        margin-top: 60px !important;
    }
    .res-menu {
        display: block;
    }
    .logo {
        text-align: center;
        ;
    }
    .breadcrumbs div {
        padding: 0 10px !important;
    }
    .container>.row [class*="span"] {
        margin-bottom: 30px;
    }
    .container>.row>[class*="span"]:last-child {
        margin-bottom: 0 !important;
    }
    #welcome {
        padding: 0;
    }
    #menu {
        margin-top: 20px;
    }
    .btn-welcome {
        float: left;
        margin-top: 0;
    }
    #welcome2 p {
        width: 100%;
    }
    .btleft .es-nav {
        bottom: inherit;
        right: 0;
        left: inherit;
        top: -38px;
    }
    #latest-work .carousel-wrapper li {
        max-width: 15em !important;
    }
    .our-projects article:nth-last-child(-n+4) {
        margin-bottom: 30px !important;
    }
    #footer-menu .span4 {
        margin-bottom: 15px;
        text-align: center;
    }
    .breadcrumbs {
        padding: 40px 20px;
        position: relative;
    }
    #sidebar section:last-child {
        margin-bottom: 0;
    }
    #sidebar .ul-col2 {
        width: 100%
    }
    #sidebar .ul-col2 li {
        margin-right: 0;
        width: 50%;
    }
    #welcome2 p {
        padding: 0;
    }
    .alignleft,
    .alignright {
        float: none !important;
    }
    #footer .submit-div {
        width: 270px;
    }
    figure {
        display: inline-block;
        margin-right: 15px;
    }
    .no-li {
        display: none;
    }
    .pricing-container {
        padding: 0;
    }
}

@media (max-width: 480px) {
    #header .logo img {
        float: none;
    }
    #menu {
        float: none;
    }
    .message-center {
        margin: 0;
    }
    #footer .form-horizontal .control-group>label {
        float: none;
        width: auto;
        padding-top: 0;
        text-align: left;
    }
    #footer .form-horizontal .controls {
        margin-left: 0;
    }
    #footer .form-horizontal .control-list {
        padding-top: 0;
    }
    #footer .form-horizontal .form-actions {
        padding-left: 10px;
        padding-right: 10px;
    }
    #footer .submit-div {
        width: 225px;
    }
    .testimonials p {
        width: 70%;
    }
    #welcome2 p {
        padding: 0;
    }
}

.logo h3 {
    margin: 0px;
}

.panel-primary>.panel-heading {
    background-color: #7b7b7b;
}

.panel-primary {
    border-color: #7b7b7b;
}

.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-body:before,
.panel-body:after {
    content: " ";
    display: table;
}

.panel-body:after {
    clear: both;
}

.panel-body:before,
.panel-body:after {
    content: " ";
    display: table;
}

.panel-body:after {
    clear: both;
}

.panel>.list-group {
    margin-bottom: 0;
}

.panel>.list-group .list-group-item {
    border-width: 1px 0;
}

.panel>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel>.list-group .list-group-item:last-child {
    border-bottom: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive {
    border-top: 1px solid #dddddd;
}

.panel>.table>tbody:first-child th,
.panel>.table>tbody:first-child td {
    border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
}

.panel>.table-bordered>thead>tr:last-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:last-child>th,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-bordered>thead>tr:last-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title>a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    overflow: hidden;
}

.panel-group .panel+.panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #dddddd;
}

.panel-default {
    border-color: #fff;
}

.panel-default>.panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #fff;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #fff;
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #fff;
}

.panel-primary {
    border-color: #7b7b7b;
}

.panel-primary>.panel-heading {
    color: #ffffff;
    background-color: #7b7b7b;
    border-color: #47b7b7b;
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #428bca;
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #428bca;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #d6e9c6;
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #faebcc;
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ebccd1;
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ebccd1;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #bce8f1;
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #bce8f1;
}

#tour {
    font-size: 15px;
    line-height: 20px;
}

.accordion-heading h4 {
    font-size: 18px;
}

.accordion-inner p {
    font-size: 15px;
    line-height: 20px;
}

.highlights p {
    font-size: 15px;
}

.form-horizontal label {
    font-size: 14px;
}
.include-text{
    padding-bottom: 20px;
}
