/*
 * Plugin: Kavya Shortcodes Plugin
 * Author: Suresh Patel : http://kpthemes.com
 * Copyright: Copyright (c) 2014, Suresh Patel
*/

/* Global Styles
================================================== */
.kavya-clear-floats { clear: both }
.kavya-clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.kavya-fadein { opacity: 0; }
/* Spacing
================================================== */
.kavya-spacing { display: block; height: auto; margin: 0 !important; padding: 0 !important; background: none !important; border: none !important; outline: none !important; }
/* Divider
================================================== */
.kavya-divider { display: block; width: 100%; height: 0; margin: 0; background: none !important; }
.kavya-divider.solid { border-top: 1px solid #eee }
.kavya-divider.dashed { border-top: 2px dashed #eee }
.kavya-divider.dotted { border-top: 3px dotted #eee }
.kavya-divider.double { height: 5px; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
.kavya-divider.fadeout { width: 100%; height: 1px; border: none; margin-bottom: 42px; margin-top: 12px; margin-left: auto; margin-right: auto; background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(#dddddd), to(#f9f9f9)) !important; background-image: -webkit-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; background-image: -moz-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; background-image: -o-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; background-image: -ms-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; background-image: radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; }
.kavya-divider.fadein { width: 100%; height: 1px; border: none; margin-bottom: 42px; margin-top: 12px; margin-left: auto; margin-right: auto; background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(#dddddd), to(#f9f9f9)) !important; background-image: -webkit-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; background-image: -moz-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; background-image: -o-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; background-image: -ms-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; background-image: radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; }
/* Social
================================================== */
.kavya-social-icon { display: inline-block; margin-right: 5px; }
.kavya-social-icon img { display: inline; border: none; outline: none; padding: 0; margin: 0; box-shadow: none !important; }
.kavya-social-icon img:hover { opacity: 0.8 }
/* Columns
================================================== */
.kavya-one-half { width: 48% }
.kavya-one-third { width: 30.66% }
.kavya-two-third { width: 65.33% }
.kavya-one-fourth { width: 22% }
.kavya-three-fourth { width: 74% }
.kavya-one-fifth { width: 16.8% }
.kavya-two-fifth { width: 37.6% }
.kavya-three-fifth { width: 58.4% }
.kavya-four-fifth { width: 67.2% }
.kavya-one-sixth { width: 13.33% }
.kavya-five-sixth { width: 82.67% }
.kavya-one-half, .kavya-one-third, .kavya-two-third, .kavya-three-fourth, .kavya-one-fourth, .kavya-one-fifth, .kavya-two-fifth, .kavya-three-fifth, .kavya-four-fifth, .kavya-one-sixth, .kavya-five-sixth { position: relative; margin-right: 4%; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.kavya-column-last { margin-right: 0!important; clear: right; }
.kavya-column-last:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.kavya-one-half, .kavya-one-third, .kavya-two-third, .kavya-three-fourth, .kavya-one-fourth, .kavya-one-fifth, .kavya-two-fifth, .kavya-three-fifth, .kavya-four-fifth, .kavya-one-sixth, .kavya-five-sixth { }
/*  Alerts
================================================== */
.alert { position: relative; padding: 12px 30px 12px 20px; text-align: center; font-size: 12px; margin: 0 0 20px 0; border: 1px solid; }
.alert a { color: #444; }
.alert .alert-close { opacity: 0.4; font-size: 18px; width: 18px; height: 18px; display: block; position: absolute; top: 12px; right: 10px; }
.alert .alert-close:hover { opacity: 1; }
.alert .alert-close i { display: block; }
.alert.notice { background: #fff; border-color: #eee; }
.alert.warning  { background: #fbeed5; border-color: #e4ddb7; color: #ad8643; }
.alert.success { background: #dff0d8; border-color: #c1e1b4; color: #468847; }
.alert.error { background: #f2dede; border-color: #e3bfbf; color: #b94a48; }
.alert.info { background: #d9edf7; border-color: #b7dbed; color: #3a87ad; }

/* Buttons
================================================== */
.kavya-button { font-family: 'Helvetica Neue', Helvetica, Arial, Helvetica, sans-serif; margin: 5px 5px 5px 0; cursor: pointer; display: inline-block; white-space: nowrap; nowhitespace: afterproperty; text-align: center; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5); outline: none; border: 1px solid #7e7e7e; border-radius: 3px; background: #aaaaaa; text-decoration: none !important; background: -moz-linear-gradient(top,  #aaaaaa 0%, #7e7e7e 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaaaaa), color-stop(100%,#7e7e7e)); background: -webkit-linear-gradient(top,  #aaaaaa 0%,#7e7e7e 100%); background: -o-linear-gradient(top,  #aaaaaa 0%,#7e7e7e 100%); background: -ms-linear-gradient(top,  #aaaaaa 0%,#7e7e7e 100%); background: linear-gradient(to bottom,  #aaaaaa 0%,#7e7e7e 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#7e7e7e',GradientType=0 ); border: 1px solid #7e7e7e; -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
.kavya-button span.kavya-button-inner { display: block; color: #fff; font-weight: bold; padding: 1.1em 1.4em; line-height: 0.8em; text-decoration: none; text-align: center; white-space: nowrap; text-shadow: 0 -1px 0 rgba(0,0,0,0.35); border-top: 1px solid #c3c3c3; border-radius: 3px; }
.kavya-button:active { text-decoration: none; background: #7e7e7e; background: -moz-linear-gradient(top,  #7e7e7e 0%, #aaaaaa 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7e7e7e), color-stop(100%,#aaaaaa)); background: -webkit-linear-gradient(top,  #7e7e7e 0%,#aaaaaa 100%); background: -o-linear-gradient(top,  #7e7e7e 0%,#aaaaaa 100%); background: -ms-linear-gradient(top,  #7e7e7e 0%,#aaaaaa 100%); background: linear-gradient(to bottom,  #7e7e7e 0%,#aaaaaa 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e7e7e', endColorstr='#aaaaaa',GradientType=0 ); }
.kavya-button:hover { text-decoration: none; opacity: 0.9; -moz-opacity: 0.9; -webkit-opacity: 0.9; }
.kavya-button.black { background: #505050; background: -moz-linear-gradient(top,  #505050 0%, #101010 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#505050), color-stop(100%,#101010)); background: -webkit-linear-gradient(top,  #505050 0%,#101010 100%); background: -o-linear-gradient(top,  #505050 0%,#101010 100%); background: -ms-linear-gradient(top,  #505050 0%,#101010 100%); background: linear-gradient(to bottom,  #505050 0%,#101010 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505050', endColorstr='#101010',GradientType=0 ); border: 1px solid #101010; }
.kavya-button.black:active { background: #101010; background: -moz-linear-gradient(top,  #101010 0%, #505050 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#101010), color-stop(100%,#505050)); background: -webkit-linear-gradient(top,  #101010 0%,#505050 100%); background: -o-linear-gradient(top,  #101010 0%,#505050 100%); background: -ms-linear-gradient(top,  #101010 0%,#505050 100%); background: linear-gradient(to bottom,  #101010 0%,#505050 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#101010', endColorstr='#505050',GradientType=0 ); }
.kavya-button.black span.kavya-button-inner { border-top: 1px solid #6e6e6e }
.kavya-button.red { background: #d01d10; background: -moz-linear-gradient(top,  #f36d64 0%, #d01d10 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f36d64), color-stop(100%,#d01d10)); background: -webkit-linear-gradient(top,  #f36d64 0%,#d01d10 100%); background: -o-linear-gradient(top,  #f36d64 0%,#d01d10 100%); background: -ms-linear-gradient(top,  #f36d64 0%,#d01d10 100%); background: linear-gradient(to bottom,  #f36d64 0%,#d01d10 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f36d64', endColorstr='#d01d10',GradientType=0 ); border: 1px solid #d01d10; }
.kavya-button.red span.kavya-button-inner { border-top: 1px solid #f69a93 }
.kavya-button.red:active { background: #d01d10; background: -moz-linear-gradient(top,  #d01d10 0%, #f36d64 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d01d10), color-stop(100%,#f36d64)); background: -webkit-linear-gradient(top,  #d01d10 0%,#f36d64 100%); background: -o-linear-gradient(top,  #d01d10 0%,#f36d64 100%); background: -ms-linear-gradient(top,  #d01d10 0%,#f36d64 100%); background: linear-gradient(to bottom,  #d01d10 0%,#f36d64 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d01d10', endColorstr='#f36d64',GradientType=0 ); }
.kavya-button.orange { background: #fa9e19; background: -moz-linear-gradient(top,  #fa9e19 0%, #fb6909 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa9e19), color-stop(100%,#fb6909)); background: -webkit-linear-gradient(top,  #fa9e19 0%,#fb6909 100%); background: -o-linear-gradient(top,  #fa9e19 0%,#fb6909 100%); background: -ms-linear-gradient(top,  #fa9e19 0%,#fb6909 100%); background: linear-gradient(to bottom,  #fa9e19 0%,#fb6909 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa9e19', endColorstr='#fb6909',GradientType=0 ); border: 1px solid #FB6909; }
.kavya-button.orange span.kavya-button-inner { border-top: 1px solid #fcc87d }
.kavya-button.orange:active { background: #fb6909; background: -moz-linear-gradient(top,  #fb6909 0%, #fa9e19 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb6909), color-stop(100%,#fa9e19)); background: -webkit-linear-gradient(top,  #fb6909 0%,#fa9e19 100%); background: -o-linear-gradient(top,  #fb6909 0%,#fa9e19 100%); background: -ms-linear-gradient(top,  #fb6909 0%,#fa9e19 100%); background: linear-gradient(to bottom,  #fb6909 0%,#fa9e19 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb6909', endColorstr='#fa9e19',GradientType=0 ); }
.kavya-button.blue { background: #1571f0; background: -moz-linear-gradient(top,  #41a7fc 0%, #1571f0 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41a7fc), color-stop(100%,#1571f0)); background: -webkit-linear-gradient(top,  #41a7fc 0%,#1571f0 100%); background: -o-linear-gradient(top,  #41a7fc 0%,#1571f0 100%); background: -ms-linear-gradient(top,  #41a7fc 0%,#1571f0 100%); background: linear-gradient(to bottom,  #41a7fc 0%,#1571f0 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7fc', endColorstr='#1571f0',GradientType=0 ); border: 1px solid #1a6dd7; }
.kavya-button.blue span.kavya-button-inner { border-top: 1px solid #84c6fd }
.kavya-button.blue:active { background: #1571f0; background: -moz-linear-gradient(top,  #1571f0 0%, #41a7fc 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1571f0), color-stop(100%,#41a7fc)); background: -webkit-linear-gradient(top,  #1571f0 0%,#41a7fc 100%); background: -o-linear-gradient(top,  #1571f0 0%,#41a7fc 100%); background: -ms-linear-gradient(top,  #1571f0 0%,#41a7fc 100%); background: linear-gradient(to bottom,  #1571f0 0%,#41a7fc 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1571f0', endColorstr='#41a7fc',GradientType=0 ); }
.kavya-button.rosy { background: #f295a2; background: -moz-linear-gradient(top,  #ee7787 0%, #e84a5f 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee7787), color-stop(100%,#e84a5f)); background: -webkit-linear-gradient(top,  #ee7787 0%,#e84a5f 100%); background: -o-linear-gradient(top,  #ee7787 0%,#e84a5f 100%); background: -ms-linear-gradient(top,  #ee7787 0%,#e84a5f 100%); background: linear-gradient(to bottom,  #ee7787 0%,#e84a5f 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee7787', endColorstr='#e84a5f',GradientType=0 ); border: 1px solid #e84a5f; }
.kavya-button.rosy:active { background: #e84a5f; background: -moz-linear-gradient(top,  #e84a5f 0%, #ee7787 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e84a5f), color-stop(100%,#ee7787)); background: -webkit-linear-gradient(top,  #e84a5f 0%,#ee7787 100%); background: -o-linear-gradient(top,  #e84a5f 0%,#ee7787 100%); background: -ms-linear-gradient(top,  #e84a5f 0%,#ee7787 100%); background: linear-gradient(to bottom,  #e84a5f 0%,#ee7787 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e84a5f', endColorstr='#ee7787',GradientType=0 ); }
.kavya-button.rosy span.kavya-button-inner { border-top: 1px solid #f3a4af }
.kavya-button.pink { background: #e3618d; background: -moz-linear-gradient(top,  #e3618d 0%, #cb245c 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3618d), color-stop(100%,#cb245c)); background: -webkit-linear-gradient(top,  #e3618d 0%,#cb245c 100%); background: -o-linear-gradient(top,  #e3618d 0%,#cb245c 100%); background: -ms-linear-gradient(top,  #e3618d 0%,#cb245c 100%); background: linear-gradient(to bottom,  #e3618d 0%,#cb245c 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3618d', endColorstr='#cb245c',GradientType=0 ); border: 1px solid #cb245c; }
.kavya-button.pink:active { background: #cb245c; background: -moz-linear-gradient(top,  #cb245c 0%, #e3618d 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb245c), color-stop(100%,#e3618d)); background: -webkit-linear-gradient(top,  #cb245c 0%,#e3618d 100%); background: -o-linear-gradient(top,  #cb245c 0%,#e3618d 100%); background: -ms-linear-gradient(top,  #cb245c 0%,#e3618d 100%); background: linear-gradient(to bottom,  #cb245c 0%,#e3618d 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb245c', endColorstr='#e3618d',GradientType=0 ); }
.kavya-button.pink span.kavya-button-inner { border-top: 1px solid #eb8cac }
.kavya-button.green { color: #fff; background: #88dd48; background: -moz-linear-gradient(top,  #88dd48 0%, #5fb139 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88dd48), color-stop(100%,#5fb139)); background: -webkit-linear-gradient(top,  #88dd48 0%,#5fb139 100%); background: -o-linear-gradient(top,  #88dd48 0%,#5fb139 100%); background: -ms-linear-gradient(top,  #88dd48 0%,#5fb139 100%); background: linear-gradient(to bottom,  #88dd48 0%,#5fb139 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88dd48', endColorstr='#5fb139',GradientType=0 ); border-color: #60AE40; }
.kavya-button.green span.kavya-button-inner { border-top: 1px solid #b7ea90 }
.kavya-button.green:active { background: #5fb139; background: -moz-linear-gradient(top,  #5fb139 0%, #88dd48 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5fb139), color-stop(100%,#88dd48)); background: -webkit-linear-gradient(top,  #5fb139 0%,#88dd48 100%); background: -o-linear-gradient(top,  #5fb139 0%,#88dd48 100%); background: -ms-linear-gradient(top,  #5fb139 0%,#88dd48 100%); background: linear-gradient(to bottom,  #5fb139 0%,#88dd48 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fb139', endColorstr='#88dd48',GradientType=0 ); }
.kavya-button.brown { background: #876565; background: -moz-linear-gradient(top,  #876565 0%, #604848 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#876565), color-stop(100%,#604848)); background: -webkit-linear-gradient(top,  #876565 0%,#604848 100%); background: -o-linear-gradient(top,  #876565 0%,#604848 100%); background: -ms-linear-gradient(top,  #876565 0%,#604848 100%); background: linear-gradient(to bottom,  #876565 0%,#604848 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#876565', endColorstr='#604848',GradientType=0 ); border: 1px solid #604848; }
.kavya-button.brown:active { background: #604848; background: -moz-linear-gradient(top,  #604848 0%, #876565 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#604848), color-stop(100%,#876565)); background: -webkit-linear-gradient(top,  #604848 0%,#876565 100%); background: -o-linear-gradient(top,  #604848 0%,#876565 100%); background: -ms-linear-gradient(top,  #604848 0%,#876565 100%); background: linear-gradient(to bottom,  #604848 0%,#876565 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#604848', endColorstr='#876565',GradientType=0 ); }
.kavya-button.brown span.kavya-button-inner { border-top: 1px solid #ae9393 }
.kavya-button.purple { background: #524656; background: -moz-linear-gradient(top,  #635569 0%, #372f3a 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#635569), color-stop(100%,#372f3a)); background: -webkit-linear-gradient(top,  #635569 0%,#372f3a 100%); background: -o-linear-gradient(top,  #635569 0%,#372f3a 100%); background: -ms-linear-gradient(top,  #635569 0%,#372f3a 100%); background: linear-gradient(to bottom,  #635569 0%,#372f3a 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#635569', endColorstr='#372f3a',GradientType=0 ); border: 1px solid #372f3a; }
.kavya-button.purple:active { background: #372f3a; background: -moz-linear-gradient(top,  #372f3a 0%, #635569 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#372f3a), color-stop(100%,#635569)); background: -webkit-linear-gradient(top,  #372f3a 0%,#635569 100%); background: -o-linear-gradient(top,  #372f3a 0%,#635569 100%); background: -ms-linear-gradient(top,  #372f3a 0%,#635569 100%); background: linear-gradient(to bottom,  #372f3a 0%,#635569 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#372f3a', endColorstr='#635569',GradientType=0 ); }
.kavya-button.purple span.kavya-button-inner { border-top: 1px solid #7e6c85 }
.kavya-button.gold { background: #ffc750; background: -moz-linear-gradient(top,  #ffc750 0%, #faaa00 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc750), color-stop(100%,#faaa00)); background: -webkit-linear-gradient(top,  #ffc750 0%,#faaa00 100%); background: -o-linear-gradient(top,  #ffc750 0%,#faaa00 100%); background: -ms-linear-gradient(top,  #ffc750 0%,#faaa00 100%); background: linear-gradient(to bottom,  #ffc750 0%,#faaa00 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc750', endColorstr='#faaa00',GradientType=0 ); border: 1px solid #faaa00; }
.kavya-button.gold:active { background: #faaa00; background: -moz-linear-gradient(top,  #faaa00 0%, #ffc750 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faaa00), color-stop(100%,#ffc750)); background: -webkit-linear-gradient(top,  #faaa00 0%,#ffc750 100%); background: -o-linear-gradient(top,  #faaa00 0%,#ffc750 100%); background: -ms-linear-gradient(top,  #faaa00 0%,#ffc750 100%); background: linear-gradient(to bottom,  #faaa00 0%,#ffc750 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faaa00', endColorstr='#ffc750',GradientType=0 ); }
.kavya-button.gold span.kavya-button-inner { color: #9C6533; text-shadow: 1px 1px 1px #ffe2a5; border-top: 1px solid #ffd783; }
.kavya-button.teal { background: #3c9091; background: -moz-linear-gradient(top,  #3c9091 0%, #286061 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c9091), color-stop(100%,#286061)); background: -webkit-linear-gradient(top,  #3c9091 0%,#286061 100%); background: -o-linear-gradient(top,  #3c9091 0%,#286061 100%); background: -ms-linear-gradient(top,  #3c9091 0%,#286061 100%); background: linear-gradient(to bottom,  #3c9091 0%,#286061 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c9091', endColorstr='#286061',GradientType=0 ); border: 1px solid #286061; }
.kavya-button.teal:active { background: #286061; background: -moz-linear-gradient(top,  #286061 0%, #3c9091 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#286061), color-stop(100%,#3c9091)); background: -webkit-linear-gradient(top,  #286061 0%,#3c9091 100%); background: -o-linear-gradient(top,  #286061 0%,#3c9091 100%); background: -ms-linear-gradient(top,  #286061 0%,#3c9091 100%); background: linear-gradient(to bottom,  #286061 0%,#3c9091 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#286061', endColorstr='#3c9091',GradientType=0 ); }
.kavya-button.teal span.kavya-button-inner { border-top: 1px solid #63bdbf }
.kavya-button.navy { background: #2c76cf; background: -moz-linear-gradient(top,  #2c76cf 0%, #1d4e89 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c76cf), color-stop(100%,#1d4e89)); background: -webkit-linear-gradient(top,  #2c76cf 0%,#1d4e89 100%); background: -o-linear-gradient(top,  #2c76cf 0%,#1d4e89 100%); background: -ms-linear-gradient(top,  #2c76cf 0%,#1d4e89 100%); background: linear-gradient(to bottom,  #2c76cf 0%,#1d4e89 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c76cf', endColorstr='#1d4e89',GradientType=0 ); border: 1px solid #1d4e89; }
.kavya-button.navy:active { background: #1d4e89; background: -moz-linear-gradient(top,  #1d4e89 0%, #2c76cf 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d4e89), color-stop(100%,#2c76cf)); background: -webkit-linear-gradient(top,  #1d4e89 0%,#2c76cf 100%); background: -o-linear-gradient(top,  #1d4e89 0%,#2c76cf 100%); background: -ms-linear-gradient(top,  #1d4e89 0%,#2c76cf 100%); background: linear-gradient(to bottom,  #1d4e89 0%,#2c76cf 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d4e89', endColorstr='#2c76cf',GradientType=0 ); }
.kavya-button.navy span.kavya-button-inner { border-top: 1px solid #619ade }
.kavya-button { font-size: 13px }
.kavya-button.small { font-size: 12px; }
.kavya-button.small span.kavya-button-inner { padding: 10px; }
.kavya-button.medium { font-size: 14px }
.kavya-button.large { font-size: 18px }
.kavya-button.left { float: left }
.kavya-button.right { float: right; margin-right: 0; margin-left: 5px; }
.kavya-button.aligncenter { display: block; margin: 0 auto; }
.kavya-button-icon-left { margin-right: 7px; }
.kavya-button-icon-right { margin-left: 7px; }
/* Testimonial
================================================== */
.kavya-testimonial-content { font-style: italic; position: relative; background: #f5f5f5; padding: 15px; color: #666; border-radius: 2px; -webkit-border-radius: 2px; }
.kavya-testimonial-content:after { content: ""; position: absolute; left: 12px; bottom: -15px; width: 0px; height: 0px; border-bottom: 15px solid rgba(255,255,255,0); border-top: 15px solid rgba(255,255,255,0); border-right: 15px solid #f5f5f5; font-size: 0px; line-height: 0px; }
.kavya-testimonial-content p:last-child { margin: 0 }
.kavya-testimonial-author { font-size: 1em; margin-top: 25px; margin-left: 15px; color: #000; font-weight: bold; }
/* Highlights
================================================== */
.kavya-highlight-yellow, .kavya-highlight-yellow a { background-color: #FFF7A8; color: #695D43; }
.kavya-highlight-blue, .kavya-highlight-blue a { color: #5091b2; background: #e9f7fe; }
.kavya-highlight-green, .kavya-highlight-green a { color: #5f9025; background: #ebf6e0; }
.kavya-highlight-red, .kavya-highlight-red a { color: #de5959; background: #ffe9e9; }
.kavya-highlight-gray, .kavya-highlight-gray a { color: #666; background: #f9f9f9; }
/* Dropcap
================================================== */
.dropcap { color: #444; display: block; float: left; font-size: 72px; font-weight: bold; line-height: 1em; margin: 0 10px 0 0; }
/* Pullquotes
================================================== */
.pullquote-left	{ color: #444; font-style: italic; border-left: 6px solid #eee; float: left; margin: 18px 20px 18px 0; padding: 0 0 0 20px; font-size: 18px; font-weight: bold; width: 40%; }
.pullquote-right { color: #444; font-style: italic; border-right: 6px solid #eee; float: right; margin: 18px 0 18px 20px; padding: 0 20px 0 0; font-size: 18px; font-weight: bold; width: 40%; }
/* Lists
================================================== */
ul.list { margin: 0 0 20px 0; }
ul.list li { padding: 7px 0 7px 24px; list-style: none; border-bottom: 1px solid #eee; text-align: left; }
ul.list.arrow li { background: url(../images/list-arrow.png) no-repeat 0 13px; background-size: 12px 12px; }
ul.list.check li { background: url(../images/list-check.png) no-repeat 0 13px; background-size: 12px 12px; }
ul.list.plus li { background: url(../images/list-plus.png) no-repeat 0 13px; background-size: 12px 12px; }
ul.list.minus li { background: url(../images/list-minus.png) no-repeat 0 13px; background-size: 12px 12px; }
ul.list.cross li { background: url(../images/list-cross.png) no-repeat 0 13px; background-size: 12px 12px; }

/* Boxes
================================================== */
/*main*/
.kavya-box { display: block; padding: 15px; margin: 10px 0; font-size: 1em; border-radius: 2px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.kavya-box p:last-child { margin: 0 }
/*aligns*/
.kavya-box.center { margin-left: auto; margin-right: auto; }
.kavya-box.left { float: left }
.kavya-box.right { float: right }
/*colors*/
.kavya-box.gray { color: #666; background: #f9f9f9; border: 1px solid #ddd; }
.kavya-box.red { color: #de5959; background: #ffe9e9; border: 1px solid #fbc4c4; }
.kavya-box.green { color: #5f9025; background: #ebf6e0; border: 1px solid #b3dc82; }
.kavya-box.blue { color: #5091b2; background: #e9f7fe; border: 1px solid #b6d7e8; }
.kavya-box.yellow { color: #c4690e; background: #fffdf3; border: 1px solid #f2dfa4; }
.kavya-box.black { color: #fff; background: #000; }
.kavya-box.black a { color: #fff; text-decoration: underline; }

/* Toggle
================================================== */
.toggle { margin-bottom: 20px; border: 1px solid #eee; }
.toggle .title { font-weight: bold; color: #777; padding: 16px 20px; position: relative; cursor: pointer; }
.toggle .title:hover { color: #117BB8; }
.toggle .title.active { color: #117BB8; }
.toggle .title i { font-size: 18px; margin-right: 10px; position: relative; bottom: -2px; }
.toggle .inner { display: none; border-top: 1px solid #eee; }
.toggle .inner .content { padding: 20px; width: auto; }

.sidebar .toggle,
.sidebar .toggle .inner { border-color: #e2e2e2;  } 
.sidebar .toggle { 
-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.7);
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.7);
box-shadow: 0 1px 0 rgba(255,255,255,0.7); }

#footer .toggle,
#footer .toggle .inner { border-color: #2c2c2c; }
#footer .toggle .title { color: #999; }
#footer .toggle .title:hover,
#footer .toggle .title.active { color: #ccc; }

/* Accordion
================================================== */
.accordion { border-bottom: 1px solid #eee; padding-top: 14px; margin-bottom: 14px; }
.accordion .title a { font-weight: bold; border-top: 1px solid #eee; color: #777; display: block; padding: 16px 20px; position: relative; }
.accordion .title a:hover { color: #117BB8; }
.accordion .title i { font-size: 18px; margin-right: 10px; position: relative; bottom: -2px; }
.accordion .title.active a { color: #117BB8; }
.accordion .title.active a:hover { background: none; }
.accordion .inner { padding: 0 20px 20px 50px; }

.sidebar .accordion,
.sidebar .accordion .title a { border-color: #e2e2e2; }
.sidebar .accordion {
-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5);
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5);
box-shadow: 0 1px 0 rgba(255,255,255,0.5); }
.sidebar .accordion .title a {
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.5); }

#footer .accordion,
#footer .accordion .title a { border-color: #2c2c2c; }
#footer .accordion .title a:hover { color: #ccc; text-decoration: none; }
/* Tabs
================================================== */
.tabs { width: 99.4%; margin-bottom: 20px; font-size: 13px; }
ul.tabs-nav { margin: 0 0 0 1px!important; padding: 0; width: 100%; z-index: 2; position: relative; }
ul.tabs-nav li { list-style: none; }
ul.tabs-nav li a { background: #f6f6f6; color: #777; border: 1px solid #e5e5e5; border-bottom: 0; display: inline-block; float: left; padding: 9px 14px 9px 14px; margin-left: -1px; }
ul.tabs-nav li a:hover { color: #444; cursor: pointer; }
ul.tabs-nav li a.active { border-top-color: #117BB8; color: #117BB8; background: #fff; margin-bottom: -1px; padding-bottom: 10px; }
.tab { background: #fff; display: none; border: 1px solid #e5e5e5; float: left; width: ¨100%; }
.tab .tab-content { padding: 20px; }
/* Pricing Table
================================================== */
.kavya-pricing-table { list-style: none; margin: 0; padding: 0; font-size: 16px; }
.kavya-pricing-table div { list-style: none }
.kavya-pricing-table > div { margin-right: 4%; list-style: none; text-shadow: none; margin-bottom: 0; border: 1px solid #ddd; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); }
.kavya-pricing-table .kavya-pricing-header { background: #333; text-align: center; padding: 20px 0; border-bottom: 1px solid #111; }
.kavya-pricing-table .kavya-pricing-header h5 { color: #fff; font-size: 1.313em; margin: 0; padding: 0 20px 10px; font-weight: bold; border-bottom: 1px solid #111; }
.kavya-pricing-table .kavya-pricing-cost { color: #fff; font-size: 1.500em; line-height: 1em; padding-top: 20px; border-top: 1px solid #444; }
.kavya-pricing-table .featured .kavya-pricing-header { background: #fd5c41; margin: -1px; color: #fff; border-bottom: 1px solid #e72302; }
.kavya-pricing-table .featured .kavya-pricing-header h5 { color: #fff; border-bottom: 1px solid #e72302; }
.kavya-pricing-table .featured .kavya-pricing-cost { border-top: 1px solid #fe8773 }
.kavya-pricing-table .kavya-pricing-per { font-size: 0.786em; color: #fff; }
.kavya-pricing-table .kavya-pricing-content { background: #fff; font-size: 0.857em; text-align: center; }
.kavya-pricing-table .kavya-pricing-content ul { margin: 0 !important; list-style: none !important; }
.kavya-pricing-table .kavya-pricing-content ul li { margin: 0 !important; padding: 10px 20px !important; border-bottom: 1px solid #eee; list-style: none !important; }
.kavya-pricing-table .kavya-pricing-content ul li:nth-child(2n+2) { background: #f9f9f9 }
.kavya-pricing-table .kavya-pricing-button { background: #fff; text-align: center; border-top: 1px solid #fff; padding: 20px; }
.kavya-pricing-table .kavya-pricing-button .kavya-button { float: none; margin: 0 auto; }
/* Heading - v1.1
================================================== */
.kavya-heading { padding-bottom: 20px; border-bottom: 1px solid #ddd; font-size: 16px; }
.kavya-heading span { background: #fff; }
.kavya-heading-dotted-line { background: url("images/dotted.png") center center repeat-x; height: 40px !important; line-height: 40px !important; padding: 0 !important; border-bottom: none; }
.kavya-heading-dashed-line { background: url("images/dashed.png") center center repeat-x; height: 40px !important; line-height: 40px !important; padding: 0 !important; border-bottom: none; }
.kavya-heading-double-line { background: url("images/double-line.png") center center repeat-x; height: 40px !important; line-height: 40px !important; padding: 0 !important; border-bottom: none; }
.kavya-heading.text-align-center { text-align: center }
.kavya-heading.text-align-center span { padding-right: 15px; padding-left: 15px; }
.kavya-heading.text-align-left { text-align: left }
.kavya-heading.text-align-left span { padding-right: 15px; }
.kavya-heading.text-align-right { text-align: right }
.kavya-heading.text-align-right span { padding-left: 15px; }
.kavya-heading-icon-left { margin-right: 10px; }
.kavya-heading-icon-right { margin-left: 10px; }
/* Googlemap - v1.0
================================================== */
.googlemap { position: relative; max-width: inherit; }
.googlemap .map_canvas { width: 100%; height: 100%; }
.googlemap .map_canvas h3 { margin: 0 0 10px; font-size: 14px; }
.map_canvas img { max-width: none !important }
/* HR - v1.0
================================================== */
.text hr, .hr { border: 0; background: #eee; border-bottom: 3px solid #eee; height: 1px; margin: 20px 0; }
/* Divider - v1.0
================================================== */
.kavya-divider { display: block; width: 100%; height: 0; margin: 0; background: none; }
.kavya-divider.solid { border-top: 1px solid #eee }
.kavya-divider.dashed { border-top: 2px dashed #eee }
.kavya-divider.dotted { border-top: 3px dotted #eee }
.kavya-divider.double { height: 5px; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
.kavya-divider.fadeout { width: 100%; height: 1px; border: none; margin-bottom: 42px; margin-top: 12px; margin-left: auto; margin-right: auto; background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(#eeeeee), to(#ffffff)); background-image: -webkit-radial-gradient(50% 50%, #eeeeee, #ffffff); background-image: -moz-radial-gradient(50% 50%, #eeeeee, #ffffff); background-image: -o-radial-gradient(50% 50%, #eeeeee, #ffffff); background-image: -ms-radial-gradient(50% 50%, #eeeeee, #ffffff); background-image: radial-gradient(50% 50%, #eeeeee, #ffffff); }
.kavya-divider.fadein { width: 100%; height: 1px; border: none; margin-bottom: 42px; margin-top: 12px; margin-left: auto; margin-right: auto; background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(#ffffff), to(#eeeeee)); background-image: -webkit-radial-gradient(50% 50%, #ffffff, #eeeeee); background-image: -moz-radial-gradient(50% 50%, #ffffff, #eeeeee); background-image: -o-radial-gradient(50% 50%, #ffffff, #eeeeee); background-image: -ms-radial-gradient(50% 50%, #ffffff, #eeeeee); background-image: radial-gradient(50% 50%, #ffffff, #eeeeee); }
/* Divider - 1.0
================================================== */
.divider{
	background: url(../images/stripe.png);
	height: 10px;
	overflow: hidden;
	margin: 10px 0 20px;
	clear:both;
}
/* Skillbars - 1.0
================================================== */
.kavya-skillbar { position: relative; display: block; margin-bottom: 15px; width: 100%; background: #eee; height: 35px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -webkit-transition: 0.4s linear; -moz-transition: 0.4s linear; -ms-transition: 0.4s linear; -o-transition: 0.4s linear; transition: 0.4s linear; -webkit-transition-property: width, background-color; -moz-transition-property: width, background-color; -ms-transition-property: width, background-color; -o-transition-property: width, background-color; transition-property: width, background-color; }
.kavya-skillbar-title { position: absolute; top: 0; left: 0; font-weight: bold; font-size: 13px; color: #fff; background: #6adcfa; -webkit-border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-topleft: 3px; -moz-border-radius-bottomleft: 3px; border-top-left-radius: 3px; border-bottom-left-radius: 3px; }
.kavya-skillbar-title span { display: block; background: rgba(0,0,0,0.1); padding: 0 20px; height: 35px; line-height: 35px; -webkit-border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-topleft: 3px; -moz-border-radius-bottomleft: 3px; border-top-left-radius: 3px; border-bottom-left-radius: 3px; }
.kavya-skillbar-bar { height: 35px; width: 0px; background: #6adcfa; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.kavya-skill-bar-percent { position: absolute; right: 10px; top: 0; font-size: 11px; height: 35px; line-height: 35px; color: #444; color: rgba(0,0,0,0.4); }
/* Callout - 1.0
================================================== */
.kavya-callout { padding: 20px; background: #eee; position: relative; border-radius: 3px; }
.kavya-callout-caption { font-size: 1.6em; line-height: 1.3em; font-weight: 400; color: #555; }
.kavya-callout-button { float: right; margin-left: 20px; margin-bottom: 0; }
.kavya-callout-button .button { height: 40px; line-height: 40px; }
/* Provide some responsive support for the Kavya Shortcodes
================================================== */
@media only screen and (max-width: 520px) { 
	.kavya-one-half, .kavya-one-third, .kavya-two-third, .kavya-three-fourth, .kavya-one-fourth, .kavya-one-fifth, .kavya-two-fifth, .kavya-three-fifth, .kavya-four-fifth, .kavya-one-sixth, .kavya-five-sixth { width: 100%; float: none; margin-right: 0; margin-bottom: 20px; }
	.kavya-pricing-table > div { margin-bottom: 25px }
	.kavya-box, .kavya-box.left, .kavya-box.right { float: none; width: 100% !important; }
	.kavya-tabs ul.ui-tabs-nav { margin-left: 0 }
	.kavya-tabs ul.ui-tabs-nav li { width: 100% }
	.kavya-tabs ul.ui-tabs-nav li a { border-left-width: 1px }
	.kavya-tabs ul.ui-tabs-nav .ui-state-active a, .kavya-tabs ul.ui-tabs-nav .ui-state-active a:hover { height: 39px; padding-top: 0; margin-left: 0; top: auto; background-color: #eee; color: #000; font-weight: bold; }
	.kavya-callout-caption { text-align: center }
	.kavya-callout-button { float: none; margin-bottom: 20px; display: block; text-align: center; }
	.kavya-callout-button .kavya-button { display: inline-block; }
}
/*Visibility
================================================== */
.kavya-hidden-desktop,
.kavya-visible-phone,
.kavya-visible-tablet { display: none }
@media only screen and (max-width: 959px) {
	.kavya-hidden-desktop { display: block }
	.kavya-visible-desktop { display: none }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.kavya-hidden-desktop { display: block }
	.kavya-visible-desktop { display: none }
	.kavya-hidden-tablet { display: none }
}
@media only screen and (max-width: 767px) {
	.kavya-hidden-desktop { display: block }
	.kavya-visible-desktop { display: none }
	.kavya-hidden-phone { display: none }
}